Skip to content

Commit

Permalink
Remove allowing deprecated legacy SBI console (ARC riscv-non-isa#203)
Browse files Browse the repository at this point in the history
Remove text around supporting deprecated SBI legacy console.

Fixes: riscv-non-isa#203
Closes: riscv-non-isa#203
Signed-off-by: Sunil V L <sunilvl@ventanamicro.com>
  • Loading branch information
vlsunil committed Oct 28, 2024
1 parent 4dbd8dd commit cd23630
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions non-normative/acpi.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,8 @@ a DSDT/SSDT MMIO device object without making the OS aware of the underlying PCI

Early serial console can be implemented using either an NS16550 UART (SPCR `Interface Type` 0x12) or
SBI console (SPCR `Interface Type` 0x15). When SPCR describes SBI console, the OS must use
the SBI Probe extension (`FID #3`) to detect the appropriate facilities, e.g. the Debug Console Extension
(`DBCN`) or the deprecated legacy console EIDs.
the SBI Probe extension (`FID #3`) to detect the Debug Console Extension
(`DBCN`).

The new `Precise Baud Rate` field, introduced in cite:[SPCR] rev. 4, allows describing rates faster
than 115200 baud for NS16550-compatible UARTS.
Expand Down

0 comments on commit cd23630

Please sign in to comment.