Re: [U-Boot] [PATCH 1/1] efi_loader: allow adding mapped memory at 0x00000000

2019-07-14 Thread Heinrich Schuchardt
On 7/14/19 10:30 AM, Bin Meng wrote: On Sun, Jul 14, 2019 at 4:08 PM Heinrich Schuchardt wrote: On 7/14/19 4:13 AM, Bin Meng wrote: On Sun, Jul 14, 2019 at 4:02 AM Heinrich Schuchardt wrote: As efi_add_memory_map() signals an error by returning NULL and correct function by returning the re

Re: [U-Boot] [PATCH 1/1] efi_loader: allow adding mapped memory at 0x00000000

2019-07-14 Thread Bryan O'Donoghue
On 13/07/2019 21:02, Heinrich Schuchardt wrote: As efi_add_memory_map() signals an error by returning NULL and correct function by returning the requested address we cannot discern an error from correct functioning for address 0x. This leads to unexpected warnings on the Raspberry 3. Hi

Re: [U-Boot] [PATCH 1/1] efi_loader: allow adding mapped memory at 0x00000000

2019-07-14 Thread Bin Meng
On Sun, Jul 14, 2019 at 4:08 PM Heinrich Schuchardt wrote: > > On 7/14/19 4:13 AM, Bin Meng wrote: > > On Sun, Jul 14, 2019 at 4:02 AM Heinrich Schuchardt > > wrote: > >> > >> As efi_add_memory_map() signals an error by returning NULL and correct > >> function by returning the requested address

Re: [U-Boot] [PATCH 1/1] efi_loader: allow adding mapped memory at 0x00000000

2019-07-14 Thread Heinrich Schuchardt
On 7/14/19 4:13 AM, Bin Meng wrote: On Sun, Jul 14, 2019 at 4:02 AM Heinrich Schuchardt wrote: As efi_add_memory_map() signals an error by returning NULL and correct function by returning the requested address we cannot discern an error from correct functioning for address 0x. This lea

Re: [U-Boot] [PATCH 1/1] efi_loader: allow adding mapped memory at 0x00000000

2019-07-13 Thread Bin Meng
On Sun, Jul 14, 2019 at 4:02 AM Heinrich Schuchardt wrote: > > As efi_add_memory_map() signals an error by returning NULL and correct > function by returning the requested address we cannot discern an error from > correct functioning for address 0x. This leads to unexpected > warnings on t

[U-Boot] [PATCH 1/1] efi_loader: allow adding mapped memory at 0x00000000

2019-07-13 Thread Heinrich Schuchardt
As efi_add_memory_map() signals an error by returning NULL and correct function by returning the requested address we cannot discern an error from correct functioning for address 0x. This leads to unexpected warnings on the Raspberry 3. Use EFI_SUCCESS to signal success and return an error

[U-Boot] [PATCH 1/1] efi_loader: allow adding mapped memory at 0x00000000

2019-07-13 Thread Heinrich Schuchardt
As efi_add_memory_map() signals an error by returning NULL and correct function by returning the requested address we cannot discern an error from correct functioning for address 0x. This leads to unexpected warnings on the Raspberry 3. Use EFI_SUCCESS to signal success and return an error