Home
last modified time | relevance | path

Searched refs:efi_guid_t (Results 1 – 25 of 118) sorted by relevance

12345

/openbmc/u-boot/include/
H A Defi_loader.h117 extern const efi_guid_t efi_u_boot_guid;
119 extern const efi_guid_t efi_block_io_guid;
120 extern const efi_guid_t efi_global_variable_guid;
121 extern const efi_guid_t efi_guid_console_control;
122 extern const efi_guid_t efi_guid_device_path;
124 extern const efi_guid_t efi_guid_driver_binding_protocol;
126 extern const efi_guid_t efi_guid_event_group_exit_boot_services;
128 extern const efi_guid_t efi_guid_event_group_virtual_address_change;
130 extern const efi_guid_t efi_guid_event_group_memory_map_change;
132 extern const efi_guid_t efi_guid_event_group_ready_to_boot;
[all …]
H A Defi_api.h95 efi_handle_t *handle, const efi_guid_t *protocol,
98 efi_handle_t handle, const efi_guid_t *protocol,
101 efi_handle_t handle, const efi_guid_t *protocol,
104 efi_handle_t handle, const efi_guid_t *protocol,
108 const efi_guid_t *protocol, struct efi_event *event,
112 const efi_guid_t *protocol, void *search_key,
114 efi_status_t (EFIAPI *locate_device_path)(const efi_guid_t *protocol,
118 efi_guid_t *guid, void *table);
153 const efi_guid_t *protocol, void **interface,
157 efi_handle_t handle, const efi_guid_t *protocol,
[all …]
H A Dpart_efi.h86 efi_guid_t disk_guid;
106 efi_guid_t partition_type_guid;
107 efi_guid_t unique_partition_guid;
H A Defi_driver.h28 const efi_guid_t *protocol;
29 const efi_guid_t *child_protocol;
/openbmc/linux/security/integrity/platform_certs/
H A Dkeyring_handler.c14 static efi_guid_t efi_cert_x509_guid __initdata = EFI_CERT_X509_GUID;
15 static efi_guid_t efi_cert_x509_sha256_guid __initdata =
17 static efi_guid_t efi_cert_sha256_guid __initdata = EFI_CERT_SHA256_GUID;
50 __init efi_element_handler_t get_handler_for_db(const efi_guid_t *sig_type) in get_handler_for_db()
61 __init efi_element_handler_t get_handler_for_mok(const efi_guid_t *sig_type) in get_handler_for_mok()
73 __init efi_element_handler_t get_handler_for_ca_keys(const efi_guid_t *sig_type) in get_handler_for_ca_keys()
81 __init efi_element_handler_t get_handler_for_code_signing_keys(const efi_guid_t *sig_type) in get_handler_for_code_signing_keys()
93 __init efi_element_handler_t get_handler_for_dbx(const efi_guid_t *sig_type) in get_handler_for_dbx()
H A Dkeyring_handler.h25 efi_element_handler_t get_handler_for_db(const efi_guid_t *sig_type);
30 efi_element_handler_t get_handler_for_mok(const efi_guid_t *sig_type);
35 efi_element_handler_t get_handler_for_ca_keys(const efi_guid_t *sig_type);
40 efi_element_handler_t get_handler_for_code_signing_keys(const efi_guid_t *sig_type);
45 efi_element_handler_t get_handler_for_dbx(const efi_guid_t *sig_type);
H A Dload_uefi.c56 efi_guid_t guid = EFI_SHIM_LOCK_GUID; in uefi_check_ignore_db()
65 static __init void *get_cert_list(efi_char16_t *name, efi_guid_t *guid, in get_cert_list()
110 efi_guid_t mok_var = EFI_SHIM_LOCK_GUID; in load_moklist_certs()
162 efi_guid_t secure_var = EFI_IMAGE_SECURITY_DATABASE_GUID; in load_uefi_certs()
163 efi_guid_t mok_var = EFI_SHIM_LOCK_GUID; in load_uefi_certs()
/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_hii_data.c427 efi_guid_t packagelist_guid1 =
431 efi_guid_t packagelist_guid2 =
435 efi_guid_t kb_layout_guid11 =
439 efi_guid_t kb_layout_guid12 =
443 efi_guid_t kb_layout_guid21 =
447 efi_guid_t kb_layout_guid22 =
451 efi_guid_t package_guid =
H A Defi_selftest_devicepath.c23 static efi_guid_t guid_device_path = DEVICE_PATH_GUID;
25 static efi_guid_t guid_device_path_to_text_protocol =
28 static efi_guid_t guid_protocol =
32 static efi_guid_t guid_vendor1 =
36 static efi_guid_t guid_vendor2 =
40 static efi_guid_t guid_vendor3 =
109 sizeof(efi_guid_t)); in setup()
118 sizeof(efi_guid_t)); in setup()
125 sizeof(efi_guid_t)); in setup()
H A Defi_selftest_loadimage.c30 static const efi_guid_t guid_device_path = DEVICE_PATH_GUID;
31 static const efi_guid_t guid_simple_file_system_protocol =
33 static const efi_guid_t guid_file_info = EFI_FILE_INFO_GUID;
34 static const efi_guid_t guid_file_system_info = EFI_FILE_SYSTEM_INFO_GUID;
169 (struct efi_file_handle *this, const efi_guid_t *info_type,
173 (struct efi_file_handle *this, const efi_guid_t *info_type,
321 (struct efi_file_handle *this, const efi_guid_t *info_type, in getinfo()
326 sizeof(efi_guid_t))) in getinfo()
337 sizeof(efi_guid_t))) in getinfo()
353 (struct efi_file_handle *this, const efi_guid_t *info_type, in setinfo()
H A Defi_selftest_variables.c18 static const efi_guid_t guid_vendor0 =
21 static const efi_guid_t guid_vendor1 =
53 efi_guid_t guid; in execute()
148 if (!efi_st_memcmp(&guid, &guid_vendor0, sizeof(efi_guid_t)) && in execute()
151 if (!efi_st_memcmp(&guid, &guid_vendor1, sizeof(efi_guid_t)) && in execute()
H A Defi_selftest_loaded_image.c12 static efi_guid_t loaded_image_protocol_guid =
43 efi_guid_t **protocol_buffer = NULL; in execute()
65 sizeof(efi_guid_t))) in execute()
/openbmc/u-boot/lib/efi_loader/
H A Dhelloworld.c15 static const efi_guid_t loaded_image_guid = LOADED_IMAGE_GUID;
16 static const efi_guid_t fdt_guid = EFI_FDT_GUID;
17 static const efi_guid_t acpi_guid = EFI_ACPI_TABLE_GUID;
18 static const efi_guid_t smbios_guid = SMBIOS_TABLE_GUID;
68 sizeof(efi_guid_t))) in efi_main()
72 sizeof(efi_guid_t))) in efi_main()
76 sizeof(efi_guid_t))) in efi_main()
H A Defi_boottime.c51 const efi_guid_t efi_guid_fdt = EFI_FDT_GUID;
53 const efi_guid_t efi_guid_driver_binding_protocol =
57 const efi_guid_t efi_guid_event_group_exit_boot_services =
60 const efi_guid_t efi_guid_event_group_virtual_address_change =
63 const efi_guid_t efi_guid_event_group_memory_map_change =
66 const efi_guid_t efi_guid_event_group_ready_to_boot =
69 const efi_guid_t efi_guid_event_group_reset_system =
465 const efi_guid_t *protocol_guid, in efi_search_protocol()
498 const efi_guid_t *protocol, in efi_remove_protocol()
595 void *notify_context, efi_guid_t *group, in efi_create_event()
[all …]
/openbmc/linux/arch/x86/boot/compressed/
H A Defi.h9 typedef guid_t efi_guid_t __aligned(__alignof__(u32));
11 #define EFI_GUID(a, b, c, d...) (efi_guid_t){ { \
57 efi_guid_t guid;
62 efi_guid_t guid;
117 static inline int efi_guidcmp (efi_guid_t left, efi_guid_t right) in efi_guidcmp()
119 return memcmp(&left, &right, sizeof (efi_guid_t)); in efi_guidcmp()
/openbmc/linux/include/linux/
H A Defi.h74 typedef guid_t efi_guid_t __aligned(__alignof__(u32));
76 #define EFI_GUID(a, b, c, d...) (efi_guid_t){ { \
148 efi_guid_t guid;
169 efi_guid_t image_type_id;
190 efi_guid_t cert_type;
288 typedef efi_status_t efi_get_variable_t (efi_char16_t *name, efi_guid_t *vendor, u32 *attr,
291 efi_guid_t *vendor);
292 typedef efi_status_t efi_set_variable_t (efi_char16_t *name, efi_guid_t *vendor,
446 efi_guid_t guid;
451 efi_guid_t guid;
[all …]
/openbmc/linux/drivers/firmware/efi/libstub/
H A Drandom.c17 efi_guid_t *);
19 efi_guid_t *, unsigned long,
41 efi_guid_t rng_proto = EFI_RNG_PROTOCOL_GUID; in efi_get_random_bytes()
67 efi_guid_t rng_proto = EFI_RNG_PROTOCOL_GUID; in efi_random_get_seed()
68 efi_guid_t rng_algo_raw = EFI_RNG_ALGORITHM_RAW; in efi_random_get_seed()
69 efi_guid_t rng_table_guid = LINUX_EFI_RANDOM_SEED_TABLE_GUID; in efi_random_get_seed()
/openbmc/linux/fs/efivarfs/
H A Dinternal.h14 efi_guid_t VendorGuid;
27 int efivar_init(int (*func)(efi_char16_t *, efi_guid_t, unsigned long, void *),
46 bool efivar_validate(efi_guid_t vendor, efi_char16_t *var_name, u8 *data,
48 bool efivar_variable_is_removable(efi_guid_t vendor, const char *name,
H A Dvars.c151 efi_guid_t vendor;
229 efivar_validate(efi_guid_t vendor, efi_char16_t *var_name, u8 *data, in efivar_validate()
264 efivar_variable_is_removable(efi_guid_t vendor, const char *var_name, in efivar_variable_is_removable()
291 static bool variable_is_present(efi_char16_t *variable_name, efi_guid_t *vendor, in variable_is_present()
342 static void dup_variable_bug(efi_char16_t *str16, efi_guid_t *vendor_guid, in dup_variable_bug()
372 int efivar_init(int (*func)(efi_char16_t *, efi_guid_t, unsigned long, void *), in efivar_init() argument
378 efi_guid_t vendor_guid; in efivar_init()
641 efi_guid_t *vendor = &entry->var.VendorGuid; in efivar_entry_set_get_size()
/openbmc/qemu/include/hw/loongarch/
H A Dboot.h22 } efi_guid_t QEMU_ALIGNED(8);
24 #define EFI_GUID(a, b, c, d...) (efi_guid_t){ { \
42 efi_guid_t guid;
56 efi_guid_t guid;
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/
H A D0044-corstone1000-set-unique-GUID-for-fvp-and-mps3.patch33 -efi_guid_t corstone1000_firmware_guid = EFI_CORSTONE1000_FIRMWARE_GUID;
44 + efi_guid_t corstone1000_firmware_guid;
48 + corstone1000_firmware_guid = (efi_guid_t)EFI_CORSTONE1000_FIRMWARE_GUID_FVP;
50 + corstone1000_firmware_guid = (efi_guid_t)EFI_CORSTONE1000_FIRMWARE_GUID_MPS3;
/openbmc/linux/arch/x86/platform/efi/
H A Defi_64.c606 efi_thunk_get_variable(efi_char16_t *name, efi_guid_t *vendor, in efi_thunk_get_variable()
610 efi_guid_t *vnd = PTR_ALIGN((efi_guid_t *)buf, sizeof(*vnd)); in efi_thunk_get_variable()
638 efi_thunk_set_variable(efi_char16_t *name, efi_guid_t *vendor, in efi_thunk_set_variable()
642 efi_guid_t *vnd = PTR_ALIGN((efi_guid_t *)buf, sizeof(*vnd)); in efi_thunk_set_variable()
667 efi_thunk_set_variable_nonblocking(efi_char16_t *name, efi_guid_t *vendor, in efi_thunk_set_variable_nonblocking()
672 efi_guid_t *vnd = PTR_ALIGN((efi_guid_t *)buf, sizeof(*vnd)); in efi_thunk_set_variable_nonblocking()
700 efi_guid_t *vendor) in efi_thunk_get_next_variable()
703 efi_guid_t *vnd = PTR_ALIGN((efi_guid_t *)buf, sizeof(*vnd)); in efi_thunk_get_next_variable()
/openbmc/linux/block/partitions/
H A Defi.h65 efi_guid_t disk_guid;
85 efi_guid_t partition_type_guid;
86 efi_guid_t unique_partition_guid;
/openbmc/linux/drivers/firmware/efi/test/
H A Defi_test.h16 efi_guid_t *vendor_guid;
25 efi_guid_t *vendor_guid;
35 efi_guid_t *vendor_guid;
/openbmc/linux/drivers/firmware/efi/
H A Dvars.c176 efi_status_t efivar_get_variable(efi_char16_t *name, efi_guid_t *vendor, in efivar_get_variable()
189 efi_char16_t *name, efi_guid_t *vendor) in efivar_get_next_variable()
201 efi_status_t efivar_set_variable_locked(efi_char16_t *name, efi_guid_t *vendor, in efivar_set_variable_locked()
234 efi_status_t efivar_set_variable(efi_char16_t *name, efi_guid_t *vendor, in efivar_set_variable()

12345