On Fri, 25 Apr, at 05:09:09PM, Leif Lindholm wrote: > From: Roy Franz <[email protected]> > > 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 <[email protected]> > [ Fixed memory node deletion code. ] > Signed-off-by: Mark Rutland <[email protected]> > Signed-off-by: Leif Lindholm <[email protected]> > Acked-by: Grant Likely <[email protected]> > --- > 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 <[email protected]> -- Matt Fleming, Intel Open Source Technology Center -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

