From 924f92faa2f66d09f3ad79a946e3867c105372a7 Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Sat, 29 Jul 2006 17:40:36 +0000 Subject: - 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 --- src/mainboard/asus/p2b/chip.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/mainboard/asus/p2b/chip.h (limited to 'src/mainboard/asus/p2b/chip.h') diff --git a/src/mainboard/asus/p2b/chip.h b/src/mainboard/asus/p2b/chip.h new file mode 100644 index 0000000000..a2ab25dfe8 --- /dev/null +++ b/src/mainboard/asus/p2b/chip.h @@ -0,0 +1,5 @@ +extern struct chip_operations mainboard_asus_p2b_ops; + +struct mainboard_asus_p2b_config { + int nothing; +}; -- cgit v1.2.3