Re: [U-Boot] [PATCH v2 0/2] SiFive UART support

2018-12-16 Thread Rick Chen
Hi Anup Anup Patel 於 2018年12月17日 週一 下午12:15寫道: > > On Mon, Dec 17, 2018 at 7:21 AM Rick Chen wrote: > > > > Hi Anup > > > > > > From: Anup Patel [mailto:a...@brainfault.org] > > > > Sent: Friday, December 14, 2018 5:23 PM > > > > To: Rick Jian-Zhi Chen(陳建志); Bin Meng; Lukas Auer > > > > Cc: Alex

Re: [U-Boot] [PATCH v2 0/2] SiFive UART support

2018-12-16 Thread Anup Patel
On Mon, Dec 17, 2018 at 7:21 AM Rick Chen wrote: > > Hi Anup > > > > From: Anup Patel [mailto:a...@brainfault.org] > > > Sent: Friday, December 14, 2018 5:23 PM > > > To: Rick Jian-Zhi Chen(陳建志); Bin Meng; Lukas Auer > > > Cc: Alexander Graf; Palmer Dabbelt; Atish Patra; Christoph Hellwig; U-Boot

Re: [U-Boot] [PATCH v2 0/2] SiFive UART support

2018-12-16 Thread Rick Chen
Hi Anup > > From: Anup Patel [mailto:a...@brainfault.org] > > Sent: Friday, December 14, 2018 5:23 PM > > To: Rick Jian-Zhi Chen(陳建志); Bin Meng; Lukas Auer > > Cc: Alexander Graf; Palmer Dabbelt; Atish Patra; Christoph Hellwig; U-Boot > > Mailing List > > Subject: Re: [PATCH v2 0/2] SiFive UART su

Re: [U-Boot] [PATCH v2 0/2] SiFive UART support

2018-12-14 Thread Anup Patel
On Tue, Dec 11, 2018 at 8:32 PM Anup Patel wrote: > > This patchset adds SiFive UART driver for SiFive UART > found on SiFive boards. > > The driver is tested on QEMU sifive_u machine. In fact, > with this patchset same U-Boot binary boots on QEMU virt > machine and QEMU sifive_u machine in both M

Re: [U-Boot] [PATCH v2 0/2] SiFive UART support

2018-12-11 Thread Bin Meng
On Wed, Dec 12, 2018 at 12:20 AM Anup Patel wrote: > > On Tue, Dec 11, 2018 at 9:45 PM Bin Meng wrote: > > > > Hi Anup, > > > > On Wed, Dec 12, 2018 at 12:07 AM Anup Patel wrote: > > > > > > On Tue, Dec 11, 2018 at 9:03 PM Bin Meng wrote: > > > > > > > > Hi Anup, > > > > > > > > On Tue, Dec 11,

Re: [U-Boot] [PATCH v2 0/2] SiFive UART support

2018-12-11 Thread Anup Patel
On Tue, Dec 11, 2018 at 9:45 PM Bin Meng wrote: > > Hi Anup, > > On Wed, Dec 12, 2018 at 12:07 AM Anup Patel wrote: > > > > On Tue, Dec 11, 2018 at 9:03 PM Bin Meng wrote: > > > > > > Hi Anup, > > > > > > On Tue, Dec 11, 2018 at 11:02 PM Anup Patel wrote: > > > > > > > > This patchset adds SiFi

Re: [U-Boot] [PATCH v2 0/2] SiFive UART support

2018-12-11 Thread Bin Meng
Hi Anup, On Wed, Dec 12, 2018 at 12:07 AM Anup Patel wrote: > > On Tue, Dec 11, 2018 at 9:03 PM Bin Meng wrote: > > > > Hi Anup, > > > > On Tue, Dec 11, 2018 at 11:02 PM Anup Patel wrote: > > > > > > This patchset adds SiFive UART driver for SiFive UART > > > found on SiFive boards. > > > > > >

Re: [U-Boot] [PATCH v2 0/2] SiFive UART support

2018-12-11 Thread Anup Patel
On Tue, Dec 11, 2018 at 9:03 PM Bin Meng wrote: > > Hi Anup, > > On Tue, Dec 11, 2018 at 11:02 PM Anup Patel wrote: > > > > This patchset adds SiFive UART driver for SiFive UART > > found on SiFive boards. > > > > The driver is tested on QEMU sifive_u machine. In fact, > > with this patchset same

Re: [U-Boot] [PATCH v2 0/2] SiFive UART support

2018-12-11 Thread Bin Meng
Hi Anup, On Tue, Dec 11, 2018 at 11:02 PM Anup Patel wrote: > > This patchset adds SiFive UART driver for SiFive UART > found on SiFive boards. > > The driver is tested on QEMU sifive_u machine. In fact, > with this patchset same U-Boot binary boots on QEMU virt > machine and QEMU sifive_u machin

[U-Boot] [PATCH v2 0/2] SiFive UART support

2018-12-11 Thread Anup Patel
This patchset adds SiFive UART driver for SiFive UART found on SiFive boards. The driver is tested on QEMU sifive_u machine. In fact, with this patchset same U-Boot binary boots on QEMU virt machine and QEMU sifive_u machine in both M-mode and S-mode. The patches are based upon latest RISC-V UBoo