Tom Rini | 10e4779 | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
Aneesh V | b8e60b9 | 2011-07-21 09:10:21 -0400 | [diff] [blame] | 2 | /* |
| 3 | * (C) Copyright 2010 |
| 4 | * Texas Instruments, <www.ti.com> |
| 5 | * |
| 6 | * Aneesh V <aneesh@ti.com> |
Aneesh V | b8e60b9 | 2011-07-21 09:10:21 -0400 | [diff] [blame] | 7 | */ |
Philipp Tomsich | 60e1578 | 2017-06-30 19:02:53 +0200 | [diff] [blame] | 8 | |
Tom Rini | dec7ea0 | 2024-05-20 13:35:03 -0600 | [diff] [blame] | 9 | #include <config.h> |
Simon Glass | 4e0a52d | 2018-11-15 18:43:51 -0700 | [diff] [blame] | 10 | #include <bloblist.h> |
Simon Glass | 867a398 | 2017-11-13 18:55:03 -0700 | [diff] [blame] | 11 | #include <binman_sym.h> |
Simon Glass | 1ea9789 | 2020-05-10 11:40:00 -0600 | [diff] [blame] | 12 | #include <bootstage.h> |
Simon Glass | 1801a3e | 2014-11-10 17:16:46 -0700 | [diff] [blame] | 13 | #include <dm.h> |
Simon Glass | e14f1a2 | 2018-11-15 18:44:09 -0700 | [diff] [blame] | 14 | #include <handoff.h> |
Simon Glass | f11478f | 2019-12-28 10:45:07 -0700 | [diff] [blame] | 15 | #include <hang.h> |
Simon Glass | 9758973 | 2020-05-10 11:40:02 -0600 | [diff] [blame] | 16 | #include <init.h> |
Simon Glass | 9b61c7c | 2019-11-14 12:57:41 -0700 | [diff] [blame] | 17 | #include <irq_func.h> |
Simon Glass | 0f2af88 | 2020-05-10 11:40:05 -0600 | [diff] [blame] | 18 | #include <log.h> |
Simon Glass | 2192e98 | 2021-03-07 17:35:14 -0700 | [diff] [blame] | 19 | #include <mapmem.h> |
Simon Glass | 3673618 | 2019-11-14 12:57:24 -0700 | [diff] [blame] | 20 | #include <serial.h> |
Tom Rini | 28591df | 2012-08-13 12:03:19 -0700 | [diff] [blame] | 21 | #include <spl.h> |
Sean Anderson | 3a4a2b7 | 2023-11-08 11:48:47 -0500 | [diff] [blame] | 22 | #include <spl_load.h> |
Tom Rini | 166e322 | 2022-05-27 12:48:32 -0400 | [diff] [blame] | 23 | #include <system-constants.h> |
Simon Glass | 3ba929a | 2020-10-30 21:38:53 -0600 | [diff] [blame] | 24 | #include <asm/global_data.h> |
Eddie James | 652b869 | 2022-02-07 17:09:01 -0600 | [diff] [blame] | 25 | #include <asm-generic/gpio.h> |
Simon Schwarz | 992dcf7 | 2011-09-14 15:29:26 -0400 | [diff] [blame] | 26 | #include <nand.h> |
Aneesh V | 13a74c1 | 2011-07-21 09:10:27 -0400 | [diff] [blame] | 27 | #include <fat.h> |
Simon Glass | 48b6c6b | 2019-11-14 12:57:16 -0700 | [diff] [blame] | 28 | #include <u-boot/crc.h> |
Pali Rohár | 6e1f085 | 2021-08-02 15:18:38 +0200 | [diff] [blame] | 29 | #if CONFIG_IS_ENABLED(BANNER_PRINT) |
| 30 | #include <timestamp.h> |
| 31 | #endif |
Simon Glass | 5040241 | 2011-10-10 08:55:19 +0000 | [diff] [blame] | 32 | #include <version.h> |
Aneesh V | 13a74c1 | 2011-07-21 09:10:27 -0400 | [diff] [blame] | 33 | #include <image.h> |
Aneesh V | 0560be2 | 2011-10-21 12:29:34 -0400 | [diff] [blame] | 34 | #include <malloc.h> |
Simon Glass | 0e86456 | 2019-10-21 17:26:52 -0600 | [diff] [blame] | 35 | #include <mapmem.h> |
Simon Glass | 1801a3e | 2014-11-10 17:16:46 -0700 | [diff] [blame] | 36 | #include <dm/root.h> |
Simon Glass | 099dc1f | 2022-05-08 04:39:27 -0600 | [diff] [blame] | 37 | #include <dm/util.h> |
Nikhil M Jain | eda07d6 | 2023-04-10 14:19:13 +0530 | [diff] [blame] | 38 | #include <dm/device-internal.h> |
| 39 | #include <dm/uclass-internal.h> |
Andreas Müller | 0cda7a4 | 2012-01-04 15:26:24 +0000 | [diff] [blame] | 40 | #include <linux/compiler.h> |
B, Ravi | 4cf02b1 | 2017-04-18 17:27:27 +0530 | [diff] [blame] | 41 | #include <fdt_support.h> |
Lukasz Majewski | a485860 | 2018-05-02 16:10:54 +0200 | [diff] [blame] | 42 | #include <bootcount.h> |
Stefan Roese | 502acb0 | 2019-04-11 15:58:44 +0200 | [diff] [blame] | 43 | #include <wdt.h> |
Devarsh Thakkar | 84e0834 | 2023-12-05 21:25:16 +0530 | [diff] [blame] | 44 | #include <video.h> |
Aneesh V | b8e60b9 | 2011-07-21 09:10:21 -0400 | [diff] [blame] | 45 | |
| 46 | DECLARE_GLOBAL_DATA_PTR; |
Alper Nebi Yasak | 9634dc9 | 2022-06-18 15:13:11 +0300 | [diff] [blame] | 47 | DECLARE_BINMAN_MAGIC_SYM; |
Aneesh V | b8e60b9 | 2011-07-21 09:10:21 -0400 | [diff] [blame] | 48 | |
Tom Rini | 28591df | 2012-08-13 12:03:19 -0700 | [diff] [blame] | 49 | u32 *boot_params_ptr = NULL; |
Simon Schwarz | e21d2d8 | 2011-09-14 15:33:34 -0400 | [diff] [blame] | 50 | |
Alper Nebi Yasak | d6d2c9b | 2022-06-18 15:13:09 +0300 | [diff] [blame] | 51 | #if CONFIG_IS_ENABLED(BINMAN_UBOOT_SYMBOLS) |
Simon Glass | 867a398 | 2017-11-13 18:55:03 -0700 | [diff] [blame] | 52 | /* See spl.h for information about this */ |
Simon Glass | cde6bd5 | 2025-01-26 11:43:26 -0700 | [diff] [blame] | 53 | #if defined(CONFIG_SPL_BUILD) |
Simon Glass | 9dcc861 | 2018-08-01 15:22:42 -0600 | [diff] [blame] | 54 | binman_sym_declare(ulong, u_boot_any, image_pos); |
Simon Glass | 596f31c | 2019-12-08 17:40:12 -0700 | [diff] [blame] | 55 | binman_sym_declare(ulong, u_boot_any, size); |
Simon Glass | cde6bd5 | 2025-01-26 11:43:26 -0700 | [diff] [blame] | 56 | #endif |
Simon Glass | 596f31c | 2019-12-08 17:40:12 -0700 | [diff] [blame] | 57 | |
| 58 | #ifdef CONFIG_TPL |
Simon Glass | 5a332c1 | 2022-10-20 18:22:41 -0600 | [diff] [blame] | 59 | binman_sym_declare(ulong, u_boot_spl_any, image_pos); |
| 60 | binman_sym_declare(ulong, u_boot_spl_any, size); |
Simon Glass | 596f31c | 2019-12-08 17:40:12 -0700 | [diff] [blame] | 61 | #endif |
Simon Glass | 867a398 | 2017-11-13 18:55:03 -0700 | [diff] [blame] | 62 | |
Simon Glass | 7eec884 | 2022-04-30 00:56:52 -0600 | [diff] [blame] | 63 | #ifdef CONFIG_VPL |
Simon Glass | 5a332c1 | 2022-10-20 18:22:41 -0600 | [diff] [blame] | 64 | binman_sym_declare(ulong, u_boot_vpl_any, image_pos); |
| 65 | binman_sym_declare(ulong, u_boot_vpl_any, size); |
Simon Glass | 7eec884 | 2022-04-30 00:56:52 -0600 | [diff] [blame] | 66 | #endif |
| 67 | |
Alper Nebi Yasak | d6d2c9b | 2022-06-18 15:13:09 +0300 | [diff] [blame] | 68 | #endif /* BINMAN_UBOOT_SYMBOLS */ |
| 69 | |
Alexandru Gagniuc | 7861f8b | 2021-04-08 11:56:11 -0500 | [diff] [blame] | 70 | /* Define board data structure */ |
| 71 | static struct bd_info bdata __attribute__ ((section(".data"))); |
| 72 | |
Marek Vasut | 9815434 | 2021-10-23 03:06:03 +0200 | [diff] [blame] | 73 | #if CONFIG_IS_ENABLED(SHOW_BOOT_PROGRESS) |
Simon Schwarz | 305bc4c | 2012-03-15 04:01:38 +0000 | [diff] [blame] | 74 | /* |
Heiko Schocher | 747ceee | 2016-06-07 08:31:20 +0200 | [diff] [blame] | 75 | * Board-specific Platform code can reimplement show_boot_progress () if needed |
| 76 | */ |
| 77 | __weak void show_boot_progress(int val) {} |
Tom Rini | a9765d0 | 2021-05-03 16:48:58 -0400 | [diff] [blame] | 78 | #endif |
Heiko Schocher | 747ceee | 2016-06-07 08:31:20 +0200 | [diff] [blame] | 79 | |
Heiko Stuebner | 593b82e | 2020-05-25 19:57:25 +0200 | [diff] [blame] | 80 | #if defined(CONFIG_SPL_OS_BOOT) || CONFIG_IS_ENABLED(HANDOFF) || \ |
| 81 | defined(CONFIG_SPL_ATF) |
Simon Glass | e14f1a2 | 2018-11-15 18:44:09 -0700 | [diff] [blame] | 82 | /* weak, default platform-specific function to initialize dram banks */ |
| 83 | __weak int dram_init_banksize(void) |
| 84 | { |
| 85 | return 0; |
| 86 | } |
| 87 | #endif |
| 88 | |
Heiko Schocher | 747ceee | 2016-06-07 08:31:20 +0200 | [diff] [blame] | 89 | /* |
Simon Schwarz | 305bc4c | 2012-03-15 04:01:38 +0000 | [diff] [blame] | 90 | * Default function to determine if u-boot or the OS should |
| 91 | * be started. This implementation always returns 1. |
| 92 | * |
| 93 | * Please implement your own board specific funcion to do this. |
| 94 | * |
| 95 | * RETURN |
| 96 | * 0 to not start u-boot |
| 97 | * positive if u-boot should start |
| 98 | */ |
Tom Rini | c2e7888 | 2021-10-30 23:03:48 -0400 | [diff] [blame] | 99 | #if CONFIG_IS_ENABLED(OS_BOOT) |
Simon Schwarz | 305bc4c | 2012-03-15 04:01:38 +0000 | [diff] [blame] | 100 | __weak int spl_start_uboot(void) |
| 101 | { |
Simon Glass | 8bc9326 | 2024-09-29 19:49:55 -0600 | [diff] [blame] | 102 | puts(PHASE_PROMPT |
Simon Glass | dbd3f11 | 2018-11-15 18:43:56 -0700 | [diff] [blame] | 103 | "Please implement spl_start_uboot() for your board\n"); |
Simon Glass | 8bc9326 | 2024-09-29 19:49:55 -0600 | [diff] [blame] | 104 | puts(PHASE_PROMPT "Direct Linux boot not active!\n"); |
Simon Schwarz | 305bc4c | 2012-03-15 04:01:38 +0000 | [diff] [blame] | 105 | return 1; |
| 106 | } |
Ladislav Michl | 9c74372 | 2016-07-12 20:28:14 +0200 | [diff] [blame] | 107 | |
| 108 | /* |
| 109 | * Weak default function for arch specific zImage check. Return zero |
| 110 | * and fill start and end address if image is recognized. |
| 111 | */ |
| 112 | int __weak bootz_setup(ulong image, ulong *start, ulong *end) |
| 113 | { |
| 114 | return 1; |
| 115 | } |
Nathan Barrett-Morrison | c20400a | 2022-02-02 15:05:18 -0500 | [diff] [blame] | 116 | |
| 117 | int __weak booti_setup(ulong image, ulong *relocated_addr, ulong *size, bool force_reloc) |
| 118 | { |
| 119 | return 1; |
| 120 | } |
Simon Schwarz | 305bc4c | 2012-03-15 04:01:38 +0000 | [diff] [blame] | 121 | #endif |
| 122 | |
Philipp Tomsich | 58beb6e | 2018-05-24 17:15:50 +0200 | [diff] [blame] | 123 | /* Weak default function for arch/board-specific fixups to the spl_image_info */ |
| 124 | void __weak spl_perform_fixups(struct spl_image_info *spl_image) |
| 125 | { |
| 126 | } |
| 127 | |
Heiko Stuebner | 593b82e | 2020-05-25 19:57:25 +0200 | [diff] [blame] | 128 | void spl_fixup_fdt(void *fdt_blob) |
B, Ravi | 4cf02b1 | 2017-04-18 17:27:27 +0530 | [diff] [blame] | 129 | { |
Heiko Stuebner | 593b82e | 2020-05-25 19:57:25 +0200 | [diff] [blame] | 130 | #if defined(CONFIG_SPL_OF_LIBFDT) |
B, Ravi | 4cf02b1 | 2017-04-18 17:27:27 +0530 | [diff] [blame] | 131 | int err; |
| 132 | |
Heiko Stuebner | 593b82e | 2020-05-25 19:57:25 +0200 | [diff] [blame] | 133 | if (!fdt_blob) |
| 134 | return; |
| 135 | |
B, Ravi | 4cf02b1 | 2017-04-18 17:27:27 +0530 | [diff] [blame] | 136 | err = fdt_check_header(fdt_blob); |
| 137 | if (err < 0) { |
| 138 | printf("fdt_root: %s\n", fdt_strerror(err)); |
| 139 | return; |
| 140 | } |
| 141 | |
| 142 | /* fixup the memory dt node */ |
| 143 | err = fdt_shrink_to_minimum(fdt_blob, 0); |
| 144 | if (err == 0) { |
Simon Glass | 8bc9326 | 2024-09-29 19:49:55 -0600 | [diff] [blame] | 145 | printf(PHASE_PROMPT "fdt_shrink_to_minimum err - %d\n", err); |
B, Ravi | 4cf02b1 | 2017-04-18 17:27:27 +0530 | [diff] [blame] | 146 | return; |
| 147 | } |
| 148 | |
| 149 | err = arch_fixup_fdt(fdt_blob); |
| 150 | if (err) { |
Simon Glass | 8bc9326 | 2024-09-29 19:49:55 -0600 | [diff] [blame] | 151 | printf(PHASE_PROMPT "arch_fixup_fdt err - %d\n", err); |
B, Ravi | 4cf02b1 | 2017-04-18 17:27:27 +0530 | [diff] [blame] | 152 | return; |
| 153 | } |
| 154 | #endif |
| 155 | } |
| 156 | |
Devarsh Thakkar | 84e0834 | 2023-12-05 21:25:16 +0530 | [diff] [blame] | 157 | int spl_reserve_video_from_ram_top(void) |
| 158 | { |
| 159 | if (CONFIG_IS_ENABLED(VIDEO)) { |
| 160 | ulong addr; |
| 161 | int ret; |
| 162 | |
| 163 | addr = gd->ram_top; |
| 164 | ret = video_reserve(&addr); |
| 165 | if (ret) |
| 166 | return ret; |
| 167 | debug("Reserving %luk for video at: %08lx\n", |
| 168 | ((unsigned long)gd->relocaddr - addr) >> 10, addr); |
| 169 | gd->relocaddr = addr; |
| 170 | } |
| 171 | |
| 172 | return 0; |
| 173 | } |
| 174 | |
Simon Glass | 596f31c | 2019-12-08 17:40:12 -0700 | [diff] [blame] | 175 | ulong spl_get_image_pos(void) |
| 176 | { |
Alper Nebi Yasak | d6d2c9b | 2022-06-18 15:13:09 +0300 | [diff] [blame] | 177 | if (!CONFIG_IS_ENABLED(BINMAN_UBOOT_SYMBOLS)) |
Alper Nebi Yasak | 173321c | 2022-06-18 15:13:06 +0300 | [diff] [blame] | 178 | return BINMAN_SYM_MISSING; |
| 179 | |
Simon Glass | 7eec884 | 2022-04-30 00:56:52 -0600 | [diff] [blame] | 180 | #ifdef CONFIG_VPL |
Simon Glass | 6b7f9c0 | 2024-09-29 19:49:39 -0600 | [diff] [blame] | 181 | if (xpl_next_phase() == PHASE_VPL) |
Simon Glass | 5a332c1 | 2022-10-20 18:22:41 -0600 | [diff] [blame] | 182 | return binman_sym(ulong, u_boot_vpl_any, image_pos); |
Simon Glass | 7eec884 | 2022-04-30 00:56:52 -0600 | [diff] [blame] | 183 | #endif |
Simon Glass | cde6bd5 | 2025-01-26 11:43:26 -0700 | [diff] [blame] | 184 | #if defined(CONFIG_TPL) && !defined(CONFIG_VPL) |
| 185 | if (xpl_next_phase() == PHASE_SPL) |
| 186 | return binman_sym(ulong, u_boot_spl_any, image_pos); |
| 187 | #endif |
| 188 | #if defined(CONFIG_SPL_BUILD) |
| 189 | return binman_sym(ulong, u_boot_any, image_pos); |
| 190 | #endif |
| 191 | |
| 192 | return BINMAN_SYM_MISSING; |
Simon Glass | 596f31c | 2019-12-08 17:40:12 -0700 | [diff] [blame] | 193 | } |
| 194 | |
| 195 | ulong spl_get_image_size(void) |
| 196 | { |
Alper Nebi Yasak | d6d2c9b | 2022-06-18 15:13:09 +0300 | [diff] [blame] | 197 | if (!CONFIG_IS_ENABLED(BINMAN_UBOOT_SYMBOLS)) |
Alper Nebi Yasak | 173321c | 2022-06-18 15:13:06 +0300 | [diff] [blame] | 198 | return BINMAN_SYM_MISSING; |
| 199 | |
Simon Glass | 7eec884 | 2022-04-30 00:56:52 -0600 | [diff] [blame] | 200 | #ifdef CONFIG_VPL |
Simon Glass | 6b7f9c0 | 2024-09-29 19:49:39 -0600 | [diff] [blame] | 201 | if (xpl_next_phase() == PHASE_VPL) |
Simon Glass | 5a332c1 | 2022-10-20 18:22:41 -0600 | [diff] [blame] | 202 | return binman_sym(ulong, u_boot_vpl_any, size); |
Simon Glass | 7eec884 | 2022-04-30 00:56:52 -0600 | [diff] [blame] | 203 | #endif |
Simon Glass | 6b7f9c0 | 2024-09-29 19:49:39 -0600 | [diff] [blame] | 204 | return xpl_next_phase() == PHASE_SPL ? |
Simon Glass | 5a332c1 | 2022-10-20 18:22:41 -0600 | [diff] [blame] | 205 | binman_sym(ulong, u_boot_spl_any, size) : |
Simon Glass | 596f31c | 2019-12-08 17:40:12 -0700 | [diff] [blame] | 206 | binman_sym(ulong, u_boot_any, size); |
| 207 | } |
| 208 | |
Simon Glass | 53857ee | 2021-01-24 10:06:03 -0700 | [diff] [blame] | 209 | ulong spl_get_image_text_base(void) |
| 210 | { |
Simon Glass | 7eec884 | 2022-04-30 00:56:52 -0600 | [diff] [blame] | 211 | #ifdef CONFIG_VPL |
Simon Glass | 6b7f9c0 | 2024-09-29 19:49:39 -0600 | [diff] [blame] | 212 | if (xpl_next_phase() == PHASE_VPL) |
Simon Glass | 7eec884 | 2022-04-30 00:56:52 -0600 | [diff] [blame] | 213 | return CONFIG_VPL_TEXT_BASE; |
| 214 | #endif |
Simon Glass | 6b7f9c0 | 2024-09-29 19:49:39 -0600 | [diff] [blame] | 215 | return xpl_next_phase() == PHASE_SPL ? CONFIG_SPL_TEXT_BASE : |
Simon Glass | 72cc538 | 2022-10-20 18:22:39 -0600 | [diff] [blame] | 216 | CONFIG_TEXT_BASE; |
Simon Glass | 53857ee | 2021-01-24 10:06:03 -0700 | [diff] [blame] | 217 | } |
| 218 | |
Stefan Roese | ec90d34 | 2012-08-23 08:34:21 +0200 | [diff] [blame] | 219 | /* |
| 220 | * Weak default function for board specific cleanup/preparation before |
| 221 | * Linux boot. Some boards/platforms might not need it, so just provide |
| 222 | * an empty stub here. |
| 223 | */ |
| 224 | __weak void spl_board_prepare_for_linux(void) |
| 225 | { |
| 226 | /* Nothing to do! */ |
| 227 | } |
| 228 | |
Alexandru Gagniuc | f2b410a | 2021-07-15 14:19:24 -0500 | [diff] [blame] | 229 | __weak void spl_board_prepare_for_optee(void *fdt) |
| 230 | { |
| 231 | } |
| 232 | |
Heiko Thiery | 3db3033 | 2022-01-17 16:25:41 +0100 | [diff] [blame] | 233 | __weak const char *spl_board_loader_name(u32 boot_device) |
| 234 | { |
| 235 | return NULL; |
| 236 | } |
| 237 | |
Ricardo Salveti | ec0352a | 2021-10-20 15:12:06 +0300 | [diff] [blame] | 238 | #if CONFIG_IS_ENABLED(OPTEE_IMAGE) |
| 239 | __weak void __noreturn jump_to_image_optee(struct spl_image_info *spl_image) |
| 240 | { |
| 241 | spl_optee_entry(NULL, NULL, spl_image->fdt_addr, |
| 242 | (void *)spl_image->entry_point); |
| 243 | } |
| 244 | #endif |
| 245 | |
Michal Simek | 7a8465b | 2016-05-10 07:54:20 +0200 | [diff] [blame] | 246 | __weak void spl_board_prepare_for_boot(void) |
| 247 | { |
| 248 | /* Nothing to do! */ |
| 249 | } |
| 250 | |
Simon Glass | bb7d3bb | 2022-09-06 20:26:52 -0600 | [diff] [blame] | 251 | __weak struct legacy_img_hdr *spl_get_load_buffer(ssize_t offset, size_t size) |
Marek Vasut | 1dda46f | 2018-08-14 11:27:02 +0200 | [diff] [blame] | 252 | { |
Simon Glass | 72cc538 | 2022-10-20 18:22:39 -0600 | [diff] [blame] | 253 | return map_sysmem(CONFIG_TEXT_BASE + offset, 0); |
Marek Vasut | 1dda46f | 2018-08-14 11:27:02 +0200 | [diff] [blame] | 254 | } |
| 255 | |
Simon Glass | 11a1a27 | 2016-09-24 18:19:52 -0600 | [diff] [blame] | 256 | void spl_set_header_raw_uboot(struct spl_image_info *spl_image) |
Heiko Schocher | cf00027 | 2014-10-31 08:31:00 +0100 | [diff] [blame] | 257 | { |
Alper Nebi Yasak | 173321c | 2022-06-18 15:13:06 +0300 | [diff] [blame] | 258 | ulong u_boot_pos = spl_get_image_pos(); |
Simon Glass | 867a398 | 2017-11-13 18:55:03 -0700 | [diff] [blame] | 259 | |
Tom Rini | 7f18432 | 2022-10-28 20:27:07 -0400 | [diff] [blame] | 260 | #if CONFIG_SYS_MONITOR_LEN != 0 |
Simon Glass | 11a1a27 | 2016-09-24 18:19:52 -0600 | [diff] [blame] | 261 | spl_image->size = CONFIG_SYS_MONITOR_LEN; |
Tom Rini | 7f18432 | 2022-10-28 20:27:07 -0400 | [diff] [blame] | 262 | #else |
| 263 | /* Unknown U-Boot size, let's assume it will not be more than 200 KB */ |
| 264 | spl_image->size = 200 * 1024; |
| 265 | #endif |
Miquel Raynal | 31824ff | 2018-02-28 20:51:43 +0100 | [diff] [blame] | 266 | |
| 267 | /* |
| 268 | * Binman error cases: address of the end of the previous region or the |
| 269 | * start of the image's entry area (usually 0) if there is no previous |
| 270 | * region. |
| 271 | */ |
| 272 | if (u_boot_pos && u_boot_pos != BINMAN_SYM_MISSING) { |
| 273 | /* Binman does not support separated entry addresses */ |
Simon Glass | cde6bd5 | 2025-01-26 11:43:26 -0700 | [diff] [blame] | 274 | spl_image->entry_point = spl_get_image_text_base(); |
| 275 | spl_image->load_addr = spl_get_image_text_base(); |
| 276 | spl_image->size = spl_get_image_size(); |
| 277 | log_debug("Next load addr %lx\n", spl_image->load_addr); |
Simon Glass | 867a398 | 2017-11-13 18:55:03 -0700 | [diff] [blame] | 278 | } else { |
Jesse Taube | 93ee5c8 | 2023-08-24 21:59:48 -0400 | [diff] [blame] | 279 | spl_image->entry_point = CONFIG_SYS_UBOOT_START; |
Simon Glass | 72cc538 | 2022-10-20 18:22:39 -0600 | [diff] [blame] | 280 | spl_image->load_addr = CONFIG_TEXT_BASE; |
Simon Glass | cde6bd5 | 2025-01-26 11:43:26 -0700 | [diff] [blame] | 281 | log_debug("Default load addr %x (u_boot_pos=%lx)\n", |
| 282 | CONFIG_TEXT_BASE, u_boot_pos); |
Simon Glass | 867a398 | 2017-11-13 18:55:03 -0700 | [diff] [blame] | 283 | } |
Simon Glass | 11a1a27 | 2016-09-24 18:19:52 -0600 | [diff] [blame] | 284 | spl_image->os = IH_OS_U_BOOT; |
Simon Glass | cde6bd5 | 2025-01-26 11:43:26 -0700 | [diff] [blame] | 285 | spl_image->name = xpl_name(xpl_next_phase()); |
| 286 | log_debug("Next phase: %s at %lx size %lx\n", spl_image->name, |
| 287 | spl_image->load_addr, (ulong)spl_image->size); |
Heiko Schocher | cf00027 | 2014-10-31 08:31:00 +0100 | [diff] [blame] | 288 | } |
| 289 | |
Pali Rohár | bde23cb | 2021-07-23 11:14:28 +0200 | [diff] [blame] | 290 | __weak int spl_parse_board_header(struct spl_image_info *spl_image, |
Pali Rohár | dda8f88 | 2022-01-14 14:31:38 +0100 | [diff] [blame] | 291 | const struct spl_boot_device *bootdev, |
Pali Rohár | bde23cb | 2021-07-23 11:14:28 +0200 | [diff] [blame] | 292 | const void *image_header, size_t size) |
| 293 | { |
| 294 | return -EINVAL; |
| 295 | } |
| 296 | |
Stefan Roese | 21a1df1 | 2020-04-21 09:28:41 +0200 | [diff] [blame] | 297 | __weak int spl_parse_legacy_header(struct spl_image_info *spl_image, |
Simon Glass | bb7d3bb | 2022-09-06 20:26:52 -0600 | [diff] [blame] | 298 | const struct legacy_img_hdr *header) |
Stefan Roese | 21a1df1 | 2020-04-21 09:28:41 +0200 | [diff] [blame] | 299 | { |
| 300 | /* LEGACY image not supported */ |
| 301 | debug("Legacy boot image support not enabled, proceeding to other boot methods\n"); |
| 302 | return -EINVAL; |
| 303 | } |
| 304 | |
Simon Glass | 6b2e4db | 2016-09-24 18:19:53 -0600 | [diff] [blame] | 305 | int spl_parse_image_header(struct spl_image_info *spl_image, |
Pali Rohár | dda8f88 | 2022-01-14 14:31:38 +0100 | [diff] [blame] | 306 | const struct spl_boot_device *bootdev, |
Simon Glass | bb7d3bb | 2022-09-06 20:26:52 -0600 | [diff] [blame] | 307 | const struct legacy_img_hdr *header) |
Aneesh V | 13a74c1 | 2011-07-21 09:10:27 -0400 | [diff] [blame] | 308 | { |
Simon Glass | c0bd55e | 2023-09-26 08:14:34 -0600 | [diff] [blame] | 309 | int ret; |
Marek Vasut | 0662337 | 2018-05-13 00:23:17 +0200 | [diff] [blame] | 310 | |
Simon Glass | c0bd55e | 2023-09-26 08:14:34 -0600 | [diff] [blame] | 311 | if (CONFIG_IS_ENABLED(LOAD_FIT_FULL)) { |
| 312 | ret = spl_load_fit_image(spl_image, header); |
| 313 | |
| 314 | if (!ret) |
| 315 | return ret; |
| 316 | } |
Stefan Roese | 292db77 | 2012-08-27 12:50:57 +0200 | [diff] [blame] | 317 | if (image_get_magic(header) == IH_MAGIC) { |
Stefan Roese | 21a1df1 | 2020-04-21 09:28:41 +0200 | [diff] [blame] | 318 | int ret; |
Andrew F. Davis | 7463034 | 2017-02-16 11:18:39 -0600 | [diff] [blame] | 319 | |
Stefan Roese | 21a1df1 | 2020-04-21 09:28:41 +0200 | [diff] [blame] | 320 | ret = spl_parse_legacy_header(spl_image, header); |
| 321 | if (ret) |
| 322 | return ret; |
Simon Glass | edd2751 | 2024-08-22 07:54:52 -0600 | [diff] [blame] | 323 | return 0; |
| 324 | } |
| 325 | |
| 326 | if (IS_ENABLED(CONFIG_SPL_PANIC_ON_RAW_IMAGE)) { |
Albert ARIBAUD \(3ADEV\) | 287b094 | 2015-03-31 11:40:50 +0200 | [diff] [blame] | 327 | /* |
| 328 | * CONFIG_SPL_PANIC_ON_RAW_IMAGE is defined when the |
| 329 | * code which loads images in SPL cannot guarantee that |
| 330 | * absolutely all read errors will be reported. |
| 331 | * An example is the LPC32XX MLC NAND driver, which |
| 332 | * will consider that a completely unreadable NAND block |
| 333 | * is bad, and thus should be skipped silently. |
| 334 | */ |
| 335 | panic("** no mkimage signature but raw image not supported"); |
Simon Glass | edd2751 | 2024-08-22 07:54:52 -0600 | [diff] [blame] | 336 | } |
Paul Kocialkowski | e48b775 | 2016-08-24 20:04:42 +0200 | [diff] [blame] | 337 | |
Simon Glass | edd2751 | 2024-08-22 07:54:52 -0600 | [diff] [blame] | 338 | if (CONFIG_IS_ENABLED(OS_BOOT) && IS_ENABLED(CONFIG_CMD_BOOTI)) { |
Nathan Barrett-Morrison | c20400a | 2022-02-02 15:05:18 -0500 | [diff] [blame] | 339 | ulong start, size; |
| 340 | |
| 341 | if (!booti_setup((ulong)header, &start, &size, 0)) { |
| 342 | spl_image->name = "Linux"; |
| 343 | spl_image->os = IH_OS_LINUX; |
| 344 | spl_image->load_addr = start; |
| 345 | spl_image->entry_point = start; |
| 346 | spl_image->size = size; |
Simon Glass | 8bc9326 | 2024-09-29 19:49:55 -0600 | [diff] [blame] | 347 | debug(PHASE_PROMPT |
Nathan Barrett-Morrison | c20400a | 2022-02-02 15:05:18 -0500 | [diff] [blame] | 348 | "payload Image, load addr: 0x%lx size: %d\n", |
| 349 | spl_image->load_addr, spl_image->size); |
| 350 | return 0; |
| 351 | } |
Simon Glass | edd2751 | 2024-08-22 07:54:52 -0600 | [diff] [blame] | 352 | } else if (CONFIG_IS_ENABLED(OS_BOOT) && IS_ENABLED(CONFIG_CMD_BOOTZ)) { |
Ladislav Michl | 9c74372 | 2016-07-12 20:28:14 +0200 | [diff] [blame] | 353 | ulong start, end; |
| 354 | |
| 355 | if (!bootz_setup((ulong)header, &start, &end)) { |
Simon Glass | 6b2e4db | 2016-09-24 18:19:53 -0600 | [diff] [blame] | 356 | spl_image->name = "Linux"; |
| 357 | spl_image->os = IH_OS_LINUX; |
| 358 | spl_image->load_addr = CONFIG_SYS_LOAD_ADDR; |
| 359 | spl_image->entry_point = CONFIG_SYS_LOAD_ADDR; |
| 360 | spl_image->size = end - start; |
Simon Glass | 8bc9326 | 2024-09-29 19:49:55 -0600 | [diff] [blame] | 361 | debug(PHASE_PROMPT |
Simon Glass | dbd3f11 | 2018-11-15 18:43:56 -0700 | [diff] [blame] | 362 | "payload zImage, load addr: 0x%lx size: %d\n", |
Simon Glass | 6b2e4db | 2016-09-24 18:19:53 -0600 | [diff] [blame] | 363 | spl_image->load_addr, spl_image->size); |
Ladislav Michl | 9c74372 | 2016-07-12 20:28:14 +0200 | [diff] [blame] | 364 | return 0; |
| 365 | } |
Simon Glass | edd2751 | 2024-08-22 07:54:52 -0600 | [diff] [blame] | 366 | } |
Paul Kocialkowski | e48b775 | 2016-08-24 20:04:42 +0200 | [diff] [blame] | 367 | |
Simon Glass | edd2751 | 2024-08-22 07:54:52 -0600 | [diff] [blame] | 368 | if (!spl_parse_board_header(spl_image, bootdev, (const void *)header, |
| 369 | sizeof(*header))) |
| 370 | return 0; |
Pali Rohár | bde23cb | 2021-07-23 11:14:28 +0200 | [diff] [blame] | 371 | |
Simon Glass | 165264b | 2024-08-22 07:54:53 -0600 | [diff] [blame] | 372 | if (IS_ENABLED(CONFIG_SPL_RAW_IMAGE_SUPPORT)) { |
Aneesh V | 13a74c1 | 2011-07-21 09:10:27 -0400 | [diff] [blame] | 373 | /* Signature not found - assume u-boot.bin */ |
Tom Rini | 7b51686 | 2012-08-14 12:06:43 -0700 | [diff] [blame] | 374 | debug("mkimage signature not found - ih_magic = %x\n", |
Simon Glass | 165264b | 2024-08-22 07:54:53 -0600 | [diff] [blame] | 375 | header->ih_magic); |
Simon Glass | 6b2e4db | 2016-09-24 18:19:53 -0600 | [diff] [blame] | 376 | spl_set_header_raw_uboot(spl_image); |
Simon Glass | 165264b | 2024-08-22 07:54:53 -0600 | [diff] [blame] | 377 | } else { |
Andrew F. Davis | b4be3c3 | 2017-02-16 11:18:38 -0600 | [diff] [blame] | 378 | /* RAW image not supported, proceed to other boot methods. */ |
Anatolij Gustschin | dcb711f | 2017-08-01 16:17:12 +0200 | [diff] [blame] | 379 | debug("Raw boot image support not enabled, proceeding to other boot methods\n"); |
Andrew F. Davis | b4be3c3 | 2017-02-16 11:18:38 -0600 | [diff] [blame] | 380 | return -EINVAL; |
Simon Glass | 165264b | 2024-08-22 07:54:53 -0600 | [diff] [blame] | 381 | } |
Andrew F. Davis | b4be3c3 | 2017-02-16 11:18:38 -0600 | [diff] [blame] | 382 | |
Marek Vasut | 02266e2 | 2016-04-29 00:44:54 +0200 | [diff] [blame] | 383 | return 0; |
Aneesh V | 13a74c1 | 2011-07-21 09:10:27 -0400 | [diff] [blame] | 384 | } |
| 385 | |
Sean Anderson | 3a4a2b7 | 2023-11-08 11:48:47 -0500 | [diff] [blame] | 386 | #if SPL_LOAD_USERS > 1 |
| 387 | int spl_load(struct spl_image_info *spl_image, |
| 388 | const struct spl_boot_device *bootdev, struct spl_load_info *info, |
| 389 | size_t size, size_t offset) |
| 390 | { |
| 391 | return _spl_load(spl_image, bootdev, info, size, offset); |
| 392 | } |
| 393 | #endif |
| 394 | |
Allen Martin | c67e485 | 2012-10-19 21:08:22 +0000 | [diff] [blame] | 395 | __weak void __noreturn jump_to_image_no_args(struct spl_image_info *spl_image) |
Aneesh V | 13a74c1 | 2011-07-21 09:10:27 -0400 | [diff] [blame] | 396 | { |
SRICHARAN R | 3f30b0a | 2013-04-24 00:41:24 +0000 | [diff] [blame] | 397 | typedef void __noreturn (*image_entry_noargs_t)(void); |
| 398 | |
Aneesh V | 13a74c1 | 2011-07-21 09:10:27 -0400 | [diff] [blame] | 399 | image_entry_noargs_t image_entry = |
Andre Przywara | 6c52607 | 2017-01-02 11:48:31 +0000 | [diff] [blame] | 400 | (image_entry_noargs_t)spl_image->entry_point; |
Aneesh V | 13a74c1 | 2011-07-21 09:10:27 -0400 | [diff] [blame] | 401 | |
Simon Goldschmidt | 1ddade6 | 2018-11-02 21:49:52 +0100 | [diff] [blame] | 402 | debug("image entry point: 0x%lx\n", spl_image->entry_point); |
SRICHARAN R | 3f30b0a | 2013-04-24 00:41:24 +0000 | [diff] [blame] | 403 | image_entry(); |
Aneesh V | 13a74c1 | 2011-07-21 09:10:27 -0400 | [diff] [blame] | 404 | } |
| 405 | |
Simon Glass | e14f1a2 | 2018-11-15 18:44:09 -0700 | [diff] [blame] | 406 | #if CONFIG_IS_ENABLED(HANDOFF) |
| 407 | /** |
| 408 | * Set up the SPL hand-off information |
| 409 | * |
| 410 | * This is initially empty (zero) but can be written by |
| 411 | */ |
| 412 | static int setup_spl_handoff(void) |
| 413 | { |
| 414 | struct spl_handoff *ho; |
| 415 | |
Simon Glass | 90c1a58 | 2022-01-12 19:26:17 -0700 | [diff] [blame] | 416 | ho = bloblist_ensure(BLOBLISTT_U_BOOT_SPL_HANDOFF, sizeof(struct spl_handoff)); |
Simon Glass | e14f1a2 | 2018-11-15 18:44:09 -0700 | [diff] [blame] | 417 | if (!ho) |
| 418 | return -ENOENT; |
| 419 | |
| 420 | return 0; |
| 421 | } |
| 422 | |
Simon Glass | c5d2720 | 2019-09-25 08:11:18 -0600 | [diff] [blame] | 423 | __weak int handoff_arch_save(struct spl_handoff *ho) |
| 424 | { |
| 425 | return 0; |
| 426 | } |
| 427 | |
Simon Glass | e14f1a2 | 2018-11-15 18:44:09 -0700 | [diff] [blame] | 428 | static int write_spl_handoff(void) |
| 429 | { |
| 430 | struct spl_handoff *ho; |
Simon Glass | c5d2720 | 2019-09-25 08:11:18 -0600 | [diff] [blame] | 431 | int ret; |
Simon Glass | e14f1a2 | 2018-11-15 18:44:09 -0700 | [diff] [blame] | 432 | |
Simon Glass | 90c1a58 | 2022-01-12 19:26:17 -0700 | [diff] [blame] | 433 | ho = bloblist_find(BLOBLISTT_U_BOOT_SPL_HANDOFF, sizeof(struct spl_handoff)); |
Simon Glass | e14f1a2 | 2018-11-15 18:44:09 -0700 | [diff] [blame] | 434 | if (!ho) |
| 435 | return -ENOENT; |
| 436 | handoff_save_dram(ho); |
Simon Glass | c5d2720 | 2019-09-25 08:11:18 -0600 | [diff] [blame] | 437 | ret = handoff_arch_save(ho); |
| 438 | if (ret) |
| 439 | return ret; |
Simon Glass | 8bc9326 | 2024-09-29 19:49:55 -0600 | [diff] [blame] | 440 | debug(PHASE_PROMPT "Wrote SPL handoff\n"); |
Simon Glass | e14f1a2 | 2018-11-15 18:44:09 -0700 | [diff] [blame] | 441 | |
| 442 | return 0; |
| 443 | } |
| 444 | #else |
| 445 | static inline int setup_spl_handoff(void) { return 0; } |
| 446 | static inline int write_spl_handoff(void) { return 0; } |
| 447 | |
| 448 | #endif /* HANDOFF */ |
| 449 | |
Simon Glass | 97447ea | 2021-03-15 18:11:15 +1300 | [diff] [blame] | 450 | /** |
| 451 | * get_bootstage_id() - Get the bootstage ID to emit |
| 452 | * |
| 453 | * @start: true if this is for starting SPL, false for ending it |
Heinrich Schuchardt | 47b4c02 | 2022-01-19 18:05:50 +0100 | [diff] [blame] | 454 | * Return: bootstage ID to use |
Simon Glass | 97447ea | 2021-03-15 18:11:15 +1300 | [diff] [blame] | 455 | */ |
| 456 | static enum bootstage_id get_bootstage_id(bool start) |
| 457 | { |
Simon Glass | d4dce4a | 2024-09-29 19:49:36 -0600 | [diff] [blame] | 458 | enum xpl_phase_t phase = xpl_phase(); |
Simon Glass | 97447ea | 2021-03-15 18:11:15 +1300 | [diff] [blame] | 459 | |
| 460 | if (IS_ENABLED(CONFIG_TPL_BUILD) && phase == PHASE_TPL) |
| 461 | return start ? BOOTSTAGE_ID_START_TPL : BOOTSTAGE_ID_END_TPL; |
Simon Glass | 7eec884 | 2022-04-30 00:56:52 -0600 | [diff] [blame] | 462 | else if (IS_ENABLED(CONFIG_VPL_BUILD) && phase == PHASE_VPL) |
| 463 | return start ? BOOTSTAGE_ID_START_VPL : BOOTSTAGE_ID_END_VPL; |
Simon Glass | 97447ea | 2021-03-15 18:11:15 +1300 | [diff] [blame] | 464 | else |
| 465 | return start ? BOOTSTAGE_ID_START_SPL : BOOTSTAGE_ID_END_SPL; |
| 466 | } |
| 467 | |
Eddie Cai | 3225899 | 2017-03-15 08:43:28 -0600 | [diff] [blame] | 468 | static int spl_common_init(bool setup_malloc) |
Aneesh V | b8e60b9 | 2011-07-21 09:10:21 -0400 | [diff] [blame] | 469 | { |
Simon Glass | 9a49ec1 | 2015-02-27 22:06:42 -0700 | [diff] [blame] | 470 | int ret; |
| 471 | |
Simon Glass | adad2d0 | 2023-09-26 08:14:27 -0600 | [diff] [blame] | 472 | #if CONFIG_IS_ENABLED(SYS_MALLOC_F) |
Eddie Cai | 3225899 | 2017-03-15 08:43:28 -0600 | [diff] [blame] | 473 | if (setup_malloc) { |
Tom Rini | fb52b94 | 2022-12-04 10:04:49 -0500 | [diff] [blame] | 474 | #ifdef CFG_MALLOC_F_ADDR |
| 475 | gd->malloc_base = CFG_MALLOC_F_ADDR; |
Marek Vasut | d61ba11 | 2016-05-25 02:14:56 +0200 | [diff] [blame] | 476 | #endif |
Andy Yan | 1fa20e4d | 2017-07-24 17:43:34 +0800 | [diff] [blame] | 477 | gd->malloc_limit = CONFIG_VAL(SYS_MALLOC_F_LEN); |
Eddie Cai | 3225899 | 2017-03-15 08:43:28 -0600 | [diff] [blame] | 478 | gd->malloc_ptr = 0; |
| 479 | } |
Tom Rini | 730bae7 | 2012-08-13 14:13:07 -0700 | [diff] [blame] | 480 | #endif |
Simon Glass | 3235f1e | 2024-09-29 19:49:34 -0600 | [diff] [blame] | 481 | ret = bootstage_init(xpl_is_first_phase()); |
Simon Glass | 01154cb | 2017-05-22 05:05:35 -0600 | [diff] [blame] | 482 | if (ret) { |
| 483 | debug("%s: Failed to set up bootstage: ret=%d\n", __func__, |
| 484 | ret); |
| 485 | return ret; |
| 486 | } |
Simon Glass | 3235f1e | 2024-09-29 19:49:34 -0600 | [diff] [blame] | 487 | if (!xpl_is_first_phase()) { |
Simon Glass | b4c22cf | 2023-09-26 08:14:32 -0600 | [diff] [blame] | 488 | ret = bootstage_unstash_default(); |
Simon Glass | 0e86456 | 2019-10-21 17:26:52 -0600 | [diff] [blame] | 489 | if (ret) |
Simon Glass | b4c22cf | 2023-09-26 08:14:32 -0600 | [diff] [blame] | 490 | log_debug("Failed to unstash bootstage: ret=%d\n", ret); |
Simon Glass | 0e86456 | 2019-10-21 17:26:52 -0600 | [diff] [blame] | 491 | } |
Simon Glass | 6c6fcc6 | 2024-09-29 19:49:40 -0600 | [diff] [blame] | 492 | bootstage_mark_name(get_bootstage_id(true), xpl_name(xpl_phase())); |
Simon Glass | b56cdc0 | 2018-11-15 18:43:49 -0700 | [diff] [blame] | 493 | #if CONFIG_IS_ENABLED(LOG) |
| 494 | ret = log_init(); |
| 495 | if (ret) { |
| 496 | debug("%s: Failed to set up logging\n", __func__); |
| 497 | return ret; |
| 498 | } |
| 499 | #endif |
Simon Glass | 3580f6d | 2021-08-07 07:24:03 -0600 | [diff] [blame] | 500 | if (CONFIG_IS_ENABLED(OF_REAL)) { |
Simon Glass | 9a49ec1 | 2015-02-27 22:06:42 -0700 | [diff] [blame] | 501 | ret = fdtdec_setup(); |
| 502 | if (ret) { |
| 503 | debug("fdtdec_setup() returned error %d\n", ret); |
Simon Glass | fa2a4db | 2015-06-23 15:39:10 -0600 | [diff] [blame] | 504 | return ret; |
Simon Glass | 9a49ec1 | 2015-02-27 22:06:42 -0700 | [diff] [blame] | 505 | } |
| 506 | } |
Philipp Tomsich | 60e1578 | 2017-06-30 19:02:53 +0200 | [diff] [blame] | 507 | if (CONFIG_IS_ENABLED(DM)) { |
Simon Glass | ea6a609 | 2020-05-10 11:39:59 -0600 | [diff] [blame] | 508 | bootstage_start(BOOTSTAGE_ID_ACCUM_DM_SPL, |
Simon Glass | d4dce4a | 2024-09-29 19:49:36 -0600 | [diff] [blame] | 509 | xpl_phase() == PHASE_TPL ? "dm tpl" : "dm_spl"); |
Tom Rini | 9732f79 | 2017-01-14 12:20:23 -0500 | [diff] [blame] | 510 | /* With CONFIG_SPL_OF_PLATDATA, bring in all devices */ |
Simon Glass | e9559fb | 2016-07-04 11:58:14 -0600 | [diff] [blame] | 511 | ret = dm_init_and_scan(!CONFIG_IS_ENABLED(OF_PLATDATA)); |
Simon Glass | ea6a609 | 2020-05-10 11:39:59 -0600 | [diff] [blame] | 512 | bootstage_accum(BOOTSTAGE_ID_ACCUM_DM_SPL); |
Simon Glass | 9a49ec1 | 2015-02-27 22:06:42 -0700 | [diff] [blame] | 513 | if (ret) { |
| 514 | debug("dm_init_and_scan() returned error %d\n", ret); |
Simon Glass | fa2a4db | 2015-06-23 15:39:10 -0600 | [diff] [blame] | 515 | return ret; |
Simon Glass | 9a49ec1 | 2015-02-27 22:06:42 -0700 | [diff] [blame] | 516 | } |
Simon Glass | 775fc11 | 2024-11-20 08:36:41 -0700 | [diff] [blame] | 517 | |
| 518 | ret = dm_autoprobe(); |
| 519 | if (ret) |
| 520 | return ret; |
Simon Glass | 9a49ec1 | 2015-02-27 22:06:42 -0700 | [diff] [blame] | 521 | } |
Eddie Cai | 3225899 | 2017-03-15 08:43:28 -0600 | [diff] [blame] | 522 | |
| 523 | return 0; |
| 524 | } |
| 525 | |
Alexandru Gagniuc | 7861f8b | 2021-04-08 11:56:11 -0500 | [diff] [blame] | 526 | void spl_set_bd(void) |
York Sun | a34ca5f | 2017-09-28 08:42:10 -0700 | [diff] [blame] | 527 | { |
Simon Glass | ef8d48a | 2018-11-15 18:43:58 -0700 | [diff] [blame] | 528 | /* |
| 529 | * NOTE: On some platforms (e.g. x86) bdata may be in flash and not |
| 530 | * writeable. |
| 531 | */ |
Alexandru Gagniuc | 7861f8b | 2021-04-08 11:56:11 -0500 | [diff] [blame] | 532 | if (!gd->bd) |
| 533 | gd->bd = &bdata; |
York Sun | a34ca5f | 2017-09-28 08:42:10 -0700 | [diff] [blame] | 534 | } |
| 535 | |
Eddie Cai | 3225899 | 2017-03-15 08:43:28 -0600 | [diff] [blame] | 536 | int spl_early_init(void) |
| 537 | { |
| 538 | int ret; |
| 539 | |
Simon Goldschmidt | 7dbffe4 | 2018-08-13 11:24:05 +0200 | [diff] [blame] | 540 | debug("%s\n", __func__); |
| 541 | |
Eddie Cai | 3225899 | 2017-03-15 08:43:28 -0600 | [diff] [blame] | 542 | ret = spl_common_init(true); |
| 543 | if (ret) |
| 544 | return ret; |
| 545 | gd->flags |= GD_FLG_SPL_EARLY_INIT; |
| 546 | |
| 547 | return 0; |
| 548 | } |
| 549 | |
| 550 | int spl_init(void) |
| 551 | { |
| 552 | int ret; |
Tom Rini | 89ea21e | 2017-03-20 14:19:27 -0400 | [diff] [blame] | 553 | bool setup_malloc = !(IS_ENABLED(CONFIG_SPL_STACK_R) && |
| 554 | IS_ENABLED(CONFIG_SPL_SYS_MALLOC_SIMPLE)); |
Eddie Cai | 3225899 | 2017-03-15 08:43:28 -0600 | [diff] [blame] | 555 | |
Simon Goldschmidt | 7dbffe4 | 2018-08-13 11:24:05 +0200 | [diff] [blame] | 556 | debug("%s\n", __func__); |
| 557 | |
Eddie Cai | 3225899 | 2017-03-15 08:43:28 -0600 | [diff] [blame] | 558 | if (!(gd->flags & GD_FLG_SPL_EARLY_INIT)) { |
Tom Rini | 89ea21e | 2017-03-20 14:19:27 -0400 | [diff] [blame] | 559 | ret = spl_common_init(setup_malloc); |
Eddie Cai | 3225899 | 2017-03-15 08:43:28 -0600 | [diff] [blame] | 560 | if (ret) |
| 561 | return ret; |
| 562 | } |
Simon Glass | fa2a4db | 2015-06-23 15:39:10 -0600 | [diff] [blame] | 563 | gd->flags |= GD_FLG_SPL_INIT; |
| 564 | |
| 565 | return 0; |
| 566 | } |
| 567 | |
Nikita Kiryanov | 3ed9478 | 2015-11-08 17:11:51 +0200 | [diff] [blame] | 568 | #ifndef BOOT_DEVICE_NONE |
| 569 | #define BOOT_DEVICE_NONE 0xdeadbeef |
| 570 | #endif |
| 571 | |
Nikita Kiryanov | 3ed9478 | 2015-11-08 17:11:51 +0200 | [diff] [blame] | 572 | __weak void board_boot_order(u32 *spl_boot_list) |
| 573 | { |
| 574 | spl_boot_list[0] = spl_boot_device(); |
| 575 | } |
| 576 | |
Pali Rohár | f47349a | 2022-01-14 14:31:40 +0100 | [diff] [blame] | 577 | __weak int spl_check_board_image(struct spl_image_info *spl_image, |
| 578 | const struct spl_boot_device *bootdev) |
| 579 | { |
| 580 | return 0; |
| 581 | } |
| 582 | |
Simon Glass | f1e5575 | 2016-11-30 15:30:52 -0700 | [diff] [blame] | 583 | static int spl_load_image(struct spl_image_info *spl_image, |
| 584 | struct spl_image_loader *loader) |
Simon Glass | fa2a4db | 2015-06-23 15:39:10 -0600 | [diff] [blame] | 585 | { |
Simon Goldschmidt | 1714047 | 2019-02-10 21:34:37 +0100 | [diff] [blame] | 586 | int ret; |
Simon Glass | c0b6c9b | 2016-09-24 18:19:57 -0600 | [diff] [blame] | 587 | struct spl_boot_device bootdev; |
| 588 | |
Simon Glass | f1e5575 | 2016-11-30 15:30:52 -0700 | [diff] [blame] | 589 | bootdev.boot_device = loader->boot_device; |
Simon Glass | c0b6c9b | 2016-09-24 18:19:57 -0600 | [diff] [blame] | 590 | bootdev.boot_device_name = NULL; |
| 591 | |
Simon Goldschmidt | 1714047 | 2019-02-10 21:34:37 +0100 | [diff] [blame] | 592 | ret = loader->load_image(spl_image, &bootdev); |
| 593 | #ifdef CONFIG_SPL_LEGACY_IMAGE_CRC_CHECK |
| 594 | if (!ret && spl_image->dcrc_length) { |
| 595 | /* check data crc */ |
| 596 | ulong dcrc = crc32_wd(0, (unsigned char *)spl_image->dcrc_data, |
| 597 | spl_image->dcrc_length, CHUNKSZ_CRC32); |
| 598 | if (dcrc != spl_image->dcrc) { |
| 599 | puts("SPL: Image data CRC check failed!\n"); |
| 600 | ret = -EINVAL; |
| 601 | } |
| 602 | } |
| 603 | #endif |
Pali Rohár | f47349a | 2022-01-14 14:31:40 +0100 | [diff] [blame] | 604 | if (!ret) |
| 605 | ret = spl_check_board_image(spl_image, &bootdev); |
| 606 | |
Simon Goldschmidt | 1714047 | 2019-02-10 21:34:37 +0100 | [diff] [blame] | 607 | return ret; |
Simon Glass | c9ef185 | 2016-11-30 15:30:51 -0700 | [diff] [blame] | 608 | } |
| 609 | |
| 610 | /** |
Miquel Raynal | 9f8d994 | 2019-05-07 14:18:43 +0200 | [diff] [blame] | 611 | * boot_from_devices() - Try loading a booting U-Boot from a list of devices |
Simon Glass | c9ef185 | 2016-11-30 15:30:51 -0700 | [diff] [blame] | 612 | * |
| 613 | * @spl_image: Place to put the image details if successful |
| 614 | * @spl_boot_list: List of boot devices to try |
| 615 | * @count: Number of elements in spl_boot_list |
Heinrich Schuchardt | 47b4c02 | 2022-01-19 18:05:50 +0100 | [diff] [blame] | 616 | * Return: 0 if OK, -ENODEV if there were no boot devices |
Simon Glass | 58254e0 | 2021-07-05 16:32:57 -0600 | [diff] [blame] | 617 | * if CONFIG_SHOW_ERRORS is enabled, returns -ENXIO if there were |
| 618 | * devices but none worked |
Simon Glass | c9ef185 | 2016-11-30 15:30:51 -0700 | [diff] [blame] | 619 | */ |
| 620 | static int boot_from_devices(struct spl_image_info *spl_image, |
| 621 | u32 spl_boot_list[], int count) |
| 622 | { |
Simon Glass | 6b8705d | 2022-10-20 18:23:07 -0600 | [diff] [blame] | 623 | struct spl_image_loader *drv = |
| 624 | ll_entry_start(struct spl_image_loader, spl_image_loader); |
| 625 | const int n_ents = |
| 626 | ll_entry_count(struct spl_image_loader, spl_image_loader); |
Simon Glass | 58254e0 | 2021-07-05 16:32:57 -0600 | [diff] [blame] | 627 | int ret = -ENODEV; |
Simon Glass | c9ef185 | 2016-11-30 15:30:51 -0700 | [diff] [blame] | 628 | int i; |
| 629 | |
| 630 | for (i = 0; i < count && spl_boot_list[i] != BOOT_DEVICE_NONE; i++) { |
| 631 | struct spl_image_loader *loader; |
Simon Glass | 58254e0 | 2021-07-05 16:32:57 -0600 | [diff] [blame] | 632 | int bootdev = spl_boot_list[i]; |
Simon Glass | c9ef185 | 2016-11-30 15:30:51 -0700 | [diff] [blame] | 633 | |
Simon Glass | 58254e0 | 2021-07-05 16:32:57 -0600 | [diff] [blame] | 634 | if (CONFIG_IS_ENABLED(SHOW_ERRORS)) |
| 635 | ret = -ENXIO; |
Simon Glass | 6b8705d | 2022-10-20 18:23:07 -0600 | [diff] [blame] | 636 | for (loader = drv; loader != drv + n_ents; loader++) { |
| 637 | if (bootdev != loader->boot_device) |
| 638 | continue; |
| 639 | if (!CONFIG_IS_ENABLED(SILENT_CONSOLE)) { |
| 640 | if (loader) |
| 641 | printf("Trying to boot from %s\n", |
| 642 | spl_loader_name(loader)); |
| 643 | else if (CONFIG_IS_ENABLED(SHOW_ERRORS)) { |
Simon Glass | 8bc9326 | 2024-09-29 19:49:55 -0600 | [diff] [blame] | 644 | printf(PHASE_PROMPT |
Simon Glass | 6b8705d | 2022-10-20 18:23:07 -0600 | [diff] [blame] | 645 | "Unsupported Boot Device %d\n", |
| 646 | bootdev); |
| 647 | } else { |
Simon Glass | 8bc9326 | 2024-09-29 19:49:55 -0600 | [diff] [blame] | 648 | puts(PHASE_PROMPT |
Simon Glass | 6b8705d | 2022-10-20 18:23:07 -0600 | [diff] [blame] | 649 | "Unsupported Boot Device!\n"); |
| 650 | } |
| 651 | } |
Simon Glass | c76a339 | 2024-12-19 11:28:57 -0700 | [diff] [blame] | 652 | if (loader) { |
| 653 | ret = spl_load_image(spl_image, loader); |
| 654 | if (!ret) { |
| 655 | spl_image->boot_device = bootdev; |
| 656 | return 0; |
| 657 | } |
| 658 | printf("Error: %d\n", ret); |
Simon Glass | 6b8705d | 2022-10-20 18:23:07 -0600 | [diff] [blame] | 659 | } |
Philipp Tomsich | 58beb6e | 2018-05-24 17:15:50 +0200 | [diff] [blame] | 660 | } |
Simon Glass | c9ef185 | 2016-11-30 15:30:51 -0700 | [diff] [blame] | 661 | } |
| 662 | |
Simon Glass | 58254e0 | 2021-07-05 16:32:57 -0600 | [diff] [blame] | 663 | return ret; |
Nikita Kiryanov | 0a97881 | 2015-11-08 17:11:50 +0200 | [diff] [blame] | 664 | } |
| 665 | |
Philippe Reynes | c4510f4 | 2019-09-19 16:18:39 +0200 | [diff] [blame] | 666 | #if defined(CONFIG_SPL_FRAMEWORK_BOARD_INIT_F) |
| 667 | void board_init_f(ulong dummy) |
| 668 | { |
| 669 | if (CONFIG_IS_ENABLED(OF_CONTROL)) { |
| 670 | int ret; |
| 671 | |
| 672 | ret = spl_early_init(); |
| 673 | if (ret) { |
| 674 | debug("spl_early_init() failed: %d\n", ret); |
| 675 | hang(); |
| 676 | } |
| 677 | } |
| 678 | |
Samuel Holland | b03e666 | 2020-05-07 18:08:10 -0500 | [diff] [blame] | 679 | preloader_console_init(); |
Philippe Reynes | c4510f4 | 2019-09-19 16:18:39 +0200 | [diff] [blame] | 680 | } |
| 681 | #endif |
| 682 | |
Nikita Kiryanov | 0a97881 | 2015-11-08 17:11:50 +0200 | [diff] [blame] | 683 | void board_init_r(gd_t *dummy1, ulong dummy2) |
| 684 | { |
Simon Glass | ce8f509 | 2016-09-24 18:20:17 -0600 | [diff] [blame] | 685 | u32 spl_boot_list[] = { |
| 686 | BOOT_DEVICE_NONE, |
| 687 | BOOT_DEVICE_NONE, |
| 688 | BOOT_DEVICE_NONE, |
| 689 | BOOT_DEVICE_NONE, |
| 690 | BOOT_DEVICE_NONE, |
| 691 | }; |
Simon Glass | 7ba1b8c | 2025-01-15 18:27:18 -0700 | [diff] [blame] | 692 | spl_jump_to_image_t jump_to_image = &jump_to_image_no_args; |
Simon Glass | ce8f509 | 2016-09-24 18:20:17 -0600 | [diff] [blame] | 693 | struct spl_image_info spl_image; |
Simon Glass | 35c84e5 | 2023-09-26 08:14:22 -0600 | [diff] [blame] | 694 | int ret, os; |
Nikita Kiryanov | 0a97881 | 2015-11-08 17:11:50 +0200 | [diff] [blame] | 695 | |
Simon Glass | 8bc9326 | 2024-09-29 19:49:55 -0600 | [diff] [blame] | 696 | debug(">>" PHASE_PROMPT "board_init_r()\n"); |
York Sun | a34ca5f | 2017-09-28 08:42:10 -0700 | [diff] [blame] | 697 | |
Alexandru Gagniuc | 7861f8b | 2021-04-08 11:56:11 -0500 | [diff] [blame] | 698 | spl_set_bd(); |
| 699 | |
Simon Glass | 0686b0c | 2023-09-26 08:14:18 -0600 | [diff] [blame] | 700 | if (IS_ENABLED(CONFIG_SPL_SYS_MALLOC)) { |
Simon Glass | 1cd7dce | 2024-10-21 10:19:26 +0200 | [diff] [blame] | 701 | mem_malloc_init(SPL_SYS_MALLOC_START, SPL_SYS_MALLOC_SIZE); |
Simon Glass | 0686b0c | 2023-09-26 08:14:18 -0600 | [diff] [blame] | 702 | gd->flags |= GD_FLG_FULL_MALLOC_INIT; |
| 703 | } |
Nikita Kiryanov | 0a97881 | 2015-11-08 17:11:50 +0200 | [diff] [blame] | 704 | if (!(gd->flags & GD_FLG_SPL_INIT)) { |
| 705 | if (spl_init()) |
| 706 | hang(); |
| 707 | } |
Nikita Kiryanov | 0a97881 | 2015-11-08 17:11:50 +0200 | [diff] [blame] | 708 | timer_init(); |
Simon Glass | f120775 | 2019-09-25 08:11:19 -0600 | [diff] [blame] | 709 | if (CONFIG_IS_ENABLED(BLOBLIST)) { |
| 710 | ret = bloblist_init(); |
| 711 | if (ret) { |
| 712 | debug("%s: Failed to set up bloblist: ret=%d\n", |
| 713 | __func__, ret); |
Simon Glass | 8bc9326 | 2024-09-29 19:49:55 -0600 | [diff] [blame] | 714 | puts(PHASE_PROMPT "Cannot set up bloblist\n"); |
Simon Glass | f120775 | 2019-09-25 08:11:19 -0600 | [diff] [blame] | 715 | hang(); |
| 716 | } |
| 717 | } |
| 718 | if (CONFIG_IS_ENABLED(HANDOFF)) { |
| 719 | int ret; |
| 720 | |
| 721 | ret = setup_spl_handoff(); |
| 722 | if (ret) { |
Simon Glass | 8bc9326 | 2024-09-29 19:49:55 -0600 | [diff] [blame] | 723 | puts(PHASE_PROMPT "Cannot set up SPL handoff\n"); |
Simon Glass | f120775 | 2019-09-25 08:11:19 -0600 | [diff] [blame] | 724 | hang(); |
| 725 | } |
| 726 | } |
Nikita Kiryanov | 0a97881 | 2015-11-08 17:11:50 +0200 | [diff] [blame] | 727 | |
Lukas Funke | e51ca6a | 2024-03-27 13:11:52 +0100 | [diff] [blame] | 728 | if (CONFIG_IS_ENABLED(SOC_INIT)) |
| 729 | spl_soc_init(); |
| 730 | |
Simon Glass | e49743f | 2023-09-26 08:14:20 -0600 | [diff] [blame] | 731 | if (IS_ENABLED(CONFIG_SPL_WATCHDOG) && CONFIG_IS_ENABLED(WDT)) |
| 732 | initr_watchdog(); |
Stefan Roese | 502acb0 | 2019-04-11 15:58:44 +0200 | [diff] [blame] | 733 | |
Heiko Stuebner | 593b82e | 2020-05-25 19:57:25 +0200 | [diff] [blame] | 734 | if (IS_ENABLED(CONFIG_SPL_OS_BOOT) || CONFIG_IS_ENABLED(HANDOFF) || |
Chintan Vankar | 296f762 | 2024-08-26 15:55:05 +0530 | [diff] [blame] | 735 | IS_ENABLED(CONFIG_SPL_ATF) || IS_ENABLED(CONFIG_SPL_NET)) |
Simon Glass | e14f1a2 | 2018-11-15 18:44:09 -0700 | [diff] [blame] | 736 | dram_init_banksize(); |
| 737 | |
Sughosh Ganu | 68bf8f0 | 2024-08-26 17:29:28 +0530 | [diff] [blame] | 738 | if (IS_ENABLED(CONFIG_SPL_LMB)) |
| 739 | lmb_init(); |
| 740 | |
Simon Glass | 31ef834 | 2023-09-07 09:58:13 -0600 | [diff] [blame] | 741 | if (CONFIG_IS_ENABLED(PCI) && !(gd->flags & GD_FLG_DM_DEAD)) { |
Heinrich Schuchardt | 1d8f137 | 2023-07-24 22:18:41 +0200 | [diff] [blame] | 742 | ret = pci_init(); |
| 743 | if (ret) |
Simon Glass | 8bc9326 | 2024-09-29 19:49:55 -0600 | [diff] [blame] | 744 | puts(PHASE_PROMPT "Cannot initialize PCI\n"); |
Heinrich Schuchardt | 1d8f137 | 2023-07-24 22:18:41 +0200 | [diff] [blame] | 745 | /* Don't fail. We still can try other boot methods. */ |
| 746 | } |
| 747 | |
Sughosh Ganu | 1544a89 | 2024-08-26 17:29:33 +0530 | [diff] [blame] | 748 | if (CONFIG_IS_ENABLED(BOARD_INIT)) |
| 749 | spl_board_init(); |
| 750 | |
Lukasz Majewski | a485860 | 2018-05-02 16:10:54 +0200 | [diff] [blame] | 751 | bootcount_inc(); |
| 752 | |
Simon Glass | 099dc1f | 2022-05-08 04:39:27 -0600 | [diff] [blame] | 753 | /* Dump driver model states to aid analysis */ |
| 754 | if (CONFIG_IS_ENABLED(DM_STATS)) { |
| 755 | struct dm_stats mem; |
| 756 | |
| 757 | dm_get_mem(&mem); |
| 758 | dm_dump_mem(&mem); |
| 759 | } |
| 760 | |
Simon Glass | ce8f509 | 2016-09-24 18:20:17 -0600 | [diff] [blame] | 761 | memset(&spl_image, '\0', sizeof(spl_image)); |
Simon Glass | ad67972 | 2023-09-26 08:14:21 -0600 | [diff] [blame] | 762 | if (IS_ENABLED(CONFIG_SPL_OS_BOOT)) |
| 763 | spl_image.arg = (void *)SPL_PAYLOAD_ARGS_ADDR; |
Philipp Tomsich | 58beb6e | 2018-05-24 17:15:50 +0200 | [diff] [blame] | 764 | spl_image.boot_device = BOOT_DEVICE_NONE; |
Nikita Kiryanov | 3ed9478 | 2015-11-08 17:11:51 +0200 | [diff] [blame] | 765 | board_boot_order(spl_boot_list); |
Nikita Kiryanov | 3ed9478 | 2015-11-08 17:11:51 +0200 | [diff] [blame] | 766 | |
Simon Glass | 58254e0 | 2021-07-05 16:32:57 -0600 | [diff] [blame] | 767 | ret = boot_from_devices(&spl_image, spl_boot_list, |
| 768 | ARRAY_SIZE(spl_boot_list)); |
| 769 | if (ret) { |
Sean Anderson | 4d9e0f6 | 2023-11-08 11:48:35 -0500 | [diff] [blame] | 770 | if (CONFIG_IS_ENABLED(SHOW_ERRORS)) |
Simon Glass | 8bc9326 | 2024-09-29 19:49:55 -0600 | [diff] [blame] | 771 | printf(PHASE_PROMPT "failed to boot from all boot devices (err=%d)\n", |
Simon Glass | 58254e0 | 2021-07-05 16:32:57 -0600 | [diff] [blame] | 772 | ret); |
| 773 | else |
Simon Glass | 8bc9326 | 2024-09-29 19:49:55 -0600 | [diff] [blame] | 774 | puts(PHASE_PROMPT "failed to boot from all boot devices\n"); |
Nikita Kiryanov | 0a97881 | 2015-11-08 17:11:50 +0200 | [diff] [blame] | 775 | hang(); |
Nikita Kiryanov | 3ed9478 | 2015-11-08 17:11:51 +0200 | [diff] [blame] | 776 | } |
Nikita Kiryanov | 0a97881 | 2015-11-08 17:11:50 +0200 | [diff] [blame] | 777 | |
Philipp Tomsich | 58beb6e | 2018-05-24 17:15:50 +0200 | [diff] [blame] | 778 | spl_perform_fixups(&spl_image); |
| 779 | |
Simon Glass | 35c84e5 | 2023-09-26 08:14:22 -0600 | [diff] [blame] | 780 | os = spl_image.os; |
| 781 | if (os == IH_OS_U_BOOT) { |
Simon Glass | 6c6fcc6 | 2024-09-29 19:49:40 -0600 | [diff] [blame] | 782 | debug("Jumping to %s...\n", xpl_name(xpl_next_phase())); |
Simon Glass | 35c84e5 | 2023-09-26 08:14:22 -0600 | [diff] [blame] | 783 | } else if (CONFIG_IS_ENABLED(ATF) && os == IH_OS_ARM_TRUSTED_FIRMWARE) { |
Philipp Tomsich | 4ab63e0 | 2017-09-13 21:29:35 +0200 | [diff] [blame] | 784 | debug("Jumping to U-Boot via ARM Trusted Firmware\n"); |
Simon Glass | 35c84e5 | 2023-09-26 08:14:22 -0600 | [diff] [blame] | 785 | spl_fixup_fdt(spl_image_fdt_addr(&spl_image)); |
Jonas Karlman | 7cd91f7 | 2023-09-27 21:44:13 +0000 | [diff] [blame] | 786 | jump_to_image = &spl_invoke_atf; |
Simon Glass | 35c84e5 | 2023-09-26 08:14:22 -0600 | [diff] [blame] | 787 | } else if (CONFIG_IS_ENABLED(OPTEE_IMAGE) && os == IH_OS_TEE) { |
Kever Yang | a28d42c | 2018-08-23 17:17:59 +0800 | [diff] [blame] | 788 | debug("Jumping to U-Boot via OP-TEE\n"); |
Simon Glass | 35c84e5 | 2023-09-26 08:14:22 -0600 | [diff] [blame] | 789 | spl_board_prepare_for_optee(spl_image_fdt_addr(&spl_image)); |
Jonas Karlman | 7cd91f7 | 2023-09-27 21:44:13 +0000 | [diff] [blame] | 790 | jump_to_image = &jump_to_image_optee; |
Simon Glass | 35c84e5 | 2023-09-26 08:14:22 -0600 | [diff] [blame] | 791 | } else if (CONFIG_IS_ENABLED(OPENSBI) && os == IH_OS_OPENSBI) { |
Lukas Auer | 515b934 | 2019-08-21 21:14:44 +0200 | [diff] [blame] | 792 | debug("Jumping to U-Boot via RISC-V OpenSBI\n"); |
Jonas Karlman | 7cd91f7 | 2023-09-27 21:44:13 +0000 | [diff] [blame] | 793 | jump_to_image = &spl_invoke_opensbi; |
Simon Glass | 35c84e5 | 2023-09-26 08:14:22 -0600 | [diff] [blame] | 794 | } else if (CONFIG_IS_ENABLED(OS_BOOT) && os == IH_OS_LINUX) { |
Simon Schwarz | 305bc4c | 2012-03-15 04:01:38 +0000 | [diff] [blame] | 795 | debug("Jumping to Linux\n"); |
Simon Glass | ad67972 | 2023-09-26 08:14:21 -0600 | [diff] [blame] | 796 | if (IS_ENABLED(CONFIG_SPL_OS_BOOT)) |
| 797 | spl_fixup_fdt((void *)SPL_PAYLOAD_ARGS_ADDR); |
Simon Schwarz | 305bc4c | 2012-03-15 04:01:38 +0000 | [diff] [blame] | 798 | spl_board_prepare_for_linux(); |
Jonas Karlman | 7cd91f7 | 2023-09-27 21:44:13 +0000 | [diff] [blame] | 799 | jump_to_image = &jump_to_image_linux; |
Simon Glass | 35c84e5 | 2023-09-26 08:14:22 -0600 | [diff] [blame] | 800 | } else { |
Tom Rini | 7917846 | 2012-08-27 14:58:28 -0700 | [diff] [blame] | 801 | debug("Unsupported OS image.. Jumping nevertheless..\n"); |
Aneesh V | 13a74c1 | 2011-07-21 09:10:27 -0400 | [diff] [blame] | 802 | } |
Simon Glass | e8804d7 | 2023-09-26 08:14:31 -0600 | [diff] [blame] | 803 | if (CONFIG_IS_ENABLED(SYS_MALLOC_F) && |
| 804 | !IS_ENABLED(CONFIG_SPL_SYS_MALLOC_SIZE)) |
Simon Glass | 91bbb3b | 2024-08-23 14:27:04 -0600 | [diff] [blame] | 805 | debug("SPL malloc() used 0x%x bytes (%d KB)\n", |
Simon Glass | e8804d7 | 2023-09-26 08:14:31 -0600 | [diff] [blame] | 806 | gd_malloc_ptr(), gd_malloc_ptr() / 1024); |
| 807 | |
Simon Glass | 97447ea | 2021-03-15 18:11:15 +1300 | [diff] [blame] | 808 | bootstage_mark_name(get_bootstage_id(false), "end phase"); |
Simon Glass | b4c22cf | 2023-09-26 08:14:32 -0600 | [diff] [blame] | 809 | ret = bootstage_stash_default(); |
Simon Glass | 01154cb | 2017-05-22 05:05:35 -0600 | [diff] [blame] | 810 | if (ret) |
| 811 | debug("Failed to stash bootstage: err=%d\n", ret); |
Kever Yang | aca62db | 2017-09-13 18:24:24 +0800 | [diff] [blame] | 812 | |
Nikhil M Jain | 1a606db | 2023-07-18 14:27:33 +0530 | [diff] [blame] | 813 | if (IS_ENABLED(CONFIG_SPL_VIDEO_REMOVE)) { |
| 814 | struct udevice *dev; |
| 815 | int rc; |
Nikhil M Jain | eda07d6 | 2023-04-10 14:19:13 +0530 | [diff] [blame] | 816 | |
Nikhil M Jain | 1a606db | 2023-07-18 14:27:33 +0530 | [diff] [blame] | 817 | rc = uclass_find_device(UCLASS_VIDEO, 0, &dev); |
| 818 | if (!rc && dev) { |
| 819 | rc = device_remove(dev, DM_REMOVE_NORMAL); |
| 820 | if (rc) |
| 821 | printf("Cannot remove video device '%s' (err=%d)\n", |
| 822 | dev->name, rc); |
| 823 | } |
Nikhil M Jain | eda07d6 | 2023-04-10 14:19:13 +0530 | [diff] [blame] | 824 | } |
Simon Glass | c4b1450 | 2023-09-26 08:14:36 -0600 | [diff] [blame] | 825 | if (CONFIG_IS_ENABLED(HANDOFF)) { |
| 826 | ret = write_spl_handoff(); |
| 827 | if (ret) |
Simon Glass | 8bc9326 | 2024-09-29 19:49:55 -0600 | [diff] [blame] | 828 | printf(PHASE_PROMPT |
Simon Glass | c4b1450 | 2023-09-26 08:14:36 -0600 | [diff] [blame] | 829 | "SPL hand-off write failed (err=%d)\n", ret); |
| 830 | } |
Simon Glass | 9b5bfba | 2024-08-07 16:47:33 -0600 | [diff] [blame] | 831 | if (CONFIG_IS_ENABLED(UPL_OUT) && (gd->flags & GD_FLG_UPL)) { |
| 832 | ret = spl_write_upl_handoff(&spl_image); |
| 833 | if (ret) { |
Simon Glass | 8bc9326 | 2024-09-29 19:49:55 -0600 | [diff] [blame] | 834 | printf(PHASE_PROMPT |
Simon Glass | 9b5bfba | 2024-08-07 16:47:33 -0600 | [diff] [blame] | 835 | "UPL hand-off write failed (err=%d)\n", ret); |
| 836 | hang(); |
| 837 | } |
| 838 | } |
Simon Glass | c4b1450 | 2023-09-26 08:14:36 -0600 | [diff] [blame] | 839 | if (CONFIG_IS_ENABLED(BLOBLIST)) { |
| 840 | ret = bloblist_finish(); |
| 841 | if (ret) |
| 842 | printf("Warning: Failed to finish bloblist (ret=%d)\n", |
| 843 | ret); |
| 844 | } |
Nikhil M Jain | eda07d6 | 2023-04-10 14:19:13 +0530 | [diff] [blame] | 845 | |
Michal Simek | 7a8465b | 2016-05-10 07:54:20 +0200 | [diff] [blame] | 846 | spl_board_prepare_for_boot(); |
Simon Glass | 7f06de6 | 2025-01-15 18:27:20 -0700 | [diff] [blame] | 847 | |
| 848 | if (CONFIG_IS_ENABLED(RELOC_LOADER)) { |
| 849 | int ret; |
| 850 | |
| 851 | ret = spl_reloc_jump(&spl_image, jump_to_image); |
| 852 | if (ret) { |
| 853 | if (xpl_phase() == PHASE_VPL) |
| 854 | printf("jump failed %d\n", ret); |
| 855 | hang(); |
| 856 | } |
| 857 | } |
| 858 | |
Jonas Karlman | 7cd91f7 | 2023-09-27 21:44:13 +0000 | [diff] [blame] | 859 | jump_to_image(&spl_image); |
Aneesh V | b8e60b9 | 2011-07-21 09:10:21 -0400 | [diff] [blame] | 860 | } |
| 861 | |
Tom Rini | 31dfba4 | 2012-08-22 15:31:05 -0700 | [diff] [blame] | 862 | /* |
| 863 | * This requires UART clocks to be enabled. In order for this to work the |
| 864 | * caller must ensure that the gd pointer is valid. |
| 865 | */ |
Aneesh V | b8e60b9 | 2011-07-21 09:10:21 -0400 | [diff] [blame] | 866 | void preloader_console_init(void) |
| 867 | { |
Simon Glass | a0bdf22 | 2024-12-19 11:28:58 -0700 | [diff] [blame] | 868 | #if CONFIG_IS_ENABLED(SERIAL) |
Aneesh V | b8e60b9 | 2011-07-21 09:10:21 -0400 | [diff] [blame] | 869 | gd->baudrate = CONFIG_BAUDRATE; |
| 870 | |
Aneesh V | b8e60b9 | 2011-07-21 09:10:21 -0400 | [diff] [blame] | 871 | serial_init(); /* serial communications setup */ |
| 872 | |
Simon Glass | d4b0fdb | 2024-08-21 10:19:04 -0600 | [diff] [blame] | 873 | gd->flags |= GD_FLG_HAVE_CONSOLE; |
Ilya Yanok | 74193c6 | 2011-11-01 13:16:03 +0000 | [diff] [blame] | 874 | |
Simon Glass | 6324cce | 2018-11-15 18:43:57 -0700 | [diff] [blame] | 875 | #if CONFIG_IS_ENABLED(BANNER_PRINT) |
Simon Glass | 8bc9326 | 2024-09-29 19:49:55 -0600 | [diff] [blame] | 876 | puts("\nU-Boot " PHASE_NAME " " PLAIN_VERSION " (" U_BOOT_DATE " - " |
Simon Glass | dbd3f11 | 2018-11-15 18:43:56 -0700 | [diff] [blame] | 877 | U_BOOT_TIME " " U_BOOT_TZ ")\n"); |
Anatolij Gustschin | 6fe74d2 | 2018-01-25 18:45:22 +0100 | [diff] [blame] | 878 | #endif |
Tom Rini | fe3b0c7 | 2012-08-13 11:37:56 -0700 | [diff] [blame] | 879 | #ifdef CONFIG_SPL_DISPLAY_PRINT |
| 880 | spl_display_print(); |
| 881 | #endif |
Alex Kiernan | b09f892 | 2018-04-19 04:32:51 +0000 | [diff] [blame] | 882 | #endif |
Samuel Holland | b03e666 | 2020-05-07 18:08:10 -0500 | [diff] [blame] | 883 | } |
Simon Glass | d8711af | 2015-03-03 08:03:00 -0700 | [diff] [blame] | 884 | |
| 885 | /** |
Simon Goldschmidt | 0b82085 | 2019-07-16 22:30:36 +0200 | [diff] [blame] | 886 | * This function is called before the stack is changed from initial stack to |
| 887 | * relocated stack. It tries to dump the stack size used |
| 888 | */ |
| 889 | __weak void spl_relocate_stack_check(void) |
| 890 | { |
| 891 | #if CONFIG_IS_ENABLED(SYS_REPORT_STACK_F_USAGE) |
| 892 | ulong init_sp = gd->start_addr_sp; |
| 893 | ulong stack_bottom = init_sp - CONFIG_VAL(SIZE_LIMIT_PROVIDE_STACK); |
| 894 | u8 *ptr = (u8 *)stack_bottom; |
| 895 | ulong i; |
| 896 | |
| 897 | for (i = 0; i < CONFIG_VAL(SIZE_LIMIT_PROVIDE_STACK); i++) { |
| 898 | if (*ptr != CONFIG_VAL(SYS_STACK_F_CHECK_BYTE)) |
| 899 | break; |
| 900 | ptr++; |
| 901 | } |
| 902 | printf("SPL initial stack usage: %lu bytes\n", |
| 903 | CONFIG_VAL(SIZE_LIMIT_PROVIDE_STACK) - i); |
| 904 | #endif |
| 905 | } |
| 906 | |
| 907 | /** |
Simon Glass | d8711af | 2015-03-03 08:03:00 -0700 | [diff] [blame] | 908 | * spl_relocate_stack_gd() - Relocate stack ready for board_init_r() execution |
| 909 | * |
| 910 | * Sometimes board_init_f() runs with a stack in SRAM but we want to use SDRAM |
| 911 | * for the main board_init_r() execution. This is typically because we need |
| 912 | * more stack space for things like the MMC sub-system. |
| 913 | * |
| 914 | * This function calculates the stack position, copies the global_data into |
Albert ARIBAUD | 85260bb | 2015-11-25 17:56:33 +0100 | [diff] [blame] | 915 | * place, sets the new gd (except for ARM, for which setting GD within a C |
| 916 | * function may not always work) and returns the new stack position. The |
| 917 | * caller is responsible for setting up the sp register and, in the case |
| 918 | * of ARM, setting up gd. |
| 919 | * |
| 920 | * All of this is done using the same layout and alignments as done in |
| 921 | * board_init_f_init_reserve() / board_init_f_alloc_reserve(). |
Simon Glass | d8711af | 2015-03-03 08:03:00 -0700 | [diff] [blame] | 922 | * |
Heinrich Schuchardt | 47b4c02 | 2022-01-19 18:05:50 +0100 | [diff] [blame] | 923 | * Return: new stack location, or 0 to use the same stack |
Simon Glass | d8711af | 2015-03-03 08:03:00 -0700 | [diff] [blame] | 924 | */ |
| 925 | ulong spl_relocate_stack_gd(void) |
| 926 | { |
Simon Glass | e4d7a14 | 2024-12-19 11:28:59 -0700 | [diff] [blame] | 927 | #if CONFIG_IS_ENABLED(STACK_R) |
Simon Glass | d8711af | 2015-03-03 08:03:00 -0700 | [diff] [blame] | 928 | gd_t *new_gd; |
Albert ARIBAUD | 85260bb | 2015-11-25 17:56:33 +0100 | [diff] [blame] | 929 | ulong ptr = CONFIG_SPL_STACK_R_ADDR; |
Simon Glass | d8711af | 2015-03-03 08:03:00 -0700 | [diff] [blame] | 930 | |
Simon Goldschmidt | 0b82085 | 2019-07-16 22:30:36 +0200 | [diff] [blame] | 931 | if (CONFIG_IS_ENABLED(SYS_REPORT_STACK_F_USAGE)) |
| 932 | spl_relocate_stack_check(); |
| 933 | |
Simon Glass | adad2d0 | 2023-09-26 08:14:27 -0600 | [diff] [blame] | 934 | #if defined(CONFIG_SPL_SYS_MALLOC_SIMPLE) && CONFIG_IS_ENABLED(SYS_MALLOC_F) |
Hans de Goede | 8f28038 | 2015-09-13 15:04:17 +0200 | [diff] [blame] | 935 | if (CONFIG_SPL_STACK_R_MALLOC_SIMPLE_LEN) { |
Simon Glass | 91bbb3b | 2024-08-23 14:27:04 -0600 | [diff] [blame] | 936 | debug("SPL malloc() before relocation used 0x%x bytes (%d KB)\n", |
Simon Goldschmidt | b3672af | 2019-02-26 22:27:52 +0100 | [diff] [blame] | 937 | gd->malloc_ptr, gd->malloc_ptr / 1024); |
Hans de Goede | 8f28038 | 2015-09-13 15:04:17 +0200 | [diff] [blame] | 938 | ptr -= CONFIG_SPL_STACK_R_MALLOC_SIMPLE_LEN; |
| 939 | gd->malloc_base = ptr; |
| 940 | gd->malloc_limit = CONFIG_SPL_STACK_R_MALLOC_SIMPLE_LEN; |
| 941 | gd->malloc_ptr = 0; |
| 942 | } |
| 943 | #endif |
Albert ARIBAUD | 85260bb | 2015-11-25 17:56:33 +0100 | [diff] [blame] | 944 | /* Get stack position: use 8-byte alignment for ABI compliance */ |
| 945 | ptr = CONFIG_SPL_STACK_R_ADDR - roundup(sizeof(gd_t),16); |
Nikhil M Jain | 799ceff | 2023-07-18 14:27:27 +0530 | [diff] [blame] | 946 | gd->start_addr_sp = ptr; |
Albert ARIBAUD | 85260bb | 2015-11-25 17:56:33 +0100 | [diff] [blame] | 947 | new_gd = (gd_t *)ptr; |
| 948 | memcpy(new_gd, (void *)gd, sizeof(gd_t)); |
Simon Glass | 1b0deee | 2016-11-13 14:21:58 -0700 | [diff] [blame] | 949 | #if CONFIG_IS_ENABLED(DM) |
| 950 | dm_fixup_for_gd_move(new_gd); |
| 951 | #endif |
Thomas Weißschuh | 1bcd488 | 2024-02-13 18:13:28 +0100 | [diff] [blame] | 952 | #if CONFIG_IS_ENABLED(LOG) |
| 953 | log_fixup_for_gd_move(new_gd); |
| 954 | #endif |
Lukas Auer | 2a2a925 | 2019-08-21 21:14:46 +0200 | [diff] [blame] | 955 | #if !defined(CONFIG_ARM) && !defined(CONFIG_RISCV) |
Albert ARIBAUD | 85260bb | 2015-11-25 17:56:33 +0100 | [diff] [blame] | 956 | gd = new_gd; |
| 957 | #endif |
Simon Glass | d8711af | 2015-03-03 08:03:00 -0700 | [diff] [blame] | 958 | return ptr; |
| 959 | #else |
| 960 | return 0; |
| 961 | #endif |
| 962 | } |
Simon Glass | c11c19f | 2019-11-14 12:57:17 -0700 | [diff] [blame] | 963 | |
Philippe Reynes | 8d82a20 | 2020-12-11 19:56:47 +0100 | [diff] [blame] | 964 | #if defined(CONFIG_BOOTCOUNT_LIMIT) && \ |
| 965 | ((!defined(CONFIG_TPL_BUILD) && !defined(CONFIG_SPL_BOOTCOUNT_LIMIT)) || \ |
| 966 | (defined(CONFIG_TPL_BUILD) && !defined(CONFIG_TPL_BOOTCOUNT_LIMIT))) |
Simon Glass | c11c19f | 2019-11-14 12:57:17 -0700 | [diff] [blame] | 967 | void bootcount_store(ulong a) |
| 968 | { |
| 969 | } |
| 970 | |
| 971 | ulong bootcount_load(void) |
| 972 | { |
| 973 | return 0; |
| 974 | } |
| 975 | #endif |