Re: [PATCH] bsps: Improve riscv console FDT parsing

2022-10-11 Thread Alan Cudmore
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

Re: [PATCH] bsps: Improve riscv console FDT parsing

2022-09-30 Thread Padmarao.Begari
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 &g

RE: [PATCH] bsps: Improve riscv console FDT parsing

2022-09-29 Thread Alan Cudmore
to 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

[PATCH] bsps: Improve riscv console FDT parsing

2022-09-29 Thread Alan Cudmore
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