mirror of
git://git.yoctoproject.org/meta-rockchip.git
synced 2025-07-04 20:54:48 +02:00
bsp: rkbin: bump to latest commit in master branch
This bumps rkbin to be using the last public blobs. Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
This commit is contained in:
parent
7f6584f4ee
commit
1ebf40b409
|
@ -4,11 +4,11 @@ require rockchip-rkbin.inc
|
|||
|
||||
PROVIDES += "optee-os"
|
||||
|
||||
RKBIN_BINVERS:rk3308 ?= "v2.08"
|
||||
RKBIN_BINVERS:rk3308 ?= "v2.09"
|
||||
RKBIN_BINFILE:rk3308 ?= "rk3308_bl32_${RKBIN_BINVERS}.bin"
|
||||
RKBIN_DEPLOY_FILENAME:rk3308 ?= "tee-rk3308.bin"
|
||||
|
||||
RKBIN_BINVERS_RK356x ?= "v2.14"
|
||||
RKBIN_BINVERS_RK356x ?= "v2.15"
|
||||
RKBIN_BINVERS:rk3566 ?= "${RKBIN_BINVERS_RK356x}"
|
||||
# NOTE: the following are not typos
|
||||
# the rk3566 uses the same bl32 as the rk3568
|
||||
|
@ -19,6 +19,6 @@ RKBIN_BINVERS:rk3568 ?= "${RKBIN_BINVERS_RK356x}"
|
|||
RKBIN_BINFILE:rk3568 ?= "rk3568_bl32_${RKBIN_BINVERS}.bin"
|
||||
RKBIN_DEPLOY_FILENAME:rk3568 ?= "tee-rk3568.bin"
|
||||
|
||||
RKBIN_BINVERS:rk3588s ?= "v1.17"
|
||||
RKBIN_BINVERS:rk3588s ?= "v1.19"
|
||||
RKBIN_BINFILE:rk3588s ?= "rk3588_bl32_${RKBIN_BINVERS}.bin"
|
||||
RKBIN_DEPLOY_FILENAME:rk3588s ?= "tee-rk3588.bin"
|
||||
|
|
|
@ -19,6 +19,6 @@ RKBIN_BINVERS:rk3568 ?= "${RKBIN_BINVERS_RK356x}"
|
|||
RKBIN_BINFILE:rk3568 ?= "rk3568_bl31_${RKBIN_BINVERS}.elf"
|
||||
RKBIN_DEPLOY_FILENAME:rk3568 ?= "bl31-rk3568.elf"
|
||||
|
||||
RKBIN_BINVERS:rk3588s ?= "v1.47"
|
||||
RKBIN_BINVERS:rk3588s ?= "v1.48"
|
||||
RKBIN_BINFILE:rk3588s ?= "rk3588_bl31_${RKBIN_BINVERS}.elf"
|
||||
RKBIN_DEPLOY_FILENAME:rk3588s ?= "bl31-rk3588.elf"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SRC_URI = "git://github.com/rockchip-linux/rkbin;protocol=https;branch=master"
|
||||
SRCREV = "7c35e21a8529b3758d1f051d1a5dc62aae934b2b"
|
||||
SRCREV = "f43a462e7a1429a9d407ae52b4745033034a6cf9"
|
||||
LICENSE = "Proprietary"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=11e3673115959bf596feaaa6ea7ce9a5"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user