diff --git a/packages/tools/atf/package.mk b/packages/tools/atf/package.mk index 293ab2fcaa..c550836eea 100644 --- a/packages/tools/atf/package.mk +++ b/packages/tools/atf/package.mk @@ -2,8 +2,8 @@ # Copyright (C) 2018-present Team LibreELEC PKG_NAME="atf" -PKG_VERSION="2.12.0" -PKG_SHA256="d95aaf292792c98035910d7e6c64ebfb297c897fef510415db1612f6d39f9223" +PKG_VERSION="2.13.0" +PKG_SHA256="28bc15daeeed000ecd30819ecc4851bf9ffc2d33e1d4553a71985c17f47a999e" PKG_ARCH="arm aarch64" PKG_LICENSE="BSD-3c" PKG_SITE="https://github.com/ARM-software/arm-trusted-firmware" diff --git a/projects/NXP/devices/iMX8/patches/atf/fix.patch b/projects/NXP/devices/iMX8/patches/atf/fix.patch deleted file mode 100644 index e7f770e588..0000000000 --- a/projects/NXP/devices/iMX8/patches/atf/fix.patch +++ /dev/null @@ -1,23 +0,0 @@ -diff -Nur a/plat/imx/common/include/imx_sip_svc.h b/plat/imx/common/include/imx_sip_svc.h ---- a/plat/imx/common/include/imx_sip_svc.h 2024-11-12 15:39:40.000000000 +0000 -+++ b/plat/imx/common/include/imx_sip_svc.h 2024-11-14 14:54:18.965199761 +0000 -@@ -88,7 +88,7 @@ - u_register_t x2, u_register_t x3, void *handle); - #endif - --#if defined(PLAT_imx8mm) || defined(PLAT_imx8mn) || defined(PLAT_imx8mp) -+#if defined(PLAT_imx8mm) || defined(PLAT_imx8mn) || defined(PLAT_imx8mp) || defined(PLAT_imx8mq) - int imx_hab_handler(uint32_t smc_fid, u_register_t x1, - u_register_t x2, u_register_t x3, u_register_t x4); - #endif -diff -Nur a/plat/imx/imx8m/imx8mq/platform.mk b/plat/imx/imx8m/imx8mq/platform.mk ---- a/plat/imx/imx8m/imx8mq/platform.mk 2024-11-12 15:39:40.000000000 +0000 -+++ b/plat/imx/imx8m/imx8mq/platform.mk 2024-11-14 15:10:06.955672418 +0000 -@@ -29,6 +29,7 @@ - plat/imx/imx8m/imx8mq/imx8mq_bl31_setup.c \ - plat/imx/imx8m/imx8mq/imx8mq_psci.c \ - plat/imx/imx8m/gpc_common.c \ -+ plat/imx/imx8m/imx_hab.c \ - plat/imx/imx8m/imx_aipstz.c \ - plat/imx/imx8m/imx8m_caam.c \ - plat/imx/imx8m/imx8m_ccm.c \ diff --git a/projects/Rockchip/patches/atf/0001-rk3399-atf-fix-baud.patch b/projects/Rockchip/patches/atf/0001-rk3399-atf-fix-baud.patch deleted file mode 100644 index f8c6e58fa7..0000000000 --- a/projects/Rockchip/patches/atf/0001-rk3399-atf-fix-baud.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/plat/rockchip/rk3399/rk3399_def.h b/plat/rockchip/rk3399/rk3399_def.h -index ba83242ebe..8d6ecfbe66 100644 ---- a/plat/rockchip/rk3399/rk3399_def.h -+++ b/plat/rockchip/rk3399/rk3399_def.h -@@ -17,7 +17,7 @@ - /************************************************************************** - * UART related constants - **************************************************************************/ --#define RK3399_BAUDRATE 115200 -+#define RK3399_BAUDRATE 1500000 - #define RK3399_UART_CLOCK 24000000 - - /******************************************************************************