Home
last modified time | relevance | path

Searched refs:tables (Results 1 – 25 of 71) sorted by relevance

123

/u-boot/lib/efi_selftest/
A Defi_selftest_config_table.c96 const unsigned int tables[2]; in execute() local
138 (void *)&tables[0]); in execute()
157 if (!memcmp(&sys_table->tables[i].guid, &table_guid, in execute()
159 table = sys_table->tables[i].table; in execute()
165 if (table != &tables[0]) { in execute()
176 (void *)&tables[1]); in execute()
196 if (!memcmp(&sys_table->tables[i].guid, &table_guid, in execute()
198 table = sys_table->tables[i].table; in execute()
210 if (table != &tables[1]) { in execute()
239 if (!memcmp(&sys_table->tables[i].guid, &table_guid, in execute()
[all …]
A Defi_selftest_util.c119 if (!guidcmp(guid, &st_systable->tables[i].guid)) in efi_st_get_config_table()
120 return st_systable->tables[i].table; in efi_st_get_config_table()
A Defi_selftest_memory.c36 if (!memcmp(&systable->tables[i].guid, &fdt_guid, in setup()
42 fdt_addr = (uintptr_t)systable->tables[i].table; in setup()
A Defi_selftest_esrt.c96 if (!guidcmp(&efi_esrt_guid, &local_systable->tables[idx].guid)) in lib_test_get_esrt()
97 return local_systable->tables[idx].table; in lib_test_get_esrt()
/u-boot/doc/develop/
A Ddocstyle.rst25 * For tables we prefer simple tables over grid tables. We avoid list tables
A Dsmbios.rst3 SMBIOS tables
16 To generate SMBIOS tables in U-Boot, the CONFIG_GENERATE_SMBIOS_TABLE option
/u-boot/arch/x86/include/asm/acpi/
A Dcpu.asl9 /* Notify OS to re-read CPU tables */
21 /* Notify OS to re-read Throttle Limit tables */
/u-boot/doc/usage/cmd/
A Dacpi.rst18 The *acpi* command is used to dump the ACPI tables generated by U-Boot for passing
21 ACPI tables can be generated by various output functions and even devices can
23 and SSDT tables (Secondary System Description Table). U-Boot keeps track of
24 which device or table-writer produced each piece of the ACPI tables.
26 The ACPI tables are stored contiguously in memory.
32 List the ACPI tables that have been generated. Each table has a 4-character
36 U-Boot does not currently support decoding the tables. Unlike devicetree, ACPI
37 tables have no regular schema and also some include bytecode, so decoding the
38 tables requires a lot of code.
75 DSDT table but other tables just use the value 0 or 1, since U-Boot does
A Dqfw.rst45 etc/smbios/smbios-tables
51 etc/acpi/tables
A Defi.rst13 efi tables
58 efi tables
61 This shows a list of the EFI tables provided in the system table. These use
209 => efi tables
/u-boot/arch/arm/dts/
A Dns3-board.dts14 * GIC LPI tables 0x8ad7_0000 0x0009_0000
28 /* CRMU page tables */
/u-boot/arch/powerpc/cpu/mpc83xx/
A Dconfig.mk6 PLATFORM_RELFLAGS += -msingle-pic-base -fno-jump-tables
/u-boot/cmd/
A Defi_common.c19 struct efi_configuration_table *tab = &systab->tables[i]; in efi_show_tables()
/u-boot/board/raspberrypi/rpi/
A DKconfig7 Number of pages to reserve starting at page 0 for spin tables in the EFI
/u-boot/lib/efi_loader/
A Dhelloworld.c107 if (!memcmp(&systable->tables[i].guid, &fdt_guid, in print_config_tables()
111 if (!memcmp(&systable->tables[i].guid, &acpi_guid, in print_config_tables()
115 if (!memcmp(&systable->tables[i].guid, &smbios_guid, in print_config_tables()
A Dboothart.c231 if (!memcomp(guid, &systable->tables[i].guid, 16)) in get_config_table()
232 return systable->tables[i].table; in get_config_table()
A Defi_runtime.c839 if ((map_start <= (uintptr_t)systab.tables) && in efi_set_virtual_address_map()
840 (map_end >= (uintptr_t)systab.tables)) { in efi_set_virtual_address_map()
841 char *ptr = (char *)systab.tables; in efi_set_virtual_address_map()
844 systab.tables = (struct efi_configuration_table *)ptr; in efi_set_virtual_address_map()
/u-boot/arch/powerpc/cpu/mpc85xx/
A Dconfig.mk7 PLATFORM_RELFLAGS += -msingle-pic-base -fno-jump-tables
/u-boot/doc/device-tree-bindings/sysinfo/
A Dsmbios.txt4 This binding allows the values for the SMBIOS tables to be specified in the
25 Within each subnode the following tables are recognised:
/u-boot/doc/sphinx-static/
A Dtheme_overrides.css23 * tables with tons of columns, which need the full width of the view-port.
32 * - align caption "left" ("center" is unsuitable on vast tables)
/u-boot/doc/develop/devicetree/
A Dintro.rst29 - add tables into the rodata section of the U-Boot binary
32 - put things in ACPI tables
/u-boot/drivers/pinctrl/intel/
A DKconfig23 separate ACPI devices in the ACPI tables. If enabled, the ACPI
/u-boot/doc/device-tree-bindings/i2c/
A Dgeneric-acpi.txt4 This is used only to generate ACPI tables for an I2C device.
/u-boot/lib/
A Dsmbios.c470 ulong tables; in write_smbios_table() local
495 tables = addr; in write_smbios_table()
525 table_addr = (ulong)map_sysmem(tables, 0); in write_smbios_table()
/u-boot/doc/
A DREADME.arm-relocation5 This causes the linker to generate fixup tables .rel.dyn and .dynsym,
15 tables in the binary image, and to provide symbols for the relocation
16 code to access these tables

Completed in 36 milliseconds

123