[PATCH 0/3] ARC nSIM (AKA virtual & prototyping platform) updates

Alexey Brodkin Alexey.Brodkin at synopsys.com
Thu Dec 26 14:31:22 CET 2019


In this small series we refubrish olde good nSIM configs & platform
so that it no uses standard 16650 (in fact DesignWare) UART and
little-endian HS version also gets Virtio support (Net & BLK) for use
with QEMU.

Alexey Brodkin (3):
  ARC: nSIM: switch from ARC UART to DW UART
  ARC: nsim_{700|700be|hs38be}_defconfigs: Disable networking
  ARC: nsim_hs38: Add support of Virtio NET & BLK

 arch/arc/Kconfig                  |  4 ++--
 arch/arc/dts/nsim.dts             | 41 ++++++++++++++++++++++++++++++++++-----
 board/synopsys/{ => nsim}/Kconfig |  3 +++
 board/synopsys/nsim/MAINTAINERS   |  6 ++++++
 board/synopsys/nsim/Makefile      |  7 +++++++
 board/synopsys/nsim/nsim.c        | 26 +++++++++++++++++++++++++
 configs/nsim_700_defconfig        |  9 +++++----
 configs/nsim_700be_defconfig      |  9 +++++----
 configs/nsim_hs38_defconfig       | 17 ++++++++++++----
 configs/nsim_hs38be_defconfig     |  9 +++++----
 10 files changed, 108 insertions(+), 23 deletions(-)
 rename board/synopsys/{ => nsim}/Kconfig (74%)
 create mode 100644 board/synopsys/nsim/MAINTAINERS
 create mode 100644 board/synopsys/nsim/Makefile
 create mode 100644 board/synopsys/nsim/nsim.c

-- 
2.16.2



More information about the U-Boot mailing list