summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorChang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com>2020-07-22 10:43:39 +0000
committerKhem Raj <raj.khem@gmail.com>2020-07-22 23:11:00 -0700
commit4898be78943d02be9bcbdae2ae970a5d6c2966cb (patch)
tree27f395a8a053043549f9f2fed7af935352f7742b /recipes-bsp
parentdf732ff4e5fc2a2ad27e07570be87565e1cd98cc (diff)
downloadmeta-altera-4898be78943d02be9bcbdae2ae970a5d6c2966cb.tar.gz
u-boot-socfpga: move u-boot configs into include file
This will provide more flexibility in selecting the configs from machine configurations and better manageability in terms of the recipe parsing and maintenance. Signed-off-by: Chang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/u-boot/u-boot-socfpga-common.inc17
1 files changed, 16 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot-socfpga-common.inc b/recipes-bsp/u-boot/u-boot-socfpga-common.inc
index 2038545..3807bfd 100644
--- a/recipes-bsp/u-boot/u-boot-socfpga-common.inc
+++ b/recipes-bsp/u-boot/u-boot-socfpga-common.inc
@@ -10,4 +10,19 @@ PV_append = "+git${SRCPV}"
10 10
11S = "${WORKDIR}/git" 11S = "${WORKDIR}/git"
12 12
13RPROVIDES_${PN} += "u-boot" 13RPROVIDES_${PN} += "u-boot"
14
15UBOOT_CONFIG[agilex-socdk] = "socfpga_agilex_defconfig"
16UBOOT_CONFIG[agilex-socdk-qspi] = "socfpga_agilex_qspi_defconfig"
17UBOOT_CONFIG[stratix10-socdk] = "socfpga_stratix10_defconfig"
18UBOOT_CONFIG[arria10-socdk] = "socfpga_arria10_defconfig"
19UBOOT_CONFIG[arria10-socdk-nand] = "socfpga_arria10_nand_defconfig"
20UBOOT_CONFIG[arria10-socdk-qspi] = "socfpga_arria10_qspi_defconfig"
21UBOOT_CONFIG[cyclone5-socdk] = "socfpga_cyclone5_defconfig"
22UBOOT_CONFIG[de0-nano-soc] = "socfpga_de0_nano_soc_defconfig"
23UBOOT_CONFIG[de10-nano-soc] = "socfpga_de10_nano_defconfig"
24UBOOT_CONFIG[mcvevk] = "socfpga_mcvevk_defconfig"
25UBOOT_CONFIG[sockit] = "socfpga_sockit_defconfig"
26UBOOT_CONFIG[socrates] = "socfpga_socrates_defconfig"
27UBOOT_CONFIG[sr1500] = "socfpga_sr1500_defconfig"
28UBOOT_CONFIG[arria5-socdk] = "socfpga_arria5_defconfig"