OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ImageRevision
(Results
1 - 5
of
5
) sorted by null
/device/linaro/bootloader/edk2/IntelFsp2Pkg/FspSecCore/
SecFsp.c
192
(PeiFspData->FspInfoHeader->
ImageRevision
>> 24) & 0xFF, \
193
(PeiFspData->FspInfoHeader->
ImageRevision
>> 16) & 0xFF, \
194
(PeiFspData->FspInfoHeader->
ImageRevision
>> 8) & 0xFF, \
195
PeiFspData->FspInfoHeader->
ImageRevision
& 0xFF));
/device/linaro/bootloader/edk2/IntelFspPkg/Include/
FspInfoHeader.h
56
UINT32
ImageRevision
;
/device/linaro/bootloader/edk2/IntelFsp2Pkg/Include/Guid/
FspHeaderFile.h
62
UINT32
ImageRevision
;
/device/linaro/bootloader/edk2/IntelFspPkg/FspSecCore/
SecFsp.c
213
(PeiFspData->FspInfoHeader->
ImageRevision
>> 24) & 0xff, \
214
(PeiFspData->FspInfoHeader->
ImageRevision
>> 16) & 0xff, \
215
(PeiFspData->FspInfoHeader->
ImageRevision
>> 8) & 0xff, \
216
(PeiFspData->FspInfoHeader->
ImageRevision
>> 0) & 0xff));
/device/linaro/bootloader/edk2/IntelFsp2Pkg/Tools/
SplitFspBin.py
116
('
ImageRevision
', c_uint32),
475
if (newfih.ImageId != fih.ImageId) or (newfih.
ImageRevision
!= fih.
ImageRevision
):
476
raise Exception("ERROR: Inconsistent FSP ImageId or
ImageRevision
detected !")
649
hfsp.write("#define FSP_IMAGE_REV 0x%08X \n\n" % fih.
ImageRevision
)
Completed in 65 milliseconds