pci stuff: too much hax now, trying rd890 patch (not merged yet)
[coreboot.git] / src / mainboard / intel / eagleheights /
2012-03-08 Patrick GeorgiUnify Local APIC address definitions
2012-02-10 Kyösti MälkkiIntel cpus: apply un-written naming rules
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-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-15 Stefan Reinauerfix mainboards that were including earlymtrr.c without...
2010-12-16 Uwe HermannGet mptable OEM/product ID from kconfig variables.
2010-12-08 stepansecond round name simplification. drop the <component...
2010-12-08 stepanfirst round name simplification. drop the <component...
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 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-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-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-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-12 Uwe HermannWe define IO_APIC_ADDR in <arch/ioapic.h>, let's use it.
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-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-06 Edwin BeasantRe-integrate "USE_OPTION_TABLE" code.
2010-05-20 Patrick GeorgiMove generation of mptable entries for ISA to generic...
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-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 eagleheights
2010-04-09 Myles WatsonCopy acpi blobs in two parts to make sure gcc does...
2010-04-07 Stefan Reinauerfix epia-m700 compilation, and remove more warnings.
2010-03-31 Stefan ReinauerDrop \r\n and \n\r as both print_XXX and printk now...
2010-03-31 Stefan ReinauerThis patch drops arch/i386/lib/console.c and arch/i386...
2010-03-29 Stefan ReinauerThis drops the ASSEMBLY define from romstage.c, too
2010-03-29 Stefan Reinauer__PRE_RAM__ is now correctly specified in the Makefile...
2010-03-29 Stefan ReinauerThis patch drops the coreboot CMOS checksum ranges...
2010-03-28 Stefan Reinauerdrop unneeded __ROMCC__ checks when the check for __PRE...
2010-03-24 Myles WatsonGet rid of type-punned pointer errors.
2010-03-22 Myles WatsonFix all the format string warnings.
2010-03-22 Stefan Reinauerdrop some unused files and fix warnings on i945 based...
2010-03-22 Stefan Reinauerprintk_foo -> printk(BIOS_FOO, ...)
2010-03-18 Patrick GeorgiRemove remaining uses of
2010-02-28 Patrick Georgi- Add config flag for boards that have their own fadt.c
2010-02-27 Patrick Georgi- make HAVE_HARD_RESET match what newconfig did
2010-02-25 Patrick GeorgiMove the ldscripts logic to src/arch/i386/Makefile.inc
2010-02-25 Patrick GeorgiUnify crt0s setup to src/arch/i386/Makefile.inc. This...
2010-02-23 Patrick GeorgiOnly handle code as "driver" that actually uses our...
2010-02-22 Stefan ReinauerCONFIG_ was missing.
2010-02-15 Uwe HermannVarious license header consistency fixes (trivial).
2010-02-09 Patrick GeorgiMove all the copies of the romstage.inc rule to
2010-02-08 Patrick GeorgiClean up ACPI:
2010-02-08 Stefan Reinauerjanitor task: unify and cleanup naming.
2010-02-07 Patrick Georginewconfig is no more.
2010-01-30 Stefan Reinauer* fix crt0s/ldscripts paths to fix out of tree build.
2010-01-25 Patrick GeorgiMore Kconfig changes to improve match with newconfig:
2010-01-25 Patrick GeorgiAlign several kconfig options to match newconfig:
2010-01-16 Stefan Reinauercoreboot used to have two different "APIs" for memory...
2010-01-16 Stefan Reinauer* drop reset files from 945 mainboards (and use southbr...
2009-11-06 Myles WatsonSplit the two usages of __ROMCC__:
2009-10-28 Myles WatsonFix some builds with Kconfig.
2009-10-26 Stefan ReinauerUse Intel Core code for eagleheights CAR init, not...
2009-10-24 - supermicro/x6dhe... Major cleanups of the hard_reset() code and config...
2009-10-16 Uwe HermannSet default ROM sizes per-board to match the ROM chip...
2009-10-15 Myles WatsonAdd CONFIG_GENERATE_* for tables so that the user can...
2009-10-11 Uwe HermannHAVE_ACPI_TABLES cleanups for kconfig:
2009-10-07 Uwe HermannMajor CONFIG_IRQ_TABLE_COUNT fixing and cleanups. Some...
2009-10-06 Patrick GeorgiVarious fixes to Kconfig: All kconfig-boards should...
2009-10-04 Patrick GeorgiThis does away with CONFIG_ROM_PAYLOAD_START and CONFIG...
2009-10-03 Patrick GeorgiRemove:
2009-10-03 Uwe HermannRemove duplicate and not too useful Kconfig board comme...
2009-09-29 Myles WatsonMake CONFIG_HAVE_HIGH_TABLES consistent in where and...
2009-09-29 Patrick GeorgiRemove MAINBOARD_OPTIONS, which is a relic from early
2009-09-25 Patrick Georgisome progress on kconfig:
2009-09-23 Stefan Reinauersimplify source tree hierarchy: move files from sdram...
2009-07-22 Stefan ReinauerFix up the tree again...
2009-07-21 Stefan Reinauerclean up acpi table strings, as discussed on the list
2009-07-01 Thomas JourdanAdd support for the Intel Eagle Heights development...