![]() |
MCCI Trusted Bootloader
Simple trusted bootloader and tools for small embedded systems
|
#include "mcci_bootloader_platform.h"#include "mcci_bootloader.h"#include "mcci_bootloader_cm0plus_appimage.h"#include "mcci_tweetnacl_hash.h"#include "mcci_tweetnacl_sign.h"Go to the source code of this file.
Functions | |
| const McciBootloader_AppInfo_t * | McciBootloaderPlatform_checkImageValid (const void *pHeader, size_t nHeader, uintptr_t targetAddress, size_t targetSize) |
| const McciBootloader_AppInfo_t * McciBootloaderPlatform_checkImageValid | ( | const void * | pHeader, |
| size_t | nHeader, | ||
| uintptr_t | targetAddress, | ||
| size_t | targetSize | ||
| ) |
Definition at line 85 of file mccibootloaderplatform_checkimagevalid.c.
References McciBootloader_CortexPageZero_t::CortexAppEntry, Mcci_CortexAppEntryContents_t::entry, g_McciBootloader_SocRamBase, g_McciBootloader_SocRamTop, McciBootloaderPlatform_getAppInfo(), and Mcci_CortexAppEntryContents_t::stack.
Referenced by McciBootloader_checkCodeValid(), and McciBootloader_checkStorageImage().