Changeset 832 for trunk/softs


Ignore:
Timestamp:
Oct 6, 2014, 10:59:20 AM (9 years ago)
Author:
cfuguet
Message:

tsar_boot: fixing configuration files for the FPGA de2-115 platform

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/softs/tsar_boot/conf/platform_de2_115_fpga/hard_config.h

    r801 r832  
    4545#define SEG_RAM_SIZE           0x08000000 /* 128 MB */
    4646
    47 #define SEG_CMA_BASE           0xb6000000
    48 #define SEG_CMA_SIZE           0x4000
     47#define SEG_CMA_BASE           0xffffffff
     48#define SEG_CMA_SIZE           0x0
    4949
    50 #define SEG_DMA_BASE           0xb1000000
    51 #define SEG_DMA_SIZE           0x4000
     50#define SEG_DMA_BASE           0xffffffff
     51#define SEG_DMA_SIZE           0x0
    5252
    53 #define SEG_FBF_BASE           0xb7000000
     53#define SEG_FBF_BASE           0xf3000000
    5454#define SEG_FBF_SIZE           0x100000
    5555
     
    5757#define SEG_ICU_SIZE           0x0
    5858
    59 #define SEG_IOB_BASE           0xbe000000
    60 #define SEG_IOB_SIZE           0x1000
     59#define SEG_IOB_BASE           0xffffffff
     60#define SEG_IOB_SIZE           0x0
    6161
    6262#define SEG_IOC_BASE           0xf2000000
     
    7070
    7171#define SEG_ROM_BASE           0xff000000
    72 #define SEG_ROM_SIZE           0x4000
     72#define SEG_ROM_SIZE           0x10000
    7373
    7474#define SEG_SIM_BASE           0xffffffff
Note: See TracChangeset for help on using the changeset viewer.