Home
last modified time | relevance | path

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

/openbmc/u-boot/tools/binman/etype/
H A Dintel_descriptor.py13 FD_SIGNATURE = struct.pack('<L', 0x0ff0a55a) variable
52 offset = self.data.find(FD_SIGNATURE)
/openbmc/u-boot/tools/
H A Difdtool.c32 #define FD_SIGNATURE 0x0FF0A55A macro
54 if (*ptr == FD_SIGNATURE) in find_fd()