88 uintptr_t targetAddress,
94 if (nHeader <
sizeof(*pPageZero))
116 if ((pEntry & 1) == 0)
120 pEntry &= ~UINT32_C(1);
121 if (pEntry < targetAddress +
sizeof(*pPageZero))
124 if (targetAddress + targetSize <= pEntry)
128 const McciBootloader_AppInfo_t *
const pAppInfo =
130 pPageZero,
sizeof(*pPageZero)
133 if (pAppInfo == NULL)
136 if (pAppInfo->targetAddress != targetAddress)
139 if (pAppInfo->authsize !=
sizeof(McciBootloader_SignatureBlock_t))
142 if (pAppInfo->imagesize + pAppInfo->authsize > targetSize)
Mcci_CortexAppEntryContents_t CortexAppEntry