summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot-xlnx-dev.bb
diff options
context:
space:
mode:
authorNathan Rossi <nathan.rossi@xilinx.com>2015-03-02 16:25:49 +1000
committerNathan Rossi <nathan.rossi@xilinx.com>2015-03-31 15:56:47 +1000
commit8e2b8117d0e694275449c56285b9e1d0240fed87 (patch)
treebcdc146aad61470c177c3f698bc99c5fa7d0bbdb /recipes-bsp/u-boot/u-boot-xlnx-dev.bb
parent863bd56d23cdb52de56dd1e3856a11187e934129 (diff)
downloadmeta-xilinx-8e2b8117d0e694275449c56285b9e1d0240fed87.tar.gz
u-boot-xlnx: Refactor SPL support
* Refactor the U-Boot SPL support to use the ps7_init_gpl.[ch] files from the zynq7-platform-init dependency, this allows for the files to come from a external source or be generated during the build * U-Boot SPL has been split into a seperate target to allow for better dependency resolution as well as handling SPL building compatibility without generating false boot.bin files * Clean up the u-boot-xlnx.inc file to allow for use from both the normal u-boot recipe as well as the u-boot-spl recipe Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
Diffstat (limited to 'recipes-bsp/u-boot/u-boot-xlnx-dev.bb')
-rw-r--r--recipes-bsp/u-boot/u-boot-xlnx-dev.bb7
1 files changed, 4 insertions, 3 deletions
diff --git a/recipes-bsp/u-boot/u-boot-xlnx-dev.bb b/recipes-bsp/u-boot/u-boot-xlnx-dev.bb
index 274c621c..717a1d5c 100644
--- a/recipes-bsp/u-boot/u-boot-xlnx-dev.bb
+++ b/recipes-bsp/u-boot/u-boot-xlnx-dev.bb
@@ -5,13 +5,14 @@
5# PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-xlnx-dev" 5# PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-xlnx-dev"
6# PREFERRED_PROVIDER_u-boot ?= "u-boot-xlnx-dev" 6# PREFERRED_PROVIDER_u-boot ?= "u-boot-xlnx-dev"
7 7
8UBOOT_XLNX_DEV_BRANCH ?= "master-next" 8UBRANCH ?= "master-next"
9 9
10include u-boot-xlnx.inc 10include u-boot-xlnx.inc
11include u-boot-elf.inc
12include u-boot-extra.inc
11 13
12LIC_FILES_CHKSUM = "file://README;beginline=1;endline=6;md5=157ab8408beab40cd8ce1dc69f702a6c" 14LIC_FILES_CHKSUM = "file://README;beginline=1;endline=6;md5=157ab8408beab40cd8ce1dc69f702a6c"
13 15
14SRC_URI = "git://github.com/Xilinx/u-boot-xlnx.git;protocol=https;branch=${UBOOT_XLNX_DEV_BRANCH}"
15SRCREV="67f6167a0f808ca7051a337858e0db237ce2b972" 16SRCREV="67f6167a0f808ca7051a337858e0db237ce2b972"
16 17
17python () { 18python () {
@@ -19,4 +20,4 @@ python () {
19} 20}
20 21
21PR = "r0" 22PR = "r0"
22PV = "${UBOOT_XLNX_DEV_BRANCH}${XILINX_EXTENSION}+git" 23PV = "${UBRANCH}${XILINX_EXTENSION}+git"