Re: [U-Boot] [PATCH v3 00/18] efi_loader: manage protocols in a linked list (v3)

2017-12-01 Thread Alexander Graf
On 11/27/2017 06:09 PM, Simon Glass wrote: Hi, On 26 November 2017 at 06:05, Heinrich Schuchardt wrote: Up to now the protocols of an EFI handle where contained in an array of fixed size. With the patch series the protocols are managed in a linked list. This both saves

Re: [U-Boot] [PATCH v3 00/18] efi_loader: manage protocols in a linked list (v3)

2017-11-27 Thread Simon Glass
Hi, On 26 November 2017 at 06:05, Heinrich Schuchardt wrote: > Up to now the protocols of an EFI handle where contained in an > array of fixed size. With the patch series the protocols are > managed in a linked list. This both saves memory and gives > more flexibility. > >

[U-Boot] [PATCH v3 00/18] efi_loader: manage protocols in a linked list (v3)

2017-11-26 Thread Heinrich Schuchardt
Up to now the protocols of an EFI handle where contained in an array of fixed size. With the patch series the protocols are managed in a linked list. This both saves memory and gives more flexibility. The LocateDevicePath boot service is implemented according to the UEFI specification. A unit