diff options
| author | Nathan Rossi <nathan.rossi@xilinx.com> | 2015-03-02 16:25:49 +1000 |
|---|---|---|
| committer | Nathan Rossi <nathan.rossi@xilinx.com> | 2015-03-31 15:56:47 +1000 |
| commit | 8e2b8117d0e694275449c56285b9e1d0240fed87 (patch) | |
| tree | bcdc146aad61470c177c3f698bc99c5fa7d0bbdb /recipes-bsp/u-boot/u-boot-xlnx-dev.bb | |
| parent | 863bd56d23cdb52de56dd1e3856a11187e934129 (diff) | |
| download | meta-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.bb | 7 |
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 | ||
| 8 | UBOOT_XLNX_DEV_BRANCH ?= "master-next" | 8 | UBRANCH ?= "master-next" |
| 9 | 9 | ||
| 10 | include u-boot-xlnx.inc | 10 | include u-boot-xlnx.inc |
| 11 | include u-boot-elf.inc | ||
| 12 | include u-boot-extra.inc | ||
| 11 | 13 | ||
| 12 | LIC_FILES_CHKSUM = "file://README;beginline=1;endline=6;md5=157ab8408beab40cd8ce1dc69f702a6c" | 14 | LIC_FILES_CHKSUM = "file://README;beginline=1;endline=6;md5=157ab8408beab40cd8ce1dc69f702a6c" |
| 13 | 15 | ||
| 14 | SRC_URI = "git://github.com/Xilinx/u-boot-xlnx.git;protocol=https;branch=${UBOOT_XLNX_DEV_BRANCH}" | ||
| 15 | SRCREV="67f6167a0f808ca7051a337858e0db237ce2b972" | 16 | SRCREV="67f6167a0f808ca7051a337858e0db237ce2b972" |
| 16 | 17 | ||
| 17 | python () { | 18 | python () { |
| @@ -19,4 +20,4 @@ python () { | |||
| 19 | } | 20 | } |
| 20 | 21 | ||
| 21 | PR = "r0" | 22 | PR = "r0" |
| 22 | PV = "${UBOOT_XLNX_DEV_BRANCH}${XILINX_EXTENSION}+git" | 23 | PV = "${UBRANCH}${XILINX_EXTENSION}+git" |
