Re: [PATCH v2 05/10] efi: Add shared FDT related functions for ARM/ARM64

2014-04-29 Thread Matt Fleming
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

Re: [PATCH v2 05/10] efi: Add shared FDT related functions for ARM/ARM64

2014-04-29 Thread Matt Fleming
On Fri, 25 Apr, at 05:09:09PM, Leif Lindholm wrote: From: Roy Franz roy.fr...@linaro.org 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

[PATCH v2 05/10] efi: Add shared FDT related functions for ARM/ARM64

2014-04-25 Thread Leif Lindholm
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

[PATCH v2 05/10] efi: Add shared FDT related functions for ARM/ARM64

2014-04-25 Thread Leif Lindholm
From: Roy Franz roy.fr...@linaro.org 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