This file contains the SDL ROM Checksum API's.
Go to the source code of this file.
Macros | |
#define | SDL_LENGTH_OF_DATA_TO_BE_HASHED ((uint32_t)196544) |
Macro defines the length of data to be hashed. data to be hashed length is taken from known location of ROM. More... | |
#define | SDL_LENGTH_OF_GOLDEN_DATA ((uint64_t)8) |
Macro defines the length of golden data. Golden data length is taken from known location of ROM. More... | |
#define | SDL_GOLDEN_DATA_POINTER (uint64_t *)(0x004182FFC0) |
Macro defines the pointer of golden data. Golden data pointer is taken from known location of ROM. More... | |
#define | SDL_DATA_TO_BE_HASHED_POINTER (uint8_t *)(0x0041800000) |
Macro defines the pointer of data to be hashed. data to be hashed pointer is taken from known location of ROM. More... | |
Functions | |
int32_t | SDL_ROM_Checksum_compute (void) |
This function will compute Checksum of ROM. More... | |