aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/asus
AgeCommit message (Expand)Author
2008-10-01The ARRAY_SIZE macro is convenient, yet mostly unused. Switch lots ofCarl-Daniel Hailfinger
2008-09-30Coding-style fixes and simplifications for the ASUS A8N-E (trivial).Uwe Hermann
2008-09-23This patch adds support for watchdog kill and adds it to Asus M2V-MX SE.Rudolf Marek
2008-09-23The AMD dbm690t mainboard uses the it8712f SIO with theMarc Jones
2008-09-23Attached patch removes HPET info from ACPI tables. HPET does not work fine onRudolf Marek
2008-09-23Following patch adds support for Asus M2V-E SE. Works pretty well, the onlyRudolf Marek
2008-09-04This changes the python generated makefilesCarl-Daniel Hailfinger
2008-03-19Following patch will setup KT890 HT automatically. It will find theRudolf Marek
2008-03-15Following patch extends the ROM decoding to last 1MB, allowing to use largerRudolf Marek
2008-03-08Various cosmetic and coding style fixes for ASUS A8V-E SE (trivial).Uwe Hermann
2008-02-18Attached patch fixes two typos in the sio_setup routine (comment + wrong exitLDNRudolf Marek
2008-02-18Use virtual LDNs. It enables the GPIOs correctly (it preserves the GPIO5/2 fr...Rudolf Marek
2008-01-26This patch fixes the remaining stack protector problem on v2. The DISTRO_CFLA...Ronald G. Minnich
2008-01-18Rename almost all occurences of LinuxBIOS to coreboot. Stefan Reinauer
2008-01-18Please bear with me - another rename checkin. This qualifies as trivial, noStefan Reinauer
2008-01-12Fix the documentation of GPIO setup, tell W83627EHF to use externalRudolf Marek
2007-12-17Enable IDE legacy port access for all 440BX based boards per default, asUwe Hermann
2007-12-09This adds the same line (uses CONFIG_PRECOMPRESSED_PAYLOAD) to everyMyles Watson
2007-11-25abuild fix for the asus a8v-e_se and newest iasl version (trivial)Corey Osgood
2007-11-25Fix abuild for ASUS MEW-AM.Uwe Hermann
2007-11-24Add support for the ASUS MEW-AM board.Uwe Hermann
2007-11-13Add support for FID/VID changes messages.Rudolf Marek
2007-11-04another small abuild fix.. add payload compression "uses" for the a8v-e-seStefan Reinauer
2007-11-02Asus A8V-E-SE support from Rudolf MarekRudolf Marek
2007-10-31Add initial support for the ASUS P3B-F.Uwe Hermann
2007-10-30Add initial support for the ASUS P2B-F.Uwe Hermann
2007-10-30Various smaller fixes to make the ASUS P2B match the formatUwe Hermann
2007-10-16Completely rip out / replace the ASUS P2B code (which wasn't really working),Uwe Hermann
2007-09-24Various cosmetic changes and coding style fixes (trivial).Uwe Hermann
2007-06-19Various minor cosmetics and coding style fixes (trivial).Uwe Hermann
2007-06-19This patch fixes up a couple mistakes I made with the i82810 and mew-vw to makeCorey Osgood
2007-06-14This patch adds support for the Intel i82810 northbridge and various i82801xxCorey Osgood
2007-05-24Add initial support for the ASUS A8N-E board.Philipp Degler
2007-05-15Simplify spd_read_byte() functions (trivial).Uwe Hermann
2007-05-09This patch uses auto.c from Uwe's tyan s1846 for both boards, with someCorey Osgood
2006-12-15Apply linuxbios-rename-other-payload-options.patchEd Swierk
2006-12-15Apply linuxbios-rename-compressed-payload-options.patch, refs #14Ed Swierk
2006-11-10* fix the automatic build system by compressing payloads if possibleStefan Reinauer
2006-11-05Use the canonical name of the vendors/devices and theUwe Hermann
2006-11-02Remove some unneeded #includes from most mainboard.c files.Uwe Hermann
2006-10-27Fix the CHIP_NAME() entries of all mainboards to have the same formatUwe Hermann
2006-08-04p2b uses i82371eb as well.Stefan Reinauer
2006-07-29- Add support _framework_ for the Asus p2b. Richard Smith