]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/ibl.git/blob - src/test/test1/test1.cmd
c64x: Add Multi Boot Support
[keystone-rtos/ibl.git] / src / test / test1 / test1.cmd
1 /* Linker command file for test1 */
3 test1.obj
5 -c
6 -stack 0x200
8 /* Memory must not conflict with the IBL */
9 MEMORY
10 {
11         TEXT   :  origin = 0x840000,  length = 0x1000
12         STACK  :  origin = 0x841000,  length = 0x200
13         CONST  :  origin = 0x841200,  length = 0x100
14         FAR    :  origin = 0x841300,  length = 0xd00
15         CINIT  :  origin = 0x842000,  length = 0x400
16         SWITCH :  origin = 0x842400,  length = 0x400
18 }
20 SECTIONS
21 {
22         .text   > TEXT
23         .stack  > STACK
24         .const  > CONST
25         .far    > FAR
26         .bss    > FAR
27         .cinit  > CINIT
28         .switch > SWITCH
30 }