Searched refs:sys_table (Results 1 – 7 of 7) sorted by relevance
/openbmc/u-boot/lib/efi_selftest/ |
H A D | efi_selftest_config_table.c | 13 static const struct efi_system_table *sys_table; variable 75 sys_table = systable; in setup() 98 efi_uintn_t table_count = sys_table->nr_tables; in execute() 128 if (table_count != sys_table->nr_tables) { in execute() 130 (unsigned int)sys_table->nr_tables, in execute() 148 if (++table_count != sys_table->nr_tables) { in execute() 150 (unsigned int)sys_table->nr_tables, in execute() 155 for (i = 0; i < sys_table->nr_tables; ++i) { in execute() 156 if (!efi_st_memcmp(&sys_table->tables[i].guid, &table_guid, in execute() 158 table = sys_table->tables[i].table; in execute() [all …]
|
/openbmc/u-boot/lib/efi/ |
H A D | efi.c | 39 struct efi_simple_text_output_protocol *con = priv->sys_table->con_out; in efi_putc() 54 struct efi_system_table *sys_table) in efi_init() argument 57 struct efi_boot_services *boot = sys_table->boottime; in efi_init() 62 priv->sys_table = sys_table; in efi_init() 63 priv->boot = sys_table->boottime; in efi_init() 65 priv->run = sys_table->runtime; in efi_init()
|
H A D | efi_app.c | 27 return global_priv->sys_table; in efi_get_sys_table() 102 struct efi_system_table *sys_table) in efi_main() argument 108 efi_init(priv, "App", image, sys_table); in efi_main()
|
H A D | efi_stub.c | 272 struct efi_system_table *sys_table) in efi_main() argument 275 struct efi_boot_services *boot = sys_table->boottime; in efi_main() 287 ret = efi_init(priv, "Payload", image, sys_table); in efi_main() 339 table.sys_table = (ulong)sys_table; in efi_main()
|
/openbmc/u-boot/drivers/serial/ |
H A D | serial_efi.c | 115 struct efi_system_table *sys_table = efi_get_sys_table(); in _debug_uart_putc() local 120 sys_table->con_out->output_string(sys_table->con_out, ucode); in _debug_uart_putc()
|
/openbmc/u-boot/include/ |
H A D | efi.h | 352 efi_physical_addr_t sys_table; member 364 struct efi_system_table *sys_table; member 426 struct efi_system_table *sys_table);
|
/openbmc/u-boot/arch/x86/cpu/efi/ |
H A D | payload.c | 270 efi_info->efi_systab = (u32)(table->sys_table); in setup_efi_info() 283 efi_info->efi_systab_hi = table->sys_table >> 32; in setup_efi_info()
|