diff options
author | Alexey Kardashevskiy <aik@ozlabs.ru> | 2022-02-09 09:08:56 +0100 |
---|---|---|
committer | Cédric Le Goater <clg@kaod.org> | 2022-02-09 09:08:56 +0100 |
commit | 10717c26dbe1c138ba6af6d09a3bb9958d4fe3f2 (patch) | |
tree | 5c69819f35d626b8c6d23d1dde8d512d2aca3438 /pc-bios | |
parent | 96a46def58b3b7938d200fca6bd4916c3640d2f3 (diff) |
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: fc8c745d5015 ("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>
Diffstat (limited to 'pc-bios')
-rw-r--r-- | pc-bios/meson.build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pc-bios/meson.build b/pc-bios/meson.build index 4ac7a5509b..c86dedf7df 100644 --- a/pc-bios/meson.build +++ b/pc-bios/meson.build @@ -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') |