diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2007-10-30 23:57:59 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2007-10-30 23:57:59 +0000 |
commit | 113c2013bb185b2931630b869ec9e1cb985542dc (patch) | |
tree | f30568e5b267772c1010665ba1caafb08b0595ca /src/mainboard/asus/p2b/chip.h | |
parent | 68d8a56cc56ab9805bee85c08f7211ef8455ca4d (diff) | |
download | coreboot-113c2013bb185b2931630b869ec9e1cb985542dc.tar.xz |
Various smaller fixes to make the ASUS P2B match the format
of all the other boards in this patch series.
Add missing PIRQ table to make most devices work.
Enable VGA support. Add flashrom flashing protection code.
Make CPU init actually work (result: massive speed-up).
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2913 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/asus/p2b/chip.h')
-rw-r--r-- | src/mainboard/asus/p2b/chip.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/mainboard/asus/p2b/chip.h b/src/mainboard/asus/p2b/chip.h index dc128ba043..107d2b3118 100644 --- a/src/mainboard/asus/p2b/chip.h +++ b/src/mainboard/asus/p2b/chip.h @@ -19,7 +19,4 @@ */ extern struct chip_operations mainboard_asus_p2b_ops; - -struct mainboard_asus_p2b_config { - int nothing; -}; +struct mainboard_asus_p2b_config {}; |