Skip to content

Commit

Permalink
Update RVI ACPI device properties section (ARC #198)
Browse files Browse the repository at this point in the history
The RVI-specific ACPI Device Properties section exists as a place holder
to define standard DSD properties in the "rscv-" namespace. While there
are no properties currently defined, it is the place where one can add
new properties approved by appropriate RVI forum. Try to reword to make
the intention clear.

Fixes: #198
Signed-off-by: Sunil V L <[email protected]>
  • Loading branch information
vlsunil authored and avpatel committed Nov 19, 2024
1 parent 1e4a9b6 commit c477510
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions acpi-prop.adoc
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
[[acpi-props]]
=== RVI-specific ACPI Device Properties

This section defines the `_DSD` device properties cite:[DSD] in the `rscv-` namespace.
This section is used to define the `_DSD` device properties cite:[DSD] in the `rscv-` namespace.

Where explicit values are provided in a property definition, only these values must be used. System behavior with any other values is undefined.

Request for additional property names in the `rscv-` namespace should be made as a git pull request to this document.
Request for new property names in the `rscv-` namespace should be made as a git pull request to below table in this document.

[width=100%]
[%header, cols="10,5,25"]
|===
| Property ^| Type | Description
|===

[[acpi-props-uart]]
==== Properties for UART Devices
=== ACPI Device Properties for UART Devices
Generic 16550-compatible UART devices can have below device properties in the global name space
since Operating Systems are already using them.

Expand Down

0 comments on commit c477510

Please sign in to comment.