Home
last modified time | relevance | path

Searched refs:OEM_TABLE_ID (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-ibft29 that expose the SIGNATURE, OEM_ID, and OEM_TABLE_ID fields of the
/openbmc/u-boot/arch/x86/include/asm/
H A Dacpi_table.h14 #define OEM_TABLE_ID "U-BOOTBL" /* U-Boot Table */ macro
/openbmc/qemu/tests/qtest/
H A Dbios-tables-test.c74 #define OEM_TABLE_ID "OEM" macro
76 OEM_TABLE_ID
2081 g_assert(strncmp((char *)sdt->aml + 16, OEM_TABLE_ID, 8) == 0); in test_oem_fields()
/openbmc/u-boot/arch/x86/lib/
H A Dacpi_table.c67 memcpy(header->oem_table_id, OEM_TABLE_ID, 8); in acpi_fill_header()