]> git.proxmox.com Git - mirror_qemu.git/commit
roms: Add virtual Boot ROM for NPCM7xx SoCs
authorHavard Skinnemoen <hskinnemoen@google.com>
Fri, 11 Sep 2020 05:20:53 +0000 (22:20 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 14 Sep 2020 13:24:59 +0000 (14:24 +0100)
commitd1cb5eda67a0a6188608bef6372fd046fc447bf1
treea0a62e63a837c8266da65cc11d474f9defcb3887
parentb773acf4a6326c4e81ad91cce9376abdd81dff17
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>
.gitmodules
MAINTAINERS
pc-bios/README
pc-bios/meson.build
pc-bios/npcm7xx_bootrom.bin [new file with mode: 0644]
roms/Makefile
roms/vbootrom [new submodule]