Changeset 554 for trunk/softs/tsar_boot/conf
- Timestamp:
- Oct 22, 2013, 8:15:05 PM (12 years ago)
- Location:
- trunk/softs/tsar_boot/conf
- Files:
- 
          - 3 edited
 
 - 
          platform_fpga_de2-115/ldscript (modified) (1 diff)
- 
          platform_tsarv4_mono_mmu_ioc/ldscript (modified) (1 diff)
- 
          platform_vgsb_xicu_mmu/ldscript (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
        trunk/softs/tsar_boot/conf/platform_fpga_de2-115/ldscriptr368 r554 19 19 *(.boot) 20 20 *(.reset) 21 *(.rodata) 22 *(.rodata.*) 23 . = ALIGN(0x4); 24 dtb_addr = .; 25 INCLUDE "build/platform.ld"; 21 26 } 22 27 28 . = seg_stack_base; 23 29 .data ALIGN(0x4) : { 24 *(.reset_data) 25 . = ALIGN(0x4); 26 dtb_addr = .; 27 INCLUDE "build/platform.ld"; 30 *(.data) 31 *(.bss) 28 32 } 29 33 } 
- 
        trunk/softs/tsar_boot/conf/platform_tsarv4_mono_mmu_ioc/ldscriptr413 r554 19 19 *(.boot) 20 20 *(.reset) 21 *(.rodata) 22 *(.rodata.*) 23 . = ALIGN(0x4); 24 dtb_addr = .; 25 INCLUDE "build/platform.ld"; 21 26 } 22 27 28 . = seg_stack_base; 23 29 .data ALIGN(0x4) : { 24 *(.reset_data) 25 . = ALIGN(0x4); 26 dtb_addr = .; 27 INCLUDE "build/platform.ld"; 30 *(.data) 31 *(.bss) 28 32 } 29 33 } 
- 
        trunk/softs/tsar_boot/conf/platform_vgsb_xicu_mmu/ldscriptr425 r554 19 19 *(.boot) 20 20 *(.reset) 21 *(.rodata) 22 *(.rodata.*) 23 . = ALIGN(0x4); 24 dtb_addr = .; 25 INCLUDE "build/platform.ld"; 21 26 } 22 27 28 . = seg_stack_base; 23 29 .data ALIGN(0x4) : { 24 *(.reset_data) 25 . = ALIGN(0x4); 26 dtb_addr = .; 27 INCLUDE "build/platform.ld"; 30 *(.data) 31 *(.bss) 28 32 } 29 33 } 
Note: See TracChangeset
          for help on using the changeset viewer.
      
