summaryrefslogtreecommitdiffstats
path: root/src/mainboard/asus/p2b
Commit message (Expand)AuthorAgeFilesLines
* Move files from src/cpu/x86/{fpu,mmx,sse}/ to x86/Peter Stuge2009-10-171-2/+2
* Drop enable_mmx.inc. It reads (only) "Enabling mmx registers is a noop"Peter Stuge2009-10-161-1/+0
* Set default ROM sizes per-board to match the ROM chip that cameUwe Hermann2009-10-161-0/+1
* Add CONFIG_GENERATE_* for tables so that the user can select which tables notMyles Watson2009-10-152-6/+6
* Major CONFIG_IRQ_TABLE_COUNT fixing and cleanups. Some of these boardsUwe Hermann2009-10-071-1/+1
* UseUwe Hermann2009-10-061-1/+2
* PCI_ROM_RUN and CONSOLE_VGA are global options in Kconfig andUwe Hermann2009-10-051-2/+0
* The new CBFS based build system requires the whole ROM to be accessibleUwe Hermann2009-10-041-0/+5
* This does away with CONFIG_ROM_PAYLOAD_START and CONFIG_PAYLOAD_SIZE.Patrick Georgi2009-10-041-2/+0
* Remove:Patrick Georgi2009-10-031-6/+0
* Remove duplicate and not too useful Kconfig board comments asUwe Hermann2009-10-031-2/+0
* simplify source tree hierarchy: move files from sdram/ and ram/ to lib/Stefan Reinauer2009-09-231-1/+1
* Add kconfig support for all missing Intel 440BX based boards.Uwe Hermann2009-08-262-0/+76
* Reduce size of the romstage on various boards that fail to build on QA.Patrick Georgi2009-08-192-2/+3
* Kconfig!Patrick Georgi2009-08-121-0/+59
* Enable CBFS everywhere. All boards compiled for me (abuild tested),Patrick Georgi2009-08-111-2/+2
* the tool chain settings should not be in renamed (as they will never live inStefan Reinauer2009-06-301-2/+2
* This patch unifies the use of config options in v2 to all start with CONFIG_Stefan Reinauer2009-06-304-77/+77
* Undo my ugly commit that added uses clauses in lots of places instead of one.Myles Watson2009-06-191-1/+0
* Fix configuration of boards that didn't have uses CONFIG_USE_INIT. Trivial.Myles Watson2009-06-171-0/+1
* When I started refactoring mainboard Config.lb, I added two differentCarl-Daniel Hailfinger2009-06-061-0/+2
* Thanks to Myles' patch adding support for include statements,Carl-Daniel Hailfinger2009-04-211-13/+2
* v2/src romfs->cbfs renamePeter Stuge2009-04-141-3/+3
* Add the CONFIG_ROMS config variable. Ronald G. Minnich2009-03-311-0/+6
* Carl-Daniel's part:Carl-Daniel Hailfinger2009-02-182-3/+3
* Use -O2 and -mcpu=p2 as romcc options for all Intel 440BX boards.Uwe Hermann2008-12-101-4/+4
* Remove the unnecessary memctrl[] indirection, 440BX only has oneUwe Hermann2008-11-271-10/+4
* Drop tons of duplicated debug.c files, move common file toUwe Hermann2008-10-121-1/+1
* The ARRAY_SIZE macro is convenient, yet mostly unused. Switch lots ofCarl-Daniel Hailfinger2008-10-011-1/+2
* This changes the python generated makefilesCarl-Daniel Hailfinger2008-09-041-10/+10
* Rename almost all occurences of LinuxBIOS to coreboot. Stefan Reinauer2008-01-181-1/+1
* Please bear with me - another rename checkin. This qualifies as trivial, noStefan Reinauer2008-01-186-6/+6
* Enable IDE legacy port access for all 440BX based boards per default, asUwe Hermann2007-12-171-0/+6
* This adds the same line (uses CONFIG_PRECOMPRESSED_PAYLOAD) to everyMyles Watson2007-12-091-0/+1
* Various smaller fixes to make the ASUS P2B match the formatUwe Hermann2007-10-306-25/+83
* Completely rip out / replace the ASUS P2B code (which wasn't really working),Uwe Hermann2007-10-169-476/+186
* Simplify spd_read_byte() functions (trivial).Uwe Hermann2007-05-151-4/+1
* This patch uses auto.c from Uwe's tyan s1846 for both boards, with someCorey Osgood2007-05-092-121/+54
* Apply linuxbios-rename-other-payload-options.patchEd Swierk2006-12-152-5/+5
* Apply linuxbios-rename-compressed-payload-options.patch, refs #14Ed Swierk2006-12-151-1/+1
* * fix the automatic build system by compressing payloads if possibleStefan Reinauer2006-11-101-0/+1
* Use the canonical name of the vendors/devices and theUwe Hermann2006-11-051-1/+1
* Remove some unneeded #includes from most mainboard.c files.Uwe Hermann2006-11-021-5/+0
* Fix the CHIP_NAME() entries of all mainboards to have the same formatUwe Hermann2006-10-271-1/+1
* p2b uses i82371eb as well.Stefan Reinauer2006-08-041-1/+1
* - Add support _framework_ for the Asus p2b. Richard Smith2006-07-2910-0/+709