On 3/18/20 2:18 AM, AKASHI Takahiro wrote:
On Tue, Mar 17, 2020 at 08:03:21AM +0100, Heinrich Schuchardt wrote:
On 3/17/20 3:12 AM, AKASHI Takahiro wrote:
These flags are expected to be set in OsIndicationsSupported variable
if corresponding features are supported. See UEFI specification,
section 8.5.4.
In particular, capsule-related flags will be used in my capsule
update patch.
Signed-off-by: AKASHI Takahiro <[email protected]>
---
include/efi_api.h | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/include/efi_api.h b/include/efi_api.h
index 22396172e15f..73c0722b0168 100644
--- a/include/efi_api.h
+++ b/include/efi_api.h
@@ -57,6 +57,17 @@ typedef u16 efi_form_id_t;
struct efi_event;
+/* OsIndicationsSupported flags */
+#define EFI_OS_INDICATIONS_BOOT_TO_RW_UI 0x0000000000000001
This is called
EFI_OS_INDICATIONS_BOOT_TO_FW_UI
in the spec.
Yes, it's a typo.
Thanks,
-Takahiro Akashi
Corrected and merged into u-boot/master.
Best regards
Heinrich