Re: [PATCH 2/4] efi-payload: use handoff data to pass data to barebox proper

2024-05-21 Thread Ahmad Fatoum
On 21.05.24 12:49, Sascha Hauer wrote: > EFI payload uses custom fields in struct boarddata to pass data from PBL > to barebox proper. handoff data was created for exactly this purpose. > Now that we have it, switch EFI payload over to use it. > > Signed-off-by: Sascha Hauer Tested-by: Ahmad Fat

[PATCH 2/4] efi-payload: use handoff data to pass data to barebox proper

2024-05-21 Thread Sascha Hauer
EFI payload uses custom fields in struct boarddata to pass data from PBL to barebox proper. handoff data was created for exactly this purpose. Now that we have it, switch EFI payload over to use it. Signed-off-by: Sascha Hauer --- efi/payload/boarddata.c| 12 +++- efi/payload/entry-m