Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CHANGELOG for 4.4.0 #7058

Closed
wants to merge 1 commit into from

Conversation

jforissier
Copy link
Contributor

Update CHANGELOG for 4.4.0 and collect Tested-by tags.

@jenswi-linaro
Copy link
Contributor

Tested-by: Jens Wiklander <[email protected]> (Hikey)
I had to add this for edk2

diff --git a/BaseTools/Source/C/LzmaCompress/GNUmakefile b/BaseTools/Source/C/LzmaCompress/GNUmakefile
index 63d7ee0bc343..1eaecfe8f895 100644
--- a/BaseTools/Source/C/LzmaCompress/GNUmakefile
+++ b/BaseTools/Source/C/LzmaCompress/GNUmakefile
@@ -29,4 +29,4 @@ OBJECTS = \
 
 include $(MAKEROOT)/Makefiles/app.makefile
 
-BUILD_CFLAGS += -D_7ZIP_ST
+BUILD_CFLAGS += -D_7ZIP_ST -Wno-dangling-pointer

and provide a python2 environment.

@jforissier
Copy link
Contributor Author

Tested-by: Jerome Forissier <[email protected]> (vexpress-qemu_armv8a)

builder@d51a16fd38f1:~/optee$ repo forall -c 'V=$(git describe --tags --always --dirty); N=$(pwd | sed 's@.*/@@'); printf "%-21s %s\\n" $N $V'
SCP-firmware      	3d1b98e
build             	4.3.0-15-g3d4497c
buildroot         	2024.05
hafnium           	v2.10
linux             	a24278ea7
mbedtls           	mbedtls-2.26.0
optee_client      	4.3.0-4-gd221676
optee_examples    	4.3.0
optee_os          	4.3.0-179-gbaa90692e
optee_rust        	v0.2.0-76-gec3eefd
optee_test        	4.3.0-5-g695231e
qemu              	v8.1.2
trusted-firmware-a	v2.10
u-boot            	v2023.07.02
xen               	RELEASE-4.18.0

@jforissier
Copy link
Contributor Author

Tested-by: Jerome Forissier <[email protected]> (vexpress-qemu_virt)

$ repo forall -c 'V=$(git describe --tags --always --dirty); N=$(pwd | sed 's@.*/@@'); printf "%-21s %s\\n" $N $V'
build             	4.3.0-15-g3d4497c
buildroot         	2024.05
linux             	a24278ea7
optee_client      	4.3.0-4-gd221676
optee_examples    	4.3.0
optee_os          	4.3.0-179-gbaa90692e
optee_test        	4.3.0-5-g695231e
qemu              	v7.0.0
trusted-firmware-a	v2.6
u-boot            	v2024.07

@imre-kis-arm
Copy link
Contributor

Tested-by: Imre Kis <[email protected]> (fvp-ts)

@gyuri-szing
Copy link
Contributor

@sahilnxp
Copy link
Contributor

With 4.4.0-rc1

Tested-by: Sahil Malhotra <[email protected]> (imx-mx6dlsabresd)
Tested-by: Sahil Malhotra <[email protected]> (imx-mx6qsabresd)
Tested-by: Sahil Malhotra <[email protected]> (imx-mx6sllevk)
Tested-by: Sahil Malhotra <[email protected]> (imx-mx6ulevk)
Tested-by: Sahil Malhotra <[email protected]> (imx-mx6ulzevk)
Tested-by: Sahil Malhotra <[email protected]> (imx-mx7dsabresd)
Tested-by: Sahil Malhotra <[email protected]> (imx-mx7ulpevk)
Tested-by: Sahil Malhotra <[email protected]> (imx-mx8dxlevk)
Tested-by: Sahil Malhotra <[email protected]> (imx-mx8mmevk)
Tested-by: Sahil Malhotra <[email protected]> (imx-mx8mnevk)
Tested-by: Sahil Malhotra <[email protected]> (imx-mx8mqevk)
Tested-by: Sahil Malhotra <[email protected]> (imx-mx8mpevk)
Tested-by: Sahil Malhotra <[email protected]> (imx-mx8qmmek)
Tested-by: Sahil Malhotra <[email protected]> (imx-mx8ulpevk)
Tested-by: Sahil Malhotra <[email protected]> (imx-mx93evk)
Tested-by: Sahil Malhotra <[email protected]> (imx-mx91evk)
Tested-by: Sahil Malhotra <[email protected]> (imx-mx95evk)

Tested-by: Sahil Malhotra <[email protected]> (LS1046A-RDB)
Tested-by: Sahil Malhotra <[email protected]> (LS1012A-RDB)
Tested-by: Sahil Malhotra <[email protected]> (LX2160A-RDB)

@jforissier
Copy link
Contributor Author

With 4.4.0-rc1:

Tested-by: Jerome Forissier <[email protected]> (rockchip-rk3399) (Rockpi4B)

@jbech-linaro
Copy link
Contributor

# xtest -l 15
...
332756 subtests of which 0 failed                                                                                                                                                                                                                                                       
107 test cases of which 0 failed      

Tested-by: Joakim Bech <[email protected]> (RPi 3B v1.2)

@jenswi-linaro
Copy link
Contributor

With OP-TEE/build#786
Tested-by: Jens Wiklander <[email protected]> (FVP)

@etienne-lms
Copy link
Contributor

For 4.4.0-rc1 with #7081:
Tested-by: Etienne Carriere <[email protected]> (stm32mp1-157C_DK2_SCMI)
Tested-by: Etienne Carriere <[email protected]> (stm32mp1-157C_EV1_SCMI)
Tested-by: Etienne Carriere <[email protected]> (stm32mp1-157C_DK2)
Tested-by: Etienne Carriere <[email protected]> (stm32mp1-157C_EV1)
Tested-by: Etienne Carriere <[email protected]> (stm32mp1-157C_ED1)
Tested-by: Etienne Carriere <[email protected]> (stm32mp1-135F_DK)

@jenswi-linaro
Copy link
Contributor

Tested-by: Jens Wiklander <[email protected]> (rockchip-rk3399, Rockpi4B)

@jenswi-linaro
Copy link
Contributor

Tested-by: Jens Wiklander <[email protected]> (imx-mx8mqevk)

@jforissier
Copy link
Contributor Author

Tested-by: Jens Wiklander <[email protected]> (rockchip-rk3399, Rockpi4B)

So we both tested that one 😉

Update CHANGELOG for 4.4.0 and collect Tested-by tags.

Signed-off-by: Jerome Forissier <[email protected]>
Tested-by: Jerome Forissier <[email protected]> (vexpress-qemu_armv8a)
Tested-by: Jerome Forissier <[email protected]> (vexpress-qemu_virt)
Tested-by: Imre Kis <[email protected]> (fvp-ts)
Tested-by: Sahil Malhotra <[email protected]> (imx-mx6dlsabresd)
Tested-by: Sahil Malhotra <[email protected]> (imx-mx6qsabresd)
Tested-by: Sahil Malhotra <[email protected]> (imx-mx6sllevk)
Tested-by: Sahil Malhotra <[email protected]> (imx-mx6ulevk)
Tested-by: Sahil Malhotra <[email protected]> (imx-mx6ulzevk)
Tested-by: Sahil Malhotra <[email protected]> (imx-mx7dsabresd)
Tested-by: Sahil Malhotra <[email protected]> (imx-mx7ulpevk)
Tested-by: Sahil Malhotra <[email protected]> (imx-mx8dxlevk)
Tested-by: Sahil Malhotra <[email protected]> (imx-mx8mmevk)
Tested-by: Sahil Malhotra <[email protected]> (imx-mx8mnevk)
Tested-by: Sahil Malhotra <[email protected]> (imx-mx8mqevk)
Tested-by: Sahil Malhotra <[email protected]> (imx-mx8mpevk)
Tested-by: Sahil Malhotra <[email protected]> (imx-mx8qmmek)
Tested-by: Sahil Malhotra <[email protected]> (imx-mx8ulpevk)
Tested-by: Sahil Malhotra <[email protected]> (imx-mx93evk)
Tested-by: Sahil Malhotra <[email protected]> (imx-mx91evk)
Tested-by: Sahil Malhotra <[email protected]> (imx-mx95evk)
Tested-by: Sahil Malhotra <[email protected]> (LS1046A-RDB)
Tested-by: Sahil Malhotra <[email protected]> (LS1012A-RDB)
Tested-by: Sahil Malhotra <[email protected]> (LX2160A-RDB)
Tested-by: Jerome Forissier <[email protected]> (rockchip-rk3399) (Rockpi4B)
Tested-by: Joakim Bech <[email protected]> (RPi 3B v1.2)
Tested-by: Jens Wiklander <[email protected]> (FVP)
Tested-by: Etienne Carriere <[email protected]> (stm32mp1-157C_DK2_SCMI)
Tested-by: Etienne Carriere <[email protected]> (stm32mp1-157C_EV1_SCMI)
Tested-by: Etienne Carriere <[email protected]> (stm32mp1-157C_DK2)
Tested-by: Etienne Carriere <[email protected]> (stm32mp1-157C_EV1)
Tested-by: Etienne Carriere <[email protected]> (stm32mp1-157C_ED1)
Tested-by: Etienne Carriere <[email protected]> (stm32mp1-135F_DK)
Tested-by: Jens Wiklander <[email protected]> (rockchip-rk3399, Rockpi4B)
Tested-by: Jens Wiklander <[email protected]> (imx-mx8mqevk)
@jforissier
Copy link
Contributor Author

Merged manually.

@jforissier jforissier closed this Oct 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants