- Add support _framework_ for the Asus p2b.
authorRichard Smith <smithbone@gmail.com>
Sat, 29 Jul 2006 17:40:36 +0000 (17:40 +0000)
committerRichard Smith <smithbone@gmail.com>
Sat, 29 Jul 2006 17:40:36 +0000 (17:40 +0000)
commit924f92faa2f66d09f3ad79a946e3867c105372a7
treecf3d183d57d81435ce3382cc0028c48393a99c1b
parent5e9dc231209c1a293b5a92a9ea78eb07ce0a3086
- Add support _framework_ for the Asus p2b.
- New superIO winbond/w83977tf
- Add single memory controller SBbus debug routine
into a file private to the i440bx

This adds support the start of support for an Asus p2b
mainboard.  Current limitations are the same as for the
Bitworks IMS board.  Reads from the SMbus don't work.

Moving dump_spd_registers() into its own private copy
solves the problem of having to go hack on the version that
included in src/sdram to only do one memory controller.

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2351 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
17 files changed:
src/mainboard/asus/p2b/Config.lb [new file with mode: 0644]
src/mainboard/asus/p2b/Options.lb [new file with mode: 0644]
src/mainboard/asus/p2b/auto.c [new file with mode: 0644]
src/mainboard/asus/p2b/chip.h [new file with mode: 0644]
src/mainboard/asus/p2b/cmos.layout [new file with mode: 0644]
src/mainboard/asus/p2b/debug.c [new file with mode: 0644]
src/mainboard/asus/p2b/failover.c [new file with mode: 0644]
src/mainboard/asus/p2b/irq_tables.c [new file with mode: 0644]
src/mainboard/asus/p2b/mainboard.c [new file with mode: 0644]
src/mainboard/asus/p2b/reset.c [new file with mode: 0644]
src/northbridge/intel/i440bx/debug.c [new file with mode: 0644]
src/superio/winbond/w83977tf/Config.lb [new file with mode: 0644]
src/superio/winbond/w83977tf/chip.h [new file with mode: 0644]
src/superio/winbond/w83977tf/superio.c [new file with mode: 0644]
src/superio/winbond/w83977tf/w83977tf.h [new file with mode: 0644]
src/superio/winbond/w83977tf/w83977tf_early_serial.c [new file with mode: 0644]
targets/asus/p2b/Config.lb [new file with mode: 0644]