aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/asus/p2b/mainboard.c
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2007-10-30 23:57:59 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2007-10-30 23:57:59 +0000
commit113c2013bb185b2931630b869ec9e1cb985542dc (patch)
treef30568e5b267772c1010665ba1caafb08b0595ca /src/mainboard/asus/p2b/mainboard.c
parent68d8a56cc56ab9805bee85c08f7211ef8455ca4d (diff)
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/mainboard.c')
-rw-r--r--src/mainboard/asus/p2b/mainboard.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/asus/p2b/mainboard.c b/src/mainboard/asus/p2b/mainboard.c
index 529c1c7394..7207e6c844 100644
--- a/src/mainboard/asus/p2b/mainboard.c
+++ b/src/mainboard/asus/p2b/mainboard.c
@@ -24,4 +24,3 @@
struct chip_operations mainboard_asus_p2b_ops = {
CHIP_NAME("ASUS P2B Mainboard")
};
-