/u-boot/lib/efi_selftest/ |
A D | efi_selftest_miniapp_exit.c | 27 (efi_handle_t image_handle, struct efi_system_table *systable) in check_loaded_image_protocol() argument 29 struct efi_simple_text_output_protocol *cout = systable->con_out; in check_loaded_image_protocol() 30 struct efi_boot_services *boottime = systable->boottime; in check_loaded_image_protocol() 66 struct efi_system_table *systable) in efi_main() argument 68 struct efi_simple_text_output_protocol *con_out = systable->con_out; in efi_main() 74 if (check_loaded_image_protocol(handle, systable) != EFI_SUCCESS) { in efi_main() 84 systable->boottime->exit(handle, ret, sizeof(text), text); in efi_main()
|
A D | efi_selftest_watchdog.c | 71 const struct efi_system_table *systable) in setup() argument 75 boottime = systable->boottime; in setup() 104 const struct efi_system_table *systable) in setup_timer() argument 107 return setup(handle, systable); in setup_timer() 118 const struct efi_system_table *systable) in setup_reboot() argument 121 return setup(handle, systable); in setup_reboot()
|
A D | efi_selftest_miniapp_return.c | 22 struct efi_system_table *systable) in efi_main() argument 24 struct efi_simple_text_output_protocol *con_out = systable->con_out; in efi_main()
|
A D | efi_selftest_memory.c | 29 const struct efi_system_table *systable) in setup() argument 33 boottime = systable->boottime; in setup() 35 for (i = 0; i < systable->nr_tables; ++i) { in setup() 36 if (!memcmp(&systable->tables[i].guid, &fdt_guid, in setup() 42 fdt_addr = (uintptr_t)systable->tables[i].table; in setup()
|
A D | efi_selftest_miniapp_exception.c | 21 struct efi_system_table *systable) in efi_main() argument 23 struct efi_simple_text_output_protocol *con_out = systable->con_out; in efi_main()
|
A D | efi_selftest.c | 17 static const struct efi_system_table *systable; variable 87 ret = test->setup(handle, systable); in setup() 260 systable = systab; in efi_selftest() 261 boottime = systable->boottime; in efi_selftest() 262 runtime = systable->runtime; in efi_selftest() 264 con_out = systable->con_out; in efi_selftest() 265 con_in = systable->con_in; in efi_selftest()
|
A D | efi_selftest_variables_runtime.c | 28 const struct efi_system_table *systable) in setup() argument 30 boottime = systable->boottime; in setup() 31 runtime = systable->runtime; in setup()
|
A D | efi_selftest_reset.c | 23 const struct efi_system_table *systable) in setup() argument 25 runtime = systable->runtime; in setup()
|
A D | efi_selftest_crc32.c | 74 const struct efi_system_table *systable) in setup() argument 79 st = systable; in setup() 80 bs_crc32 = systable->boottime->calculate_crc32; in setup()
|
A D | dtbdump.c | 29 static struct efi_system_table *systable; variable 182 void *get_dtb(struct efi_system_table *systable) in get_dtb() argument 187 for (i = 0; i < systable->nr_tables; ++i) { in get_dtb() 188 if (!memcmp(&systable->tables[i].guid, &fdt_guid, in get_dtb() 190 dtb = systable->tables[i].table; in get_dtb() 433 dtb = get_dtb(systable); in do_save() 504 systable = systab; in efi_main() 505 cerr = systable->std_err; in efi_main() 506 cout = systable->con_out; in efi_main() 507 cin = systable->con_in; in efi_main() [all …]
|
A D | efi_selftest_exitbootservices.c | 40 const struct efi_system_table *systable) in setup() argument 44 boottime = systable->boottime; in setup()
|
A D | efi_selftest_mem.c | 25 const struct efi_system_table *systable) in setup() argument 27 boottime = systable->boottime; in setup()
|
A D | efi_selftest_tcg2.c | 24 const struct efi_system_table *systable) in efi_st_tcg2_setup() argument 26 boottime = systable->boottime; in efi_st_tcg2_setup()
|
A D | efi_selftest_textinput.c | 27 const struct efi_system_table *systable) in setup() argument 29 boottime = systable->boottime; in setup()
|
A D | efi_selftest_gop.c | 24 const struct efi_system_table *systable) in setup() argument 28 boottime = systable->boottime; in setup()
|
A D | efi_selftest_loaded_image.c | 25 const struct efi_system_table *systable) in setup() argument 27 boottime = systable->boottime; in setup()
|
A D | initrddump.c | 18 static struct efi_system_table *systable; variable 414 systable = systab; in efi_main() 415 cerr = systable->std_err; in efi_main() 416 cout = systable->con_out; in efi_main() 417 cin = systable->con_in; in efi_main() 418 bs = systable->boottime; in efi_main()
|
A D | efi_selftest_rtc.c | 25 const struct efi_system_table *systable) in setup() argument 27 runtime = systable->runtime; in setup()
|
A D | efi_selftest_set_virtual_address_map.c | 79 const struct efi_system_table *systable) in setup() argument 85 boottime = systable->boottime; in setup() 86 runtime = systable->runtime; in setup()
|
A D | efi_selftest_rng.c | 26 const struct efi_system_table *systable) in setup() argument 28 boottime = systable->boottime; in setup()
|
A D | efi_selftest_event_groups.c | 44 const struct efi_system_table *systable) in setup() argument 46 boottime = systable->boottime; in setup()
|
A D | efi_selftest_variables.c | 32 const struct efi_system_table *systable) in setup() argument 34 boottime = systable->boottime; in setup() 35 runtime = systable->runtime; in setup()
|
A D | efi_selftest_fdt.c | 170 const struct efi_system_table *systable) in setup() argument 174 systemtab = systable; in setup() 175 boottime = systable->boottime; in setup()
|
A D | efi_selftest_startimage_return.c | 85 const struct efi_system_table *systable) in setup() argument 88 boottime = systable->boottime; in setup()
|
/u-boot/lib/efi_loader/ |
A D | helloworld.c | 28 static struct efi_system_table *systable; variable 39 rev[0] = (systable->hdr.revision >> 16) + '0'; in print_uefi_revision() 40 rev[4] = systable->hdr.revision & 0xffff; in print_uefi_revision() 64 for (i = 0; i < systable->nr_tables; ++i) { in print_config_tables() 65 if (!memcmp(&systable->tables[i].guid, &fdt_guid, in print_config_tables() 69 if (!memcmp(&systable->tables[i].guid, &acpi_guid, in print_config_tables() 73 if (!memcmp(&systable->tables[i].guid, &smbios_guid, in print_config_tables() 146 systable = systab; in efi_main() 147 boottime = systable->boottime; in efi_main() 148 con_out = systable->con_out; in efi_main()
|