summaryrefslogtreecommitdiff
path: root/src/mainboard/asus
AgeCommit message (Expand)Author
2009-06-03CMOS: Add set_option and rework get_option.Luc Verhaegen
2009-05-31Following patch moves all vt8237 fadt.c from mainboard/* file to chipsetRudolf Marek
2009-05-29enable/disable IDE 0/1 (Primary/Secondary) interfaces on the i82801xx southbr...Joseph Smith
2009-05-26Various fixes to the tree to get coreboot-v2 to build on SolarisPatrick Georgi
2009-05-26the i82801xx driver does not know ide{0,1}_enable in its chip.h, so comment itStefan Reinauer
2009-05-10Following patch fixes the XIP computation issue. I removed the normal imageRudolf Marek
2009-05-02Run dos2unix on all files:Stefan Reinauer
2009-05-01Trivial patch to make #defines generated from cmos.layout have unique names. ...Myles Watson
2009-04-30Refactor copy_and_run so that it uses a single code base instead ofPatrick Georgi
2009-04-28Enable HAVE_HIGH_TABLES by default for northbridges withPatrick Georgi
2009-04-28add_mainboard_resources is necessary for some boards (eg. kontron), butPatrick Georgi
2009-04-22drop duplicate compiler options that are already mentioned in CFLAGS.Stefan Reinauer
2009-04-21Thanks to Myles' patch adding support for include statements,Carl-Daniel Hailfinger
2009-04-18Add support for the ASUS P2B-D mainboard.Uwe Hermann
2009-04-16I deleted mptable.c in my patch, but forgot to svn rm it.Myles Watson
2009-04-15This patch cleans up mpspec.h and allows it to be included whenMyles Watson
2009-04-14v2/src romfs->cbfs renamePeter Stuge
2009-04-13I need to do uses HAVE_ACPI_RESUME for each board. Here we go.Rudolf Marek
2009-04-13Following patch adds support for the ACPI resume on Asus M2V-MX SE. The ACPIRudolf Marek
2009-04-13Fix the following errors:Carl-Daniel Hailfinger
2009-04-12This patch cleans up the calls to $CC in mainboard Config.lb files. TheyCarl-Daniel Hailfinger
2009-04-11Kill remaining unneeded CAR/ROMCC if-blocks.Carl-Daniel Hailfinger
2009-04-01Drop CONFIG_CHIP_NAME. Those config statements in Config.lb shouldStefan Reinauer
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-10This patch makes the boards use a single amdk8_util.asl. There are onlyMyles Watson
2009-02-18Carl-Daniel's part:Carl-Daniel Hailfinger
2009-02-14Following patch adds dynamically generated P-States infrastructure as well asRudolf Marek
2009-02-01Following patch adds dynamic ACPI AML code generator which can be used toRudolf Marek
2009-01-20This patch makes the recently added assembler debug optional, as it mayStefan Reinauer
2008-12-23This belongs to changeset: 3840Rudolf Marek
2008-12-23Following patch fixes error code 12 in Windows XP and Vista. The function fie...Rudolf Marek
2008-12-23The attached patch adds missing bits to ACPI to make Windows XP and Windows V...Rudolf Marek
2008-12-22In the process of trying to debug some HT sync problems I added lots ofCarl-Daniel Hailfinger
2008-12-19This patch fixes the build for asus/m2v-mx_se. Its hard_reset function is notMyles Watson
2008-12-15Add initial support for the ASUS P2B-DS (dual-CPU) mainboard.Uwe Hermann
2008-12-10Use -O2 and -mcpu=p2 as romcc options for all Intel 440BX boards.Uwe Hermann
2008-12-04This belongs to changeset 3795.Rudolf Marek
2008-12-04The patch changes the LDTSTOP length as well mostly default content of 0xec,Rudolf Marek
2008-11-28This patch from Ralf Grosse Boerger makes debugging more comfortable. Stefan Reinauer
2008-11-27Remove the unnecessary memctrl[] indirection, 440BX only has oneUwe Hermann
2008-11-20Get rid of the unnecessary indirection by 'struct mem_controller' for theUwe Hermann
2008-11-11Always enable serial before SMBus (or as early as possible), as the SMBusUwe Hermann
2008-11-03Set asus/a8v-3_se to use printk in CAR. (trivial)Marc Jones
2008-10-12Drop tons of duplicated debug.c files, move common file toUwe Hermann
2008-10-11Drop a number of duplicated failover.c files (they have the same contentUwe Hermann
2008-10-04Fix obviously (syntactically) broken cmos.layout (trivial).Uwe Hermann
2008-10-01Missed a CONFIG_USE_PRINTK_IN_CAR define for the Asus m2v-mx_se.Marc Jones