Add constants for fast path resume copying
[coreboot.git] / src / mainboard / intel /
2012-03-16 Kyösti MälkkiIntel northbridge I945: Apply un-written naming rules
2012-03-08 Patrick GeorgiUnify Local APIC address definitions
2012-02-24 Kyösti MälkkiAti video: Apply un-written naming rules
2012-02-22 Patrick GeorgiACPI: More ../../.. removal
2012-02-17 Patrick Georgiintel/i82801cx: Move HAVE_HARD_RESET to southbridge
2012-02-17 Patrick Georgiintel/i82801ex: Move HAVE_HARD_RESET to southbridge
2012-02-10 Kyösti MälkkiIntel cpus: apply un-written naming rules
2012-01-31 Peter Stugenorthbridge/intel/i945: CHECK_SLFRCS_ON_RESUME Kconfig...
2011-12-02 Sven Schnellei3100: Add HAVE_HARD_RESET
2011-10-30 Sven Schnelleremove usbdebug.h include from mainboard/romstage code
2011-10-28 Patrick GeorgiGet rid of the old romstage-as-bootblock ROM layout
2011-10-13 Stefan ReinauerUse default table creator macro for all SSDTs
2011-10-12 Patrick Georgimptable: Refactor mptable generation some more
2011-10-12 Patrick Georgimptable: Get rid of fixup_virtual_wire
2011-10-12 Patrick Georgimptable: Refactor lintsrc generation
2011-09-20 Stefan ReinauerUse ACPI text fields consistently with all other boards
2011-08-26 Sven SchnelleAdd automatic SMBIOS table generation
2011-06-15 Sven SchnelleRemove old ACPI code
2011-06-15 Sven Schnellei82801gx: replace cafed00d/cafebabe by defines
2011-06-07 Sven SchnelleSMM: add defines for APM_CNT register
2011-05-23 Stefan ReinauerAP_IN_SIPI_WAIT is already defined in the CPU Kconfig...
2011-04-20 Stefan Reinauerrun uart_init() from console_init, just like the other...
2011-04-18 Stefan Reinauer* Set USBDEBUG_DEFAULT_PORT in all southbridges and...
2011-04-15 Stefan Reinauerfix mainboards that were including earlymtrr.c without...
2011-03-01 Sven SchnelleUse subsystem id from devicetree.cb instead of Kconfig...
2011-02-21 Sven Schnelle[i945] Add SPD adress mapping
2010-12-16 Uwe HermannGet mptable OEM/product ID from kconfig variables.
2010-12-13 Rudolf MarekCompile cbmem.c instead of including it in romstage,
2010-12-11 Stefan ReinauerAfter this has been brought up many times before, renam...
2010-12-08 Uwe HermannMove "select CACHE_AS_RAM" lines from boards into CPU...
2010-12-08 stepansecond round name simplification. drop the <component...
2010-12-08 stepanfirst round name simplification. drop the <component...
2010-12-07 Uwe HermannGet rid of some unneeded function prototypes in romstag...
2010-11-22 Uwe HermannDrop per-board ram_check() calls for now.
2010-11-22 Patrick GeorgiFinal set of smp_write_bus -> mptable_write_buses changes.
2010-11-21 Uwe HermannSimplify a few code chunks, fix whitespace and indentation.
2010-11-21 Uwe HermannDrop excessive whitespace randomly sprinkled in romstag...
2010-11-21 Patrick GeorgiConvert more boards to use mptable_write_buses.
2010-11-21 Uwe HermannUse DIMM0 et al in lots more places instead of hardocdi...
2010-11-20 Uwe HermannSome more DIMM0 related cleanups and deduplication.
2010-11-20 Patrick GeorgiUnify DIMM SPD addressing. For Geode, change the
2010-11-18 Uwe HermannFix/drop some obsolete comments,
2010-11-18 Patrick GeorgiMove DIMM_MAP_LOGICAL to Kconfig.
2010-11-18 Patrick GeorgiMove register block definitions out of board code into
2010-11-17 Patrick GeorgiMove Intel power management related defines to some...
2010-11-16 Patrick GeorgiDrop commented out debug defines
2010-11-15 Patrick GeorgiMove RCBA defines to northbridge (instead of mainboard)
2010-11-10 Uwe HermannRestructure i3100 Super I/O driver to match the rest...
2010-11-07 Patrick GeorgiRemove unused defines (UART_*)
2010-10-31 Uwe HermannRemove incorrect IOAPIC lines from some mptable.c files.
2010-10-29 Uwe HermannDrop duplicate HAVE_ACPI_TABLES (trivial).
2010-10-26 Tobias DiedrichWe need to call smp_write_lintsrc() instead of smp_writ...
2010-10-25 Uwe HermannFactor out common mptable code to mptable_init().
2010-10-24 Scott DuplichanRunning a checked build of Windows is needed for unders...
2010-10-13 Uwe HermannRemove various .c #includes from Intel i810/i82801ax...
2010-10-13 Uwe HermannConvert all Intel i810 boards to CAR.
2010-10-12 Uwe HermannWe define IO_APIC_ADDR in <arch/ioapic.h>, let's use it.
2010-10-05 Patrick Georgi- move EHCI_BAR_INDEX to ehci.h - it's constant as...
2010-10-05 Patrick GeorgiRemove lib/ramtest.c-include from all CAR boards.
2010-10-01 Patrick GeorgiRemove a couple of defines that seem to be the result of
2010-10-01 Peter StugeSplit NORTHBRIDGE_INTEL_I945 into more precise _I945GC...
2010-10-01 Patrick GeorgiMove several i945 config #defines from romstage.c to...
2010-09-30 Patrick GeorgiRename build system variables to be more intuitive...
2010-09-27 Warren TurkalThis patch moves one of the CAR configs to the socket...
2010-09-26 Warren Turkali82801bx defines the hard reset function, so move the...
2010-09-26 Warren TurkalRemove hard reset config from some mainboard configs
2010-09-26 Warren TurkalNormalize the config option for the Intel Atom CPU.
2010-09-25 Uwe HermannDrop some useless "../../../" in #includes (trivial).
2010-09-25 Uwe HermannVarious CONFIG_DEBUG_RAM_SETUP related fixes (trivial).
2010-09-25 Uwe HermannVarious USB Debug Port fixes (trivial).
2010-09-25 Myles WatsonKeep the mc146818rtc.h include close to the option...
2010-09-13 Myles WatsonConvert i945 boards to use reserved resources instead...
2010-09-02 Myles WatsonFix compilation for mtarvon. CAR initialization does...
2010-08-30 Stefan ReinauerWe call this cache as ram everywhere, so let's call...
2010-08-30 Stefan ReinauerFix intel mtarvon compilation by switching it over...
2010-08-30 Jens RottmannRestructured all vendors' Kconfig files to no longer...
2010-08-26 Myles WatsonRemove unused mainboard_config definitions. Trivial.
2010-08-03 Stefan ReinauerDrop the USE_PRINTK_IN_CAR option. It's a bogus decisio...
2010-07-07 Myles WatsonKill a few more warnings.
2010-07-06 Edwin BeasantRe-integrate "USE_OPTION_TABLE" code.
2010-06-21 Joseph SmithThis patch adds support for the Intel D810E2CB (i810e...
2010-06-21 Joseph SmithThis patch adds support for the Intel D810E2CB (i810e...
2010-06-05 Stefan ReinauerFix two warnings:
2010-05-25 Stefan Reinaueralso rename the config option.
2010-05-25 Stefan Reinauerfix most usbdebug warnings and fix function names.
2010-05-25 Stefan ReinauerLong ago we agreed on kicking the _direct appendix...
2010-05-20 Patrick GeorgiMove generation of mptable entries for ISA to generic...
2010-05-16 Stefan Reinauerv2 -> v4
2010-05-14 Stefan Reinaueri945:
2010-05-09 Patrick GeorgiRemove pc80/serial.c includes in ROMCC boards and include
2010-05-08 Patrick GeorgiDrop console/console.c and pc80/serial.c from mainboards'
2010-05-05 Patrick GeorgiRename "apic" and "apic_cluster" to "lapic" and "lapic_...
2010-04-27 Stefan ReinauerSince some people disapprove of white space cleanups...
2010-04-25 Stefan Reinauerno warnings days.
2010-04-16 Stefan Reinauerzero warnings days: unify mp tables. fix warnings.
2010-04-15 Stefan Reinauerzero warnings days...
2010-04-14 Myles WatsonRemove few more warnings and some dead code.
2010-04-14 Stefan Reinauerdrop quite a lot of dead code that did nothing but...
2010-04-13 Stefan Reinauerfix timer choice in Kconfig. HAVE_INIT_TIMER is selecte...
2010-04-13 Stefan Reinauerupdate atom car code in the same way that 6ex/6fx was...
next