[U-Boot] Pull request for UEFI sub-system for efi-2020-01-rc1 (2)
Heinrich Schuchardt
xypron.glpk at gmx.de
Fri Oct 18 17:29:23 UTC 2019
The following changes since commit c83b1bb923421e95e499b22b010d2f9f463c1226:
Merge tag 'dm-pull-15oct19' of
https://gitlab.denx.de/u-boot/custodians/u-boot-dm (2019-10-16 18:10:31
-0400)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git
tags/efi-2020-01-rc1-2
for you to fetch changes up to 5cc349bb09eefaf43e250b2c7a8fc5a61c595715:
efi_loader: enable CONFIG_CMD_NVEDIT_EFI on QEMU (2019-10-17 19:19:56
+0200)
Gitlab CI shows no problems:
https://gitlab.denx.de/u-boot/custodians/u-boot-efi/pipelines/1002
----------------------------------------------------------------
Pull request for UEFI sub-system for efi-2020-01-rc1 (2)
Install the simple file protocol only if there is a file system on the
partition.
Enable CONFIG_CMD_NVEDIT_EFI on QEMU.
----------------------------------------------------------------
AKASHI Takahiro (5):
efi_loader: device_path: check against file path length
fs: export fs_close()
fs: clean up around fs_type
fs: add fs_get_type() for current filesystem type
efi_loader: disk: install FILE_SYSTEM_PROTOCOL only if available
Heinrich Schuchardt (2):
fs: update fs_close() description
efi_loader: enable CONFIG_CMD_NVEDIT_EFI on QEMU
configs/qemu-riscv32_defconfig | 1 +
configs/qemu-riscv32_smode_defconfig | 1 +
configs/qemu-riscv64_defconfig | 1 +
configs/qemu-riscv64_smode_defconfig | 1 +
configs/qemu-x86_64_defconfig | 1 +
configs/qemu-x86_defconfig | 1 +
configs/qemu_arm64_defconfig | 1 +
configs/qemu_arm_defconfig | 1 +
fs/fs.c | 18 ++++++++++++++----
include/fs.h | 22 ++++++++++++++++++++++
lib/efi_loader/efi_device_path.c | 11 +++++++++--
lib/efi_loader/efi_disk.c | 24 +++++++++++++++++++++++-
12 files changed, 76 insertions(+), 7 deletions(-)
More information about the U-Boot
mailing list