]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/pdk.git/blob - packages/ti/boot/sbl/example/k3MulticoreApp/am65xx/mcuAmplinker.lds
Removed stale IPC examples
[processor-sdk/pdk.git] / packages / ti / boot / sbl / example / k3MulticoreApp / am65xx / mcuAmplinker.lds
1 /*----------------------------------------------------------------------------*/
2 /* File: linker.cmd                                                           */
3 /* Description:                                                               */
4 /*    Link command file for Maxwell Multicore Testcase                        */
5 /*                                                                            */
6 /*    Platform: R5 Cores on AM65xx                                            */
7 /* (c) Texas Instruments 2018, All rights reserved.                           */
8 /*----------------------------------------------------------------------------*/
10 --entry_point=_sblTestResetVectors
12 MEMORY
13 {
14     MSMC3_MCU1_CPU0     : origin=0x70010000 length=0x2000                       /* 8KB */
15     MSMC3_MCU1_CPU1     : origin=0x70012000 length=0x2000                       /* 8KB */
16     MSMC3_MPU1_CPU0     : origin=0x70024000 length=0x2000                       /* 8KB */
17     MSMC3_MPU1_CPU1     : origin=0x70026000 length=0x2000                       /* 8KB */
18     MSMC3_MPU2_CPU0     : origin=0x70028000 length=0x2000                       /* 8KB */
19     MSMC3_MPU2_CPU1     : origin=0x7002A000 length=0x2000                       /* 8KB */
20 }
22 SECTIONS
23 {
24     .sbl_mpu_1_0_resetvector    : {} palign(8)          > MSMC3_MPU1_CPU0
25     .sbl_mpu_1_1_resetvector    : {} palign(8)          > MSMC3_MPU1_CPU1
26     .sbl_mpu_2_0_resetvector    : {} palign(8)          > MSMC3_MPU2_CPU0
27     .sbl_mpu_2_1_resetvector    : {} palign(8)          > MSMC3_MPU2_CPU1
29 }