Re: [PATCH] riscv/console: console-config.c update

2021-05-26 Thread somesh deshmukh
Hi Hesham/Sebastian, Please find the attached device tree source file which I used for rtems testing on PolarFire SoC ICICLE Kit. On Wed, May 19, 2021 at 2:43 PM Hesham Almatary < hesham.almat...@cl.cam.ac.uk> wrote: > Hello Somesh, > > This patch will break other existing BSPs that don't have

Re: [PATCH] riscv/console: console-config.c update

2021-05-19 Thread Hesham Almatary
Hello Somesh, This patch will break other existing BSPs that don't have "stdout-path" (in your case serial@x) node part of "/soc" node. You can either 1) Modify your DTS to have /serial node outside /soc, or 2) Add a new config for your BSP such as RISCV_ENABLE_FRDME310ARTY_SUPPORT and use it

Re: [PATCH] riscv/console: console-config.c update

2021-05-18 Thread Sebastian Huber
On 05/05/2021 19:55, Somesh Deshmukh wrote: - Parsing the sub-node should be available generic not specific to Freedom Arty310 board. If we remove the Freedom Arty macro now, it will lose backward compatibility.The proposed change will retain the backward compatibility and also adds the

Re: [PATCH] riscv/console: console-config.c update

2021-05-16 Thread ND
gt; suggestions/comments. > > Regards, > Somesh > > -- Forwarded message - > From: Somesh Deshmukh > Date: Wed, May 5, 2021 at 11:26 PM > Subject: [PATCH] riscv/console: console-config.c update > To: > Cc: Somesh Deshmukh > > > - Parsing

Fwd: [PATCH] riscv/console: console-config.c update

2021-05-11 Thread somesh deshmukh
Gentle Reminder. Hi All, Can you please review this patch and let me know if there are any suggestions/comments. Regards, Somesh -- Forwarded message - From: Somesh Deshmukh Date: Wed, May 5, 2021 at 11:26 PM Subject: [PATCH] riscv/console: console-config.c update To: Cc

[PATCH] riscv/console: console-config.c update

2021-05-05 Thread Somesh Deshmukh
- Parsing the sub-node should be available generic not specific to Freedom Arty310 board. If we remove the Freedom Arty macro now, it will lose backward compatibility.The proposed change will retain the backward compatibility and also adds the necessary fix for parsing sub-node. ---

[PATCH] riscv/console: console-config.c update

2021-04-30 Thread Somesh Deshmukh
- Parsing the sub-node should be available generic not specific to Freedom Arty310 board. If we remove the Freedom Arty macro now, it will lose backward compatibility.The proposed change will retain the backward compatibility and also adds the necessary fix for parsing sub-node. - Restored