diff options
| author | Tom Rini <[email protected]> | 2023-10-13 11:08:10 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-10-13 11:08:10 -0400 |
| commit | d5d24e2e0a3f54175e458d89acd626da939e1130 (patch) | |
| tree | 72ec85e5db5c5dff761ed50d7e7a5065ff032184 /include | |
| parent | 6961ca0a46310da782668d8bfbf4f45b04758c55 (diff) | |
| parent | c1ab04626d6b05c6e82dfe4d97d3f62f7310d612 (diff) | |
Merge tag 'efi-2024-01-rc1' of https://source.denx.de/u-boot/custodians/u-boot-efi
Pull request efi-2024-01-rc1
Documentation:
* Bump urllib3 version
* Migrate Renesas board docs to rst
* Link an introduction video
UEFI
* Use same GUID as EDK II for auto-created boot options
* Clean up BitBlt test
Diffstat (limited to 'include')
| -rw-r--r-- | include/efi_loader.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/efi_loader.h b/include/efi_loader.h index 4a29ddaef42..e24410505f4 100644 --- a/include/efi_loader.h +++ b/include/efi_loader.h @@ -149,8 +149,8 @@ static inline efi_status_t efi_launch_capsules(void) /* GUID for the auto generated boot menu entry */ #define EFICONFIG_AUTO_GENERATED_ENTRY_GUID \ - EFI_GUID(0x38c1acc1, 0x9fc0, 0x41f0, \ - 0xb9, 0x01, 0xfa, 0x74, 0xd6, 0xd6, 0xe4, 0xde) + EFI_GUID(0x8108ac4e, 0x9f11, 0x4d59, \ + 0x85, 0x0e, 0xe2, 0x1a, 0x52, 0x2c, 0x59, 0xb2) /* Use internal device tree when starting UEFI application */ #define EFI_FDT_USE_INTERNAL NULL |
