it can't access linear frame buffer directly. So the
first way will take more time.
Add a patch here to use the second way to save time for Zhaoxin/Glenfly card.
Signed-off-by: Joanne Bao
Signed-off-by: Tony W Wang-oc
Tested-by: Sherry Zhang
Suggested-by: Jason He
---
grub-core/video/i3
-by: Tony W Wang-oc
---
grub-core/kern/i386/pc/init.c | 5 +
1 file changed, 5 insertions(+)
diff --git a/grub-core/kern/i386/pc/init.c b/grub-core/kern/i386/pc/init.c
index 326d491c5..f42c1295e 100644
--- a/grub-core/kern/i386/pc/init.c
+++ b/grub-core/kern/i386/pc/init.c
@@ -204,6 +204,11