| /u-boot/lib/efi_selftest/ |
| A D | efi_selftest_config_table.c | 96 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 D | efi_selftest_util.c | 119 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 D | efi_selftest_memory.c | 36 if (!memcmp(&systable->tables[i].guid, &fdt_guid, in setup() 42 fdt_addr = (uintptr_t)systable->tables[i].table; in setup()
|
| A D | efi_selftest_esrt.c | 96 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 D | docstyle.rst | 25 * For tables we prefer simple tables over grid tables. We avoid list tables
|
| A D | smbios.rst | 3 SMBIOS tables 16 To generate SMBIOS tables in U-Boot, the CONFIG_GENERATE_SMBIOS_TABLE option
|
| /u-boot/arch/x86/include/asm/acpi/ |
| A D | cpu.asl | 9 /* Notify OS to re-read CPU tables */ 21 /* Notify OS to re-read Throttle Limit tables */
|
| /u-boot/doc/usage/cmd/ |
| A D | acpi.rst | 18 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 D | qfw.rst | 45 etc/smbios/smbios-tables 51 etc/acpi/tables
|
| A D | efi.rst | 13 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 D | ns3-board.dts | 14 * GIC LPI tables 0x8ad7_0000 0x0009_0000 28 /* CRMU page tables */
|
| /u-boot/arch/powerpc/cpu/mpc83xx/ |
| A D | config.mk | 6 PLATFORM_RELFLAGS += -msingle-pic-base -fno-jump-tables
|
| /u-boot/cmd/ |
| A D | efi_common.c | 19 struct efi_configuration_table *tab = &systab->tables[i]; in efi_show_tables()
|
| /u-boot/board/raspberrypi/rpi/ |
| A D | Kconfig | 7 Number of pages to reserve starting at page 0 for spin tables in the EFI
|
| /u-boot/lib/efi_loader/ |
| A D | helloworld.c | 107 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 D | boothart.c | 231 if (!memcomp(guid, &systable->tables[i].guid, 16)) in get_config_table() 232 return systable->tables[i].table; in get_config_table()
|
| A D | efi_runtime.c | 839 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 D | config.mk | 7 PLATFORM_RELFLAGS += -msingle-pic-base -fno-jump-tables
|
| /u-boot/doc/device-tree-bindings/sysinfo/ |
| A D | smbios.txt | 4 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 D | theme_overrides.css | 23 * 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 D | intro.rst | 29 - add tables into the rodata section of the U-Boot binary 32 - put things in ACPI tables
|
| /u-boot/drivers/pinctrl/intel/ |
| A D | Kconfig | 23 separate ACPI devices in the ACPI tables. If enabled, the ACPI
|
| /u-boot/doc/device-tree-bindings/i2c/ |
| A D | generic-acpi.txt | 4 This is used only to generate ACPI tables for an I2C device.
|
| /u-boot/lib/ |
| A D | smbios.c | 470 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 D | README.arm-relocation | 5 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
|