coreboot has 13 instances of IOAPIC setup distributed across a lot
[coreboot.git] / src / mainboard / amd /
2010-01-16 Stefan Reinauercoreboot used to have two different "APIs" for memory...
2010-01-05 Stefan Reinauer* Explicitly add __PRE_RAM__ where it should be added.
2009-12-31 Patrick Georgiromcc:
2009-12-18 Patrick GeorgiClean up amd/dbm690t and kontron/986lcd-m some more...
2009-11-27 Patrick GeorgiEliminate special case id.inc/id.lds in favor of a...
2009-11-27 Patrick GeorgiMake newconfig and kconfig agree on MAINBOARD_PCI_SUBSY...
2009-11-06 Myles WatsonRemove drivers/pci/onboard. The only purpose was for...
2009-11-06 Myles WatsonRemove some white space and comment differences from...
2009-11-06 Uwe HermannDrop all pre-CBFS rom_address entries in Config.lb...
2009-11-06 Myles WatsonSplit the two usages of __ROMCC__:
2009-10-26 Myles WatsonDefine some variables that were not defined. There...
2009-10-24 - supermicro/x6dhe... Major cleanups of the hard_reset() code and config...
2009-10-24 Stefan Reinauermove all register fram definitions to arch/register.h
2009-10-23 Myles WatsonDrop dead K8_SCAN_PCI_BUS code. It's a bad idea to...
2009-10-20 Myles WatsonRemove CONFIG_CPU_AMD_FAM10 & CONFIG_CPU_AMDK8 from...
2009-10-20 Uwe HermannFix all board names in Kconfig as per wiki / vendor...
2009-10-19 Myles WatsonFix builds of amd/db800 and digitallogic/msm800sev...
2009-10-18 Uwe HermannSimplify Kconfig files by using "select" where possible...
2009-10-17 Peter StugeMove files from src/cpu/x86/{fpu,mmx,sse}/ to x86/
2009-10-16 Myles WatsonFix AP_CODE_IN_CAR (only selected for two boards),...
2009-10-16 Uwe HermannSet default ROM sizes per-board to match the ROM chip...
2009-10-16 Myles WatsonChange CONFIG_LB_MEM_TOPK to CONFIG_RAMTOP to match...
2009-10-16 Zheng BaoAdd CONFIG_VGA_ROM_RUN to dbm690t and pistachio, otherw...
2009-10-15 Myles WatsonAdd CONFIG_GENERATE_* for tables so that the user can...
2009-10-12 Myles WatsonMake fam10 build (but not boot due to bootblock size...
2009-10-11 Uwe HermannHAVE_ACPI_TABLES cleanups for kconfig:
2009-10-09 Myles WatsonAdd const to get rid of some warnings when passing...
2009-10-09 Patrick GeorgiRemaining boards are Kconfig'd now. Whether they work
2009-10-07 Uwe HermannMajor CONFIG_IRQ_TABLE_COUNT fixing and cleanups. Some...
2009-10-07 Uwe HermannConvert all "default y" options to "select FOO" (shorter).
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 GeorgiMove HAVE_FAILOVER_BOOT and USE_FAILOVER_IMAGE from
2009-10-03 Patrick GeorgiRemove:
2009-10-03 Uwe HermannRemove duplicate and not too useful Kconfig board comme...
2009-09-29 Uwe HermannFix a number of board names in Kconfig (trivial).
2009-09-29 Patrick GeorgiRemove MAINBOARD_OPTIONS, which is a relic from early
2009-09-29 Myles WatsonRemove some warnings.
2009-09-28 Myles WatsonTrivial config fix for Serengeti Cheetah. Change a...
2009-09-28 Myles WatsonTrivial config fix for Serengeti Cheetah. Remove dupli...
2009-09-23 Stefan Reinauersimplify source tree hierarchy: move files from sdram...
2009-09-22 Myles WatsonFix compilation for serengeti when HAVE_ACPI_TABLES...
2009-09-22 Myles Watsonsrc/Kconfig: Remove HT-specific options.
2009-09-22 Myles Watsontables.diff: Add Kconfig dialogues for ACPI, MP_TABLE...
2009-09-22 Carl-Daniel HailfingerKill dead comment.
2009-09-22 Carl-Daniel Hailfingerr4534 introduced devicetree.cb in every mainboard direc...
2009-09-22 Carl-Daniel Hailfingerr4646 enabled early usage of pci_{read,write}_config...
2009-09-17 Myles WatsonRemove warnings from Kconfig. Trivial.
2009-08-29 Ronald G. MinnichThis is the final set of changes to allow rumba to...
2009-08-29 Ronald G. MinnichSet the mainboard/amd directory up to support more...
2009-08-28 Carl-Daniel Hailfingerr4534 introduced devicetree.cb in every mainboard direc...
2009-08-27 Patrick GeorgiClean up some DCACHE related options.
2009-08-25 Patrick GeorgiMake PCI_ROM_RUN a boolean (like it is elsewhere) which
2009-08-25 Uwe HermannReplace PIRQ_TABLE with HAVE_PIRQ_TABLE, the former...
2009-08-25 Uwe HermannVarious Kconfig and Makefile.inc fixes and cosmetics.
2009-08-13 Patrick GeorgiFix some conflicting types of variables
2009-08-12 Patrick GeorgiRemove duplicate file, adjust Makefile to use the origi...
2009-08-12 Ronald G. MinnichFix multiple missing files and errors from the recent...
2009-08-12 Patrick GeorgiKconfig!
2009-08-11 Patrick GeorgiEnable CBFS everywhere. All boards compiled for me...
2009-07-22 Stefan ReinauerFix up the tree again...
2009-07-21 Stefan ReinauerThis fixes a couple of issues with older Linux kernels...
2009-06-30 Stefan Reinauerthe tool chain settings should not be in renamed (as...
2009-06-30 Stefan ReinauerThis patch unifies the use of config options in v2...
2009-06-19 Myles WatsonUndo my ugly commit that added uses clauses in lots...
2009-06-17 Myles WatsonFix configuration of boards that didn't have uses CONFI...
2009-06-06 Carl-Daniel HailfingerWhen I started refactoring mainboard Config.lb, I added...
2009-06-04 Myles WatsonThe point of the patch is to make it easier to understa...
2009-06-03 Luc VerhaegenRevert "CMOS: Add set_option and rework get_option."
2009-06-03 Luc VerhaegenCMOS: Add set_option and rework get_option.
2009-05-26 Patrick GeorgiVarious fixes to the tree to get coreboot-v2 to build...
2009-05-15 Vincent LimThere were a few updates lately that generates ROM...
2009-05-14 Marc JonesUpdate equivalent processor revision ID to load latest...
2009-05-14 Vincent LimTrivia: remove comment
2009-05-14 Vincent LimFrom AMD family 10h Processor BKDG (rev. D): a platform...
2009-05-01 Myles WatsonTrivial patch to make #defines generated from cmos...
2009-04-30 Stefan ReinauerAdd "printk" support to all CAR targets
2009-04-30 Patrick GeorgiRefactor copy_and_run so that it uses a single code...
2009-04-22 Stefan Reinauerdrop duplicate compiler options that are already mentio...
2009-04-21 Carl-Daniel HailfingerThanks to Myles' patch adding support for include state...
2009-04-15 Stefan Reinauerr4097 broke the tree and it remains unfixed :-(
2009-04-14 Peter Stugev2/src romfs->cbfs rename
2009-04-13 Rudolf MarekI need to do uses HAVE_ACPI_RESUME for each board....
2009-04-12 Carl-Daniel HailfingerThis patch cleans up the calls to $CC in mainboard...
2009-04-11 Carl-Daniel HailfingerKill remaining unneeded CAR/ROMCC if-blocks.
2009-04-01 Stefan ReinauerDrop CONFIG_CHIP_NAME. Those config statements in Confi...
2009-03-31 Ronald G. MinnichAdd the CONFIG_ROMS config variable.
2009-03-17 Carl-Daniel Hailfinger- TOM2 is filled in by the dynamic ACPI code. Don't...
2009-03-13 Stefan ReinauerThis, ladies and gentlement, is commit #4000.
2009-03-10 Myles WatsonThis patch makes the boards use a single amdk8_util...
2009-03-04 Carl-Daniel HailfingerI just went on a bugfix frenzy and fixed all printk...
2009-02-28 Stefan Reinauercoreboot-v2: drop this ugly historic union name in...
2009-02-19 Rudolf MarekThis patch is for AMD boards which can do the P state...
2009-02-18 Carl-Daniel HailfingerCarl-Daniel's part:
2009-02-15 Stefan Reinauer- Fix up amd pistachio and dbm690t.
2009-02-12 Myles WatsonThis patch converts __FUNCTION__ to __func__, since...
2009-02-12 Carl-Daniel HailfingerFix typo in PCI ID (1914 should have been 7914).
2009-02-12 Carl-Daniel HailfingerRemove dead lines. Trivial.
2009-02-12 Carl-Daniel HailfingerRename TOM to TOM1 and refer to the SSDT value with...
2009-02-12 Carl-Daniel HailfingerImprove mainboard.c comments for DBM690T and Pistachio.
next