summaryrefslogtreecommitdiff
path: root/tools/renesas/rcar_layout_create/sa6.ld.S
blob: 9ca0c1d0848eaf1c6f7d3f88619c324e305cea4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
/*
 * Copyright (c) 2015-2017, Renesas Electronics Corporation. All rights reserved.
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

SECTIONS
{
	. = 0x00000000;
	.rodata : {
		KEEP(*(.sa6_image_num))
		. = 0x00000008;
		KEEP(*(.sa6_bl31src_addr))
		. = 0x00000010;
		KEEP(*(.sa6_bl31partition))
		. = 0x00000018;
		KEEP(*(.sa6_bl32src_addr))
		. = 0x00000020;
		KEEP(*(.sa6_bl32partition))
		. = 0x00000028;
		KEEP(*(.sa6_bl33src_addr))
		. = 0x00000030;
		KEEP(*(.sa6_bl33partition))
		. = 0x00000038;
		KEEP(*(.sa6_bl332src_addr))
		. = 0x00000040;
		KEEP(*(.sa6_bl332partition))
		. = 0x00000048;
		KEEP(*(.sa6_bl333src_addr))
		. = 0x00000050;
		KEEP(*(.sa6_bl333partition))
		. = 0x00000058;
		KEEP(*(.sa6_bl334src_addr))
		. = 0x00000060;
		KEEP(*(.sa6_bl334partition))
		. = 0x00000068;
		KEEP(*(.sa6_bl335src_addr))
		. = 0x00000070;
		KEEP(*(.sa6_bl335partition))
		. = 0x00000078;
		KEEP(*(.sa6_bl336src_addr))
		. = 0x00000080;
		KEEP(*(.sa6_bl336partition))
		. = 0x00000088;
		KEEP(*(.sa6_bl337src_addr))
		. = 0x00000090;
		KEEP(*(.sa6_bl337partition))
		. = 0x00000098;
		KEEP(*(.sa6_bl338src_addr))
		. = 0x000000A0;
		KEEP(*(.sa6_bl338partition))
		. = 0x00000554;
		KEEP(*(.sa6_bl31dst_addr))
		. = 0x00000558;
		KEEP(*(.sa6_bl31dst_addrh))
		. = 0x00000664;
		KEEP(*(.sa6_bl31dst_size))
		. = 0x00000D54;
		KEEP(*(.sa6_bl32dst_addr))
		. = 0x00000D58;
		KEEP(*(.sa6_bl32dst_addrh))
		. = 0x00000E64;
		KEEP(*(.sa6_bl32dst_size))
		. = 0x00001554;
		KEEP(*(.sa6_bl33dst_addr))
		. = 0x00001558;
		KEEP(*(.sa6_bl33dst_addrh))
		. = 0x00001664;
		KEEP(*(.sa6_bl33dst_size))
		. = 0x00001D54;
		KEEP(*(.sa6_bl332dst_addr))
		. = 0x00001D58;
		KEEP(*(.sa6_bl332dst_addrh))
		. = 0x00001E64;
		KEEP(*(.sa6_bl332dst_size))
		. = 0x00002554;
		KEEP(*(.sa6_bl333dst_addr))
		. = 0x00002558;
		KEEP(*(.sa6_bl333dst_addrh))
		. = 0x00002664;
		KEEP(*(.sa6_bl333dst_size))
		. = 0x00002D54;
		KEEP(*(.sa6_bl334dst_addr))
		. = 0x00002D58;
		KEEP(*(.sa6_bl334dst_addrh))
		. = 0x00002E64;
		KEEP(*(.sa6_bl334dst_size))
		. = 0x00003554;
		KEEP(*(.sa6_bl335dst_addr))
		. = 0x00003558;
		KEEP(*(.sa6_bl335dst_addrh))
		. = 0x00003664;
		KEEP(*(.sa6_bl335dst_size))
		. = 0x00003D54;
		KEEP(*(.sa6_bl336dst_addr))
		. = 0x00003D58;
		KEEP(*(.sa6_bl336dst_addrh))
		. = 0x00003E64;
		KEEP(*(.sa6_bl336dst_size))
		. = 0x00004554;
		KEEP(*(.sa6_bl337dst_addr))
		. = 0x00004558;
		KEEP(*(.sa6_bl337dst_addrh))
		. = 0x00004664;
		KEEP(*(.sa6_bl337dst_size))
		. = 0x00004D54;
		KEEP(*(.sa6_bl338dst_addr))
		. = 0x00004D58;
		KEEP(*(.sa6_bl338dst_addrh))
		. = 0x00004E64;
		KEEP(*(.sa6_bl338dst_size))
	}

}