From be7f79867e4d989fc9cb7fb9e8b0b8ec55956875 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Fri, 13 Mar 2009 15:42:27 +0000 Subject: This, ladies and gentlement, is commit #4000. Use the (almost) same strict CFLAGS in v2 that we use on v3. And fix a few include files and missing prototypes. Also, fix up the Config-abuild.lb files to properly work for cross compiling. Signed-off-by: Stefan Reinauer Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4000 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/northbridge/via/vt8601/northbridge.c | 1 + src/northbridge/via/vt8623/northbridge.h | 8 +++++++- 2 files changed, 8 insertions(+), 1 deletion(-) (limited to 'src/northbridge/via') diff --git a/src/northbridge/via/vt8601/northbridge.c b/src/northbridge/via/vt8601/northbridge.c index 36a118ca71..5347017ddf 100644 --- a/src/northbridge/via/vt8601/northbridge.c +++ b/src/northbridge/via/vt8601/northbridge.c @@ -5,6 +5,7 @@ #include #include #include +#include #include #include #include diff --git a/src/northbridge/via/vt8623/northbridge.h b/src/northbridge/via/vt8623/northbridge.h index ef63ebea78..f589860cd5 100644 --- a/src/northbridge/via/vt8623/northbridge.h +++ b/src/northbridge/via/vt8623/northbridge.h @@ -1,6 +1,12 @@ #ifndef NORTHBRIDGE_VIA_VT8623_H #define NORTHBRIDGE_VIA_VT8623_H -extern unsigned int vt8623_scan_root_bus(device_t root, unsigned int max); +unsigned int vt8623_scan_root_bus(device_t root, unsigned int max); + +void vga_enable_console(void); +void do_vgabios(void); +void setup_realmode_idt(void); +void write_protect_vgabios(void); + #endif /* NORTHBRIDGE_VIA_VT8623_H */ -- cgit v1.2.3