aboutsummaryrefslogtreecommitdiff
path: root/pc-bios/meson.build
diff options
context:
space:
mode:
authorHavard Skinnemoen <hskinnemoen@google.com>2020-09-10 22:20:53 -0700
committerPeter Maydell <peter.maydell@linaro.org>2020-09-14 14:24:59 +0100
commitd1cb5eda67a0a6188608bef6372fd046fc447bf1 (patch)
treea0a62e63a837c8266da65cc11d474f9defcb3887 /pc-bios/meson.build
parentb773acf4a6326c4e81ad91cce9376abdd81dff17 (diff)
downloadqemu-d1cb5eda67a0a6188608bef6372fd046fc447bf1.zip
qemu-d1cb5eda67a0a6188608bef6372fd046fc447bf1.tar.gz
qemu-d1cb5eda67a0a6188608bef6372fd046fc447bf1.tar.bz2
roms: Add virtual Boot ROM for NPCM7xx SoCs
This is a minimalistic boot ROM written specifically for use with QEMU. It supports loading the second-stage loader from SPI flash into RAM, SMP boot, and not much else. Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Havard Skinnemoen <hskinnemoen@google.com> Message-id: 20200911052101.2602693-7-hskinnemoen@google.com Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'pc-bios/meson.build')
-rw-r--r--pc-bios/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/pc-bios/meson.build b/pc-bios/meson.build
index 8087e5c..182d5eb 100644
--- a/pc-bios/meson.build
+++ b/pc-bios/meson.build
@@ -81,6 +81,7 @@ blobs = files(
'opensbi-riscv64-generic-fw_dynamic.bin',
'opensbi-riscv32-generic-fw_dynamic.elf',
'opensbi-riscv64-generic-fw_dynamic.elf',
+ 'npcm7xx_bootrom.bin',
)
if install_blobs