[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 0/7] Firmware 20241216 patches
From: |
Gerd Hoffmann |
Subject: |
[PULL 0/7] Firmware 20241216 patches |
Date: |
Mon, 16 Dec 2024 11:50:46 +0100 |
The following changes since commit ca80a5d026a280762e0772615f1988db542b3ade:
Merge tag 'hw-misc-20241214' of https://github.com/philmd/qemu into staging
(2024-12-14 08:42:53 -0500)
are available in the Git repository at:
https://gitlab.com/kraxel/qemu.git tags/firmware-20241216-pull-request
for you to fetch changes up to 0f5715e4b5706b31b3550d8e6b88871e029c7823:
roms: re-add edk2-basetools target (2024-12-16 07:31:28 +0100)
----------------------------------------------------------------
x86/loader: fix efi binary loading
x86/loader: support secure boot with direct kernel load
firmware: json descriptor updates
roms: re-add edk2-basetools target
----------------------------------------------------------------
Gerd Hoffmann (5):
x86/loader: only patch linux kernels
x86/loader: read complete kernel
x86/loader: expose unpatched kernel
x86/loader: add -shim option
roms: re-add edk2-basetools target
Heinrich Schuchardt (1):
pc-bios: add missing riscv64 descriptor
Pratik R. Sampat (1):
pc-bios: Add amd-sev-es to edk2 json
include/hw/boards.h | 1 +
hw/core/machine.c | 20 +++++++++++++++
hw/i386/x86-common.c | 32 +++++++++++++++++++-----
system/vl.c | 9 +++++++
pc-bios/descriptors/60-edk2-riscv64.json | 31 +++++++++++++++++++++++
pc-bios/descriptors/60-edk2-x86_64.json | 1 +
pc-bios/descriptors/meson.build | 3 ++-
qemu-options.hx | 7 ++++++
roms/Makefile | 5 ++++
9 files changed, 102 insertions(+), 7 deletions(-)
create mode 100644 pc-bios/descriptors/60-edk2-riscv64.json
--
2.47.1
- [PULL 0/7] Firmware 20241216 patches,
Gerd Hoffmann <=
- [PULL 2/7] x86/loader: read complete kernel, Gerd Hoffmann, 2024/12/16
- [PULL 6/7] pc-bios: add missing riscv64 descriptor, Gerd Hoffmann, 2024/12/16
- [PULL 1/7] x86/loader: only patch linux kernels, Gerd Hoffmann, 2024/12/16
- [PULL 4/7] x86/loader: add -shim option, Gerd Hoffmann, 2024/12/16
- [PULL 5/7] pc-bios: Add amd-sev-es to edk2 json, Gerd Hoffmann, 2024/12/16
- [PULL 7/7] roms: re-add edk2-basetools target, Gerd Hoffmann, 2024/12/16