Age | Commit message (Expand) | Author |
2013-07-10 | Drop some duplicates of PCI-e config functions | Kyösti Mälkki |
2013-07-10 | Fix MMCONF_SUPPORT_DEFAULT for ramstage | Kyösti Mälkki |
2013-07-04 | intel/i945: Use MMCONF_SUPPORT_DEFAULT | Kyösti Mälkki |
2013-07-02 | Intel GM45, 945, Sandy Bridge: Unify `delay.c` and `udelay.c` | Paul Menzel |
2013-06-07 | i945: Add Display defines for int15h handler. | Denis 'GNUtoo' Carikli |
2013-06-05 | Intel 945: Select LAPIC_MONOTONIC_TIMER for X86EMU_DEBUG_TIMINGS | Denis 'GNUtoo' Carikli |
2013-05-25 | Intel GM45, 945, SNB: Move `multiply_to_tsc()` to `tsc.h` | Ronald G. Minnich |
2013-04-18 | Intel i945: ACPI: Add _OSC method | Denis 'GNUtoo' Carikli |
2013-04-16 | Lenovo ThinkPad X60: Add Native VGA init. | Denis 'GNUtoo' Carikli |
2013-03-22 | x86: Unify arch/io.h and arch/romcc_io.h | Stefan Reinauer |
2013-03-17 | i945: Replace some two magic values by defined names | Patrick Georgi |
2013-03-01 | GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« | Paul Menzel |
2013-02-28 | Drop CONFIG_WRITE_HIGH_TABLES | Stefan Reinauer |
2013-02-14 | sconfig: rename lapic_cluster -> cpu_cluster | Stefan Reinauer |
2013-02-14 | sconfig: rename pci_domain -> domain | Stefan Reinauer |
2013-02-11 | Intel: Replace MSR 0xcd with MSR_FSB_FREQ | Patrick Georgi |
2012-11-28 | Remove assembly coded log2 function | Ronald G. Minnich |
2012-11-27 | Remove AMD special case for LAPIC based udelay() | Patrick Georgi |
2012-11-27 | Get rid of drivers class | Patrick Georgi |
2012-10-07 | Remove chip.h files without config structure | Kyösti Mälkki |
2012-08-22 | Auto-declare chip_operations | Kyösti Mälkki |
2012-08-08 | Cleanup coreboot memory table includes | Kyösti Mälkki |
2012-07-27 | Intel and GFXUMA: fix MTRR and use uma_resource() | Kyösti Mälkki |
2012-07-27 | Intel i945 and sch: no memory over 4GB | Kyösti Mälkki |
2012-07-22 | i945: Disable IGD if plugin VGA is preferred | Patrick Georgi |
2012-07-20 | Fix udelay() implementation for i945 romstage | Nico Huber |
2012-07-16 | Define global uma_memory variables | Kyösti Mälkki |
2012-07-06 | i945: Reset IGD on boot | Patrick Georgi |
2012-05-08 | Clean up #ifs | Patrick Georgi |
2012-04-12 | Unify IO APIC address specification | Patrick Georgi |
2012-03-16 | Intel northbridge I945: Apply un-written naming rules | Kyösti Mälkki |
2012-03-07 | Move C labels to start-of-line | Patrick Georgi |
2012-02-17 | Avoid ../../.. paths in ASL files | Patrick Georgi |
2012-02-17 | Rename i945 ACPI files to not carry an i945_ prefix | Patrick Georgi |
2012-01-31 | northbridge/intel/i945: CHECK_SLFRCS_ON_RESUME Kconfig option | Peter Stuge |
2012-01-10 | i945: fix tsc udelay() | Sven Schnelle |
2011-10-19 | I945: replace #if defined() by #if | Sven Schnelle |
2011-10-15 | use acpi.h include instead of manually adding acpi_slp_type. | Stefan Reinauer |
2011-09-09 | Report GSE chipset and warn if the code has been compiled for the wrong chipset. | Stefan Reinauer |
2011-06-15 | i945 GMA: restore tft brightness from cmos | Sven Schnelle |
2011-06-15 | i82801gx: replace cafed00d/cafebabe by defines | Sven Schnelle |
2011-04-21 | some ifdef --> if fixes | Stefan Reinauer |
2011-04-10 | i945: improve get_top_of_ram() | Sven Schnelle |
2011-02-21 | [i945] Add SPD adress mapping | Sven Schnelle |
2011-01-27 | SMM code on i945 platforms needs udelay() | Peter Stuge |
2010-12-27 | Fix most CONFIG_DEBUG_RAM_SETUP issues. | Stefan Reinauer |
2010-12-19 | The same mechanisms are used for normal and fallback images. | Stefan Reinauer |
2010-12-16 | fix according to coding guidelines | Stefan Reinauer |
2010-12-13 | Following patch adds support for suspend/resume functions. I had to change th... | Rudolf Marek |
2010-12-13 | We hardcode highmemory size in every northbridge! This is bad, and especiall... | Rudolf Marek |
2010-12-11 | catch some illegal configurations (trivial) | Stefan Reinauer |
2010-12-07 | Get rid of some unneeded function prototypes in romstage.c files. | Uwe Hermann |
2010-11-20 | Some more DIMM0 related cleanups and deduplication. | Uwe Hermann |
2010-11-18 | Fix/drop some obsolete comments, | Uwe Hermann |
2010-10-11 | Factor out a few commonly duplicated functions from northbridge.c. | Uwe Hermann |
2010-10-05 | Remove lib/ramtest.c-include from all CAR boards. | Patrick Georgi |
2010-10-01 | Make i945/raminit.c:fsbclk() return u16 rather than int | Peter Stuge |
2010-10-01 | Split NORTHBRIDGE_INTEL_I945 into more precise _I945GC and _I945GM | Peter Stuge |
2010-10-01 | Move several i945 config #defines from romstage.c to Kconfig. | Patrick Georgi |
2010-09-30 | Rename build system variables to be more intuitive, and | Patrick Georgi |
2010-09-13 | Convert i945 boards to use reserved resources instead of directly adding | Myles Watson |
2010-08-27 | drop three unneeded config variables: | Jens Rottmann |
2010-08-26 | CONFIG_DEBUG_RAM_SETUP and CONFIG_DEBUG_SMBUS are only available if the board / | Jens Rottmann |
2010-08-26 | One of my boards needs this mini delay in order to survive ram initialization. | Stefan Reinauer |
2010-08-25 | Fix i945 based boards | Stefan Reinauer |
2010-07-06 | Re-integrate "USE_OPTION_TABLE" code. | Edwin Beasant |
2010-06-17 | Always enable parent resources before child resources. | Myles Watson |
2010-06-09 | Same conversion as with resources from static arrays to lists, except | Myles Watson |
2010-05-14 | i945: | Stefan Reinauer |
2010-05-14 | Fix i945 ACPI for ASL Optimizing Compiler version 20100428. | Stefan Reinauer |
2010-04-27 | Since some people disapprove of white space cleanups mixed in regular commits | Stefan Reinauer |
2010-04-20 | Make RAM init on i945GC work | Patrick Georgi |
2010-04-15 | zero warnings days... | Stefan Reinauer |
2010-03-22 | drop some unused files and fix warnings on i945 based systems. | Stefan Reinauer |
2010-03-22 | printk_foo -> printk(BIOS_FOO, ...) | Stefan Reinauer |
2010-03-11 | Replace clear_memory with memset. | Myles Watson |
2010-03-05 | i945 mini patch: | Stefan Reinauer |
2010-03-05 | This patch is from 2009-10-20 | Uwe Hermann |
2010-02-22 | This is a general cleanup patch | Stefan Reinauer |
2010-02-15 | Various license header consistency fixes (trivial). | Uwe Hermann |
2010-02-08 | janitor task: unify and cleanup naming. | Stefan Reinauer |
2010-02-07 | newconfig is no more. | Patrick Georgi |
2010-01-17 | Support a few more i945 variants. With this framework in place it should | Stefan Reinauer |
2010-01-16 | * drop reset files from 945 mainboards (and use southbridge specific reset) | Stefan Reinauer |
2009-10-30 | Allow per-northbridge and per-board VGA BIOS file name and PCI ID defaults. | Uwe Hermann |
2009-10-26 | Kontron 986LCD-M update | Stefan Reinauer |
2009-10-15 | Add CONFIG_GENERATE_* for tables so that the user can select which tables not | Myles Watson |
2009-10-09 | Remove default n statements to simplify .config and ldoptions files. | Myles Watson |
2009-10-01 | Add some trivial numbers for 945, and Core2 Duo E8200 Intel parts | Peter Stuge |
2009-09-29 | Make CONFIG_HAVE_HIGH_TABLES consistent in where and how it is set. | Myles Watson |
2009-09-25 | some progress on kconfig: | Patrick Georgi |
2009-08-12 | drop extra whitespace at end of line for i945 + ICH7 (trivial) | Stefan Reinauer |
2009-08-12 | Kconfig! | Patrick Georgi |
2009-07-21 | * drop ich7 include | Stefan Reinauer |
2009-07-02 | Move the v3 resource allocator to v2. | Myles Watson |
2009-06-30 | This patch unifies the use of config options in v2 to all start with CONFIG_ | Stefan Reinauer |
2009-04-30 | Refactor copy_and_run so that it uses a single code base instead of | Patrick Georgi |
2009-04-28 | Enable HAVE_HIGH_TABLES by default for northbridges with | Patrick Georgi |
2009-03-13 | ACPI implementation for i945, ICH7, Kontron 986LCD-M | Stefan Reinauer |
2009-03-11 | i945 northbridge update | Stefan Reinauer |