[PATCH V5 2/6] Add shared update_fdt() function for ARM/ARM64

Grant Likely grant.likely at linaro.org
Thu Dec 5 14:27:19 EST 2013


On Wed, 27 Nov 2013 15:31:51 -0800, Roy Franz <roy.franz at linaro.org> wrote:
> Both ARM and ARM64 stubs will update the device tree
> that they pass to the kernel.  In both cases they
> primarily need to add the same UEFI related information,
> so the function can be shared.
> Create a new FDT related file for this to avoid use
> of architecture #ifdefs in efi-stub-helper.c
> Change EFI allocation type for memory map to
> EFI_RUNTIME_SERVICES_DATA, since we are passing
> this buffer to the kernel, or immediately freeing it.

Nit: You're using a very short line length for the commit block. 72
columns is more customary.

g.




More information about the linux-arm-kernel mailing list