aboutsummaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2010-06-28 07:34:53 -0400
committerKevin O'Connor <kevin@koconnor.net>2010-06-28 07:34:53 -0400
commitafbed1bde45edc7829ac02644815796efc7dd4ac (patch)
tree6a2ba982d4402a1a64e298a58be9bf231034942c /src/config.h
parent83d6ed63495db1a8db314225a9eb20a770152360 (diff)
downloadseabios-hppa-afbed1bde45edc7829ac02644815796efc7dd4ac.zip
seabios-hppa-afbed1bde45edc7829ac02644815796efc7dd4ac.tar.gz
seabios-hppa-afbed1bde45edc7829ac02644815796efc7dd4ac.tar.bz2
Initial bootsplash support.
Support displaying a jpeg file (stored in cbfs) during bootup. Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h
index ad569c6..238a286 100644
--- a/src/config.h
+++ b/src/config.h
@@ -121,6 +121,16 @@
#define CONFIG_S3_RESUME 1
// Run the vga rom during S3 resume.
#define CONFIG_S3_RESUME_VGA_INIT 0
+// Support boot splash
+#define CONFIG_BOOTSPLASH 0
+// boot splash X resolution
+#define CONFIG_BOOTSPLASH_X 1024
+// boot splash Y resolution
+#define CONFIG_BOOTSPLASH_Y 768
+// boot splash color depth
+#define CONFIG_BOOTSPLASH_DEPTH 16
+// boot splash VESA mode (could be generated)
+#define CONFIG_BOOTSPLASH_VESA_MODE 0x117
// define it if the (emulated) hardware supports SMM mode
#define CONFIG_USE_SMM 1
// Maximum number of map entries in the e820 map