All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 0/2] SiFive UART support
@ 2018-12-11 15:02 Anup Patel
  2018-12-11 15:02 ` [U-Boot] [PATCH v2 1/2] drivers: serial: Add SiFive UART driver Anup Patel
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: Anup Patel @ 2018-12-11 15:02 UTC (permalink / raw)
  To: u-boot

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 UBoot tree
(git://git.denx.de/u-boot-riscv.git) at commit id
48cbf6246052de10d35b616b5efb2f783904a49d

Changes since v1:
 - Fixed copyright header in SiFive UART driver
 - Imply SIFIVE_SERIAL for QEMU emulation instead
   of enabling it in defconfigs.

Anup Patel (2):
  drivers: serial: Add SiFive UART driver
  riscv: qemu: Imply SIFIVE_SERIAL for emulation

 board/emulation/qemu-riscv/Kconfig |   1 +
 drivers/serial/Kconfig             |  13 ++
 drivers/serial/Makefile            |   1 +
 drivers/serial/serial_sifive.c     | 191 +++++++++++++++++++++++++++++
 4 files changed, 206 insertions(+)
 create mode 100644 drivers/serial/serial_sifive.c

-- 
2.17.1

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2018-12-17  5:49 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-11 15:02 [U-Boot] [PATCH v2 0/2] SiFive UART support Anup Patel
2018-12-11 15:02 ` [U-Boot] [PATCH v2 1/2] drivers: serial: Add SiFive UART driver Anup Patel
2018-12-12  6:23   ` Bin Meng
2018-12-11 15:02 ` [U-Boot] [PATCH v2 2/2] riscv: qemu: Imply SIFIVE_SERIAL for emulation Anup Patel
2018-12-12  6:24   ` Bin Meng
2018-12-11 15:33 ` [U-Boot] [PATCH v2 0/2] SiFive UART support Bin Meng
2018-12-11 16:07   ` Anup Patel
2018-12-11 16:15     ` Bin Meng
2018-12-11 16:20       ` Anup Patel
2018-12-12  6:20         ` Bin Meng
2018-12-14  9:23 ` Anup Patel
     [not found]   ` <752D002CFF5D0F4FA35C0100F1D73F3FA3A60130@ATCPCS16.andestech.com>
2018-12-17  1:51     ` Rick Chen
2018-12-17  4:15       ` Anup Patel
2018-12-17  5:49         ` Rick Chen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.