[U-Boot] [PATCH v2 09/14] arm: socfpga: Restructure the SPL file
Dinh Nguyen
dinguyen at kernel.org
Wed Oct 11 09:16:18 UTC 2017
On 10/05/2017 08:07 AM, chin.liang.see at intel.com wrote:
> From: Chin Liang See <chin.liang.see at intel.com>
>
> Restructure the SPL so each devices such as CV, A10 and S10
> will have their own dedicated SPL file. SPL file determine
> the HW initialization flow which is device specific
>
> Signed-off-by: Chin Liang See <chin.liang.see at intel.com>
> ---
> arch/arm/mach-socfpga/Makefile | 5 +-
> arch/arm/mach-socfpga/spl_a10.c | 105 ++++++++++++++++++++++++++++
> arch/arm/mach-socfpga/{spl.c => spl_gen5.c} | 46 ------------
> 3 files changed, 109 insertions(+), 47 deletions(-)
> create mode 100644 arch/arm/mach-socfpga/spl_a10.c
> rename arch/arm/mach-socfpga/{spl.c => spl_gen5.c} (83%)
>
Reviewed-by: Dinh Nguyen <dinguyen at kernel.org>
Dinh
More information about the U-Boot
mailing list