Home
last modified time | relevance | path

Searched refs:tables (Results 1 – 25 of 53) 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_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_fdt.c156 if (!guidcmp(guid, &systemtab->tables[i].guid)) in efi_st_get_config_table()
157 return systemtab->tables[i].table; in efi_st_get_config_table()
A Ddtbdump.c188 if (!memcmp(&systable->tables[i].guid, &fdt_guid, in get_dtb()
190 dtb = systable->tables[i].table; in get_dtb()
/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/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/lib/efi_loader/
A Dhelloworld.c65 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()
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()
A Defi_boottime.c1615 struct efi_configuration_table *this = &systab.tables[i]; in efi_remove_configuration_table()
1616 struct efi_configuration_table *next = &systab.tables[i + 1]; in efi_remove_configuration_table()
1617 struct efi_configuration_table *end = &systab.tables[systab.nr_tables]; in efi_remove_configuration_table()
1645 if (!guidcmp(guid, &systab.tables[i].guid)) { in efi_install_configuration_table()
1647 systab.tables[i].table = table; in efi_install_configuration_table()
1662 guidcpy(&systab.tables[i].guid, guid); in efi_install_configuration_table()
1663 systab.tables[i].table = table; in efi_install_configuration_table()
3766 .tables = NULL,
3782 (void **)&systab.tables); in efi_initialize_system_table()
/u-boot/arch/powerpc/cpu/mpc85xx/
A Dconfig.mk7 PLATFORM_RELFLAGS += -msingle-pic-base -fno-jump-tables
/u-boot/arch/x86/cpu/coreboot/
A DMakefile23 obj-y += tables.o
/u-boot/board/raspberrypi/rpi/
A DKconfig7 Number of pages to reserve starting at page 0 for spin tables in the EFI
/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/usage/
A Dqfw.rst45 etc/smbios/smbios-tables
51 etc/acpi/tables
/u-boot/drivers/pinctrl/intel/
A DKconfig23 separate ACPI devices in the ACPI tables. If enabled, the ACPI
/u-boot/lib/
A Dsmbios.c441 ulong tables; in write_smbios_table() local
466 tables = addr; in write_smbios_table()
496 table_addr = (ulong)map_sysmem(tables, 0); in write_smbios_table()
/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/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
A DREADME.bedbug45 ./include/bedbug/tables.h
/u-boot/arch/x86/lib/
A DMakefile44 obj-y += tables.o
/u-boot/cmd/
A Dbootefi.c227 if (!guidcmp(guid, &systab.tables[i].guid)) in get_config_table()
228 return systab.tables[i].table; in get_config_table()
/u-boot/arch/x86/
A DKconfig722 All x86 tables happen to like the address range from 0x0f0000
724 those tables, including PIRQ routing table, Multi-Processor
745 menu "System tables"
763 via static tables in memory. Kernel SFI support is required to
909 all the configuration tables that are necessary to boot SeaBIOS.
914 hex "Size of configuration tables which reside in high memory"
919 configuration tables like PIRQ/MP/ACPI. To avoid conflicts, U-Boot
920 puts a copy of configuration tables in high memory region which
1022 ACPI tables on Intel SoCs. This provides features for writing CPU
1035 bool "Enable generation of ACPI tables for Intel WiFi"
[all …]
/u-boot/doc/device-tree-bindings/
A Ddevice.txt27 - linux,probed : Tells U-Boot to add 'linux,probed' to the ACPI tables so that

Completed in 23 milliseconds

123