Skip to content

Commit

Permalink
qboot: update to latest upstream
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
Message-Id: <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
  • Loading branch information
bonzini committed Nov 20, 2020
1 parent 6ca2aa5 commit 5983021
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
Binary file modified pc-bios/qboot.rom
Binary file not shown.
8 changes: 6 additions & 2 deletions roms/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion roms/qboot
Submodule qboot updated from cb1c49 to a5300c

0 comments on commit 5983021

Please sign in to comment.