Home
last modified time | relevance | path

Searched refs:sys_table (Results 1 – 7 of 7) sorted by relevance

/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_config_table.c13 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 Defi.c39 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 Defi_app.c27 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 Defi_stub.c272 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 Dserial_efi.c115 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 Defi.h352 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 Dpayload.c270 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()