Re: [PATCH v3 2/9] hw/riscv/virt-acpi-build.c: Update the HID of RISC-V UART

2024-07-16 Thread Igor Mammedov
On Mon, 15 Jul 2024 22:41:22 +0530 Sunil V L wrote: > The requirement ACPI_060 in the RISC-V BRS specification [1], requires > NS16550 compatible UART to have the HID RSCV0003. So, update the HID for > the UART. > > [1] - https://github.com/riscv-non-isa/riscv-brs/commits/main/acpi.adoc this sho

[PATCH v3 2/9] hw/riscv/virt-acpi-build.c: Update the HID of RISC-V UART

2024-07-15 Thread Sunil V L
The requirement ACPI_060 in the RISC-V BRS specification [1], requires NS16550 compatible UART to have the HID RSCV0003. So, update the HID for the UART. [1] - https://github.com/riscv-non-isa/riscv-brs/commits/main/acpi.adoc (commit: 7bfa87e86ad5658283731207dbfc8ab3744d3265) Signed-off-by: