Project

General

Profile

« Previous | Next » 

Revision 308

Added by markw over 10 years ago

added init stub for sockit

View differences:

firmware/aeon_lite/memory.h
// 0xA0000-0xBFFFF (0x8a0000 in zpu space) = freeze backup
// 0xC0000-0xDFFFF (0x8c0000 in zpu space) = os rom/basic rom
#define INIT_MEM
#define DIR_INIT_MEM (SDRAM_BASE + 0x90000)
#define DIR_INIT_MEMSIZE 65536
#define FREEZE_MEM (SDRAM_BASE + 0xa0000)
firmware/main.h
int main(void)
#endif
{
INIT_MEM
fil_type_rom = "ROM";
fil_type_bin = "BIN";
fil_type_car = "CAR";
firmware/sdram_common/memory.h
// 0x450000-0x46FFFF (0xc50000 in zpu space) = freeze backup
// 0x700000-0x77FFFF (0xf00000 in zpu space) = os rom/basic rom
#define INIT_MEM
#define DIR_INIT_MEM (SDRAM_BASE + 0x410000)
#define DIR_INIT_MEMSIZE 262144
#define FREEZE_MEM (SDRAM_BASE + 0x450000)

Also available in: Unified diff