Re: [U-Boot] [PATCH 04/16] efi: Add a TODO to efi_init_obj_list()

2017-12-04 Thread Simon Glass
Hi Heinrich, On 17 September 2017 at 22:47, Heinrich Schuchardt wrote: > On 09/18/2017 12:59 AM, Simon Glass wrote: >> This function repeats data structures provided by driver model. They are >> only created once so can be stale if the EFI loader is called twice (e.g. >> for

Re: [U-Boot] [PATCH 04/16] efi: Add a TODO to efi_init_obj_list()

2017-09-17 Thread Heinrich Schuchardt
On 09/18/2017 12:59 AM, Simon Glass wrote: > This function repeats data structures provided by driver model. They are > only created once so can be stale if the EFI loader is called twice (e.g. > for testing or on boot failure). > > Add a TODO to address this. It should be possible to attach EFI

[U-Boot] [PATCH 04/16] efi: Add a TODO to efi_init_obj_list()

2017-09-17 Thread Simon Glass
This function repeats data structures provided by driver model. They are only created once so can be stale if the EFI loader is called twice (e.g. for testing or on boot failure). Add a TODO to address this. It should be possible to attach EFI devices and data structures to driver-model devices