mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] efi: fix the runtime services table signature
@ 2026-07-09  7:39 Ahmad Fatoum
  2026-07-10 21:44 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Ahmad Fatoum @ 2026-07-09  7:39 UTC (permalink / raw)
  To: barebox; +Cc: Ahmad Fatoum

We had a typo in the signature constant, which was duly flagged by ARM's
Architecture Compliance Suite for UEFI. Fix this.

Signed-off-by: Ahmad Fatoum <a.fatoum@barebox.org>
---
 include/efi/services.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/efi/services.h b/include/efi/services.h
index 3b9217a3bf22..2d7167b25205 100644
--- a/include/efi/services.h
+++ b/include/efi/services.h
@@ -159,7 +159,7 @@ enum efi_reset_type {
 /*
  * EFI Runtime Services table
  */
-#define EFI_RUNTIME_SERVICES_SIGNATURE ((u64)0x5652453544e5552ULL)
+#define EFI_RUNTIME_SERVICES_SIGNATURE ((u64)0x56524553544e5552ULL)
 #define EFI_RUNTIME_SERVICES_REVISION  0x00010000
 
 struct efi_capsule_header;
-- 
2.47.3




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] efi: fix the runtime services table signature
  2026-07-09  7:39 [PATCH] efi: fix the runtime services table signature Ahmad Fatoum
@ 2026-07-10 21:44 ` Sascha Hauer
  0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2026-07-10 21:44 UTC (permalink / raw)
  To: barebox, Ahmad Fatoum


On Thu, 09 Jul 2026 09:39:43 +0200, Ahmad Fatoum wrote:
> We had a typo in the signature constant, which was duly flagged by ARM's
> Architecture Compliance Suite for UEFI. Fix this.
> 
> 

Applied, thanks!

[1/1] efi: fix the runtime services table signature
      https://git.pengutronix.de/cgit/barebox/commit/?id=dd1d839c2c32 (link may not be stable)

Best regards,
-- 
Sascha Hauer <s.hauer@pengutronix.de>




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-07-10 21:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-09  7:39 [PATCH] efi: fix the runtime services table signature Ahmad Fatoum
2026-07-10 21:44 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox