diff mbox series

trusted-firmare-a: update qemu patch status

Message ID 20250401083459.95056-1-mikko.rapeli@linaro.org
State New
Headers show
Series trusted-firmare-a: update qemu patch status | expand

Commit Message

Mikko Rapeli April 1, 2025, 8:34 a.m. UTC
Submitted to upstream and worked through review
comments and CI issues:

https://review.trustedfirmware.org/c/TF-A/trusted-firmware-a/+/36514

Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org>
---
 ...1-qemu_measured_boot.c-ignore-TPM-error-and-continue-w.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Jon Mason April 2, 2025, 3:33 a.m. UTC | #1
On Tue, 01 Apr 2025 11:34:59 +0300, Mikko Rapeli wrote:
> Submitted to upstream and worked through review
> comments and CI issues:
> 
> https://review.trustedfirmware.org/c/TF-A/trusted-firmware-a/+/36514
> 
> 

Applied, thanks!

[1/1] trusted-firmare-a: update qemu patch status
      commit: 9f19b9b9a33a5b6fa7e4b0806b48979a86e80753

Best regards,
diff mbox series

Patch

diff --git a/meta-arm/recipes-bsp/trusted-firmware-a/files/0001-qemu_measured_boot.c-ignore-TPM-error-and-continue-w.patch b/meta-arm/recipes-bsp/trusted-firmware-a/files/0001-qemu_measured_boot.c-ignore-TPM-error-and-continue-w.patch
index 75103332..733fa370 100644
--- a/meta-arm/recipes-bsp/trusted-firmware-a/files/0001-qemu_measured_boot.c-ignore-TPM-error-and-continue-w.patch
+++ b/meta-arm/recipes-bsp/trusted-firmware-a/files/0001-qemu_measured_boot.c-ignore-TPM-error-and-continue-w.patch
@@ -10,7 +10,7 @@  Enables testing boot without TPM device to see that
 missing TPM is detected further up the SW stack and correct
 fallback actions are taken.
 
-Upstream-Status: Pending
+Upstream-Status: Submitted [https://review.trustedfirmware.org/c/TF-A/trusted-firmware-a/+/36514]
 
 Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org>
 ---