Home
last modified time | relevance | path

Searched refs:OEM_ID (Results 1 – 6 of 6) 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
H A Dsysfs-firmware-sgi_uv19 It can be set via the OEM_ID in the ACPI MADT table or by
/openbmc/u-boot/arch/x86/lib/
H A Dacpi_table.c38 memcpy(rsdp->oem_id, OEM_ID, 6); in acpi_write_rsdp()
66 memcpy(header->oem_id, OEM_ID, 6); in acpi_fill_header()
/openbmc/u-boot/arch/x86/include/asm/
H A Dacpi_table.h13 #define OEM_ID "U-BOOT" /* U-Boot */ macro
/openbmc/linux/drivers/net/fddi/skfp/
H A Ddrvfbi.c57 const u_char oem_id[] = OEM_ID ;
/openbmc/qemu/tests/qtest/
H A Dbios-tables-test.c73 #define OEM_ID "TEST" macro
75 #define OEM_TEST_ARGS "-machine x-oem-id=" OEM_ID ",x-oem-table-id=" \
2339 g_assert(strncmp((char *)sdt->aml + 10, OEM_ID, 6) == 0); in test_oem_fields()