aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/via/k8t890/k8t890.h
diff options
context:
space:
mode:
authorLuc Verhaegen <libv@skynet.be>2009-07-23 16:04:58 +0000
committerLuc Verhaegen <libv@skynet.be>2009-07-23 16:04:58 +0000
commitaeb6c9870f0b1af8c0b55b2034f881da6757c4a4 (patch)
tree6f9087fe2504975d35b81c2e298189065b58daee /src/southbridge/via/k8t890/k8t890.h
parentb2bd9963a5ceb4fc6751f2303dab5bfea43d4293 (diff)
sb/via/k8t890: add vga textmode code for k8m890 chrome igp.
Add initialisation for the VIA Chrome 9 IGP on the k8m890 through native code and through the general vga infrastructure i committed a month or two ago. Add videoram_size option for k8m890 and the Asus M2V-MX SE. Now the Asus M2V-MX SE will magically come up with a working standard VGA 80x25 textmode. Many thanks to the people who worked hard on the Asus M2V-MX SE, and all of its components; this vga bringup was a breeze thanks to your hard work for this excellently supported board. And separate thanks to Rudolf Marek for spurring me on and for providing a register dump. Signed-off-by: Luc Verhaegen <libv@skynet.be> Acked-by: Peter Stuge <peter@stuge.se> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4465 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/southbridge/via/k8t890/k8t890.h')
-rw-r--r--src/southbridge/via/k8t890/k8t890.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/southbridge/via/k8t890/k8t890.h b/src/southbridge/via/k8t890/k8t890.h
index 59d47ee52c..221aec7edb 100644
--- a/src/southbridge/via/k8t890/k8t890.h
+++ b/src/southbridge/via/k8t890/k8t890.h
@@ -43,4 +43,7 @@
extern void writeback(struct device *dev, u16 where, u8 what);
extern void dump_south(device_t dev);
+int k8m890_host_fb_size_get(void);
+//void k8m890_host_fb_direct_set(uint32_t fb_address);
+
#endif