Home
last modified time | relevance | path

Searched refs:SFI_OEM_TABLE_ID_SIZE (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/arch/x86/include/asm/
H A Dsfi.h27 #define SFI_OEM_TABLE_ID_SIZE 8 macro
45 char oem_table_id[SFI_OEM_TABLE_ID_SIZE];
/openbmc/u-boot/arch/x86/lib/
H A Dsfi.c52 strncpy(hdr->oem_table_id, "Table v1", SFI_OEM_TABLE_ID_SIZE); in finish_table()