Re: [PATCH 1/1] efi_driver: create a parent device for all EFI block devices

2025-02-20 Thread Ilias Apalodimas
On Sat, 15 Feb 2025 at 17:22, Heinrich Schuchardt wrote: > > Up to now root has been the parent device for all block devices created via > calling ConnectController(). This does not work well together with the > implementation of bootstd. > > Add a dummy parent device for all EFI block devices. >

Re: [PATCH 1/1] efi_driver: create a parent device for all EFI block devices

2025-02-16 Thread Simon Glass
Hi Heinrich, On Sat, 15 Feb 2025 at 10:23, Simon Glass wrote: > > Hi Heinrich, > > On Sat, 15 Feb 2025 at 08:22, Heinrich Schuchardt > wrote: > > > > Up to now root has been the parent device for all block devices created via > > calling ConnectController(). This does not work well together with

Re: [PATCH 1/1] efi_driver: create a parent device for all EFI block devices

2025-02-15 Thread Simon Glass
Hi Heinrich, On Sat, 15 Feb 2025 at 08:22, Heinrich Schuchardt wrote: > > Up to now root has been the parent device for all block devices created via > calling ConnectController(). This does not work well together with the > implementation of bootstd. > > Add a dummy parent device for all EFI blo