Re: [PATCH 0/4] make more use of handoff data

2024-05-21 Thread Sascha Hauer
On Tue, 21 May 2024 12:49:09 +0200, Sascha Hauer wrote: > struct boarddata is a mechanism to pass a ARM machine number from PBL to > barebox proper. The EFI payload also uses it to pass some custom > pointers to barebox proper. handoff data was created for exactly this > purpose, so retire boardd

[PATCH 0/4] make more use of handoff data

2024-05-21 Thread Sascha Hauer
struct boarddata is a mechanism to pass a ARM machine number from PBL to barebox proper. The EFI payload also uses it to pass some custom pointers to barebox proper. handoff data was created for exactly this purpose, so retire boarddata and use handoff data instead. @afa, the efi patch is compile