Home
last modified time | relevance | path

Searched refs:TmpFitPtr (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/C/GenVtf/
DGenVtf.c770 FIT_TABLE *TmpFitPtr; in GetNextAvailableFitPtr() local
797 TmpFitPtr = (FIT_TABLE *) RelativeAddress; in GetNextAvailableFitPtr()
798 NumFitComponents = TmpFitPtr->CompSize; in GetNextAvailableFitPtr()
802 if ((TmpFitPtr->CvAndType & FIT_TYPE_MASK) == COMP_TYPE_FIT_UNUSED) { in GetNextAvailableFitPtr()
803 *FitPtr = TmpFitPtr; in GetNextAvailableFitPtr()
807 TmpFitPtr++; in GetNextAvailableFitPtr()
867 FIT_TABLE *TmpFitPtr; in SortFitTable() local
872 TmpFitPtr = FitTable; in SortFitTable()
875 if ((TmpFitPtr->CvAndType & FIT_TYPE_MASK) != COMP_TYPE_FIT_UNUSED) { in SortFitTable()
878 TmpFitPtr++; in SortFitTable()
[all …]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenFvImage/
DGenFvImageLib.c3177 FIT_TABLE *TmpFitPtr; in UpdatePeiCoreEntryInFit() local
3181 TmpFitPtr = FitTablePtr; in UpdatePeiCoreEntryInFit()
3182 NumFitComponents = TmpFitPtr->CompSize; in UpdatePeiCoreEntryInFit()
3185 if ((TmpFitPtr->CvAndType & FIT_TYPE_MASK) == COMP_TYPE_FIT_PEICORE) { in UpdatePeiCoreEntryInFit()
3186 TmpFitPtr->CompAddress = PeiCorePhysicalAddress; in UpdatePeiCoreEntryInFit()
3190 TmpFitPtr++; in UpdatePeiCoreEntryInFit()
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenFv/
DGenFvInternalLib.c2951 FIT_TABLE *TmpFitPtr; in UpdatePeiCoreEntryInFit() local
2955 TmpFitPtr = FitTablePtr; in UpdatePeiCoreEntryInFit()
2956 NumFitComponents = TmpFitPtr->CompSize; in UpdatePeiCoreEntryInFit()
2959 if ((TmpFitPtr->CvAndType & FIT_TYPE_MASK) == COMP_TYPE_FIT_PEICORE) { in UpdatePeiCoreEntryInFit()
2960 TmpFitPtr->CompAddress = PeiCorePhysicalAddress; in UpdatePeiCoreEntryInFit()
2964 TmpFitPtr++; in UpdatePeiCoreEntryInFit()