Biju Das | fb0e550 | 2020-12-07 13:25:07 +0000 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved. |
| 3 | * |
| 4 | * SPDX-License-Identifier: BSD-3-Clause |
| 5 | */ |
| 6 | |
| 7 | SECTIONS |
| 8 | { |
| 9 | . = 0x00000000; |
| 10 | .rodata : { |
| 11 | KEEP(*(.sa6_image_num)) |
| 12 | . = 0x00000008; |
| 13 | KEEP(*(.sa6_bl31src_addr)) |
| 14 | . = 0x00000010; |
| 15 | KEEP(*(.sa6_bl31partition)) |
| 16 | . = 0x00000018; |
| 17 | KEEP(*(.sa6_bl32src_addr)) |
| 18 | . = 0x00000020; |
| 19 | KEEP(*(.sa6_bl32partition)) |
| 20 | . = 0x00000028; |
| 21 | KEEP(*(.sa6_bl33src_addr)) |
| 22 | . = 0x00000030; |
| 23 | KEEP(*(.sa6_bl33partition)) |
| 24 | . = 0x00000038; |
| 25 | KEEP(*(.sa6_bl332src_addr)) |
| 26 | . = 0x00000040; |
| 27 | KEEP(*(.sa6_bl332partition)) |
| 28 | . = 0x00000048; |
| 29 | KEEP(*(.sa6_bl333src_addr)) |
| 30 | . = 0x00000050; |
| 31 | KEEP(*(.sa6_bl333partition)) |
| 32 | . = 0x00000058; |
| 33 | KEEP(*(.sa6_bl334src_addr)) |
| 34 | . = 0x00000060; |
| 35 | KEEP(*(.sa6_bl334partition)) |
| 36 | . = 0x00000068; |
| 37 | KEEP(*(.sa6_bl335src_addr)) |
| 38 | . = 0x00000070; |
| 39 | KEEP(*(.sa6_bl335partition)) |
| 40 | . = 0x00000078; |
| 41 | KEEP(*(.sa6_bl336src_addr)) |
| 42 | . = 0x00000080; |
| 43 | KEEP(*(.sa6_bl336partition)) |
| 44 | . = 0x00000088; |
| 45 | KEEP(*(.sa6_bl337src_addr)) |
| 46 | . = 0x00000090; |
| 47 | KEEP(*(.sa6_bl337partition)) |
| 48 | . = 0x00000098; |
| 49 | KEEP(*(.sa6_bl338src_addr)) |
| 50 | . = 0x000000A0; |
| 51 | KEEP(*(.sa6_bl338partition)) |
| 52 | . = 0x00000554; |
| 53 | KEEP(*(.sa6_bl31dst_addr)) |
| 54 | . = 0x00000558; |
| 55 | KEEP(*(.sa6_bl31dst_addrh)) |
| 56 | . = 0x00000664; |
| 57 | KEEP(*(.sa6_bl31dst_size)) |
| 58 | . = 0x00000D54; |
| 59 | KEEP(*(.sa6_bl32dst_addr)) |
| 60 | . = 0x00000D58; |
| 61 | KEEP(*(.sa6_bl32dst_addrh)) |
| 62 | . = 0x00000E64; |
| 63 | KEEP(*(.sa6_bl32dst_size)) |
| 64 | . = 0x00001554; |
| 65 | KEEP(*(.sa6_bl33dst_addr)) |
| 66 | . = 0x00001558; |
| 67 | KEEP(*(.sa6_bl33dst_addrh)) |
| 68 | . = 0x00001664; |
| 69 | KEEP(*(.sa6_bl33dst_size)) |
| 70 | . = 0x00001D54; |
| 71 | KEEP(*(.sa6_bl332dst_addr)) |
| 72 | . = 0x00001D58; |
| 73 | KEEP(*(.sa6_bl332dst_addrh)) |
| 74 | . = 0x00001E64; |
| 75 | KEEP(*(.sa6_bl332dst_size)) |
| 76 | . = 0x00002554; |
| 77 | KEEP(*(.sa6_bl333dst_addr)) |
| 78 | . = 0x00002558; |
| 79 | KEEP(*(.sa6_bl333dst_addrh)) |
| 80 | . = 0x00002664; |
| 81 | KEEP(*(.sa6_bl333dst_size)) |
| 82 | . = 0x00002D54; |
| 83 | KEEP(*(.sa6_bl334dst_addr)) |
| 84 | . = 0x00002D58; |
| 85 | KEEP(*(.sa6_bl334dst_addrh)) |
| 86 | . = 0x00002E64; |
| 87 | KEEP(*(.sa6_bl334dst_size)) |
| 88 | . = 0x00003554; |
| 89 | KEEP(*(.sa6_bl335dst_addr)) |
| 90 | . = 0x00003558; |
| 91 | KEEP(*(.sa6_bl335dst_addrh)) |
| 92 | . = 0x00003664; |
| 93 | KEEP(*(.sa6_bl335dst_size)) |
| 94 | . = 0x00003D54; |
| 95 | KEEP(*(.sa6_bl336dst_addr)) |
| 96 | . = 0x00003D58; |
| 97 | KEEP(*(.sa6_bl336dst_addrh)) |
| 98 | . = 0x00003E64; |
| 99 | KEEP(*(.sa6_bl336dst_size)) |
| 100 | . = 0x00004554; |
| 101 | KEEP(*(.sa6_bl337dst_addr)) |
| 102 | . = 0x00004558; |
| 103 | KEEP(*(.sa6_bl337dst_addrh)) |
| 104 | . = 0x00004664; |
| 105 | KEEP(*(.sa6_bl337dst_size)) |
| 106 | . = 0x00004D54; |
| 107 | KEEP(*(.sa6_bl338dst_addr)) |
| 108 | . = 0x00004D58; |
| 109 | KEEP(*(.sa6_bl338dst_addrh)) |
| 110 | . = 0x00004E64; |
| 111 | KEEP(*(.sa6_bl338dst_size)) |
| 112 | } |
| 113 | |
| 114 | } |