All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH qemu] spapr/vof: Install rom and nvram binaries
@ 2022-02-08 10:37 Alexey Kardashevskiy
  2022-02-09  7:46 ` Cédric Le Goater
  0 siblings, 1 reply; 2+ messages in thread
From: Alexey Kardashevskiy @ 2022-02-08 10:37 UTC (permalink / raw)
  To: qemu-devel; +Cc: Alexey Kardashevskiy, qemu-ppc

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>
---
 pc-bios/meson.build | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pc-bios/meson.build b/pc-bios/meson.build
index 4ac7a5509b69..c86dedf7dff9 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')
-- 
2.30.2



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH qemu] spapr/vof: Install rom and nvram binaries
  2022-02-08 10:37 [PATCH qemu] spapr/vof: Install rom and nvram binaries Alexey Kardashevskiy
@ 2022-02-09  7:46 ` Cédric Le Goater
  0 siblings, 0 replies; 2+ messages in thread
From: Cédric Le Goater @ 2022-02-09  7:46 UTC (permalink / raw)
  To: Alexey Kardashevskiy, qemu-devel; +Cc: qemu-ppc

On 2/8/22 11:37, Alexey Kardashevskiy wrote:
> 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>
> ---
>   pc-bios/meson.build | 2 ++
>   1 file changed, 2 insertions(+)
> 
> diff --git a/pc-bios/meson.build b/pc-bios/meson.build
> index 4ac7a5509b69..c86dedf7dff9 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')
> 


Applied to ppc-7.0.

Thanks,

C.



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-02-09  8:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-08 10:37 [PATCH qemu] spapr/vof: Install rom and nvram binaries Alexey Kardashevskiy
2022-02-09  7:46 ` Cédric Le Goater

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.