summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot-socfpga_v2019.07.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/u-boot/u-boot-socfpga_v2019.07.bb')
-rw-r--r--recipes-bsp/u-boot/u-boot-socfpga_v2019.07.bb29
1 files changed, 29 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot/u-boot-socfpga_v2019.07.bb b/recipes-bsp/u-boot/u-boot-socfpga_v2019.07.bb
new file mode 100644
index 0000000..48a517d
--- /dev/null
+++ b/recipes-bsp/u-boot/u-boot-socfpga_v2019.07.bb
@@ -0,0 +1,29 @@
1require u-boot-socfpga-common.inc
2require ${COREBASE}/meta/recipes-bsp/u-boot/u-boot.inc
3
4LICENSE = "GPLv2+"
5LIC_FILES_CHKSUM = "file://Licenses/README;md5=30503fd321432fc713238f582193b78e"
6
7PR = "2"
8
9FILESEXTRAPATHS =. "${THISDIR}/files/v2019.07:"
10
11SRCREV = "7e090b466c5ba874d31c1bf22c3a130d516cdc32"
12
13SRC_URI_append = "\
14 file://0001-ARM-socfpga-stratix10-Enable-PSCI-system-reset.patch \
15 file://0002-ARM-socfpga-stratix10-Enable-PSCI-CPU_ON.patch \
16 file://0003-ARM-socfpga-stratix10-Enable-PSCI-support-for-Strati.patch \
17 file://0004-ARM-socfpga-stratix10-Enable-SMC-PSCI-calls-from-sla.patch \
18 file://0005-ARM-socfpga-stratix10-Add-SOCFPGA-bridges-reset-supp.patch \
19 file://0006-ARM-socfpga-stratix10-Add-Stratix10-FPGA-configurati.patch \
20 file://0007-mmc-dwmmc-Enable-small-delay-before-returning-error.patch \
21 file://0008-ARM-socfpga-stratix10-Enable-DMA330-DMA-controller.patch \
22 file://0009-ARM-socfpga-Stratix10-Fix-el3_exception_vectors-relo.patch \
23 file://0010-Makefile-Add-target-to-generate-hex-output-for-combi.patch \
24 file://0011-ARM-socfpga-stratix10-Remove-CONFIG_OF_EMBED.patch \
25 file://0012-ARM-socfpga-stratix10-Temporarily-revert-to-2GB-DRAM.patch \
26 file://0001-ARM-socfpga-Stratix10-Disable-CONFIG_PSCI_RESET.patch \
27 "
28
29DEPENDS += "dtc-native bc-native bison-native u-boot-mkimage-native"