mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-06-01 13:10:04 +00:00
arm-bsp: Fix u-boot 2020.07 recipe
The u-boot 2020.07 temporary recipe is a copy of 2020.04, and brought with it a limitation in the recipe to only be used on certain hardware. Remove this limitation so that it can be used where needed. Change-Id: I5b99e92f3f440812ebc1fc550e6b860e6530e9b7 Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
@@ -17,6 +17,7 @@ SERIAL_CONSOLES = "115200;ttyAMA0"
|
|||||||
IMAGE_FSTYPES += "tar.bz2 cpio.gz"
|
IMAGE_FSTYPES += "tar.bz2 cpio.gz"
|
||||||
|
|
||||||
# Cortex-a5 u-boot configuration
|
# Cortex-a5 u-boot configuration
|
||||||
|
PREFERRED_VERSION_u-boot ?= "2020.07"
|
||||||
UBOOT_MACHINE = "designstart_ca5_defconfig"
|
UBOOT_MACHINE = "designstart_ca5_defconfig"
|
||||||
UBOOT_IMAGE_ENTRYPOINT = "0x84000000"
|
UBOOT_IMAGE_ENTRYPOINT = "0x84000000"
|
||||||
UBOOT_IMAGE_LOADADDRESS = "0x84000000"
|
UBOOT_IMAGE_LOADADDRESS = "0x84000000"
|
||||||
|
|||||||
@@ -31,6 +31,8 @@ SERIAL_CONSOLES = "115200;ttyAMA0"
|
|||||||
PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
|
PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
|
||||||
PREFERRED_VERSION_linux-yocto ?= "5.4%"
|
PREFERRED_VERSION_linux-yocto ?= "5.4%"
|
||||||
|
|
||||||
|
PREFERRED_VERSION_u-boot ?= "2020.07"
|
||||||
|
|
||||||
EXTRA_IMAGEDEPENDS += "virtual/trusted-firmware-a u-boot"
|
EXTRA_IMAGEDEPENDS += "virtual/trusted-firmware-a u-boot"
|
||||||
|
|
||||||
# As this is a virtual target that will not be used in the real world there is
|
# As this is a virtual target that will not be used in the real world there is
|
||||||
|
|||||||
@@ -21,6 +21,7 @@ SERIAL_CONSOLES = "115200;ttyAMA0"
|
|||||||
PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
|
PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
|
||||||
PREFERRED_VERSION_linux-yocto ?= "5.4%"
|
PREFERRED_VERSION_linux-yocto ?= "5.4%"
|
||||||
PREFERRED_VERSION_trusted-firmware-a ?= "2.3%"
|
PREFERRED_VERSION_trusted-firmware-a ?= "2.3%"
|
||||||
|
PREFERRED_VERSION_u-boot ?= "2020.07"
|
||||||
|
|
||||||
EXTRA_IMAGEDEPENDS += "virtual/trusted-firmware-a u-boot firmware-image-juno"
|
EXTRA_IMAGEDEPENDS += "virtual/trusted-firmware-a u-boot firmware-image-juno"
|
||||||
|
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ require conf/machine/include/arm/arch-armv8a.inc
|
|||||||
|
|
||||||
# Das U-boot
|
# Das U-boot
|
||||||
UBOOT_MACHINE ?= "total_compute_defconfig"
|
UBOOT_MACHINE ?= "total_compute_defconfig"
|
||||||
|
PREFERRED_VERSION_u-boot ?= "2020.07"
|
||||||
|
|
||||||
# Trusted firmware A v2.3
|
# Trusted firmware A v2.3
|
||||||
PREFERRED_PROVIDER_virtual/trusted-firmware-a ?= "trusted-firmware-a"
|
PREFERRED_PROVIDER_virtual/trusted-firmware-a ?= "trusted-firmware-a"
|
||||||
|
|||||||
@@ -6,8 +6,6 @@ application code."
|
|||||||
SECTION = "bootloaders"
|
SECTION = "bootloaders"
|
||||||
DEPENDS += "flex-native bison-native"
|
DEPENDS += "flex-native bison-native"
|
||||||
|
|
||||||
COMPATIBLE_MACHINE = "(corstone700-*)"
|
|
||||||
|
|
||||||
LICENSE = "GPLv2+"
|
LICENSE = "GPLv2+"
|
||||||
LIC_FILES_CHKSUM = "file://Licenses/README;md5=30503fd321432fc713238f582193b78e"
|
LIC_FILES_CHKSUM = "file://Licenses/README;md5=30503fd321432fc713238f582193b78e"
|
||||||
PE = "1"
|
PE = "1"
|
||||||
|
|||||||
Reference in New Issue
Block a user