Tom Rini | 10e4779 | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
Marian Balakowicz | 2437cf2 | 2008-01-08 18:11:43 +0100 | [diff] [blame] | 2 | /* |
| 3 | * (C) Copyright 2008 Semihalf |
| 4 | * |
| 5 | * (C) Copyright 2000-2006 |
| 6 | * Wolfgang Denk, DENX Software Engineering, wd@denx.de. |
Marian Balakowicz | 2437cf2 | 2008-01-08 18:11:43 +0100 | [diff] [blame] | 7 | */ |
| 8 | |
Marian Balakowicz | f92332b | 2008-01-31 13:20:06 +0100 | [diff] [blame] | 9 | |
Marian Balakowicz | 2437cf2 | 2008-01-08 18:11:43 +0100 | [diff] [blame] | 10 | #include <common.h> |
Simon Glass | 1ea9789 | 2020-05-10 11:40:00 -0600 | [diff] [blame] | 11 | #include <bootstage.h> |
Simon Glass | 6333448 | 2019-11-14 12:57:39 -0700 | [diff] [blame] | 12 | #include <cpu_func.h> |
Simon Glass | 0af6e2d | 2019-08-01 09:46:52 -0600 | [diff] [blame] | 13 | #include <env.h> |
Simon Glass | 8e16b1e | 2019-12-28 10:45:05 -0700 | [diff] [blame] | 14 | #include <init.h> |
Simon Glass | 2dc9c34 | 2020-05-10 11:40:01 -0600 | [diff] [blame] | 15 | #include <lmb.h> |
Simon Glass | 0f2af88 | 2020-05-10 11:40:05 -0600 | [diff] [blame] | 16 | #include <log.h> |
Marian Balakowicz | 2437cf2 | 2008-01-08 18:11:43 +0100 | [diff] [blame] | 17 | #include <watchdog.h> |
| 18 | #include <command.h> |
| 19 | #include <image.h> |
| 20 | #include <malloc.h> |
Jean-Christophe PLAGNIOL-VILLARD | 6bb9449 | 2009-04-04 12:49:11 +0200 | [diff] [blame] | 21 | #include <u-boot/zlib.h> |
Marian Balakowicz | 2437cf2 | 2008-01-08 18:11:43 +0100 | [diff] [blame] | 22 | #include <bzlib.h> |
Marian Balakowicz | 2437cf2 | 2008-01-08 18:11:43 +0100 | [diff] [blame] | 23 | #include <asm/byteorder.h> |
Kumar Gala | 365024c | 2011-01-31 15:51:20 -0600 | [diff] [blame] | 24 | #include <asm/mp.h> |
Christophe Leroy | 4a4750b | 2017-07-13 15:10:08 +0200 | [diff] [blame] | 25 | #include <bootm.h> |
| 26 | #include <vxworks.h> |
Marian Balakowicz | 2437cf2 | 2008-01-08 18:11:43 +0100 | [diff] [blame] | 27 | |
| 28 | #if defined(CONFIG_OF_LIBFDT) |
Masahiro Yamada | 75f82d0 | 2018-03-05 01:20:11 +0900 | [diff] [blame] | 29 | #include <linux/libfdt.h> |
Marian Balakowicz | 2437cf2 | 2008-01-08 18:11:43 +0100 | [diff] [blame] | 30 | #include <fdt_support.h> |
Wolfgang Denk | 1e0f07e | 2009-07-26 23:28:02 +0200 | [diff] [blame] | 31 | #endif |
| 32 | |
| 33 | #ifdef CONFIG_SYS_INIT_RAM_LOCK |
| 34 | #include <asm/cache.h> |
Marian Balakowicz | 2437cf2 | 2008-01-08 18:11:43 +0100 | [diff] [blame] | 35 | #endif |
| 36 | |
Marian Balakowicz | 2437cf2 | 2008-01-08 18:11:43 +0100 | [diff] [blame] | 37 | DECLARE_GLOBAL_DATA_PTR; |
Marian Balakowicz | 2437cf2 | 2008-01-08 18:11:43 +0100 | [diff] [blame] | 38 | |
Marian Balakowicz | 9c701e8 | 2008-01-31 13:57:17 +0100 | [diff] [blame] | 39 | static ulong get_sp (void); |
Miao Yan | 1bd5456 | 2013-11-28 17:51:38 +0800 | [diff] [blame] | 40 | extern void ft_fixup_num_cores(void *blob); |
Masahiro Yamada | f7ed78b | 2020-06-26 15:13:33 +0900 | [diff] [blame] | 41 | static void set_clocks_in_mhz (struct bd_info *kbd); |
Marian Balakowicz | 2437cf2 | 2008-01-08 18:11:43 +0100 | [diff] [blame] | 42 | |
Jean-Christophe PLAGNIOL-VILLARD | 0383694 | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 43 | #ifndef CONFIG_SYS_LINUX_LOWMEM_MAX_SIZE |
| 44 | #define CONFIG_SYS_LINUX_LOWMEM_MAX_SIZE (768*1024*1024) |
Kumar Gala | c5bacfd | 2008-02-27 21:51:50 -0600 | [diff] [blame] | 45 | #endif |
| 46 | |
Kumar Gala | ffccb57 | 2008-10-21 17:25:46 -0500 | [diff] [blame] | 47 | static void boot_jump_linux(bootm_headers_t *images) |
| 48 | { |
Masahiro Yamada | f7ed78b | 2020-06-26 15:13:33 +0900 | [diff] [blame] | 49 | void (*kernel)(struct bd_info *, ulong r4, ulong r5, ulong r6, |
| 50 | ulong r7, ulong r8, ulong r9); |
Kumar Gala | ffccb57 | 2008-10-21 17:25:46 -0500 | [diff] [blame] | 51 | #ifdef CONFIG_OF_LIBFDT |
| 52 | char *of_flat_tree = images->ft_addr; |
| 53 | #endif |
| 54 | |
Masahiro Yamada | f7ed78b | 2020-06-26 15:13:33 +0900 | [diff] [blame] | 55 | kernel = (void (*)(struct bd_info *, ulong, ulong, ulong, |
Kumar Gala | ffccb57 | 2008-10-21 17:25:46 -0500 | [diff] [blame] | 56 | ulong, ulong, ulong))images->ep; |
Simon Glass | 8f055af | 2020-05-10 11:40:04 -0600 | [diff] [blame] | 57 | debug("## Transferring control to Linux (at address %08lx) ...\n", |
| 58 | (ulong)kernel); |
Kumar Gala | ffccb57 | 2008-10-21 17:25:46 -0500 | [diff] [blame] | 59 | |
Simon Glass | 0169e6b | 2012-02-13 13:51:18 +0000 | [diff] [blame] | 60 | bootstage_mark(BOOTSTAGE_ID_RUN_OS); |
Kumar Gala | ffccb57 | 2008-10-21 17:25:46 -0500 | [diff] [blame] | 61 | |
Mela Custodio | be11d89 | 2014-02-20 00:16:57 +0900 | [diff] [blame] | 62 | #ifdef CONFIG_BOOTSTAGE_FDT |
| 63 | bootstage_fdt_add_report(); |
| 64 | #endif |
| 65 | #ifdef CONFIG_BOOTSTAGE_REPORT |
| 66 | bootstage_report(); |
| 67 | #endif |
| 68 | |
Wolfgang Denk | 1e0f07e | 2009-07-26 23:28:02 +0200 | [diff] [blame] | 69 | #if defined(CONFIG_SYS_INIT_RAM_LOCK) && !defined(CONFIG_E500) |
| 70 | unlock_ram_in_cache(); |
| 71 | #endif |
| 72 | |
Kumar Gala | ffccb57 | 2008-10-21 17:25:46 -0500 | [diff] [blame] | 73 | #if defined(CONFIG_OF_LIBFDT) |
| 74 | if (of_flat_tree) { /* device tree; boot new style */ |
| 75 | /* |
| 76 | * Linux Kernel Parameters (passing device tree): |
| 77 | * r3: pointer to the fdt |
| 78 | * r4: 0 |
| 79 | * r5: 0 |
| 80 | * r6: epapr magic |
| 81 | * r7: size of IMA in bytes |
| 82 | * r8: 0 |
| 83 | * r9: 0 |
| 84 | */ |
Simon Glass | 8f055af | 2020-05-10 11:40:04 -0600 | [diff] [blame] | 85 | debug(" Booting using OF flat tree...\n"); |
Heiko Schocher | cd1bd4c | 2009-08-12 10:17:03 +0200 | [diff] [blame] | 86 | WATCHDOG_RESET (); |
Masahiro Yamada | f7ed78b | 2020-06-26 15:13:33 +0900 | [diff] [blame] | 87 | (*kernel) ((struct bd_info *)of_flat_tree, 0, 0, EPAPR_MAGIC, |
Simon Glass | da1a134 | 2017-08-03 12:22:15 -0600 | [diff] [blame] | 88 | env_get_bootm_mapsize(), 0, 0); |
Kumar Gala | ffccb57 | 2008-10-21 17:25:46 -0500 | [diff] [blame] | 89 | /* does not return */ |
| 90 | } else |
| 91 | #endif |
| 92 | { |
| 93 | /* |
| 94 | * Linux Kernel Parameters (passing board info data): |
| 95 | * r3: ptr to board info data |
| 96 | * r4: initrd_start or 0 if no initrd |
| 97 | * r5: initrd_end - unused if r4 is 0 |
| 98 | * r6: Start of command line string |
| 99 | * r7: End of command line string |
| 100 | * r8: 0 |
| 101 | * r9: 0 |
| 102 | */ |
| 103 | ulong cmd_start = images->cmdline_start; |
| 104 | ulong cmd_end = images->cmdline_end; |
| 105 | ulong initrd_start = images->initrd_start; |
| 106 | ulong initrd_end = images->initrd_end; |
Masahiro Yamada | f7ed78b | 2020-06-26 15:13:33 +0900 | [diff] [blame] | 107 | struct bd_info *kbd = images->kbd; |
Kumar Gala | ffccb57 | 2008-10-21 17:25:46 -0500 | [diff] [blame] | 108 | |
Simon Glass | 8f055af | 2020-05-10 11:40:04 -0600 | [diff] [blame] | 109 | debug(" Booting using board info...\n"); |
Heiko Schocher | cd1bd4c | 2009-08-12 10:17:03 +0200 | [diff] [blame] | 110 | WATCHDOG_RESET (); |
Kumar Gala | ffccb57 | 2008-10-21 17:25:46 -0500 | [diff] [blame] | 111 | (*kernel) (kbd, initrd_start, initrd_end, |
| 112 | cmd_start, cmd_end, 0, 0); |
| 113 | /* does not return */ |
| 114 | } |
| 115 | return ; |
| 116 | } |
| 117 | |
Kumar Gala | b02d722 | 2008-10-16 21:52:08 -0500 | [diff] [blame] | 118 | void arch_lmb_reserve(struct lmb *lmb) |
Marian Balakowicz | 2437cf2 | 2008-01-08 18:11:43 +0100 | [diff] [blame] | 119 | { |
Becky Bruce | d26d67c | 2008-06-09 20:37:18 -0500 | [diff] [blame] | 120 | phys_size_t bootm_size; |
Kumar Gala | b02d722 | 2008-10-16 21:52:08 -0500 | [diff] [blame] | 121 | ulong size, sp, bootmap_base; |
Kumar Gala | 93467bc | 2008-08-15 08:24:36 -0500 | [diff] [blame] | 122 | |
Simon Glass | da1a134 | 2017-08-03 12:22:15 -0600 | [diff] [blame] | 123 | bootmap_base = env_get_bootm_low(); |
| 124 | bootm_size = env_get_bootm_size(); |
Kumar Gala | c5bacfd | 2008-02-27 21:51:50 -0600 | [diff] [blame] | 125 | |
| 126 | #ifdef DEBUG |
Becky Bruce | d26d67c | 2008-06-09 20:37:18 -0500 | [diff] [blame] | 127 | if (((u64)bootmap_base + bootm_size) > |
Jean-Christophe PLAGNIOL-VILLARD | 0383694 | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 128 | (CONFIG_SYS_SDRAM_BASE + (u64)gd->ram_size)) |
Kumar Gala | c5bacfd | 2008-02-27 21:51:50 -0600 | [diff] [blame] | 129 | puts("WARNING: bootm_low + bootm_size exceed total memory\n"); |
Becky Bruce | d26d67c | 2008-06-09 20:37:18 -0500 | [diff] [blame] | 130 | if ((bootmap_base + bootm_size) > get_effective_memsize()) |
Kumar Gala | c5bacfd | 2008-02-27 21:51:50 -0600 | [diff] [blame] | 131 | puts("WARNING: bootm_low + bootm_size exceed eff. memory\n"); |
| 132 | #endif |
| 133 | |
Becky Bruce | d26d67c | 2008-06-09 20:37:18 -0500 | [diff] [blame] | 134 | size = min(bootm_size, get_effective_memsize()); |
Masahiro Yamada | db20464 | 2014-11-07 03:03:31 +0900 | [diff] [blame] | 135 | size = min(size, (ulong)CONFIG_SYS_LINUX_LOWMEM_MAX_SIZE); |
Kumar Gala | c5bacfd | 2008-02-27 21:51:50 -0600 | [diff] [blame] | 136 | |
Becky Bruce | d26d67c | 2008-06-09 20:37:18 -0500 | [diff] [blame] | 137 | if (size < bootm_size) { |
Kumar Gala | c5bacfd | 2008-02-27 21:51:50 -0600 | [diff] [blame] | 138 | ulong base = bootmap_base + size; |
Andrew Klossner | e4ad454 | 2008-07-07 06:41:14 -0700 | [diff] [blame] | 139 | printf("WARNING: adjusting available memory to %lx\n", size); |
Becky Bruce | d26d67c | 2008-06-09 20:37:18 -0500 | [diff] [blame] | 140 | lmb_reserve(lmb, base, bootm_size - size); |
Kumar Gala | c5bacfd | 2008-02-27 21:51:50 -0600 | [diff] [blame] | 141 | } |
Kumar Gala | b937bb7 | 2008-02-27 21:51:49 -0600 | [diff] [blame] | 142 | |
Marian Balakowicz | 2437cf2 | 2008-01-08 18:11:43 +0100 | [diff] [blame] | 143 | /* |
| 144 | * Booting a (Linux) kernel image |
| 145 | * |
| 146 | * Allocate space for command line and board info - the |
| 147 | * address should be as high as possible within the reach of |
Jean-Christophe PLAGNIOL-VILLARD | 0383694 | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 148 | * the kernel (see CONFIG_SYS_BOOTMAPSZ settings), but in unused |
Marian Balakowicz | 2437cf2 | 2008-01-08 18:11:43 +0100 | [diff] [blame] | 149 | * memory, which means far enough below the current stack |
| 150 | * pointer. |
| 151 | */ |
Marian Balakowicz | 2efc264 | 2008-01-31 13:58:13 +0100 | [diff] [blame] | 152 | sp = get_sp(); |
Simon Glass | 8f055af | 2020-05-10 11:40:04 -0600 | [diff] [blame] | 153 | debug("## Current stack ends at 0x%08lx\n", sp); |
Marian Balakowicz | 2437cf2 | 2008-01-08 18:11:43 +0100 | [diff] [blame] | 154 | |
Norbert van Bolhuis | 58cce9e | 2010-03-19 15:34:25 +0100 | [diff] [blame] | 155 | /* adjust sp by 4K to be safe */ |
| 156 | sp -= 4096; |
Jean-Christophe PLAGNIOL-VILLARD | 0383694 | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 157 | lmb_reserve(lmb, sp, (CONFIG_SYS_SDRAM_BASE + get_effective_memsize() - sp)); |
Marian Balakowicz | 2437cf2 | 2008-01-08 18:11:43 +0100 | [diff] [blame] | 158 | |
Kumar Gala | 365024c | 2011-01-31 15:51:20 -0600 | [diff] [blame] | 159 | #ifdef CONFIG_MP |
| 160 | cpu_mp_lmb_reserve(lmb); |
| 161 | #endif |
| 162 | |
Kumar Gala | b02d722 | 2008-10-16 21:52:08 -0500 | [diff] [blame] | 163 | return ; |
| 164 | } |
| 165 | |
Kumar Gala | 180c581 | 2011-12-07 04:42:58 +0000 | [diff] [blame] | 166 | static void boot_prep_linux(bootm_headers_t *images) |
| 167 | { |
| 168 | #ifdef CONFIG_MP |
| 169 | /* |
| 170 | * if we are MP make sure to flush the device tree so any changes are |
| 171 | * made visibile to all other cores. In AMP boot scenarios the cores |
| 172 | * might not be HW cache coherent with each other. |
| 173 | */ |
| 174 | flush_cache((unsigned long)images->ft_addr, images->ft_len); |
| 175 | #endif |
| 176 | } |
| 177 | |
Kumar Gala | ffccb57 | 2008-10-21 17:25:46 -0500 | [diff] [blame] | 178 | static int boot_cmdline_linux(bootm_headers_t *images) |
| 179 | { |
Kumar Gala | ffccb57 | 2008-10-21 17:25:46 -0500 | [diff] [blame] | 180 | ulong of_size = images->ft_len; |
| 181 | struct lmb *lmb = &images->lmb; |
| 182 | ulong *cmd_start = &images->cmdline_start; |
| 183 | ulong *cmd_end = &images->cmdline_end; |
Kumar Gala | b02d722 | 2008-10-16 21:52:08 -0500 | [diff] [blame] | 184 | |
Kumar Gala | ffccb57 | 2008-10-21 17:25:46 -0500 | [diff] [blame] | 185 | int ret = 0; |
Kumar Gala | b02d722 | 2008-10-16 21:52:08 -0500 | [diff] [blame] | 186 | |
Kumar Gala | a56d7d5 | 2008-02-27 21:51:44 -0600 | [diff] [blame] | 187 | if (!of_size) { |
| 188 | /* allocate space and init command line */ |
Grant Likely | dfff7a2 | 2011-03-28 09:58:34 +0000 | [diff] [blame] | 189 | ret = boot_get_cmdline (lmb, cmd_start, cmd_end); |
Kumar Gala | b937bb7 | 2008-02-27 21:51:49 -0600 | [diff] [blame] | 190 | if (ret) { |
| 191 | puts("ERROR with allocation of cmdline\n"); |
Kumar Gala | ffccb57 | 2008-10-21 17:25:46 -0500 | [diff] [blame] | 192 | return ret; |
Kumar Gala | b937bb7 | 2008-02-27 21:51:49 -0600 | [diff] [blame] | 193 | } |
Kumar Gala | ffccb57 | 2008-10-21 17:25:46 -0500 | [diff] [blame] | 194 | } |
| 195 | |
| 196 | return ret; |
| 197 | } |
| 198 | |
| 199 | static int boot_bd_t_linux(bootm_headers_t *images) |
| 200 | { |
Kumar Gala | ffccb57 | 2008-10-21 17:25:46 -0500 | [diff] [blame] | 201 | ulong of_size = images->ft_len; |
| 202 | struct lmb *lmb = &images->lmb; |
Masahiro Yamada | f7ed78b | 2020-06-26 15:13:33 +0900 | [diff] [blame] | 203 | struct bd_info **kbd = &images->kbd; |
Kumar Gala | ffccb57 | 2008-10-21 17:25:46 -0500 | [diff] [blame] | 204 | |
| 205 | int ret = 0; |
Kumar Gala | a56d7d5 | 2008-02-27 21:51:44 -0600 | [diff] [blame] | 206 | |
Kumar Gala | ffccb57 | 2008-10-21 17:25:46 -0500 | [diff] [blame] | 207 | if (!of_size) { |
Kumar Gala | a56d7d5 | 2008-02-27 21:51:44 -0600 | [diff] [blame] | 208 | /* allocate space for kernel copy of board info */ |
Grant Likely | dfff7a2 | 2011-03-28 09:58:34 +0000 | [diff] [blame] | 209 | ret = boot_get_kbd (lmb, kbd); |
Kumar Gala | b937bb7 | 2008-02-27 21:51:49 -0600 | [diff] [blame] | 210 | if (ret) { |
| 211 | puts("ERROR with allocation of kernel bd\n"); |
Kumar Gala | ffccb57 | 2008-10-21 17:25:46 -0500 | [diff] [blame] | 212 | return ret; |
Kumar Gala | b937bb7 | 2008-02-27 21:51:49 -0600 | [diff] [blame] | 213 | } |
Kumar Gala | ffccb57 | 2008-10-21 17:25:46 -0500 | [diff] [blame] | 214 | set_clocks_in_mhz(*kbd); |
Kumar Gala | a56d7d5 | 2008-02-27 21:51:44 -0600 | [diff] [blame] | 215 | } |
Marian Balakowicz | 2437cf2 | 2008-01-08 18:11:43 +0100 | [diff] [blame] | 216 | |
Kumar Gala | ffccb57 | 2008-10-21 17:25:46 -0500 | [diff] [blame] | 217 | return ret; |
| 218 | } |
| 219 | |
| 220 | static int boot_body_linux(bootm_headers_t *images) |
| 221 | { |
Kumar Gala | ffccb57 | 2008-10-21 17:25:46 -0500 | [diff] [blame] | 222 | int ret; |
| 223 | |
Kumar Gala | ffccb57 | 2008-10-21 17:25:46 -0500 | [diff] [blame] | 224 | /* allocate space for kernel copy of board info */ |
| 225 | ret = boot_bd_t_linux(images); |
| 226 | if (ret) |
| 227 | return ret; |
| 228 | |
Simon Glass | d4337d5 | 2013-05-08 08:06:04 +0000 | [diff] [blame] | 229 | ret = image_setup_linux(images); |
Kumar Gala | ffccb57 | 2008-10-21 17:25:46 -0500 | [diff] [blame] | 230 | if (ret) |
| 231 | return ret; |
Marian Balakowicz | 2437cf2 | 2008-01-08 18:11:43 +0100 | [diff] [blame] | 232 | |
Kumar Gala | ffccb57 | 2008-10-21 17:25:46 -0500 | [diff] [blame] | 233 | return 0; |
| 234 | } |
Kumar Gala | 56bdf1d | 2008-02-27 21:51:45 -0600 | [diff] [blame] | 235 | |
Simon Glass | ed38aef | 2020-05-10 11:40:03 -0600 | [diff] [blame] | 236 | noinline int do_bootm_linux(int flag, int argc, char *const argv[], |
| 237 | bootm_headers_t *images) |
Kumar Gala | ffccb57 | 2008-10-21 17:25:46 -0500 | [diff] [blame] | 238 | { |
| 239 | int ret; |
Marian Balakowicz | 2437cf2 | 2008-01-08 18:11:43 +0100 | [diff] [blame] | 240 | |
Kumar Gala | ffccb57 | 2008-10-21 17:25:46 -0500 | [diff] [blame] | 241 | if (flag & BOOTM_STATE_OS_CMDLINE) { |
| 242 | boot_cmdline_linux(images); |
| 243 | return 0; |
| 244 | } |
Marian Balakowicz | 2437cf2 | 2008-01-08 18:11:43 +0100 | [diff] [blame] | 245 | |
Kumar Gala | ffccb57 | 2008-10-21 17:25:46 -0500 | [diff] [blame] | 246 | if (flag & BOOTM_STATE_OS_BD_T) { |
| 247 | boot_bd_t_linux(images); |
| 248 | return 0; |
| 249 | } |
Marian Balakowicz | 2437cf2 | 2008-01-08 18:11:43 +0100 | [diff] [blame] | 250 | |
Kumar Gala | 180c581 | 2011-12-07 04:42:58 +0000 | [diff] [blame] | 251 | if (flag & BOOTM_STATE_OS_PREP) { |
| 252 | boot_prep_linux(images); |
Kumar Gala | ffccb57 | 2008-10-21 17:25:46 -0500 | [diff] [blame] | 253 | return 0; |
Kumar Gala | 180c581 | 2011-12-07 04:42:58 +0000 | [diff] [blame] | 254 | } |
Kumar Gala | dcdcfea | 2008-08-15 08:24:31 -0500 | [diff] [blame] | 255 | |
Kumar Gala | 180c581 | 2011-12-07 04:42:58 +0000 | [diff] [blame] | 256 | boot_prep_linux(images); |
Kumar Gala | ffccb57 | 2008-10-21 17:25:46 -0500 | [diff] [blame] | 257 | ret = boot_body_linux(images); |
| 258 | if (ret) |
| 259 | return ret; |
| 260 | boot_jump_linux(images); |
Kumar Gala | 18f4c0f | 2008-02-27 21:51:46 -0600 | [diff] [blame] | 261 | |
Kumar Gala | ffccb57 | 2008-10-21 17:25:46 -0500 | [diff] [blame] | 262 | return 0; |
Marian Balakowicz | 2437cf2 | 2008-01-08 18:11:43 +0100 | [diff] [blame] | 263 | } |
Marian Balakowicz | 28fb615 | 2008-01-31 13:20:08 +0100 | [diff] [blame] | 264 | |
Marian Balakowicz | 9c701e8 | 2008-01-31 13:57:17 +0100 | [diff] [blame] | 265 | static ulong get_sp (void) |
| 266 | { |
| 267 | ulong sp; |
| 268 | |
| 269 | asm( "mr %0,1": "=r"(sp) : ); |
| 270 | return sp; |
| 271 | } |
| 272 | |
Masahiro Yamada | f7ed78b | 2020-06-26 15:13:33 +0900 | [diff] [blame] | 273 | static void set_clocks_in_mhz (struct bd_info *kbd) |
Marian Balakowicz | 2efc264 | 2008-01-31 13:58:13 +0100 | [diff] [blame] | 274 | { |
| 275 | char *s; |
| 276 | |
Simon Glass | 64b723f | 2017-08-03 12:22:12 -0600 | [diff] [blame] | 277 | s = env_get("clocks_in_mhz"); |
| 278 | if (s) { |
Marian Balakowicz | 2efc264 | 2008-01-31 13:58:13 +0100 | [diff] [blame] | 279 | /* convert all clock information to MHz */ |
| 280 | kbd->bi_intfreq /= 1000000L; |
| 281 | kbd->bi_busfreq /= 1000000L; |
Marian Balakowicz | 2efc264 | 2008-01-31 13:58:13 +0100 | [diff] [blame] | 282 | #if defined(CONFIG_CPM2) |
| 283 | kbd->bi_cpmfreq /= 1000000L; |
| 284 | kbd->bi_brgfreq /= 1000000L; |
| 285 | kbd->bi_sccfreq /= 1000000L; |
Wolfgang Denk | 8f702ad | 2008-03-26 11:48:46 +0100 | [diff] [blame] | 286 | kbd->bi_vco /= 1000000L; |
Marian Balakowicz | 2efc264 | 2008-01-31 13:58:13 +0100 | [diff] [blame] | 287 | #endif |
Marian Balakowicz | 2efc264 | 2008-01-31 13:58:13 +0100 | [diff] [blame] | 288 | } |
Marian Balakowicz | 351d3e3 | 2008-02-27 11:02:26 +0100 | [diff] [blame] | 289 | } |
Miao Yan | 1bd5456 | 2013-11-28 17:51:38 +0800 | [diff] [blame] | 290 | |
| 291 | #if defined(CONFIG_BOOTM_VXWORKS) |
| 292 | void boot_prep_vxworks(bootm_headers_t *images) |
| 293 | { |
| 294 | #if defined(CONFIG_OF_LIBFDT) |
| 295 | int off; |
| 296 | u64 base, size; |
| 297 | |
| 298 | if (!images->ft_addr) |
| 299 | return; |
| 300 | |
Stefan Roese | a13a2aa | 2020-08-12 13:16:36 +0200 | [diff] [blame] | 301 | base = (u64)gd->ram_base; |
| 302 | size = (u64)gd->ram_size; |
Miao Yan | 1bd5456 | 2013-11-28 17:51:38 +0800 | [diff] [blame] | 303 | |
| 304 | off = fdt_path_offset(images->ft_addr, "/memory"); |
| 305 | if (off < 0) |
| 306 | fdt_fixup_memory(images->ft_addr, base, size); |
| 307 | |
| 308 | #if defined(CONFIG_MP) |
| 309 | #if defined(CONFIG_MPC85xx) |
| 310 | ft_fixup_cpu(images->ft_addr, base + size); |
| 311 | ft_fixup_num_cores(images->ft_addr); |
| 312 | #elif defined(CONFIG_MPC86xx) |
| 313 | off = fdt_add_mem_rsv(images->ft_addr, |
| 314 | determine_mp_bootpg(NULL), (u64)4096); |
| 315 | if (off < 0) |
| 316 | printf("## WARNING %s: %s\n", __func__, fdt_strerror(off)); |
| 317 | ft_fixup_num_cores(images->ft_addr); |
| 318 | #endif |
| 319 | flush_cache((unsigned long)images->ft_addr, images->ft_len); |
| 320 | #endif |
| 321 | #endif |
| 322 | } |
| 323 | |
| 324 | void boot_jump_vxworks(bootm_headers_t *images) |
| 325 | { |
| 326 | /* PowerPC VxWorks boot interface conforms to the ePAPR standard |
| 327 | * general purpuse registers: |
| 328 | * |
| 329 | * r3: Effective address of the device tree image |
| 330 | * r4: 0 |
| 331 | * r5: 0 |
| 332 | * r6: ePAPR magic value |
| 333 | * r7: shall be the size of the boot IMA in bytes |
| 334 | * r8: 0 |
| 335 | * r9: 0 |
| 336 | * TCR: WRC = 0, no watchdog timer reset will occur |
| 337 | */ |
| 338 | WATCHDOG_RESET(); |
| 339 | |
| 340 | ((void (*)(void *, ulong, ulong, ulong, |
| 341 | ulong, ulong, ulong))images->ep)(images->ft_addr, |
Simon Glass | da1a134 | 2017-08-03 12:22:15 -0600 | [diff] [blame] | 342 | 0, 0, EPAPR_MAGIC, env_get_bootm_mapsize(), 0, 0); |
Miao Yan | 1bd5456 | 2013-11-28 17:51:38 +0800 | [diff] [blame] | 343 | } |
| 344 | #endif |