Skip to content

Commit 6dae6fd

Browse files
committed
Revert "Remove the exclusive-or language around DT or ACPI"
This reverts commit bec3ce5. This change has not been agreed to but was committed accidentally. Signed-off-by: Grant Likely <[email protected]>
1 parent bec3ce5 commit 6dae6fd

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

source/chapter2-uefi.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,12 +253,18 @@ Configuration Tables
253253
A UEFI system that complies with this specification may provide additional
254254
tables via the EFI Configuration Table.
255255

256-
Compliant systems are required to provide at least one of the following
256+
Compliant systems are required to provide one, but not both, of the following
257257
tables:
258258

259259
- an Advanced Configuration and Power Interface [ACPI]_ table, or
260260
- a Devicetree [DTSPEC]_ system description
261261

262+
EBBR systems must not provide both ACPI and Devicetree
263+
tables at the same time.
264+
Systems that support both interfaces must provide a configuration
265+
mechanism to select either ACPI or Devicetree,
266+
and must ensure only the selected interface is provided to the OS loader.
267+
262268
Devicetree
263269
^^^^^^^^^^
264270

0 commit comments

Comments
 (0)