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

2018-12-09 Thread Bin Meng
Hi Anup, On Wed, Dec 5, 2018 at 2:29 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

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

2018-12-04 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