
On 24.07.23 17:53, Sean Anderson wrote:
On 7/22/23 15:27, Heinrich Schuchardt wrote:
Allow loading a FIT image via semihosting in SPL.
I had previously attempted this in [1], which is a more general approach. I put together a v4 earlier this year but I got sidetracked before I sent it out. I'll see if I can finish it up this week.
--Sean
[1] https://lore.kernel.org/u-boot/20220505201655.645692-1-sean.anderson@seco.co...
Signed-off-by: Heinrich Schuchardt heinrich.schuchardt@canonical.com
Hello Sean,
Having more common code for all boot devices would be great. Mayuresh has added NVMe code (common/spl/spl_blk.c, common/spl/spl_nvme.c) which should be considered.
I found quite a bunch of issues with SPL. Have a look at
https://patchwork.ozlabs.org/project/uboot/list/?series=&submitter=82181...
Best regards
Heinrich