commit | 52b10d04043257c2c59d1fbc8507c349a00eddad | [log] [tgz] |
---|---|---|
author | Yecheng Zhao <zyecheng@google.com> | Thu Apr 04 09:34:15 2024 -0700 |
committer | Amit Pundir <amit.pundir@linaro.org> | Thu Aug 29 21:53:05 2024 +0530 |
tree | a4db2fc98e1b2885958ca9b4659d1cb85adba3ad | |
parent | 76fe20ea5f9e1b699001efa73b9f3acc04b2f7e5 [diff] [blame] |
ANDROID: [efi] Implement EFI_ANDROID_BOOT_PROTOCOL Bug: 332898242 Change-Id: I697b6a41931b3fe2e83ba668f0a25a9cfa745753 Reviewed-on: https://turquoise-internal-review.googlesource.com/c/third_party/u-boot/+/827730 Reviewed-by: David Pursell <dpursell@google.com> GitOrigin-RevId: bb768abe02c3e662ce529489708eb0d4e396f8ac Kanged from https://third-party-mirror.googlesource.com/u-boot/+/798887e3c96f3962367b17d45023e7147d3d8195 Change-Id: I3a8e6d2566985e2d0b4bc2459a15fc051da30aab Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
diff --git a/include/efi_loader.h b/include/efi_loader.h index 9600941..691c83e 100644 --- a/include/efi_loader.h +++ b/include/efi_loader.h
@@ -589,6 +589,8 @@ efi_status_t efi_tcg2_register(void); /* Called by efi_init_obj_list() to install RISCV_EFI_BOOT_PROTOCOL */ efi_status_t efi_riscv_register(void); +/* Called by efi_init_obj_list() to install EFI_ANDROID_BOOT_PROTOCOL */ +efi_status_t efi_android_boot_register(void); /* Called by efi_init_obj_list() to do initial measurement */ efi_status_t efi_tcg2_do_initial_measurement(void); /* measure the pe-coff image, extend PCR and add Event Log */