[openwrt/openwrt] atf-rockchip: update to 2.3

LEDE Commits lede-commits at lists.infradead.org
Tue Jul 28 10:02:09 EDT 2020


blocktrron pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/444b107118212b4b5e822b9eb0937019dde1a4a1

commit 444b107118212b4b5e822b9eb0937019dde1a4a1
Author: Lucian Cristian <lucian.cristian at gmail.com>
AuthorDate: Sun Jun 28 21:40:06 2020 +0300

    atf-rockchip: update to 2.3
    
    also install the firmware for all the supported boards
    
    Signed-off-by: Lucian Cristian <lucian.cristian at gmail.com>
    [fix ATF blob path in uboot-rockchip]
    Signed-off-by: David Bauer <mail at david-bauer.net>
---
 package/boot/arm-trusted-firmware-rockchip/Makefile | 6 +++---
 package/boot/uboot-rockchip/Makefile                | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/boot/arm-trusted-firmware-rockchip/Makefile b/package/boot/arm-trusted-firmware-rockchip/Makefile
index a1c9e120e7..b712a3530a 100644
--- a/package/boot/arm-trusted-firmware-rockchip/Makefile
+++ b/package/boot/arm-trusted-firmware-rockchip/Makefile
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=arm-trusted-firmware-rockchip
-PKG_VERSION:=2.3-rc0
+PKG_VERSION:=2.3
 PKG_RELEASE:=1
 
 PKG_SOURCE:=atf-v$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://github.com/atf-builds/atf/releases/download/v$(PKG_VERSION)/atf-v$(PKG_VERSION).tar.gz?
-PKG_HASH:=8d0a2bd18adf54f9cf6fe923d10f21c1d21f42a15067757333ff8989b25f100a
+PKG_HASH:=bf352298743aed594cf2958dd588e06ab6713fc514bb6f809bf55a85a87134c1
 
 PKG_LICENSE:=BSD-3-Clause
 PKG_LICENSE_FILES:=license.md
@@ -40,7 +40,7 @@ endef
 
 define Build/InstallDev
 	$(INSTALL_DIR) -p $(STAGING_DIR_IMAGE)
-	$(CP) $(PKG_BUILD_DIR)/rk3399_bl31.elf $(STAGING_DIR_IMAGE)/bl31.elf
+	$(CP) $(PKG_BUILD_DIR)/rk*.elf $(STAGING_DIR_IMAGE)/
 endef
 
 define Package/arm-trusted-firmware-rockchip/install
diff --git a/package/boot/uboot-rockchip/Makefile b/package/boot/uboot-rockchip/Makefile
index b99d051fcf..6e4139b098 100644
--- a/package/boot/uboot-rockchip/Makefile
+++ b/package/boot/uboot-rockchip/Makefile
@@ -35,7 +35,7 @@ UBOOT_TARGETS := \
 UBOOT_CONFIGURE_VARS += USE_PRIVATE_LIBGCC=yes
 
 UBOOT_MAKE_FLAGS += \
-  BL31=$(STAGING_DIR_IMAGE)/bl31.elf
+  BL31=$(STAGING_DIR_IMAGE)/rk3399_bl31.elf
 
 define Build/Configure
 	$(SED) s/subdir.*pylibfdt//g $(PKG_BUILD_DIR)/scripts/dtc/Makefile



More information about the lede-commits mailing list