Ignore:
Timestamp:
May 12, 2010, 7:34:01 PM (14 years ago)
Author:
rosiere
Message:

1) add counters_t type for interface
2) fix in check load in load_store_unit
3) add parameters (but not yet implemented)
4) change environment and add script (distcc_env.sh ...)
5) add warning if an unser change rename flag with l.mtspr instruction
6) ...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Softwares/Common/ldscript/or32.ld

    r101 r138  
    1212{
    1313        iram     : ORIGIN = 0x00000000, LENGTH = 0x01000000
    14         dram     : ORIGIN = 0x10000000, LENGTH = 0x10000000
     14        dram     : ORIGIN = 0x10000000, LENGTH = 0x05000000
    1515        dram_unc : ORIGIN = 0x80000000, LENGTH = 0x01000000
    1616}
     
    2020 * grows down.
    2121 */
    22 PROVIDE (_stack       = 0x42000000 - 4);
     22PROVIDE (_stack       = 0x45000000 - 4);
    2323PROVIDE (_stack_alloc = 0x00500000    );
    2424PROVIDE (_tty         = 0xa0000000    );
Note: See TracChangeset for help on using the changeset viewer.