summaryrefslogtreecommitdiffstats
path: root/board/synopsys/nsim/nsim.c
Commit message (Collapse)AuthorAgeFilesLines
* common: Drop init.h from common headerSimon Glass2020-05-181-0/+1
| | | | | | Move this uncommon header out of the common header. Signed-off-by: Simon Glass <sjg@chromium.org>
* ARC: nsim_hs38: Add support of Virtio NET & BLKAlexey Brodkin2020-02-121-0/+26
Given now nsim_hs38 configuration is usable on QEMU and in QEMU we have Virtio working perfectly fine the next logical step is to add support of supported & known to work net & bkl to this config. Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>