aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/asus/p2b
AgeCommit message (Expand)Author
2009-02-18Carl-Daniel's part:Carl-Daniel Hailfinger
2008-12-10Use -O2 and -mcpu=p2 as romcc options for all Intel 440BX boards.Uwe Hermann
2008-11-27Remove the unnecessary memctrl[] indirection, 440BX only has oneUwe Hermann
2008-10-12Drop tons of duplicated debug.c files, move common file toUwe Hermann
2008-10-01The ARRAY_SIZE macro is convenient, yet mostly unused. Switch lots ofCarl-Daniel Hailfinger
2008-09-04This changes the python generated makefilesCarl-Daniel Hailfinger
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
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-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-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