Re: [PATCH 1/1] efi_driver: don't bind internal block devices

2022-09-09 Thread Heinrich Schuchardt
On 9/9/22 11:15, Ilias Apalodimas wrote: Hi Heinrich, On Fri, 9 Sept 2022 at 09:58, Heinrich Schuchardt wrote: UEFI block devices can either mirror U-Boot's internal devices or be provided by an EFI application like iPXE. When ConnectController() is invoked for the EFI_BLOCK_IO_PROTOCOL inte

Re: [PATCH 1/1] efi_driver: don't bind internal block devices

2022-09-09 Thread Ilias Apalodimas
Hi Heinrich, On Fri, 9 Sept 2022 at 09:58, Heinrich Schuchardt wrote: > > UEFI block devices can either mirror U-Boot's internal devices or be > provided by an EFI application like iPXE. > > When ConnectController() is invoked for the EFI_BLOCK_IO_PROTOCOL > interface for such an application prov

Re: [PATCH 1/1] efi_driver: don't bind internal block devices

2022-09-09 Thread Etienne Carriere
Hello Heinrich, On Fri, 9 Sept 2022 at 08:58, Heinrich Schuchardt wrote: > > UEFI block devices can either mirror U-Boot's internal devices or be > provided by an EFI application like iPXE. > > When ConnectController() is invoked for the EFI_BLOCK_IO_PROTOCOL > interface for such an application p

[PATCH 1/1] efi_driver: don't bind internal block devices

2022-09-08 Thread Heinrich Schuchardt
UEFI block devices can either mirror U-Boot's internal devices or be provided by an EFI application like iPXE. When ConnectController() is invoked for the EFI_BLOCK_IO_PROTOCOL interface for such an application provided device we create a virtual U-Boot block device of type "efi_blk". Currently w