Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenFvImage/
DGenFvImageLib.c75 #define SIZEOF_STARTUP_DATA_ARRAY 0x10 macro
77 UINT8 m128kRecoveryStartupApDataArray[SIZEOF_STARTUP_DATA_ARRAY] …
101 UINT8 m64kRecoveryStartupApDataArray[SIZEOF_STARTUP_DATA_ARRAY] =…
2717 for (Index = 0; Index < SIZEOF_STARTUP_DATA_ARRAY; Index++) { in UpdateResetVector()
2724 for (Index = 0; Index < SIZEOF_STARTUP_DATA_ARRAY / 2; Index++) { in UpdateResetVector()
2732 BytePointer += (SIZEOF_STARTUP_DATA_ARRAY - 2); in UpdateResetVector()
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenFv/
DGenFvInternalLib.c110 #define SIZEOF_STARTUP_DATA_ARRAY 0x10 macro
112 UINT8 m128kRecoveryStartupApDataArray[SIZEOF_STARTUP_DATA_ARRAY] …
136 UINT8 m64kRecoveryStartupApDataArray[SIZEOF_STARTUP_DATA_ARRAY] =…
1735 for (Index = 0; Index < SIZEOF_STARTUP_DATA_ARRAY; Index++) { in UpdateResetVector()
1743 for (Index = 0; Index < SIZEOF_STARTUP_DATA_ARRAY / 2; Index++) { in UpdateResetVector()
1750 WordPointer = (UINT16 *) (BytePointer + SIZEOF_STARTUP_DATA_ARRAY - 2); in UpdateResetVector()
3675 while (((UINTN) FixPoint + SIZEOF_STARTUP_DATA_ARRAY - (UINTN) PadFile) <= FileLength) { in FindApResetVectorPosition()