Re: [U-Boot] [PATCH v0 01/20] fs: add fs_readdir()

2017-08-07 Thread Rob Clark
On Mon, Aug 7, 2017 at 2:19 PM, Brüns, Stefan wrote: > On Freitag, 4. August 2017 21:31:43 CEST Rob Clark wrote: >> Needed to support efi file protocol. The fallback.efi loader wants >> to be able to read the contents of the /EFI directory to find an OS >> to boot. >> >> For reference, the expect

Re: [U-Boot] [PATCH v0 01/20] fs: add fs_readdir()

2017-08-07 Thread Brüns , Stefan
On Freitag, 4. August 2017 21:31:43 CEST Rob Clark wrote: > Needed to support efi file protocol. The fallback.efi loader wants > to be able to read the contents of the /EFI directory to find an OS > to boot. > > For reference, the expected EFI semantics are described in (v2.7 of UEFI > spec) in s

[U-Boot] [PATCH v0 01/20] fs: add fs_readdir()

2017-08-04 Thread Rob Clark
Needed to support efi file protocol. The fallback.efi loader wants to be able to read the contents of the /EFI directory to find an OS to boot. For reference, the expected EFI semantics are described in (v2.7 of UEFI spec) in section 13.5 (page 609). Or for convenience, see: http://wiki.phoen