On Fri, 25 Apr, at 05:09:09PM, Leif Lindholm wrote: > From: Roy Franz <roy.franz@xxxxxxxxxx> > > 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. > > Signed-off-by: Roy Franz <roy.franz@xxxxxxxxxx> > [ Fixed memory node deletion code. ] > Signed-off-by: Mark Rutland <mark.rutland@xxxxxxx> > Signed-off-by: Leif Lindholm <leif.lindholm@xxxxxxxxxx> > Acked-by: Grant Likely <grant.likely@xxxxxxxxxx> > --- > drivers/firmware/efi/fdt.c | 285 ++++++++++++++++++++++++++++++++++++++++++++ > include/linux/efi.h | 3 + > 2 files changed, 288 insertions(+) > create mode 100644 drivers/firmware/efi/fdt.c Acked-by: Matt Fleming <matt.fleming@xxxxxxxxx> -- Matt Fleming, Intel Open Source Technology Center -- To unsubscribe from this list: send the line "unsubscribe linux-doc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html