Re: [PATCH v3 01/12] efi: Correct handling of frame buffer

2023-11-15 Thread Simon Glass
On Mon, Oct 2, 2023 at 10:23 AM Simon Glass wrote: > > The efi_gop driver uses private fields from the video uclass to obtain a > pointer to the frame buffer. Use the platform data instead. > > Check the VIDEO_COPY setting to determine which frame buffer to use. Once > the next stage is running

Re: [PATCH v3 01/12] efi: Correct handling of frame buffer

2023-11-05 Thread Bin Meng
On Mon, Oct 2, 2023 at 10:23 AM Simon Glass wrote: > > The efi_gop driver uses private fields from the video uclass to obtain a > pointer to the frame buffer. Use the platform data instead. > > Check the VIDEO_COPY setting to determine which frame buffer to use. Once > the next stage is running

[PATCH v3 01/12] efi: Correct handling of frame buffer

2023-10-01 Thread Simon Glass
The efi_gop driver uses private fields from the video uclass to obtain a pointer to the frame buffer. Use the platform data instead. Check the VIDEO_COPY setting to determine which frame buffer to use. Once the next stage is running (and making use of U-Boot's EFI boot services) U-Boot does not