/openbmc/u-boot/lib/efi_loader/ |
H A D | helloworld.c | 28 struct efi_system_table *systable) in efi_main() argument 30 struct efi_simple_text_output_protocol *con_out = systable->con_out; in efi_main() 31 struct efi_boot_services *boottime = systable->boottime; in efi_main() 41 rev[0] = (systable->hdr.revision >> 16) + '0'; in efi_main() 42 rev[4] = systable->hdr.revision & 0xffff; in efi_main() 66 for (i = 0; i < systable->nr_tables; ++i) { in efi_main() 67 if (!memcmp(&systable->tables[i].guid, &fdt_guid, in efi_main() 71 if (!memcmp(&systable->tables[i].guid, &acpi_guid, in efi_main() 75 if (!memcmp(&systable->tables[i].guid, &smbios_guid, in efi_main()
|
/openbmc/u-boot/lib/efi_selftest/ |
H 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()
|
H A D | efi_selftest.c | 16 static const struct efi_system_table *systable; variable 83 ret = test->setup(handle, systable); in setup() 235 systable = systab; in efi_selftest() 236 boottime = systable->boottime; in efi_selftest() 237 runtime = systable->runtime; in efi_selftest() 239 con_out = systable->con_out; in efi_selftest() 240 con_in = systable->con_in; in efi_selftest()
|
H A D | efi_selftest_fdt.c | 126 const struct efi_system_table *systable) in setup() argument 130 boottime = systable->boottime; in setup() 133 for (i = 0; i < systable->nr_tables; ++i) { in setup() 134 if (!efi_st_memcmp(&systable->tables[i].guid, &fdt_guid, in setup() 136 fdt = systable->tables[i].table; in setup()
|
H A D | efi_selftest_miniapp_exit.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() 29 systable->boottime->exit(handle, EFI_UNSUPPORTED, 0, NULL); in efi_main()
|
H 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 (!efi_st_memcmp(&systable->tables[i].guid, &fdt_guid, in setup() 42 fdt_addr = (uintptr_t)systable->tables[i].table; in setup()
|
H A D | efi_selftest_crc32.c | 73 const struct efi_system_table *systable) in setup() argument 78 st = systable; in setup() 79 bs_crc32 = systable->boottime->calculate_crc32; in setup()
|
H 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()
|
H A D | efi_selftest_rtc.c | 24 const struct efi_system_table *systable) in setup() argument 26 runtime = systable->runtime; in setup()
|
H A D | efi_selftest_exitbootservices.c | 40 const struct efi_system_table *systable) in setup() argument 44 boottime = systable->boottime; in setup()
|
H A D | efi_selftest_textinput.c | 27 const struct efi_system_table *systable) in setup() argument 29 boottime = systable->boottime; in setup()
|
H 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()
|
H A D | efi_selftest_gop.c | 24 const struct efi_system_table *systable) in setup() argument 28 boottime = systable->boottime; in setup()
|
H A D | efi_selftest_loaded_image.c | 25 const struct efi_system_table *systable) in setup() argument 27 boottime = systable->boottime; in setup()
|
H A D | efi_selftest_config_table.c | 73 const struct efi_system_table *systable) in setup() argument 75 sys_table = systable; in setup() 76 boottime = systable->boottime; in setup()
|
H A D | efi_selftest_event_groups.c | 44 const struct efi_system_table *systable) in setup() argument 46 boottime = systable->boottime; in setup()
|
H A D | efi_selftest_startimage_return.c | 85 const struct efi_system_table *systable) in setup() argument 88 boottime = systable->boottime; in setup()
|
H A D | efi_selftest_startimage_exit.c | 85 const struct efi_system_table *systable) in setup() argument 88 boottime = systable->boottime; in setup()
|
H A D | efi_selftest_textinputex.c | 51 const struct efi_system_table *systable) in setup() argument 66 boottime = systable->boottime; in setup()
|
H A D | efi_selftest_events.c | 45 const struct efi_system_table *systable) in setup() argument 49 boottime = systable->boottime; in setup()
|
H A D | efi_selftest_tpl.c | 43 const struct efi_system_table *systable) in setup() argument 47 boottime = systable->boottime; in setup()
|
H A D | efi_selftest_unicode_collation.c | 27 const struct efi_system_table *systable) in setup() argument 31 boottime = systable->boottime; in setup()
|
H A D | efi_selftest_devicepath_util.c | 28 const struct efi_system_table *systable) in setup() argument 32 boottime = systable->boottime; in setup()
|
H A D | efi_selftest_manageprotocols.c | 77 const struct efi_system_table *systable) in setup() argument 82 boottime = systable->boottime; in setup()
|
/openbmc/u-boot/include/ |
H A D | efi_selftest.h | 138 const struct efi_system_table *systable);
|