qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] qboot: update to latest upstream


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH] qboot: update to latest upstream
Date: Fri, 20 Nov 2020 16:51:14 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.4.0

On 11/20/20 4:24 PM, Paolo Bonzini wrote:
> This also brings in two patches that Debian had to include,
> qboot_stop_using_inttypes.patch and qboot_no_jump_tables.diff.
> 
> Reported-by: Michael Tokarev <mjt@tls.msk.ru>
> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
> ---
>  pc-bios/qboot.rom | Bin 65536 -> 65536 bytes
>  roms/Makefile     |   8 ++++++--
>  roms/qboot        |   2 +-
>  3 files changed, 7 insertions(+), 3 deletions(-)
...
> diff --git a/roms/Makefile b/roms/Makefile
> index 7045e374d3..5ffe3317ac 100644
> --- a/roms/Makefile
> +++ b/roms/Makefile
> @@ -186,9 +186,13 @@ opensbi64-generic:
>       cp opensbi/build/platform/generic/firmware/fw_dynamic.bin 
> ../pc-bios/opensbi-riscv64-generic-fw_dynamic.bin
>       cp opensbi/build/platform/generic/firmware/fw_dynamic.elf 
> ../pc-bios/opensbi-riscv64-generic-fw_dynamic.elf
>  
> +MESON = meson
> +NINJA = ninja
>  qboot:
> -     $(MAKE) -C qboot
> -     cp qboot/bios.bin ../pc-bios/qboot.rom
> +     mkdir -p qboot/build
> +     $(MESON) setup $(if $(wildcard qboot/build/meson-private),--wipe,) 
> qboot qboot/build
> +     $(NINJA) -C qboot/build
> +     cp qboot/build/bios.bin ../pc-bios/qboot.rom
>  
>  npcm7xx_bootrom:
>       $(MAKE) -C vbootrom CROSS_COMPILE=$(arm_cross_prefix)
> diff --git a/roms/qboot b/roms/qboot
> index cb1c49e0cf..a5300c4949 160000
> --- a/roms/qboot
> +++ b/roms/qboot
> @@ -1 +1 @@
> -Subproject commit cb1c49e0cfac99b9961d136ac0194da62c28cf64
> +Subproject commit a5300c4949b8d4de2d34bedfaed66793f48ec948
> 

Maybe include shortlog in description?

$ git shortlog cb1c49e..a5300c4
Lorenz Brun (1):
      Fix initrd base address for PVH boot

Marc-Andre Lureau (1):
      Update README

Marc-André Lureau (1):
      Add meson build

Paolo Bonzini (2):
      limit C headers to freestanding ones
      record minimum version of meson that is needed

Sven Eckelmann (1):
      qboot: Disable PIE for ELF binary build step

kaihuan.pkh (1):
      support smbios




reply via email to

[Prev in Thread] Current Thread [Next in Thread]