Re: [U-Boot] [PATCH v2 14/18] efi_loader: provide links between devices EFI handles

2018-01-18 Thread Heinrich Schuchardt
On 01/18/2018 07:13 PM, Alexander Graf wrote: > > > On 18.01.18 17:18, Heinrich Schuchardt wrote: >> On 01/18/2018 05:09 PM, Alexander Graf wrote: >>> >>> >>> On 17.01.18 20:16, Heinrich Schuchardt wrote: U-Boot devices and EFI handles can be related, e.g. an IDE disk relates to a handl

Re: [U-Boot] [PATCH v2 14/18] efi_loader: provide links between devices EFI handles

2018-01-18 Thread Alexander Graf
On 17.01.18 20:16, Heinrich Schuchardt wrote: > U-Boot devices and EFI handles can be related, e.g. an > IDE disk relates to a handle with the EFI_BLOCK_IO_PROTOCOL. > Provide pointers to store these links. > > Signed-off-by: Heinrich Schuchardt You actually wouldn't need any of these changes

Re: [U-Boot] [PATCH v2 14/18] efi_loader: provide links between devices EFI handles

2018-01-18 Thread Alexander Graf
On 18.01.18 17:18, Heinrich Schuchardt wrote: > On 01/18/2018 05:09 PM, Alexander Graf wrote: >> >> >> On 17.01.18 20:16, Heinrich Schuchardt wrote: >>> U-Boot devices and EFI handles can be related, e.g. an >>> IDE disk relates to a handle with the EFI_BLOCK_IO_PROTOCOL. >>> Provide pointers to

Re: [U-Boot] [PATCH v2 14/18] efi_loader: provide links between devices EFI handles

2018-01-18 Thread Heinrich Schuchardt
On 01/18/2018 05:09 PM, Alexander Graf wrote: > > > On 17.01.18 20:16, Heinrich Schuchardt wrote: >> U-Boot devices and EFI handles can be related, e.g. an >> IDE disk relates to a handle with the EFI_BLOCK_IO_PROTOCOL. >> Provide pointers to store these links. >> >> Signed-off-by: Heinrich Schuc

Re: [U-Boot] [PATCH v2 14/18] efi_loader: provide links between devices EFI handles

2018-01-18 Thread Alexander Graf
On 17.01.18 20:16, Heinrich Schuchardt wrote: > U-Boot devices and EFI handles can be related, e.g. an > IDE disk relates to a handle with the EFI_BLOCK_IO_PROTOCOL. > Provide pointers to store these links. > > Signed-off-by: Heinrich Schuchardt > --- > v2 > no change > --- > include/dm/

[U-Boot] [PATCH v2 14/18] efi_loader: provide links between devices EFI handles

2018-01-17 Thread Heinrich Schuchardt
U-Boot devices and EFI handles can be related, e.g. an IDE disk relates to a handle with the EFI_BLOCK_IO_PROTOCOL. Provide pointers to store these links. Signed-off-by: Heinrich Schuchardt --- v2 no change --- include/dm/device.h | 4 include/efi_loader.h | 2 ++