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

Bryan O'Donoghue pure.logic at nexus-software.ie
Sun Jul 14 22:36:08 UTC 2019


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 0x00000000. This leads to unexpected
> warnings on the Raspberry 3.

Hi Heinrich.

I made a patchset similar to this, which I just sent out.

I think we've both missed a few things.

#1 Yours here is missing a change to "efi_add_runtime_mmio()"
#2 Mine appears to miss
    - Updating the header signature
    - Subtracting unused variables left-over in the function

..

Let me send a V3 and you can choose to apply either my V3 or update your 
V1 with efi_add_runtime_mmio() as you wish.

:)

---
bod


More information about the U-Boot mailing list