From ad843c428953dc9e5620d25cfbc75d01782b1b92 Mon Sep 17 00:00:00 2001 From: vlsunil Date: Mon, 20 May 2024 23:03:14 +0530 Subject: [PATCH] acpi: Reword PLIC/APLIC namespace requirement (#164) ACPI_80 requirement is only for systems with either PLIC or APLIC. Reword it to make it clear. Signed-off-by: Sunil V L --- acpi.adoc | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/acpi.adoc b/acpi.adoc index dfbe3aa..d154913 100644 --- a/acpi.adoc +++ b/acpi.adoc @@ -35,10 +35,9 @@ available to an OS loader via the standard `UEFI EFI_GRAPHICS_OUTPUT_PROTOCOL` i ** Use `Interface Type` 0x12 (16550-compatible with parameters defined in Generic Address Structure). ** There MUST be a matching AML device object with compatible ID `RSCV0003`. 2+| _See <>_. -| [[acpi-namespace-dev]]`ACPI_080` | Depending on the interrupt controller -implemented by the system, PLIC or APLIC namespace devices MUST be -present in the ACPI namespace along with MADT entries. <>. +| [[acpi-namespace-dev]]`ACPI_080` | PLIC/APLIC namespace devices MUST +be present in the ACPI namespace whenever corresponding MADT entries are +present. <>. 2+| _Also see <>, <> and <>_. |=== @@ -86,4 +85,4 @@ cite:[ACPI] Section 6.5.8). |=== include::acpi-id.adoc[] -include::acpi-prop.adoc[] \ No newline at end of file +include::acpi-prop.adoc[]