Home
last modified time | relevance | path

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

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