[PATCH] i386: Reduce the time of set VESA mode by clearing FB directly for Zhaoxin/Glenfly card

2025-04-13 Thread Tony W Wang-oc
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

[PATCH] i386: Check for cpuid family when flush cache only on VIA CPUs

2025-02-28 Thread Tony W Wang-oc
-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