diff options
author | Bin Meng | 2016-10-09 04:14:10 -0700 |
---|---|---|
committer | Bin Meng | 2016-10-12 10:55:38 +0800 |
commit | 4dc5e54da31c810c988a0122fcd50b7d6f70354a (patch) | |
tree | e5d8a97045971ab4d919a0a61bc792fe4f107074 /doc | |
parent | 54cd240731f904b5632e384e6d5b21777e36d86a (diff) |
x86: doc: Document coreboot framebuffer driver issue on QEMU
For some unknown reason, coreboot framebuffer driver never works on
QEMU since day 1. It seems the driver only works on real hardware.
Document this issue.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/README.x86 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/README.x86 b/doc/README.x86 index ba5bb99dcd1..437dc291e1a 100644 --- a/doc/README.x86 +++ b/doc/README.x86 @@ -385,6 +385,9 @@ At present it seems that for Minnowboard Max, coreboot does not pass through the video information correctly (it always says the resolution is 0x0). This works correctly for link though. +Note: coreboot framebuffer driver does not work on QEMU. The reason is unknown +at this point. Patches are welcome if you figure out anything wrong. + Test with QEMU for bare mode ---------------------------- QEMU is a fancy emulator that can enable us to test U-Boot without access to |