Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/CorebootModulePkg/Include/
DCoreboot.h54 #define IMD_ENTRY_MAGIC (~0xC0389481) macro
/device/linaro/bootloader/edk2/CorebootModulePkg/Library/CbParseLib/
DCbParseLib.c201 if (Entries[0].magic == IMD_ENTRY_MAGIC) { in FindCbMemTable()