]> git.baikalelectronics.ru Git - uboot.git/commit
arm: socfpga: Move Stratix10 and Agilex SPL common code
authorSiew Chin Lim <elly.siew.chin.lim@intel.com>
Mon, 15 Mar 2021 07:59:16 +0000 (15:59 +0800)
committerLey Foon Tan <ley.foon.tan@intel.com>
Thu, 8 Apr 2021 09:29:11 +0000 (17:29 +0800)
commit09a640e5bfde47af3381ae9fd5ab386ac3034a71
tree3d2c37b396944e029407a21d95e104f91231b924
parent32f44a5eb59152252bed4637f3d980df2a72e788
arm: socfpga: Move Stratix10 and Agilex SPL common code

Move Stratix10 and Agilex SPL common code to spl_soc64.c.
We are in preparation for new n5x device support.
No functional change in this patch.

Signed-off-by: Siew Chin Lim <elly.siew.chin.lim@intel.com>
Reviewed-by: Ley Foon Tan <ley.foon.tan@intel.com>
arch/arm/mach-socfpga/Makefile
arch/arm/mach-socfpga/spl_agilex.c
arch/arm/mach-socfpga/spl_s10.c
arch/arm/mach-socfpga/spl_soc64.c [new file with mode: 0644]