Re: [U-Boot] [PATCH v2 00/11] SiFive FU540 Support

2019-02-10 Thread Auer, Lukas
On Sat, 2019-02-02 at 09:06 -0800, Paul Walmsley wrote: > On Tue, 22 Jan 2019, Auer, Lukas wrote: > > > For the same reason, I agree with you that it does not make sense > > to > > implement the SBI in U-Boot. OpenSBI is better suited to handle > > this. > > It should be possible to link the Ope

Re: [U-Boot] [PATCH v2 00/11] SiFive FU540 Support

2019-02-02 Thread Paul Walmsley
On Tue, 22 Jan 2019, Auer, Lukas wrote: > For the same reason, I agree with you that it does not make sense to > implement the SBI in U-Boot. OpenSBI is better suited to handle this. It should be possible to link the OpenSBI library with U-boot, then allow U-boot to use SBI services itself, an

Re: [U-Boot] [PATCH v2 00/11] SiFive FU540 Support

2019-01-22 Thread Auer, Lukas
On Tue, 2019-01-22 at 12:31 +, Anup Patel wrote: > > -Original Message- > > From: Auer, Lukas [mailto:lukas.a...@aisec.fraunhofer.de] > > Sent: Tuesday, January 22, 2019 5:21 PM > > To: s...@chromium.org; bmeng...@gmail.com; r...@andestech.com; Anup > > Patel ; joe.hershber...@ni.com; >

Re: [U-Boot] [PATCH v2 00/11] SiFive FU540 Support

2019-01-22 Thread Anup Patel
> -Original Message- > From: Auer, Lukas [mailto:lukas.a...@aisec.fraunhofer.de] > Sent: Tuesday, January 22, 2019 5:21 PM > To: s...@chromium.org; bmeng...@gmail.com; r...@andestech.com; Anup > Patel ; joe.hershber...@ni.com; > yamada.masah...@socionext.com; Atish Patra > Cc: paul.walms

Re: [U-Boot] [PATCH v2 00/11] SiFive FU540 Support

2019-01-22 Thread Auer, Lukas
On Mon, 2019-01-21 at 04:04 +, Anup Patel wrote: > > -Original Message- > > From: Atish Patra [mailto:atish.pa...@wdc.com] > > Sent: Monday, January 21, 2019 7:07 AM > > To: Auer, Lukas ; s...@chromium.org; > > bmeng...@gmail.com; r...@andestech.com; Anup Patel > > ; joe.hershber...@ni.

Re: [U-Boot] [PATCH v2 00/11] SiFive FU540 Support

2019-01-20 Thread Bin Meng
Hi Anup, On Mon, Jan 21, 2019 at 2:41 PM Anup Patel wrote: > > > > > -Original Message- > > From: Bin Meng [mailto:bmeng...@gmail.com] > > Sent: Monday, January 21, 2019 11:44 AM > > To: Anup Patel > > Cc: Atish Patra ; Auer, Lukas > > ; s...@chromium.org; > > r...@andestech.com; joe.her

Re: [U-Boot] [PATCH v2 00/11] SiFive FU540 Support

2019-01-20 Thread Anup Patel
> -Original Message- > From: Bin Meng [mailto:bmeng...@gmail.com] > Sent: Monday, January 21, 2019 11:44 AM > To: Anup Patel > Cc: Atish Patra ; Auer, Lukas > ; s...@chromium.org; > r...@andestech.com; joe.hershber...@ni.com; > yamada.masah...@socionext.com; paul.walms...@sifive.com; > p

Re: [U-Boot] [PATCH v2 00/11] SiFive FU540 Support

2019-01-20 Thread Bin Meng
Hi Anup, On Mon, Jan 21, 2019 at 12:04 PM Anup Patel wrote: > > > > > -Original Message- > > From: Atish Patra [mailto:atish.pa...@wdc.com] > > Sent: Monday, January 21, 2019 7:07 AM > > To: Auer, Lukas ; s...@chromium.org; > > bmeng...@gmail.com; r...@andestech.com; Anup Patel > > ; joe.

Re: [U-Boot] [PATCH v2 00/11] SiFive FU540 Support

2019-01-20 Thread Anup Patel
> -Original Message- > From: Atish Patra [mailto:atish.pa...@wdc.com] > Sent: Monday, January 21, 2019 7:07 AM > To: Auer, Lukas ; s...@chromium.org; > bmeng...@gmail.com; r...@andestech.com; Anup Patel > ; joe.hershber...@ni.com; > yamada.masah...@socionext.com > Cc: paul.walms...@sifive

Re: [U-Boot] [PATCH v2 00/11] SiFive FU540 Support

2019-01-20 Thread Atish Patra
On 1/20/19 12:34 PM, Auer, Lukas wrote: Hi Anup, On Fri, 2019-01-18 at 11:18 +, Anup Patel wrote: This patchset adds SiFive Freedom Unleashed (FU540) support to RISC-V U-Boot. The patches are based upon latest RISC-V U-Boot tree (git://git.denx.de/u-boot-riscv.git) at commit id 91882c472d8

Re: [U-Boot] [PATCH v2 00/11] SiFive FU540 Support

2019-01-20 Thread Auer, Lukas
Hi Anup, On Fri, 2019-01-18 at 11:18 +, Anup Patel wrote: > This patchset adds SiFive Freedom Unleashed (FU540) support > to RISC-V U-Boot. > > The patches are based upon latest RISC-V U-Boot tree > (git://git.denx.de/u-boot-riscv.git) at commit id > 91882c472d8c0aef4db699d3f2de55bf43d4ae4b >

[U-Boot] [PATCH v2 00/11] SiFive FU540 Support

2019-01-18 Thread Anup Patel
This patchset adds SiFive Freedom Unleashed (FU540) support to RISC-V U-Boot. The patches are based upon latest RISC-V U-Boot tree (git://git.denx.de/u-boot-riscv.git) at commit id 91882c472d8c0aef4db699d3f2de55bf43d4ae4b All drivers namely: SiFive PRCI, SiFive Serial, and Cadance MACB Ethernet w