Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
66ed62aa77
!66 [sync] PR-63: Update to 2.12.1 for fix CVE-2024-7881 and CVE-2024-5660
From: @openeuler-sync-bot 
Reviewed-by: @cherry530 
Signed-off-by: @cherry530
2025-03-21 08:18:20 +00:00
starlet-dx
5c85002ffe Update to 2.12.1 for fix CVE-2024-7881 and CVE-2024-5660
(cherry picked from commit 0c548ea012bd592b1fc655b361de4fa0eeda2795)
2025-03-21 15:34:39 +08:00
openeuler-ci-bot
2c7a048d0d
!58 [sync] PR-56: Fix CVE-2024-6285
From: @openeuler-sync-bot 
Reviewed-by: @cherry530 
Signed-off-by: @cherry530
2024-12-17 03:20:40 +00:00
wk333
e53a77cecb Fix CVE-2024-6285
(cherry picked from commit f9342adcc82294ba2fd7809f49d601441a0998a7)
2024-12-16 17:14:46 +08:00
openeuler-ci-bot
9e676fad5c
!51 Fix CVE-2024-6287
From: @starlet-dx 
Reviewed-by: @cherry530 
Signed-off-by: @cherry530
2024-10-23 06:45:20 +00:00
starlet-dx
641bd7f479 Fix CVE-2024-6287 2024-10-15 15:42:06 +08:00
openeuler-ci-bot
54b7d1ba9e
!48 [sync] PR-44: Fix CVE-2024-6563 CVE-2024-6564
From: @openeuler-sync-bot 
Reviewed-by: @dillon_chen 
Signed-off-by: @dillon_chen
2024-07-10 09:35:10 +00:00
zhangxianting
fa4c658511 Fix CVE-2024-6563 CVE-2024-6564
(cherry picked from commit 332ad893354e0f03bc07ebd0fec68b51ba6af993)
2024-07-10 17:06:43 +08:00
openeuler-ci-bot
166c0df14b
!39 Fix CVE-2023-49100
From: @starlet-dx 
Reviewed-by: @cherry530 
Signed-off-by: @cherry530
2024-01-23 03:07:12 +00:00
starlet-dx
03db591f11 Fix CVE-2023-49100 2024-01-23 10:57:29 +08:00
3 changed files with 59 additions and 4 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,14 +1,15 @@
%global debug_package %{nil} %global debug_package %{nil}
Name: arm-trusted-firmware Name: arm-trusted-firmware
Version: 2.9 Version: 2.12.1
Release: 1 Release: 1
Summary: ARM Trusted Firmware Summary: ARM Trusted Firmware
License: BSD License: BSD-3-clause
URL: https://github.com/ARM-software/arm-trusted-firmware/wiki URL: https://github.com/ARM-software/arm-trusted-firmware/wiki
Source0: https://github.com/ARM-software/arm-trusted-firmware/archive/v%{version}/%{name}-%{version}.tar.gz Source0: https://github.com/ARM-software/arm-trusted-firmware/archive/lts-v%{version}/%{name}-%{version}.tar.gz
ExclusiveArch: aarch64 ExclusiveArch: aarch64
BuildRequires: dtc BuildRequires: dtc
BuildRequires: gcc openssl-devel
%description %description
Trusted Firmware-A is a reference implementation of secure world software Trusted Firmware-A is a reference implementation of secure world software
@ -21,10 +22,11 @@ ARM Trusted Firmware for various ARMv8-A SoCs.
%prep %prep
%autosetup -p1 -n %{name}-%{version} %autosetup -p1 -n %{name}-lts-v%{version}
sed -i 's/arm-none-eabi-/arm-linux-gnu-/' plat/rockchip/rk3399/drivers/m0/Makefile sed -i 's/arm-none-eabi-/arm-linux-gnu-/' plat/rockchip/rk3399/drivers/m0/Makefile
%build %build
export CC=gcc
for soc in hikey hikey960 imx8qm imx8qx juno rk3368 rk3328 rpi3 sun50i_a64 sun50i_h6 zynqmp for soc in hikey hikey960 imx8qm imx8qx juno rk3368 rk3328 rpi3 sun50i_a64 sun50i_h6 zynqmp
do do
make HOSTCC="%{CC} $RPM_OPT_FLAGS -fPIE -Wl,-z,relro,-z,now" CROSS_COMPILE="" PLAT=$(echo $soc) bl31 make HOSTCC="%{CC} $RPM_OPT_FLAGS -fPIE -Wl,-z,relro,-z,now" CROSS_COMPILE="" PLAT=$(echo $soc) bl31
@ -61,6 +63,59 @@ strip %{buildroot}/%{_datadir}/%{name}/rk3368/bl31.elf
%{_datadir}/%{name} %{_datadir}/%{name}
%changelog %changelog
* Thu Mar 20 2025 yaoxin <1024769339@qq.com> - 2.12.1-1
- Update to 2.12.1 for fix CVE-2024-7881 and CVE-2024-5660
* Wed Nov 27 2024 yaoxin <yao_xin001@hoperun.com> - 2.12.0-1
- Update to 2.12.0
- Bootloader Images:
* remove unused plat_try_next_boot_source
- Architecture:
*Branch Record Buffer Extension (FEAT_BRBE)
* allow RME builds with BRBE
- Arm:
* avoid stripping kernel trampoline
* add DRAM memory regions that linux kernel can share
* add optee specific mem-size attribute
* add secure uart interrupt in device region
* enable FEAT_MTE2
* fix the FF-A optee manifest by adding the boot info node
* update the memory size allocated to optee at EL1
- Intel:
* add cache invalidation during BL31 initialization
* add in JTAG ID for Linux FCS
* add in missing ECC register
* add in watchdog for QSPI driver
* bridge ack timing issue causing fpga config hung
* correct macro naming
* f2sdram bridge quick write thru failed
* fix bridge enable and disable function
* fix CCU for cache maintenance
* flush L1/L2/L3/Sys cache before HPS cold reset
* implement soc and lwsoc bridge control for burst speed
* refactor SDMMC driver for Altera products
* remove redundant BIT_32 macro
* software workaround for bridge timeout
* update Agilex5 BL2 init flow and other misc changes
* update Agilex5 warm reset subroutines
* update all the platforms hand-off data offset value
* update CCU configuration for Agilex5 platform
* update mailbox SDM printout message
* update memcpy to memcpy_s ([e264b55]
* update outdated code for Linux direct boot
* update preloaded_bl33_base for legacy product
* update sip smc config addr for agilex5
* update the size with addition 0x8000 0000 base
* Tue Oct 15 2024 yaoxin <yao_xin001@hoperun.com> - 2.9-4
- Fix CVE-2024-6287
* Tue Jul 09 2024 zhangxianting <zhangxianting@uniontech.com> - 2.9-3
- Fix CVE-2024-6563 CVE-2024-6564
* Tue Jan 23 2024 yaoxin <yao_xin001@hoperun.com> - 2.9-2
- Fix CVE-2023-49100
* Fri Jul 07 2023 xu_ping <707078654@qq.com> -2.9-1 * Fri Jul 07 2023 xu_ping <707078654@qq.com> -2.9-1
- Upgrade to 2.9 - Upgrade to 2.9