From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Fleming Subject: Re: [PATCH v2 05/10] efi: Add shared FDT related functions for ARM/ARM64 Date: Tue, 29 Apr 2014 12:24:59 +0100 Message-ID: <20140429112459.GH26088@console-pimps.org> References: <1398442154-19974-1-git-send-email-leif.lindholm@linaro.org> <1398442154-19974-6-git-send-email-leif.lindholm@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1398442154-19974-6-git-send-email-leif.lindholm@linaro.org> Sender: linux-doc-owner@vger.kernel.org To: Leif Lindholm Cc: linux-kernel@vger.kernel.org, linux-efi@vger.kernel.org, linux-arm-kernel@lists.infradead.org, matt.fleming@intel.com, catalin.marinas@arm.com, msalter@redhat.com, grant.likely@linaro.org, roy.franz@linaro.org, ard.biesheuvel@linaro.org, mark.rutland@arm.com, linux-doc@vger.kernel.org List-Id: linux-efi@vger.kernel.org On Fri, 25 Apr, at 05:09:09PM, Leif Lindholm wrote: > From: Roy Franz > > 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 > [ Fixed memory node deletion code. ] > Signed-off-by: Mark Rutland > Signed-off-by: Leif Lindholm > Acked-by: Grant Likely > --- > 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, Intel Open Source Technology Center