The working of this section made it read like the spec was specifically for AArch64. Reword slightly so it is clearer that this paragraph applies specifically for AArch64
Signed-off-by: Grant Likely grant.likely@arm.com --- source/chapter2-uefi.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/source/chapter2-uefi.rst b/source/chapter2-uefi.rst index b4c01c1..4d813be 100644 --- a/source/chapter2-uefi.rst +++ b/source/chapter2-uefi.rst @@ -45,8 +45,8 @@ legitimately be loaded into either EL1 or EL2 on AArch64. AArch64 Exception Levels ------------------------
-UEFI shall execute as 64-bit code in AArch64 model at either EL1 or EL2, -depending on whether or not virtualization is used or supported. +On AArch64 UEFI shall execute as 64-bit code at either EL1 or EL2, +depending on whether or not virtualization is available at OS load time.
UEFI Boot at EL2 ^^^^^^^^^^^^^^^^