Tom Rini | 10e4779 | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
Scott Wood | 095b712 | 2012-09-20 19:02:18 -0500 | [diff] [blame] | 2 | /* |
| 3 | * (C) Copyright 2006 |
| 4 | * Wolfgang Denk, DENX Software Engineering, wd@denx.de |
| 5 | * |
| 6 | * Copyright 2009 Freescale Semiconductor, Inc. |
Scott Wood | 095b712 | 2012-09-20 19:02:18 -0500 | [diff] [blame] | 7 | */ |
| 8 | |
Masahiro Yamada | cd1b58e | 2014-04-28 10:17:10 +0900 | [diff] [blame] | 9 | #include "config.h" |
Scott Wood | 095b712 | 2012-09-20 19:02:18 -0500 | [diff] [blame] | 10 | |
| 11 | OUTPUT_ARCH(powerpc) |
Pali Rohár | 18209f7 | 2022-06-16 14:19:44 +0200 | [diff] [blame] | 12 | |
Scott Wood | 095b712 | 2012-09-20 19:02:18 -0500 | [diff] [blame] | 13 | SECTIONS |
| 14 | { |
Pali Rohár | b930482 | 2022-05-11 20:57:31 +0200 | [diff] [blame] | 15 | /* Optional boot sector */ |
| 16 | #if defined(CONFIG_FSL_PREPBL_ESDHC_BOOT_SECTOR) |
| 17 | .bootsect IMAGE_TEXT_BASE - CONFIG_FSL_PREPBL_ESDHC_BOOT_SECTOR_DATA * 512 : { |
| 18 | KEEP(*(.bootsect)) |
| 19 | . = CONFIG_FSL_PREPBL_ESDHC_BOOT_SECTOR_DATA * 512; |
| 20 | } |
| 21 | #endif |
| 22 | |
Pali Rohár | 18209f7 | 2022-06-16 14:19:44 +0200 | [diff] [blame] | 23 | . = IMAGE_TEXT_BASE; |
| 24 | .text : { |
Pali Rohár | d61e3c2 | 2022-04-05 15:12:35 +0200 | [diff] [blame] | 25 | /* For ifc, elbc, esdhc, espi, all need the SPL without section .resetvec */ |
Tom Rini | 667dd4f | 2022-06-10 22:59:37 -0400 | [diff] [blame] | 26 | #if CONFIG_IS_ENABLED(SYS_MPC85XX_NO_RESETVEC) |
Pali Rohár | d61e3c2 | 2022-04-05 15:12:35 +0200 | [diff] [blame] | 27 | KEEP(*(.bootpg)) |
Pali Rohár | d61e3c2 | 2022-04-05 15:12:35 +0200 | [diff] [blame] | 28 | #endif |
Scott Wood | 095b712 | 2012-09-20 19:02:18 -0500 | [diff] [blame] | 29 | *(.text*) |
| 30 | } |
| 31 | _etext = .; |
| 32 | |
| 33 | .reloc : { |
| 34 | _GOT2_TABLE_ = .; |
| 35 | KEEP(*(.got2)) |
| 36 | KEEP(*(.got)) |
Scott Wood | 095b712 | 2012-09-20 19:02:18 -0500 | [diff] [blame] | 37 | _FIXUP_TABLE_ = .; |
| 38 | KEEP(*(.fixup)) |
| 39 | } |
| 40 | __got2_entries = ((_GLOBAL_OFFSET_TABLE_ - _GOT2_TABLE_) >> 2) - 1; |
| 41 | __fixup_entries = (. - _FIXUP_TABLE_) >> 2; |
| 42 | |
| 43 | . = ALIGN(8); |
| 44 | .data : { |
| 45 | *(.rodata*) |
| 46 | *(.data*) |
| 47 | *(.sdata*) |
| 48 | } |
| 49 | _edata = .; |
| 50 | |
Ying Zhang | 4393f95 | 2013-09-04 17:03:45 +0800 | [diff] [blame] | 51 | . = ALIGN(4); |
Andrew Scull | 5a9095c | 2022-05-30 10:00:04 +0000 | [diff] [blame] | 52 | __u_boot_list : { |
| 53 | KEEP(*(SORT(__u_boot_list*))); |
Ying Zhang | 4393f95 | 2013-09-04 17:03:45 +0800 | [diff] [blame] | 54 | } |
| 55 | |
Ying Zhang | 9ff7026 | 2013-08-16 15:16:11 +0800 | [diff] [blame] | 56 | . = .; |
| 57 | __start___ex_table = .; |
| 58 | __ex_table : { *(__ex_table) } |
| 59 | __stop___ex_table = .; |
| 60 | |
Pali Rohár | 41bbc76 | 2022-08-05 22:09:40 +0200 | [diff] [blame] | 61 | . = ALIGN(4); |
Scott Wood | 095b712 | 2012-09-20 19:02:18 -0500 | [diff] [blame] | 62 | __init_begin = .; |
| 63 | __init_end = .; |
Jagdish Gediya | 910e1ae | 2018-09-03 21:35:05 +0530 | [diff] [blame] | 64 | _end = .; |
Pali Rohár | 7e6a4ee | 2022-08-05 22:09:41 +0200 | [diff] [blame^] | 65 | |
| 66 | #ifndef KEEP_RESET_VECTOR |
| 67 | #if defined(CONFIG_SD_BOOT) && !defined(CONFIG_SYS_MMC_U_BOOT_OFFS) |
| 68 | mmc_u_boot_offs = .; |
| 69 | #endif |
| 70 | #endif |
| 71 | |
Prabhakar Kushwaha | 6e2b9a3 | 2014-04-08 19:12:31 +0530 | [diff] [blame] | 72 | #ifdef CONFIG_SPL_SKIP_RELOCATE |
| 73 | . = ALIGN(4); |
| 74 | __bss_start = .; |
| 75 | .bss : { |
| 76 | *(.sbss*) |
| 77 | *(.bss*) |
| 78 | } |
| 79 | . = ALIGN(4); |
| 80 | __bss_end = .; |
| 81 | #endif |
Po Liu | f6facca | 2014-01-10 10:10:58 +0800 | [diff] [blame] | 82 | |
Pali Rohár | d61e3c2 | 2022-04-05 15:12:35 +0200 | [diff] [blame] | 83 | /* For nor and nand is needed the SPL with section .resetvec */ |
Tom Rini | 667dd4f | 2022-06-10 22:59:37 -0400 | [diff] [blame] | 84 | #if !CONFIG_IS_ENABLED(SYS_MPC85XX_NO_RESETVEC) |
Scott Wood | 095b712 | 2012-09-20 19:02:18 -0500 | [diff] [blame] | 85 | #if defined(CONFIG_FSL_IFC) /* Restrict bootpg at 4K boundry for IFC */ |
Prabhakar Kushwaha | a7eb72b | 2014-04-08 19:12:19 +0530 | [diff] [blame] | 86 | #ifndef BOOT_PAGE_OFFSET |
| 87 | #define BOOT_PAGE_OFFSET 0x1000 |
| 88 | #endif |
Pali Rohár | d61e3c2 | 2022-04-05 15:12:35 +0200 | [diff] [blame] | 89 | .bootpg IMAGE_TEXT_BASE + BOOT_PAGE_OFFSET : |
Scott Wood | 095b712 | 2012-09-20 19:02:18 -0500 | [diff] [blame] | 90 | { |
Prabhakar Kushwaha | ab4ab01 | 2013-04-16 13:27:59 +0530 | [diff] [blame] | 91 | arch/powerpc/cpu/mpc85xx/start.o (.bootpg) |
Scott Wood | 095b712 | 2012-09-20 19:02:18 -0500 | [diff] [blame] | 92 | } |
Prabhakar Kushwaha | a7eb72b | 2014-04-08 19:12:19 +0530 | [diff] [blame] | 93 | #ifndef RESET_VECTOR_OFFSET |
Scott Wood | 095b712 | 2012-09-20 19:02:18 -0500 | [diff] [blame] | 94 | #define RESET_VECTOR_OFFSET 0x1ffc /* IFC has 8K sram */ |
Prabhakar Kushwaha | a7eb72b | 2014-04-08 19:12:19 +0530 | [diff] [blame] | 95 | #endif |
Scott Wood | 095b712 | 2012-09-20 19:02:18 -0500 | [diff] [blame] | 96 | #elif defined(CONFIG_FSL_ELBC) |
| 97 | #define RESET_VECTOR_OFFSET 0xffc /* LBC has 4k sram */ |
| 98 | #else |
| 99 | #error unknown NAND controller |
| 100 | #endif |
Pali Rohár | d61e3c2 | 2022-04-05 15:12:35 +0200 | [diff] [blame] | 101 | .resetvec IMAGE_TEXT_BASE + RESET_VECTOR_OFFSET : { |
Scott Wood | 095b712 | 2012-09-20 19:02:18 -0500 | [diff] [blame] | 102 | KEEP(*(.resetvec)) |
| 103 | } = 0xffff |
Pali Rohár | 7e6a4ee | 2022-08-05 22:09:41 +0200 | [diff] [blame^] | 104 | #if defined(CONFIG_SD_BOOT) && !defined(CONFIG_SYS_MMC_U_BOOT_OFFS) |
| 105 | mmc_u_boot_offs = .; |
| 106 | #endif |
Ying Zhang | 0d4f544 | 2013-05-20 14:07:23 +0800 | [diff] [blame] | 107 | #endif |
Scott Wood | 095b712 | 2012-09-20 19:02:18 -0500 | [diff] [blame] | 108 | |
Prabhakar Kushwaha | 6e2b9a3 | 2014-04-08 19:12:31 +0530 | [diff] [blame] | 109 | #ifndef CONFIG_SPL_SKIP_RELOCATE |
Scott Wood | 095b712 | 2012-09-20 19:02:18 -0500 | [diff] [blame] | 110 | /* |
| 111 | * Make sure that the bss segment isn't linked at 0x0, otherwise its |
| 112 | * address won't be updated during relocation fixups. |
| 113 | */ |
| 114 | . |= 0x10; |
| 115 | |
Ying Zhang | 5ca62f2 | 2013-06-07 17:25:16 +0800 | [diff] [blame] | 116 | . = ALIGN(4); |
Scott Wood | 095b712 | 2012-09-20 19:02:18 -0500 | [diff] [blame] | 117 | __bss_start = .; |
| 118 | .bss : { |
| 119 | *(.sbss*) |
| 120 | *(.bss*) |
| 121 | } |
Ying Zhang | 5ca62f2 | 2013-06-07 17:25:16 +0800 | [diff] [blame] | 122 | . = ALIGN(4); |
Simon Glass | ed70c8f | 2013-03-14 06:54:53 +0000 | [diff] [blame] | 123 | __bss_end = .; |
Prabhakar Kushwaha | 6e2b9a3 | 2014-04-08 19:12:31 +0530 | [diff] [blame] | 124 | #endif |
Scott Wood | 095b712 | 2012-09-20 19:02:18 -0500 | [diff] [blame] | 125 | } |