From 48616ec578356e94999cc05268f388af147bcc74 Mon Sep 17 00:00:00 2001 From: Heinrich Schuchardt Date: Wed, 28 Jan 2026 21:40:46 +0100 Subject: [PATCH] chapter 1/about: EBBR only supports UEFI architectures The UEFI API is only defined for some low-endian architectures. We cannot claim that any architecture can support the EBBR. Signed-off-by: Heinrich Schuchardt --- source/chapter1-about.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/chapter1-about.rst b/source/chapter1-about.rst index 0adf236..93dde24 100644 --- a/source/chapter1-about.rst +++ b/source/chapter1-about.rst @@ -112,7 +112,7 @@ specification. - Support multiple architectures - Any architecture can implement the EBBR requirements. + Any architecture supporting UEFI can implement the EBBR requirements. Architecture specific requirements will clearly marked as to which architecture(s) they apply.