mirror of
https://github.com/mii443/qemu.git
synced 2025-12-05 12:08:28 +00:00
spapr/vof: Install rom and nvram binaries
This installs VOF-related binaries (the firmware and the preformatted
NVRAM) as those were left out when the VOF was submitted initially.
Fixes: fc8c745d50 ("spapr: Implement Open Firmware client interface")
Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Message-Id: <20220208103751.1587902-1-aik@ozlabs.ru>
Signed-off-by: Cédric Le Goater <clg@kaod.org>
This commit is contained in:
committed by
Cédric Le Goater
parent
96a46def58
commit
10717c26db
@@ -81,6 +81,8 @@ blobs = files(
|
|||||||
'opensbi-riscv32-generic-fw_dynamic.bin',
|
'opensbi-riscv32-generic-fw_dynamic.bin',
|
||||||
'opensbi-riscv64-generic-fw_dynamic.bin',
|
'opensbi-riscv64-generic-fw_dynamic.bin',
|
||||||
'npcm7xx_bootrom.bin',
|
'npcm7xx_bootrom.bin',
|
||||||
|
'vof.bin',
|
||||||
|
'vof-nvram.bin',
|
||||||
)
|
)
|
||||||
|
|
||||||
if get_option('install_blobs')
|
if get_option('install_blobs')
|
||||||
|
|||||||
Reference in New Issue
Block a user