Ping for this RISC-V console fix - it builds without error on 310ARTY,
Polarfire, and generic RISCV variants. I tested it on the generic QEMU
riscv platform and Padmarao tested it on the PolarFire.
Thanks,
Alan
On Thu, Sep 29, 2022 at 12:12 PM Alan Cudmore
wrote:
> This fixes a problem with pars
the binary.
> Thanks!
> Alan
>
> From: Alan Cudmore
> Sent: Thursday, September 29, 2022 12:12 PM
> To: devel@rtems.org
> Cc: Alan Cudmore
> Subject: [PATCH] bsps: Improve riscv console FDT parsing
>
> This fixes a problem with parsing the FDT compatible property by
>
download and install SoftConsole to get the rest of the parts I need to prepare the binary.Thanks!Alan From: Alan CudmoreSent: Thursday, September 29, 2022 12:12 PMTo: devel@rtems.orgCc: Alan CudmoreSubject: [PATCH] bsps: Improve riscv console FDT parsing This fixes a problem with parsing the FDT
This fixes a problem with parsing the FDT compatible property by
replacing the RISCV_CONSOLE_IS_COMPATIBLE macro with calls to
the fdt_stringlist_contains function. The macro only works when
the compatible FDT entry is a single string and not a list of
strings. The new call will compare each item i