Re: [PATCH v2 48/71] bootstd: Support reading the device tree with EFI

2023-01-13 Thread Simon Glass
Hi Mark, On Sun, 8 Jan 2023 at 03:25, Mark Kettenis wrote: > > > From: Simon Glass > > Date: Sat, 7 Jan 2023 19:50:24 -0700 > > > > With EFI booting the device tree is required but is not actually specified > > in any way. The normal method is to use a fdtfile environment variable to > > get th

Re: [PATCH v2 48/71] bootstd: Support reading the device tree with EFI

2023-01-08 Thread Mark Kettenis
> From: Simon Glass > Date: Sat, 7 Jan 2023 19:50:24 -0700 > > With EFI booting the device tree is required but is not actually specified > in any way. The normal method is to use a fdtfile environment variable to > get the filename, then look for that file on the media. > > Implement this in t