diff options
author | Havard Skinnemoen | 2020-09-11 07:20:53 +0200 |
---|---|---|
committer | Peter Maydell | 2020-09-14 15:24:59 +0200 |
commit | d1cb5eda67a0a6188608bef6372fd046fc447bf1 (patch) | |
tree | a0a62e63a837c8266da65cc11d474f9defcb3887 /MAINTAINERS | |
parent | hw/arm: Add two NPCM7xx-based machines (diff) | |
download | qemu-d1cb5eda67a0a6188608bef6372fd046fc447bf1.tar.gz qemu-d1cb5eda67a0a6188608bef6372fd046fc447bf1.tar.xz qemu-d1cb5eda67a0a6188608bef6372fd046fc447bf1.zip |
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 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index c95a00c12d..3d17cad19a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -757,6 +757,8 @@ L: qemu-arm@nongnu.org S: Supported F: hw/*/npcm7xx* F: include/hw/*/npcm7xx* +F: pc-bios/npcm7xx_bootrom.bin +F: roms/vbootrom nSeries M: Andrzej Zaborowski <balrogg@gmail.com> |