Re: [EXTERNAL] [PATCH v3 25/43] x86: Pass video settings from SPL to U-Boot proper

2023-05-04 Thread Nikhil M Jain
On 05/05/23 04:28, Simon Glass wrote: When video is set up in SPL, U-Boot proper needs to use the correct parameters so it can write to the display. Put these in a bloblist so they are available to U-Boot proper. Signed-off-by: Simon Glass --- Changes in v3: - Add a tag name for the blob

[PATCH v3 25/43] x86: Pass video settings from SPL to U-Boot proper

2023-05-04 Thread Simon Glass
When video is set up in SPL, U-Boot proper needs to use the correct parameters so it can write to the display. Put these in a bloblist so they are available to U-Boot proper. Signed-off-by: Simon Glass --- Changes in v3: - Add a tag name for the blob common/bloblist.c | 1 +