Re: [PATCH v4 3/5] efi: Drop all uses of efi_call_XX wrappers

2023-06-16 Thread Daniel Kiper
On Fri, Jun 16, 2023 at 02:24:51PM +0200, Christian Hesse wrote: > Robin Candau on Fri, 2023/06/16 12:48: > > Le 16/06/2023 à 12:35, Daniel Kiper a écrit : > > > On Fri, Jun 16, 2023 at 09:15:19AM +0200, Robin Candau wrote: > > >> Le 15/06/2023 à 23:36, Christian Hesse a écrit : > > >>> Daniel

Re: [PATCH v4 3/5] efi: Drop all uses of efi_call_XX wrappers

2023-06-16 Thread Christian Hesse
Robin Candau on Fri, 2023/06/16 12:48: > Le 16/06/2023 à 12:35, Daniel Kiper a écrit : > > On Fri, Jun 16, 2023 at 09:15:19AM +0200, Robin Candau wrote: > >> Le 15/06/2023 à 23:36, Christian Hesse a écrit : > >>> Daniel Kiper on Thu, 2023/06/15 17:05: > > It looks I was able to

Re: [PATCH v1a] grub-emu: Add SDL2 support

2023-06-16 Thread Julian Andres Klode
On Fri, Jun 16, 2023 at 01:52:27PM +0200, Julian Andres Klode wrote: > So all we did with the surface in SDL1 was split into window, > surface, renderer, and texture. Instead of drawing into the > surface and then flipping, you build your pixels, then update > a texture, and then copy the texture

[PATCH v1a] grub-emu: Add SDL2 support

2023-06-16 Thread Julian Andres Klode
So all we did with the surface in SDL1 was split into window, surface, renderer, and texture. Instead of drawing into the surface and then flipping, you build your pixels, then update a texture, and then copy the texture to the renderer. Here we use an empty RGB surface to hold our Pixels, which

[PATCH] grub-emu: Add SDL2 support

2023-06-16 Thread Julian Andres Klode
So all we did with the surface in SDL1 was split into window, surface, renderer, and texture. Instead of drawing into the surface and then flipping, you build your pixels, then update a texture, and then copy the texture to the renderer. Here we use an empty RGB surface to hold our Pixels, which

grub-2.06 fails to load 64bit Multiboot2 ELF with regions above 4GiB

2023-06-16 Thread Baksik, Fred [USA] via Grub-devel
I tried report this issue to the bug-grub mailing list but didn't see the Bug Tracker get updated. I'd like to get this reported so anyone else using multiboot2 to boot and embedded RTOS knows of this problem. I also supplied a patch that fixes the issue. Regards, Fred Baksik Sr Prin Software

Re: [PATCH v4 3/5] efi: Drop all uses of efi_call_XX wrappers

2023-06-16 Thread Robin Candau
Le 16/06/2023 à 12:35, Daniel Kiper a écrit : On Fri, Jun 16, 2023 at 09:15:19AM +0200, Robin Candau wrote: Le 15/06/2023 à 23:36, Christian Hesse a écrit : Daniel Kiper on Thu, 2023/06/15 17:05: It looks I was able to reproduce this problem. I will be checking what is going on in following

Re: [PATCH v4 3/5] efi: Drop all uses of efi_call_XX wrappers

2023-06-16 Thread Daniel Kiper
On Fri, Jun 16, 2023 at 09:15:19AM +0200, Robin Candau wrote: > Le 15/06/2023 à 23:36, Christian Hesse a écrit : > > Daniel Kiper on Thu, 2023/06/15 17:05: > > > > It looks I was able to reproduce this problem. I will be checking what > > > > is going on in following days... > > > Here [1] is the

Re: [PATCH v4 3/5] efi: Drop all uses of efi_call_XX wrappers

2023-06-16 Thread Robin Candau
Le 15/06/2023 à 23:36, Christian Hesse a écrit : Daniel Kiper on Thu, 2023/06/15 17:05: It looks I was able to reproduce this problem. I will be checking what is going on in following days... Here [1] is the fix. Please test... Works for me, thanks! Works for me as well, thanks! --