RE: [PATCH v7 13/22] riscv: cpu: fu540: Add support for cpu fu540

2020-05-03 Thread Pragnesh Patel
Glass >Subject: Re: [PATCH v7 13/22] riscv: cpu: fu540: Add support for cpu fu540 > >[External Email] Do not click links or attachments unless you recognize the >sender and know the content is safe > >On Sat, May 2, 2020 at 3:38 PM Pragnesh Patel >wrote: >> >> Ad

Re: [PATCH v7 13/22] riscv: cpu: fu540: Add support for cpu fu540

2020-05-02 Thread Jagan Teki
On Sat, May 2, 2020 at 3:38 PM Pragnesh Patel wrote: > > Add SiFive fu540 cpu to support RISC-V arch This looks like a new patch in this series, isn't it? > > Signed-off-by: Pragnesh Patel > --- Good practice is to add "changes for 7" so-that it is easy for reviews to find what is new in this

RE: [PATCH v7 13/22] riscv: cpu: fu540: Add support for cpu fu540

2020-05-02 Thread Pragnesh Patel
Simon Glass >Subject: Re: [PATCH v7 13/22] riscv: cpu: fu540: Add support for cpu fu540 > >[External Email] Do not click links or attachments unless you recognize the >sender and know the content is safe > >Hi Pragnesh, > >On Sat, May 2, 2020 at 6:08 PM Pragnesh Patel

Re: [PATCH v7 13/22] riscv: cpu: fu540: Add support for cpu fu540

2020-05-02 Thread Bin Meng
Hi Pragnesh, On Sat, May 2, 2020 at 6:08 PM Pragnesh Patel wrote: > > Add SiFive fu540 cpu to support RISC-V arch > > Signed-off-by: Pragnesh Patel > --- > arch/riscv/Kconfig| 1 + > arch/riscv/cpu/fu540/Kconfig | 15 ++ > arch/riscv/cpu/fu540/Makefile | 7 +++ >

[PATCH v7 13/22] riscv: cpu: fu540: Add support for cpu fu540

2020-05-02 Thread Pragnesh Patel
Add SiFive fu540 cpu to support RISC-V arch Signed-off-by: Pragnesh Patel --- arch/riscv/Kconfig| 1 + arch/riscv/cpu/fu540/Kconfig | 15 ++ arch/riscv/cpu/fu540/Makefile | 7 +++ arch/riscv/cpu/fu540/cpu.c| 22 arch/riscv/cpu/fu540/dram.c