mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Ahmad Fatoum <a.fatoum@barebox.org>
To: barebox@lists.infradead.org
Cc: Ahmad Fatoum <a.fatoum@barebox.org>
Subject: [PATCH] efi: fix the runtime services table signature
Date: Thu,  9 Jul 2026 09:39:43 +0200	[thread overview]
Message-ID: <20260709073944.528943-1-a.fatoum@barebox.org> (raw)

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




             reply	other threads:[~2026-07-09  8:12 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-07-09  7:39 Ahmad Fatoum [this message]
2026-07-10 21:44 ` Sascha Hauer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260709073944.528943-1-a.fatoum@barebox.org \
    --to=a.fatoum@barebox.org \
    --cc=barebox@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox