summaryrefslogtreecommitdiff
path: root/src/mainboard/asus
AgeCommit message (Expand)Author
2009-09-29Fix a number of board names in Kconfig (trivial).Uwe Hermann
2009-09-29Remove MAINBOARD_OPTIONS, which is a relic from earlyPatrick Georgi
2009-09-24Remove HyperTransport support from boards that don't need it.Myles Watson
2009-09-24Re-enable option table for the ASUS MEW-VM and fix build.Uwe Hermann
2009-09-24Make all Kconfig enabled boards build (tested with kbuildall).Patrick Georgi
2009-09-23simplify source tree hierarchy: move files from sdram/ and ram/ to lib/Stefan Reinauer
2009-09-17Remove warnings from Kconfig. Trivial.Myles Watson
2009-08-28Add kconfig support for all Intel 82810 (i810) boards.Uwe Hermann
2009-08-27Clean up some DCACHE related options.Patrick Georgi
2009-08-26Add kconfig support for all missing Intel 440BX based boards.Uwe Hermann
2009-08-26Asus M2V-MX-SE support in KbuildCristi Magherusan
2009-08-25Add kconfig support for ASUS P2B-F.Uwe Hermann
2009-08-19Reduce size of the romstage on various boards that fail to build on QA.Patrick Georgi
2009-08-12Kconfig!Patrick Georgi
2009-08-11Enable CBFS everywhere. All boards compiled for me (abuild tested),Patrick Georgi
2009-07-23sb/via/k8t890: add vga textmode code for k8m890 chrome igp.Luc Verhaegen
2009-07-23We did together some patch which makes finally a MMCONFIG workable inRudolf Marek
2009-07-21This fixes a couple of issues with older Linux kernels (that expect an XSDT asStefan Reinauer
2009-06-30the tool chain settings should not be in renamed (as they will never live inStefan Reinauer
2009-06-30This patch unifies the use of config options in v2 to all start with CONFIG_Stefan Reinauer
2009-06-19Undo my ugly commit that added uses clauses in lots of places instead of one.Myles Watson
2009-06-17Fix configuration of boards that didn't have uses CONFIG_USE_INIT. Trivial.Myles Watson
2009-06-06When I started refactoring mainboard Config.lb, I added two differentCarl-Daniel Hailfinger
2009-06-03Revert "CMOS: Add set_option and rework get_option."Luc Verhaegen
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