PPC405 work in progress.

This commit is contained in:
Richard Barry 2008-03-05 10:09:38 +00:00
parent 88548253ec
commit dab366cd77
7 changed files with 4919 additions and 27 deletions

View file

@ -18,7 +18,7 @@ _HEAP_SIZE = DEFINED(_HEAP_SIZE) ? _HEAP_SIZE : 0x2000;
MEMORY
{
SRAM_256Kx32_C_MEM0_BASEADDR : ORIGIN = 0x00000000, LENGTH = 0x00100000
plb_bram_if_cntlr_1 : ORIGIN = 0xFFFFC000, LENGTH = 0x00004000
plb_bram_if_cntlr_1 : ORIGIN = 0xFFFFF000, LENGTH = 0x00001000
}
/* Specify the default entry point to the program */