9bca0edb28
Change references to serial_hds[] to serial_hd()
...
Change all the uses of serial_hds[] to go via the new
serial_hd() function. Code change produced with:
find hw -name '*.[ch]' | xargs sed -i -e 's/serial_hds\[\([^]]*\)\]/serial_hd(\1)/g'
Signed-off-by: Peter Maydell <peter.maydell@linaro.org >
Reviewed-by: Thomas Huth <thuth@redhat.com >
Message-id: 20180420145249.32435-8-peter.maydell@linaro.org
2018-04-26 13:57:00 +01:00
7eceff5b5a
hw: Do not include "sysemu/block-backend.h" if it is not necessary
...
After reviewing a patch from Philippe that removes block-backend.h
from hw/lm32/milkymist.c, I noticed that this header is included
unnecessarily in a lot of other files, too. Remove those unneeded
includes to speed up the compilation process a little bit.
Signed-off-by: Thomas Huth <thuth@redhat.com >
Message-Id: <1518684912-31637-1-git-send-email-thuth@redhat.com >
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com >
2018-03-12 16:12:46 +01:00
db7b98c6bb
msf2: Wire up SYSRESETREQ in SoC for system reset
...
Implemented system reset by creating SYSRESETREQ gpio
out from nvic.
Signed-off-by: Subbaraya Sundeep <sundeep.lkml@gmail.com >
Message-id: 1509253165-7434-1-git-send-email-sundeep.lkml@gmail.com
Reviewed-by: Peter Maydell <peter.maydell@linaro.org >
Signed-off-by: Peter Maydell <peter.maydell@linaro.org >
2017-10-31 11:50:52 +00:00
ebc1fbb4a1
msf2: Add Smartfusion2 SoC
...
Smartfusion2 SoC has hardened Microcontroller subsystem
and flash based FPGA fabric. This patch adds support for
Microcontroller subsystem in the SoC.
Signed-off-by: Subbaraya Sundeep <sundeep.lkml@gmail.com >
Reviewed-by: Alistair Francis <alistair.francis@xilinx.com >
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org >
Message-id: 20170920201737.25723-5-f4bug@amsat.org
[PMD: drop cpu_model to directly use cpu type, check m3clk non null]
Signed-off-by: Peter Maydell <peter.maydell@linaro.org >
2017-09-21 16:36:56 +01:00