baseport/syborg/bootstrap/syborg.inc
changeset 16 73107a0bc259
parent 2 d55eb581a87c
child 52 0dfaca43d90e
equal deleted inserted replaced
12:5c4b0c1fa5f8 16:73107a0bc259
    18 ;---------------------------------------------------------------------------
    18 ;---------------------------------------------------------------------------
    19 ;  Physical Addresses of Memory                                             
    19 ;  Physical Addresses of Memory                                             
    20 ;---------------------------------------------------------------------------
    20 ;---------------------------------------------------------------------------
    21 
    21 
    22 KHwRamBaseAddr		EQU    0x00000000
    22 KHwRamBaseAddr		EQU    0x00000000
       
    23 
       
    24 ; More ram required to boot SF image
    23 KHwRamSizeMb            EQU    128			; 128MB
    25 KHwRamSizeMb            EQU    128			; 128MB
       
    26 ;KHwRamSizeMb            EQU    256			; 256MB
       
    27 
    24 
    28 
    25 KHwNorFlashBaseAddr     EQU    0x40000000
    29 KHwNorFlashBaseAddr     EQU    0x40000000
    26 KHwNorFlashSize         EQU    0x04000000   ; 64MB
    30 KHwNorFlashSize         EQU    0x04000000   ; 64MB
    27 KHwNorFlashCodeSize     EQU    0x02000000   ; 32MB for code, 32MB for LFFS
    31 KHwNorFlashCodeSize     EQU    0x02000000   ; 32MB for code, 32MB for LFFS
    28 
    32