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:
Alexey Kardashevskiy 2022-02-09 09:08:56 +01:00 committed by Cédric Le Goater
parent 96a46def58
commit 10717c26db
1 changed files with 2 additions and 0 deletions

View File

@ -81,6 +81,8 @@ blobs = files(
'opensbi-riscv32-generic-fw_dynamic.bin',
'opensbi-riscv64-generic-fw_dynamic.bin',
'npcm7xx_bootrom.bin',
'vof.bin',
'vof-nvram.bin',
)
if get_option('install_blobs')