summaryrefslogtreecommitdiff
path: root/src/mainboard
AgeCommit message (Expand)Author
2009-04-12This patch cleans up the calls to $CC in mainboard Config.lb files. TheyCarl-Daniel Hailfinger
2009-04-11Bring S2912 and S2912_Fam10 Config.lb in line with each other.Carl-Daniel Hailfinger
2009-04-11Kill remaining unneeded CAR/ROMCC if-blocks.Carl-Daniel Hailfinger
2009-04-08fix sandpointx3_altimus_mpc7410 target. We're back at all boards compiling.Stefan Reinauer
2009-04-07This tested ok, but qemu can't really handle c0000 as RAM.Ronald G. Minnich
2009-04-07This is a bit of an emergency fix for qemu. Ethernet routing has not been Ronald G. Minnich rminnich
2009-04-06Some changes for option roms: Ronald G. Minnich
2009-04-06Daniel Toussaint wrote:Daniel Toussaint
2009-04-05cross compilation fix for motorola sandpoint based boardsStefan Reinauer
2009-04-05two more totalimpact briq fixes. Gets us back to the romfs breakage on PPCStefan Reinauer
2009-04-04fix configuration step of totalimpact briq and embeddedplanet ep405pc.Stefan Reinauer
2009-04-03Fix up the incomplete commit in r4055.Carl-Daniel Hailfinger
2009-04-03There are more than a dozen targets in the v2 tree which refer to ROMCCCarl-Daniel Hailfinger
2009-04-03Next step. Kill auto.c and failover.c and clean up Config.lb forCarl-Daniel Hailfinger
2009-04-03There are more than a dozen targets in the v2 tree which refer to ROMCCCarl-Daniel Hailfinger
2009-04-01Drop CONFIG_CHIP_NAME. Those config statements in Config.lb shouldStefan Reinauer
2009-04-01Forgot CONFIG_ROMFS for supermicro/h8dme.Patrick Georgi
2009-03-31Add the CONFIG_ROMS config variable. Ronald G. Minnich
2009-03-31cosmetic fix for function definition.Stefan Reinauer
2009-03-21To make use of HAVE_HIGH_TABLES following patch is needed. Also, it movesRudolf Marek
2009-03-21To make use of HAVE_HIGH_TABLES following patch is needed. Also, it movesRudolf Marek
2009-03-20Add Supermicro h8dm3 mainboard. This is mostly a copy from the h8dmr.Marc Jones
2009-03-17- TOM2 is filled in by the dynamic ACPI code. Don't hardcode it in theCarl-Daniel Hailfinger
2009-03-15Fix all build problems on PPC except the _SDA_BASE issues caused by theStefan Reinauer
2009-03-13This patch reverts SuperIO changes that I was too hasty with. Even though theMyles Watson
2009-03-13This one is an example on how to drop vgabios.c from the mainboard or chipsetStefan Reinauer
2009-03-13This, ladies and gentlement, is commit #4000.Stefan Reinauer
2009-03-13ACPI implementation for i945, ICH7, Kontron 986LCD-MStefan Reinauer
2009-03-11Kontron 986LCD-M updates:Stefan Reinauer
2009-03-11This patch contains some significant updates to the i82801gx component and willStefan Reinauer
2009-03-10This patch adds ACPI support for Tyan s2891, s2892, and s2895. There is stillMyles Watson
2009-03-10This patch adds empty acpi_fill_slit functions so they build again.Myles Watson
2009-03-10This patch makes the boards use a single amdk8_util.asl. There are onlyMyles Watson
2009-03-06* fix a minor power state issue in the ich7 smm handlerStefan Reinauer
2009-03-06clean up qemu target config (trivial)Stefan Reinauer
2009-03-04I just went on a bugfix frenzy and fixed all printk format warningsCarl-Daniel Hailfinger
2009-02-28coreboot-v2: drop this ugly historic union name in v2 that was dropped in v3Stefan Reinauer
2009-02-27Generic approach of putting BIOS tables at the end of memoryStefan Reinauer
2009-02-19This patch is for AMD boards which can do the P state generation. This justRudolf Marek
2009-02-18Carl-Daniel's part:Carl-Daniel Hailfinger
2009-02-15- Fix up amd pistachio and dbm690t.Stefan Reinauer
2009-02-14Following patch adds dynamically generated P-States infrastructure as well asRudolf Marek
2009-02-13This target is dead. Ronald G. Minnich
2009-02-12This patch converts __FUNCTION__ to __func__, since __func__ is standard.Myles Watson
2009-02-12Fix typo in PCI ID (1914 should have been 7914).Carl-Daniel Hailfinger
2009-02-12Remove dead lines. Trivial.Carl-Daniel Hailfinger
2009-02-12Rename TOM to TOM1 and refer to the SSDT value with an External(TOM1)Carl-Daniel Hailfinger
2009-02-12Improve mainboard.c comments for DBM690T and Pistachio.Carl-Daniel Hailfinger
2009-02-11Fix one leftover reference to AmlCode_ssdt which was forgotten in r3929.Carl-Daniel Hailfinger
2009-02-09Remove some warnings, mainly from format strings which didn't match theMyles Watson