From: Timo Lindfors <timo.lindf...@iki.fi>

Testing done: Boot tboot with a 2560x1440 monitor. Verify that no
output is visible without this patch, and that output is correct with
this patch. This was tested on an HP EliteDesk 800 G2 with BIOS
version 2.17.

Signed-off-by: Timo Juhani Lindfors <timo.lindf...@iki.fi>
---
 include/config.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/config.h b/include/config.h
index f75c508..8211975 100644
--- a/include/config.h
+++ b/include/config.h
@@ -120,8 +120,8 @@ extern char _end[];              /* end of tboot */
 #endif /* NO_TBOOT_LOGLVL */
 
 /* Framebuffer */
-#define FB_MAX_HRES 1920
-#define FB_MAX_VRES 1080
+#define FB_MAX_HRES 2560
+#define FB_MAX_VRES 1440
 #define FB_BPP 32
 
 #endif /* __CONFIG_H__ */
-- 
2.20.1



_______________________________________________
tboot-devel mailing list
tboot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tboot-devel

Reply via email to