summaryrefslogtreecommitdiff
path: root/include/configs/coreboot.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-11-19 13:24:06 -0700
committerAnatolij Gustschin <agust@denx.de>2021-12-26 23:33:26 +0100
commite567122b3253156009aeb6eda1a3d82962877367 (patch)
tree937684c447a7a7a8fb3cade4310bef799b0068c3 /include/configs/coreboot.h
parentd8bf49fa20bf1bf8b94e574a651e117da21a632c (diff)
x86: coreboot: Support getting a logo from virtio
Enable this feature so that a splash screen can be provided. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/coreboot.h')
-rw-r--r--include/configs/coreboot.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/coreboot.h b/include/configs/coreboot.h
index 1cf5c037e85..d6d679fd7dd 100644
--- a/include/configs/coreboot.h
+++ b/include/configs/coreboot.h
@@ -10,6 +10,9 @@
#ifndef __CONFIG_H
#define __CONFIG_H
+#define SPLASH_SETTINGS "splashsource=virtio_fs\0" \
+ "splashimage=0x1000000\0"
+
#include <configs/x86-common.h>
#define CONFIG_SYS_MONITOR_LEN (1 << 20)