Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix acpi references in non-normative text #149

Merged
merged 1 commit into from
Apr 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions non-normative/acpi.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ implemented.
|ACPI Table |ACPI Section|Note
|Root System Description Pointer (RSDP) |5.2.5 | See <<acpi-64bit-clean, high-level requirements>>.
|Extended System Description Table (XSDT) |5.2.8 | Contains pointers to other tables.
|Fixed ACPI Description Table (FADT) |5.2.9 | See <<acpi-hw-reduced>>, <<acpi-guidance-hw-reduced>> and <<acpi-guidance-fadt, the notes below>>.
|Fixed ACPI Description Table (FADT) |5.2.9 | See <<acpi-hw-reduced, ACPI_020>>, <<acpi-guidance-hw-reduced>> and <<acpi-guidance-fadt, the notes below>>.
|Differentiated System Description Table (DSDT)|5.2.11.1 | See <<acpi-aml>> and <<acpi-guidance-aml, the notes below>>.
|Multiple APIC Description Table (MADT) |5.2.12 | See <<acpi-guidance-madt, the notes below>>
|RISC-V Hart Capabilities Table (RHCT) |New | Communicates
information about certain capabilities like ISA string, cache and MMU info.
|Processor Properties Topology Table (PPTT) |5.2.29 | See <<acpi-pptt>>
|Processor Properties Topology Table (PPTT) |5.2.29 | See <<acpi-pptt, ACPI_030>>
|===

// Add RIMT for IOMMU here.
Expand All @@ -55,9 +55,9 @@ information about certain capabilities like ISA string, cache and MMU info.
[cols="3,2,2", width=95%, align="center", options="header"]
|===
|ACPI Table |ACPI Section |Note
|Memory-mapped Configuration space (MCFG) |cite:[PCIFW] |See <<acpi-mcfg>> and <<acpi-guidance-pcie, the notes below>>
|Memory-mapped Configuration space (MCFG) |cite:[PCIFW] |See <<acpi-mcfg, ACPI_040>> and <<acpi-guidance-pcie, the notes below>>
|Secondary System Description Table (SSDT) |5.2.11.2 |See <<acpi-aml>> and <<acpi-guidance-aml, the notes below>>.
|Serial Port Console Redirection (SPCR) |cite:[SPCR] |See <<acpi-spcr>> and <<acpi-guidance-spcr, the notes below>>
|Serial Port Console Redirection (SPCR) |cite:[SPCR] |See <<acpi-spcr, APCI_060>> and <<acpi-guidance-spcr, the notes below>>
|ACPI Table for TPM 2.0 (TPM2) |cite:[TcgAcpi]|If the system supports TPM 2.0
|System Resource Affinity Table (SRAT) |5.2.16 |If the system supports NUMA
|System Locality Information Table (SLIT) |5.2.17 |If the system supports NUMA
Expand Down
Loading