summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorChang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com>2020-11-06 17:00:26 +0800
committerKhem Raj <raj.khem@gmail.com>2020-11-06 10:48:10 -0800
commit1903598368021fd379383590529a4c6efefdf383 (patch)
tree0dd3a271b07b277b0e2c4caa75d17c61fa677806 /recipes-bsp
parentbcc258d5b77c6f93a3ec528d7edd2435e396f6a4 (diff)
downloadmeta-altera-1903598368021fd379383590529a4c6efefdf383.tar.gz
u-boot-socfpga: add new UBOOT_CONFIG to support ATF on QSPI boot
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.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot/u-boot-socfpga-common.inc b/recipes-bsp/u-boot/u-boot-socfpga-common.inc
index 9012798..44e21a5 100644
--- a/recipes-bsp/u-boot/u-boot-socfpga-common.inc
+++ b/recipes-bsp/u-boot/u-boot-socfpga-common.inc
@@ -28,9 +28,11 @@ SRC_URI = "${UBOOT_REPO};protocol=${UBOOT_PROT};branch=${UBOOT_BRANCH}"
28UBOOT_CONFIG[agilex-socdk] = "socfpga_agilex_defconfig" 28UBOOT_CONFIG[agilex-socdk] = "socfpga_agilex_defconfig"
29UBOOT_CONFIG[agilex-socdk-atf] = "socfpga_agilex_atf_defconfig" 29UBOOT_CONFIG[agilex-socdk-atf] = "socfpga_agilex_atf_defconfig"
30UBOOT_CONFIG[agilex-socdk-qspi] = "socfpga_agilex_qspi_defconfig" 30UBOOT_CONFIG[agilex-socdk-qspi] = "socfpga_agilex_qspi_defconfig"
31UBOOT_CONFIG[agilex-socdk-qspi-atf] = "socfpga_agilex_qspi_atf_defconfig"
31UBOOT_CONFIG[stratix10-socdk] = "socfpga_stratix10_defconfig" 32UBOOT_CONFIG[stratix10-socdk] = "socfpga_stratix10_defconfig"
32UBOOT_CONFIG[stratix10-socdk-atf] = "socfpga_stratix10_atf_defconfig" 33UBOOT_CONFIG[stratix10-socdk-atf] = "socfpga_stratix10_atf_defconfig"
33UBOOT_CONFIG[stratix10-socdk-qspi] = "socfpga_stratix10_qspi_defconfig" 34UBOOT_CONFIG[stratix10-socdk-qspi] = "socfpga_stratix10_qspi_defconfig"
35UBOOT_CONFIG[stratix10-socdk-qspi-atf] = "socfpga_stratix10_qspi_atf_defconfig"
34UBOOT_CONFIG[arria10-socdk] = "socfpga_arria10_defconfig" 36UBOOT_CONFIG[arria10-socdk] = "socfpga_arria10_defconfig"
35UBOOT_CONFIG[arria10-socdk-nand] = "socfpga_arria10_nand_defconfig" 37UBOOT_CONFIG[arria10-socdk-nand] = "socfpga_arria10_nand_defconfig"
36UBOOT_CONFIG[arria10-socdk-qspi] = "socfpga_arria10_qspi_defconfig" 38UBOOT_CONFIG[arria10-socdk-qspi] = "socfpga_arria10_qspi_defconfig"