Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | /* |
| 2 | * This file is subject to the terms and conditions of the GNU General Public |
| 3 | * License. See the file "COPYING" in the main directory of this archive |
| 4 | * for more details. |
| 5 | * |
| 6 | * Copyright (C) 1995 Linus Torvalds |
| 7 | * Copyright (C) 1995 Waldorf Electronics |
| 8 | * Copyright (C) 1994, 95, 96, 97, 98, 99, 2000, 01, 02, 03 Ralf Baechle |
| 9 | * Copyright (C) 1996 Stoned Elipot |
| 10 | * Copyright (C) 1999 Silicon Graphics, Inc. |
Ralf Baechle | 7034228 | 2013-01-22 12:59:30 +0100 | [diff] [blame] | 11 | * Copyright (C) 2000, 2001, 2002, 2007 Maciej W. Rozycki |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 12 | */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 13 | #include <linux/init.h> |
| 14 | #include <linux/ioport.h> |
Paul Gortmaker | 73bc256 | 2011-07-23 16:30:40 -0400 | [diff] [blame] | 15 | #include <linux/export.h> |
Jon Smirl | 894673e | 2006-07-10 04:44:13 -0700 | [diff] [blame] | 16 | #include <linux/screen_info.h> |
Tejun Heo | 9d15ffc | 2011-12-08 10:22:09 -0800 | [diff] [blame] | 17 | #include <linux/memblock.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 18 | #include <linux/initrd.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 19 | #include <linux/root_dev.h> |
| 20 | #include <linux/highmem.h> |
| 21 | #include <linux/console.h> |
Dave Hansen | 22a9835 | 2006-03-27 01:16:04 -0800 | [diff] [blame] | 22 | #include <linux/pfn.h> |
Atsushi Nemoto | 6312e0e | 2007-06-30 00:55:48 +0900 | [diff] [blame] | 23 | #include <linux/debugfs.h> |
Ralf Baechle | 7aa1c8f | 2012-10-11 18:14:58 +0200 | [diff] [blame] | 24 | #include <linux/kexec.h> |
John Crispin | 4d9f77d | 2013-04-13 13:15:47 +0200 | [diff] [blame] | 25 | #include <linux/sizes.h> |
Zubair Lutfullah Kakakhel | f464938 | 2014-07-16 16:51:32 +0100 | [diff] [blame] | 26 | #include <linux/device.h> |
| 27 | #include <linux/dma-contiguous.h> |
Aurelien Jarno | 8f4703a | 2016-05-11 00:50:03 +0200 | [diff] [blame] | 28 | #include <linux/decompress/generic.h> |
Marcin Nowakowski | 7334608 | 2016-11-23 14:43:46 +0100 | [diff] [blame] | 29 | #include <linux/of_fdt.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 30 | |
| 31 | #include <asm/addrspace.h> |
| 32 | #include <asm/bootinfo.h> |
Maciej W. Rozycki | 20d60d9 | 2007-10-23 12:43:11 +0100 | [diff] [blame] | 33 | #include <asm/bugs.h> |
Ralf Baechle | ec74e36 | 2005-07-13 11:48:45 +0000 | [diff] [blame] | 34 | #include <asm/cache.h> |
James Hogan | e934945 | 2015-01-29 11:14:13 +0000 | [diff] [blame] | 35 | #include <asm/cdmm.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 36 | #include <asm/cpu.h> |
Paul Burton | 75dcfc1 | 2015-09-22 10:10:55 -0700 | [diff] [blame] | 37 | #include <asm/debug.h> |
Christoph Hellwig | aa4db77 | 2018-06-15 13:08:45 +0200 | [diff] [blame] | 38 | #include <asm/dma-coherence.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 39 | #include <asm/sections.h> |
| 40 | #include <asm/setup.h> |
Ralf Baechle | 87353d8 | 2007-11-19 12:23:51 +0000 | [diff] [blame] | 41 | #include <asm/smp-ops.h> |
Dezhong Diao | f2ffa5a | 2010-10-13 00:52:46 -0600 | [diff] [blame] | 42 | #include <asm/prom.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 43 | |
Aaro Koskinen | 87db537 | 2015-09-11 17:46:14 +0300 | [diff] [blame] | 44 | #ifdef CONFIG_MIPS_ELF_APPENDED_DTB |
| 45 | const char __section(.appended_dtb) __appended_dtb[0x100000]; |
| 46 | #endif /* CONFIG_MIPS_ELF_APPENDED_DTB */ |
| 47 | |
Ralf Baechle | ec74e36 | 2005-07-13 11:48:45 +0000 | [diff] [blame] | 48 | struct cpuinfo_mips cpu_data[NR_CPUS] __read_mostly; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 49 | |
| 50 | EXPORT_SYMBOL(cpu_data); |
| 51 | |
| 52 | #ifdef CONFIG_VT |
| 53 | struct screen_info screen_info; |
| 54 | #endif |
| 55 | |
| 56 | /* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 57 | * Setup information |
| 58 | * |
| 59 | * These are initialized so they are in the .data section |
| 60 | */ |
Ralf Baechle | ec74e36 | 2005-07-13 11:48:45 +0000 | [diff] [blame] | 61 | unsigned long mips_machtype __read_mostly = MACH_UNKNOWN; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 62 | |
| 63 | EXPORT_SYMBOL(mips_machtype); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 64 | |
| 65 | struct boot_mem_map boot_mem_map; |
| 66 | |
Dmitri Vorobiev | 6acc7d4 | 2009-11-21 22:34:41 +0200 | [diff] [blame] | 67 | static char __initdata command_line[COMMAND_LINE_SIZE]; |
| 68 | char __initdata arcs_cmdline[COMMAND_LINE_SIZE]; |
| 69 | |
| 70 | #ifdef CONFIG_CMDLINE_BOOL |
| 71 | static char __initdata builtin_cmdline[COMMAND_LINE_SIZE] = CONFIG_CMDLINE; |
| 72 | #endif |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 73 | |
| 74 | /* |
| 75 | * mips_io_port_base is the begin of the address space to which x86 style |
| 76 | * I/O ports are mapped. |
| 77 | */ |
David Daney | 1befdd5 | 2010-10-14 12:36:49 -0700 | [diff] [blame] | 78 | const unsigned long mips_io_port_base = -1; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 79 | EXPORT_SYMBOL(mips_io_port_base); |
| 80 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 81 | static struct resource code_resource = { .name = "Kernel code", }; |
| 82 | static struct resource data_resource = { .name = "Kernel data", }; |
David Daney | e0c5f36 | 2017-10-12 12:50:34 -0700 | [diff] [blame] | 83 | static struct resource bss_resource = { .name = "Kernel bss", }; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 84 | |
John Crispin | 4d9f77d | 2013-04-13 13:15:47 +0200 | [diff] [blame] | 85 | static void *detect_magic __initdata = detect_memory_region; |
| 86 | |
Paul Burton | 6c359eb | 2018-07-27 18:23:20 -0700 | [diff] [blame] | 87 | #ifdef CONFIG_MIPS_AUTO_PFN_OFFSET |
| 88 | unsigned long ARCH_PFN_OFFSET; |
| 89 | EXPORT_SYMBOL(ARCH_PFN_OFFSET); |
| 90 | #endif |
| 91 | |
Ralf Baechle | 15d45cc | 2014-11-22 00:22:09 +0100 | [diff] [blame] | 92 | void __init add_memory_region(phys_addr_t start, phys_addr_t size, long type) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 93 | { |
| 94 | int x = boot_mem_map.nr_map; |
Ralf Baechle | 0ec7ec7 | 2012-11-15 12:53:59 +0100 | [diff] [blame] | 95 | int i; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 96 | |
James Hogan | 58cae9b | 2016-08-09 13:21:48 +0100 | [diff] [blame] | 97 | /* |
| 98 | * If the region reaches the top of the physical address space, adjust |
| 99 | * the size slightly so that (start + size) doesn't overflow |
| 100 | */ |
Stefan Agner | d7dc899 | 2018-06-14 15:28:02 -0700 | [diff] [blame] | 101 | if (start + size - 1 == PHYS_ADDR_MAX) |
James Hogan | 58cae9b | 2016-08-09 13:21:48 +0100 | [diff] [blame] | 102 | --size; |
| 103 | |
Franck Bui-Huu | b6f1f0d | 2006-08-11 17:51:48 +0200 | [diff] [blame] | 104 | /* Sanity check */ |
| 105 | if (start + size < start) { |
Joe Perches | 7178d2c | 2014-10-04 09:50:42 -0700 | [diff] [blame] | 106 | pr_warn("Trying to add an invalid memory region, skipped\n"); |
Franck Bui-Huu | b6f1f0d | 2006-08-11 17:51:48 +0200 | [diff] [blame] | 107 | return; |
| 108 | } |
| 109 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 110 | /* |
Ralf Baechle | 0ec7ec7 | 2012-11-15 12:53:59 +0100 | [diff] [blame] | 111 | * Try to merge with existing entry, if any. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 112 | */ |
Ralf Baechle | 0ec7ec7 | 2012-11-15 12:53:59 +0100 | [diff] [blame] | 113 | for (i = 0; i < boot_mem_map.nr_map; i++) { |
| 114 | struct boot_mem_map_entry *entry = boot_mem_map.map + i; |
| 115 | unsigned long top; |
| 116 | |
| 117 | if (entry->type != type) |
| 118 | continue; |
| 119 | |
| 120 | if (start + size < entry->addr) |
| 121 | continue; /* no overlap */ |
| 122 | |
| 123 | if (entry->addr + entry->size < start) |
| 124 | continue; /* no overlap */ |
| 125 | |
| 126 | top = max(entry->addr + entry->size, start + size); |
| 127 | entry->addr = min(entry->addr, start); |
| 128 | entry->size = top - entry->addr; |
| 129 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 130 | return; |
| 131 | } |
| 132 | |
Ralf Baechle | 0ec7ec7 | 2012-11-15 12:53:59 +0100 | [diff] [blame] | 133 | if (boot_mem_map.nr_map == BOOT_MEM_MAP_MAX) { |
Mike Crowe | a64ae7a | 2008-07-28 13:12:52 +0100 | [diff] [blame] | 134 | pr_err("Ooops! Too many entries in the memory map!\n"); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 135 | return; |
| 136 | } |
| 137 | |
| 138 | boot_mem_map.map[x].addr = start; |
| 139 | boot_mem_map.map[x].size = size; |
| 140 | boot_mem_map.map[x].type = type; |
| 141 | boot_mem_map.nr_map++; |
| 142 | } |
| 143 | |
Ralf Baechle | 15d45cc | 2014-11-22 00:22:09 +0100 | [diff] [blame] | 144 | void __init detect_memory_region(phys_addr_t start, phys_addr_t sz_min, phys_addr_t sz_max) |
John Crispin | 4d9f77d | 2013-04-13 13:15:47 +0200 | [diff] [blame] | 145 | { |
| 146 | void *dm = &detect_magic; |
Ralf Baechle | 15d45cc | 2014-11-22 00:22:09 +0100 | [diff] [blame] | 147 | phys_addr_t size; |
John Crispin | 4d9f77d | 2013-04-13 13:15:47 +0200 | [diff] [blame] | 148 | |
| 149 | for (size = sz_min; size < sz_max; size <<= 1) { |
| 150 | if (!memcmp(dm, dm + size, sizeof(detect_magic))) |
| 151 | break; |
| 152 | } |
| 153 | |
| 154 | pr_debug("Memory: %lluMB of RAM detected at 0x%llx (min: %lluMB, max: %lluMB)\n", |
| 155 | ((unsigned long long) size) / SZ_1M, |
| 156 | (unsigned long long) start, |
| 157 | ((unsigned long long) sz_min) / SZ_1M, |
| 158 | ((unsigned long long) sz_max) / SZ_1M); |
| 159 | |
| 160 | add_memory_region(start, size, BOOT_MEM_RAM); |
| 161 | } |
| 162 | |
Mathieu Malaterre | 427aeea | 2018-01-02 19:52:21 +0100 | [diff] [blame] | 163 | static bool __init __maybe_unused memory_region_available(phys_addr_t start, |
| 164 | phys_addr_t size) |
Marcin Nowakowski | d9b5b65 | 2016-11-23 14:43:45 +0100 | [diff] [blame] | 165 | { |
| 166 | int i; |
| 167 | bool in_ram = false, free = true; |
| 168 | |
| 169 | for (i = 0; i < boot_mem_map.nr_map; i++) { |
| 170 | phys_addr_t start_, end_; |
| 171 | |
| 172 | start_ = boot_mem_map.map[i].addr; |
| 173 | end_ = boot_mem_map.map[i].addr + boot_mem_map.map[i].size; |
| 174 | |
| 175 | switch (boot_mem_map.map[i].type) { |
| 176 | case BOOT_MEM_RAM: |
| 177 | if (start >= start_ && start + size <= end_) |
| 178 | in_ram = true; |
| 179 | break; |
| 180 | case BOOT_MEM_RESERVED: |
Serge Semin | 9b9a59d | 2019-04-24 01:47:43 +0300 | [diff] [blame^] | 181 | case BOOT_MEM_NOMAP: |
Marcin Nowakowski | d9b5b65 | 2016-11-23 14:43:45 +0100 | [diff] [blame] | 182 | if ((start >= start_ && start < end_) || |
| 183 | (start < start_ && start + size >= start_)) |
| 184 | free = false; |
| 185 | break; |
| 186 | default: |
| 187 | continue; |
| 188 | } |
| 189 | } |
| 190 | |
| 191 | return in_ram && free; |
| 192 | } |
| 193 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 194 | static void __init print_memory_map(void) |
| 195 | { |
| 196 | int i; |
| 197 | const int field = 2 * sizeof(unsigned long); |
| 198 | |
| 199 | for (i = 0; i < boot_mem_map.nr_map; i++) { |
Mike Crowe | a64ae7a | 2008-07-28 13:12:52 +0100 | [diff] [blame] | 200 | printk(KERN_INFO " memory: %0*Lx @ %0*Lx ", |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 201 | field, (unsigned long long) boot_mem_map.map[i].size, |
| 202 | field, (unsigned long long) boot_mem_map.map[i].addr); |
| 203 | |
| 204 | switch (boot_mem_map.map[i].type) { |
| 205 | case BOOT_MEM_RAM: |
Mike Crowe | a64ae7a | 2008-07-28 13:12:52 +0100 | [diff] [blame] | 206 | printk(KERN_CONT "(usable)\n"); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 207 | break; |
David Daney | 43064c0 | 2011-11-22 14:38:03 +0000 | [diff] [blame] | 208 | case BOOT_MEM_INIT_RAM: |
| 209 | printk(KERN_CONT "(usable after init)\n"); |
| 210 | break; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 211 | case BOOT_MEM_ROM_DATA: |
Mike Crowe | a64ae7a | 2008-07-28 13:12:52 +0100 | [diff] [blame] | 212 | printk(KERN_CONT "(ROM data)\n"); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 213 | break; |
| 214 | case BOOT_MEM_RESERVED: |
Mike Crowe | a64ae7a | 2008-07-28 13:12:52 +0100 | [diff] [blame] | 215 | printk(KERN_CONT "(reserved)\n"); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 216 | break; |
Serge Semin | 9b9a59d | 2019-04-24 01:47:43 +0300 | [diff] [blame^] | 217 | case BOOT_MEM_NOMAP: |
| 218 | printk(KERN_CONT "(nomap)\n"); |
| 219 | break; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 220 | default: |
Mike Crowe | a64ae7a | 2008-07-28 13:12:52 +0100 | [diff] [blame] | 221 | printk(KERN_CONT "type %lu\n", boot_mem_map.map[i].type); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 222 | break; |
| 223 | } |
| 224 | } |
| 225 | } |
| 226 | |
Franck Bui-Huu | d2043ca | 2006-08-11 17:51:49 +0200 | [diff] [blame] | 227 | /* |
| 228 | * Manage initrd |
| 229 | */ |
| 230 | #ifdef CONFIG_BLK_DEV_INITRD |
| 231 | |
Franck Bui-Huu | a09fc44 | 2006-08-11 17:51:53 +0200 | [diff] [blame] | 232 | static int __init rd_start_early(char *p) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 233 | { |
Franck Bui-Huu | a09fc44 | 2006-08-11 17:51:53 +0200 | [diff] [blame] | 234 | unsigned long start = memparse(p, &p); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 235 | |
Ralf Baechle | 875d43e | 2005-09-03 15:56:16 -0700 | [diff] [blame] | 236 | #ifdef CONFIG_64BIT |
Franck Bui-Huu | a7837b7 | 2006-10-19 13:20:04 +0200 | [diff] [blame] | 237 | /* Guess if the sign extension was forgotten by bootloader */ |
| 238 | if (start < XKPHYS) |
| 239 | start = (int)start; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 240 | #endif |
Franck Bui-Huu | a09fc44 | 2006-08-11 17:51:53 +0200 | [diff] [blame] | 241 | initrd_start = start; |
| 242 | initrd_end += start; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 243 | return 0; |
| 244 | } |
Franck Bui-Huu | a09fc44 | 2006-08-11 17:51:53 +0200 | [diff] [blame] | 245 | early_param("rd_start", rd_start_early); |
| 246 | |
| 247 | static int __init rd_size_early(char *p) |
| 248 | { |
| 249 | initrd_end += memparse(p, &p); |
Franck Bui-Huu | a09fc44 | 2006-08-11 17:51:53 +0200 | [diff] [blame] | 250 | return 0; |
| 251 | } |
| 252 | early_param("rd_size", rd_size_early); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 253 | |
Franck Bui-Huu | a7837b7 | 2006-10-19 13:20:04 +0200 | [diff] [blame] | 254 | /* it returns the next free pfn after initrd */ |
Franck Bui-Huu | d2043ca | 2006-08-11 17:51:49 +0200 | [diff] [blame] | 255 | static unsigned long __init init_initrd(void) |
| 256 | { |
Franck Bui-Huu | a7837b7 | 2006-10-19 13:20:04 +0200 | [diff] [blame] | 257 | unsigned long end; |
Franck Bui-Huu | d2043ca | 2006-08-11 17:51:49 +0200 | [diff] [blame] | 258 | |
Franck Bui-Huu | d2043ca | 2006-08-11 17:51:49 +0200 | [diff] [blame] | 259 | /* |
Franck Bui-Huu | a09fc44 | 2006-08-11 17:51:53 +0200 | [diff] [blame] | 260 | * Board specific code or command line parser should have |
| 261 | * already set up initrd_start and initrd_end. In these cases |
| 262 | * perfom sanity checks and use them if all looks good. |
Franck Bui-Huu | d2043ca | 2006-08-11 17:51:49 +0200 | [diff] [blame] | 263 | */ |
Ralf Baechle | 32028f1 | 2009-12-17 01:57:07 +0000 | [diff] [blame] | 264 | if (!initrd_start || initrd_end <= initrd_start) |
Franck Bui-Huu | a7837b7 | 2006-10-19 13:20:04 +0200 | [diff] [blame] | 265 | goto disable; |
Franck Bui-Huu | d2043ca | 2006-08-11 17:51:49 +0200 | [diff] [blame] | 266 | |
Franck Bui-Huu | a7837b7 | 2006-10-19 13:20:04 +0200 | [diff] [blame] | 267 | if (initrd_start & ~PAGE_MASK) { |
Mike Crowe | a64ae7a | 2008-07-28 13:12:52 +0100 | [diff] [blame] | 268 | pr_err("initrd start must be page aligned\n"); |
Franck Bui-Huu | a7837b7 | 2006-10-19 13:20:04 +0200 | [diff] [blame] | 269 | goto disable; |
Franck Bui-Huu | d2043ca | 2006-08-11 17:51:49 +0200 | [diff] [blame] | 270 | } |
Franck Bui-Huu | a7837b7 | 2006-10-19 13:20:04 +0200 | [diff] [blame] | 271 | if (initrd_start < PAGE_OFFSET) { |
Mike Crowe | a64ae7a | 2008-07-28 13:12:52 +0100 | [diff] [blame] | 272 | pr_err("initrd start < PAGE_OFFSET\n"); |
Franck Bui-Huu | a7837b7 | 2006-10-19 13:20:04 +0200 | [diff] [blame] | 273 | goto disable; |
| 274 | } |
| 275 | |
| 276 | /* |
| 277 | * Sanitize initrd addresses. For example firmware |
| 278 | * can't guess if they need to pass them through |
| 279 | * 64-bits values if the kernel has been built in pure |
| 280 | * 32-bit. We need also to switch from KSEG0 to XKPHYS |
| 281 | * addresses now, so the code can now safely use __pa(). |
| 282 | */ |
| 283 | end = __pa(initrd_end); |
| 284 | initrd_end = (unsigned long)__va(end); |
| 285 | initrd_start = (unsigned long)__va(__pa(initrd_start)); |
| 286 | |
| 287 | ROOT_DEV = Root_RAM0; |
| 288 | return PFN_UP(end); |
| 289 | disable: |
| 290 | initrd_start = 0; |
| 291 | initrd_end = 0; |
| 292 | return 0; |
Franck Bui-Huu | d2043ca | 2006-08-11 17:51:49 +0200 | [diff] [blame] | 293 | } |
| 294 | |
Aurelien Jarno | 8f4703a | 2016-05-11 00:50:03 +0200 | [diff] [blame] | 295 | /* In some conditions (e.g. big endian bootloader with a little endian |
| 296 | kernel), the initrd might appear byte swapped. Try to detect this and |
| 297 | byte swap it if needed. */ |
| 298 | static void __init maybe_bswap_initrd(void) |
| 299 | { |
| 300 | #if defined(CONFIG_CPU_CAVIUM_OCTEON) |
| 301 | u64 buf; |
| 302 | |
| 303 | /* Check for CPIO signature */ |
| 304 | if (!memcmp((void *)initrd_start, "070701", 6)) |
| 305 | return; |
| 306 | |
| 307 | /* Check for compressed initrd */ |
| 308 | if (decompress_method((unsigned char *)initrd_start, 8, NULL)) |
| 309 | return; |
| 310 | |
| 311 | /* Try again with a byte swapped header */ |
| 312 | buf = swab64p((u64 *)initrd_start); |
| 313 | if (!memcmp(&buf, "070701", 6) || |
| 314 | decompress_method((unsigned char *)(&buf), 8, NULL)) { |
| 315 | unsigned long i; |
| 316 | |
| 317 | pr_info("Byteswapped initrd detected\n"); |
| 318 | for (i = initrd_start; i < ALIGN(initrd_end, 8); i += 8) |
| 319 | swab64s((u64 *)i); |
| 320 | } |
| 321 | #endif |
| 322 | } |
| 323 | |
Franck Bui-Huu | d2043ca | 2006-08-11 17:51:49 +0200 | [diff] [blame] | 324 | static void __init finalize_initrd(void) |
| 325 | { |
| 326 | unsigned long size = initrd_end - initrd_start; |
| 327 | |
| 328 | if (size == 0) { |
| 329 | printk(KERN_INFO "Initrd not found or empty"); |
| 330 | goto disable; |
| 331 | } |
Franck Bui-Huu | d4df6d4 | 2006-10-19 13:20:01 +0200 | [diff] [blame] | 332 | if (__pa(initrd_end) > PFN_PHYS(max_low_pfn)) { |
Mike Crowe | a64ae7a | 2008-07-28 13:12:52 +0100 | [diff] [blame] | 333 | printk(KERN_ERR "Initrd extends beyond end of memory"); |
Franck Bui-Huu | d2043ca | 2006-08-11 17:51:49 +0200 | [diff] [blame] | 334 | goto disable; |
| 335 | } |
| 336 | |
Aurelien Jarno | 8f4703a | 2016-05-11 00:50:03 +0200 | [diff] [blame] | 337 | maybe_bswap_initrd(); |
| 338 | |
Mike Rapoport | bcec54b | 2018-09-10 12:23:18 +0300 | [diff] [blame] | 339 | memblock_reserve(__pa(initrd_start), size); |
Franck Bui-Huu | d2043ca | 2006-08-11 17:51:49 +0200 | [diff] [blame] | 340 | initrd_below_start_ok = 1; |
| 341 | |
Mike Crowe | a64ae7a | 2008-07-28 13:12:52 +0100 | [diff] [blame] | 342 | pr_info("Initial ramdisk at: 0x%lx (%lu bytes)\n", |
| 343 | initrd_start, size); |
Franck Bui-Huu | d2043ca | 2006-08-11 17:51:49 +0200 | [diff] [blame] | 344 | return; |
| 345 | disable: |
Mike Crowe | a64ae7a | 2008-07-28 13:12:52 +0100 | [diff] [blame] | 346 | printk(KERN_CONT " - disabling initrd\n"); |
Franck Bui-Huu | d2043ca | 2006-08-11 17:51:49 +0200 | [diff] [blame] | 347 | initrd_start = 0; |
| 348 | initrd_end = 0; |
| 349 | } |
| 350 | |
| 351 | #else /* !CONFIG_BLK_DEV_INITRD */ |
| 352 | |
Ralf Baechle | 9ba126c | 2006-10-13 11:22:52 +0100 | [diff] [blame] | 353 | static unsigned long __init init_initrd(void) |
| 354 | { |
| 355 | return 0; |
| 356 | } |
| 357 | |
Franck Bui-Huu | d2043ca | 2006-08-11 17:51:49 +0200 | [diff] [blame] | 358 | #define finalize_initrd() do {} while (0) |
| 359 | |
| 360 | #endif |
| 361 | |
Franck Bui-Huu | b6f1f0d | 2006-08-11 17:51:48 +0200 | [diff] [blame] | 362 | /* |
| 363 | * Initialize the bootmem allocator. It also setup initrd related data |
| 364 | * if needed. |
| 365 | */ |
Huacai Chen | c461731 | 2014-06-26 11:41:28 +0800 | [diff] [blame] | 366 | #if defined(CONFIG_SGI_IP27) || (defined(CONFIG_CPU_LOONGSON3) && defined(CONFIG_NUMA)) |
Franck Bui-Huu | d2043ca | 2006-08-11 17:51:49 +0200 | [diff] [blame] | 367 | |
Franck Bui-Huu | b6f1f0d | 2006-08-11 17:51:48 +0200 | [diff] [blame] | 368 | static void __init bootmem_init(void) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 369 | { |
Franck Bui-Huu | d2043ca | 2006-08-11 17:51:49 +0200 | [diff] [blame] | 370 | init_initrd(); |
| 371 | finalize_initrd(); |
| 372 | } |
| 373 | |
| 374 | #else /* !CONFIG_SGI_IP27 */ |
| 375 | |
| 376 | static void __init bootmem_init(void) |
| 377 | { |
Stefan Agner | d7dc899 | 2018-06-14 15:28:02 -0700 | [diff] [blame] | 378 | phys_addr_t ramstart = PHYS_ADDR_MAX; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 379 | int i; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 380 | |
Franck Bui-Huu | b6f1f0d | 2006-08-11 17:51:48 +0200 | [diff] [blame] | 381 | /* |
Greg Ungerer | f9a7feb | 2010-09-08 15:50:43 +1000 | [diff] [blame] | 382 | * Sanity check any INITRD first. We don't take it into account |
| 383 | * for bootmem setup initially, rely on the end-of-kernel-code |
| 384 | * as our memory range starting point. Once bootmem is inited we |
| 385 | * will reserve the area used for the initrd. |
Franck Bui-Huu | b6f1f0d | 2006-08-11 17:51:48 +0200 | [diff] [blame] | 386 | */ |
Greg Ungerer | f9a7feb | 2010-09-08 15:50:43 +1000 | [diff] [blame] | 387 | init_initrd(); |
Franck Bui-Huu | b6f1f0d | 2006-08-11 17:51:48 +0200 | [diff] [blame] | 388 | |
Serge Semin | b93ddc4 | 2019-04-24 01:47:40 +0300 | [diff] [blame] | 389 | /* Reserve memory occupied by kernel. */ |
| 390 | memblock_reserve(__pa_symbol(&_text), |
| 391 | __pa_symbol(&_end) - __pa_symbol(&_text)); |
Mike Rapoport | bcec54b | 2018-09-10 12:23:18 +0300 | [diff] [blame] | 392 | |
Franck Bui-Huu | b6f1f0d | 2006-08-11 17:51:48 +0200 | [diff] [blame] | 393 | /* |
Franck Bui-Huu | db84dc6 | 2007-01-10 09:44:04 +0100 | [diff] [blame] | 394 | * max_low_pfn is not a number of pages. The number of pages |
| 395 | * of the system is given by 'max_low_pfn - min_low_pfn'. |
| 396 | */ |
| 397 | min_low_pfn = ~0UL; |
| 398 | max_low_pfn = 0; |
| 399 | |
Serge Semin | 6ea3ba6 | 2019-04-24 01:47:38 +0300 | [diff] [blame] | 400 | /* Find the highest and lowest page frame numbers we have available. */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 401 | for (i = 0; i < boot_mem_map.nr_map; i++) { |
| 402 | unsigned long start, end; |
| 403 | |
| 404 | if (boot_mem_map.map[i].type != BOOT_MEM_RAM) |
| 405 | continue; |
| 406 | |
| 407 | start = PFN_UP(boot_mem_map.map[i].addr); |
| 408 | end = PFN_DOWN(boot_mem_map.map[i].addr |
Franck Bui-Huu | b6f1f0d | 2006-08-11 17:51:48 +0200 | [diff] [blame] | 409 | + boot_mem_map.map[i].size); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 410 | |
Marcin Nowakowski | 67a3ba2 | 2018-02-01 12:37:21 +0100 | [diff] [blame] | 411 | ramstart = min(ramstart, boot_mem_map.map[i].addr); |
| 412 | |
James Hogan | 16a767e | 2016-11-01 13:59:09 +0000 | [diff] [blame] | 413 | #ifndef CONFIG_HIGHMEM |
| 414 | /* |
| 415 | * Skip highmem here so we get an accurate max_low_pfn if low |
| 416 | * memory stops short of high memory. |
| 417 | * If the region overlaps HIGHMEM_START, end is clipped so |
| 418 | * max_pfn excludes the highmem portion. |
| 419 | */ |
| 420 | if (start >= PFN_DOWN(HIGHMEM_START)) |
| 421 | continue; |
| 422 | if (end > PFN_DOWN(HIGHMEM_START)) |
| 423 | end = PFN_DOWN(HIGHMEM_START); |
| 424 | #endif |
| 425 | |
Franck Bui-Huu | db84dc6 | 2007-01-10 09:44:04 +0100 | [diff] [blame] | 426 | if (end > max_low_pfn) |
| 427 | max_low_pfn = end; |
| 428 | if (start < min_low_pfn) |
| 429 | min_low_pfn = start; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 430 | } |
| 431 | |
Paul Burton | 6c359eb | 2018-07-27 18:23:20 -0700 | [diff] [blame] | 432 | if (min_low_pfn >= max_low_pfn) |
| 433 | panic("Incorrect memory mapping !!!"); |
| 434 | |
| 435 | #ifdef CONFIG_MIPS_AUTO_PFN_OFFSET |
| 436 | ARCH_PFN_OFFSET = PFN_UP(ramstart); |
| 437 | #else |
Marcin Nowakowski | 67a3ba2 | 2018-02-01 12:37:21 +0100 | [diff] [blame] | 438 | /* |
| 439 | * Reserve any memory between the start of RAM and PHYS_OFFSET |
| 440 | */ |
Mike Rapoport | bcec54b | 2018-09-10 12:23:18 +0300 | [diff] [blame] | 441 | if (ramstart > PHYS_OFFSET) { |
Marcin Nowakowski | 67a3ba2 | 2018-02-01 12:37:21 +0100 | [diff] [blame] | 442 | add_memory_region(PHYS_OFFSET, ramstart - PHYS_OFFSET, |
| 443 | BOOT_MEM_RESERVED); |
Mike Rapoport | bcec54b | 2018-09-10 12:23:18 +0300 | [diff] [blame] | 444 | memblock_reserve(PHYS_OFFSET, ramstart - PHYS_OFFSET); |
| 445 | } |
Marcin Nowakowski | 67a3ba2 | 2018-02-01 12:37:21 +0100 | [diff] [blame] | 446 | |
Franck Bui-Huu | 6f284a2 | 2007-01-10 09:44:05 +0100 | [diff] [blame] | 447 | if (min_low_pfn > ARCH_PFN_OFFSET) { |
Mike Crowe | a64ae7a | 2008-07-28 13:12:52 +0100 | [diff] [blame] | 448 | pr_info("Wasting %lu bytes for tracking %lu unused pages\n", |
| 449 | (min_low_pfn - ARCH_PFN_OFFSET) * sizeof(struct page), |
| 450 | min_low_pfn - ARCH_PFN_OFFSET); |
Mathieu Malaterre | ab3d844 | 2018-01-02 19:53:15 +0100 | [diff] [blame] | 451 | } else if (ARCH_PFN_OFFSET - min_low_pfn > 0UL) { |
Mike Crowe | a64ae7a | 2008-07-28 13:12:52 +0100 | [diff] [blame] | 452 | pr_info("%lu free pages won't be used\n", |
| 453 | ARCH_PFN_OFFSET - min_low_pfn); |
Franck Bui-Huu | db84dc6 | 2007-01-10 09:44:04 +0100 | [diff] [blame] | 454 | } |
Franck Bui-Huu | 6f284a2 | 2007-01-10 09:44:05 +0100 | [diff] [blame] | 455 | min_low_pfn = ARCH_PFN_OFFSET; |
Paul Burton | 6c359eb | 2018-07-27 18:23:20 -0700 | [diff] [blame] | 456 | #endif |
Franck Bui-Huu | db84dc6 | 2007-01-10 09:44:04 +0100 | [diff] [blame] | 457 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 458 | /* |
| 459 | * Determine low and high memory ranges |
| 460 | */ |
Ralf Baechle | dc3bf35 | 2008-04-18 10:56:07 +0100 | [diff] [blame] | 461 | max_pfn = max_low_pfn; |
Franck Bui-Huu | db84dc6 | 2007-01-10 09:44:04 +0100 | [diff] [blame] | 462 | if (max_low_pfn > PFN_DOWN(HIGHMEM_START)) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 463 | #ifdef CONFIG_HIGHMEM |
Franck Bui-Huu | b6f1f0d | 2006-08-11 17:51:48 +0200 | [diff] [blame] | 464 | highstart_pfn = PFN_DOWN(HIGHMEM_START); |
Franck Bui-Huu | db84dc6 | 2007-01-10 09:44:04 +0100 | [diff] [blame] | 465 | highend_pfn = max_low_pfn; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 466 | #endif |
Franck Bui-Huu | db84dc6 | 2007-01-10 09:44:04 +0100 | [diff] [blame] | 467 | max_low_pfn = PFN_DOWN(HIGHMEM_START); |
Franck Bui-Huu | b6f1f0d | 2006-08-11 17:51:48 +0200 | [diff] [blame] | 468 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 469 | |
Serge Semin | 6ea3ba6 | 2019-04-24 01:47:38 +0300 | [diff] [blame] | 470 | /* Install all valid RAM ranges to the memblock memory region */ |
Ralf Baechle | cce335a | 2007-11-03 02:05:43 +0000 | [diff] [blame] | 471 | for (i = 0; i < boot_mem_map.nr_map; i++) { |
| 472 | unsigned long start, end; |
| 473 | |
| 474 | start = PFN_UP(boot_mem_map.map[i].addr); |
| 475 | end = PFN_DOWN(boot_mem_map.map[i].addr |
| 476 | + boot_mem_map.map[i].size); |
| 477 | |
Serge Semin | 6ea3ba6 | 2019-04-24 01:47:38 +0300 | [diff] [blame] | 478 | if (start < min_low_pfn) |
Atsushi Nemoto | e452e94 | 2008-01-08 00:41:13 +0900 | [diff] [blame] | 479 | start = min_low_pfn; |
Ralf Baechle | cce335a | 2007-11-03 02:05:43 +0000 | [diff] [blame] | 480 | #ifndef CONFIG_HIGHMEM |
Serge Semin | 6ea3ba6 | 2019-04-24 01:47:38 +0300 | [diff] [blame] | 481 | /* Ignore highmem regions if highmem is unsupported */ |
Ralf Baechle | cce335a | 2007-11-03 02:05:43 +0000 | [diff] [blame] | 482 | if (end > max_low_pfn) |
| 483 | end = max_low_pfn; |
Serge Semin | 6ea3ba6 | 2019-04-24 01:47:38 +0300 | [diff] [blame] | 484 | #endif |
Ralf Baechle | cce335a | 2007-11-03 02:05:43 +0000 | [diff] [blame] | 485 | if (end <= start) |
| 486 | continue; |
Ralf Baechle | cce335a | 2007-11-03 02:05:43 +0000 | [diff] [blame] | 487 | |
Tejun Heo | 9d15ffc | 2011-12-08 10:22:09 -0800 | [diff] [blame] | 488 | memblock_add_node(PFN_PHYS(start), PFN_PHYS(end - start), 0); |
Ralf Baechle | cce335a | 2007-11-03 02:05:43 +0000 | [diff] [blame] | 489 | |
Serge Semin | cf0c487 | 2019-04-24 01:47:39 +0300 | [diff] [blame] | 490 | /* Reserve any memory except the ordinary RAM ranges. */ |
David Daney | 43064c0 | 2011-11-22 14:38:03 +0000 | [diff] [blame] | 491 | switch (boot_mem_map.map[i].type) { |
| 492 | case BOOT_MEM_RAM: |
| 493 | break; |
Serge Semin | 9b9a59d | 2019-04-24 01:47:43 +0300 | [diff] [blame^] | 494 | case BOOT_MEM_NOMAP: /* Discard the range from the system. */ |
| 495 | memblock_remove(PFN_PHYS(start), PFN_PHYS(end - start)); |
| 496 | continue; |
Serge Semin | cf0c487 | 2019-04-24 01:47:39 +0300 | [diff] [blame] | 497 | default: /* Reserve the rest of the memory types at boot time */ |
| 498 | memblock_reserve(PFN_PHYS(start), PFN_PHYS(end - start)); |
| 499 | break; |
David Daney | 43064c0 | 2011-11-22 14:38:03 +0000 | [diff] [blame] | 500 | } |
| 501 | |
Franck Bui-Huu | b6f1f0d | 2006-08-11 17:51:48 +0200 | [diff] [blame] | 502 | /* |
Serge Semin | cf0c487 | 2019-04-24 01:47:39 +0300 | [diff] [blame] | 503 | * In any case the added to the memblock memory regions |
| 504 | * (highmem/lowmem, available/reserved, etc) are considered |
| 505 | * as present, so inform sparsemem about them. |
Franck Bui-Huu | b6f1f0d | 2006-08-11 17:51:48 +0200 | [diff] [blame] | 506 | */ |
Franck Bui-Huu | b6f1f0d | 2006-08-11 17:51:48 +0200 | [diff] [blame] | 507 | memory_present(0, start, end); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 508 | } |
| 509 | |
Franck Bui-Huu | d2043ca | 2006-08-11 17:51:49 +0200 | [diff] [blame] | 510 | /* |
| 511 | * Reserve initrd memory if needed. |
| 512 | */ |
| 513 | finalize_initrd(); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 514 | } |
| 515 | |
Franck Bui-Huu | d2043ca | 2006-08-11 17:51:49 +0200 | [diff] [blame] | 516 | #endif /* CONFIG_SGI_IP27 */ |
| 517 | |
Ralf Baechle | 982f6ff | 2009-09-17 02:25:07 +0200 | [diff] [blame] | 518 | static int usermem __initdata; |
Franck Bui-Huu | a09fc44 | 2006-08-11 17:51:53 +0200 | [diff] [blame] | 519 | |
| 520 | static int __init early_parse_mem(char *p) |
| 521 | { |
Jaedon Shin | ad8f723 | 2014-12-12 19:51:15 +0100 | [diff] [blame] | 522 | phys_addr_t start, size; |
Franck Bui-Huu | a09fc44 | 2006-08-11 17:51:53 +0200 | [diff] [blame] | 523 | |
| 524 | /* |
| 525 | * If a user specifies memory size, we |
| 526 | * blow away any automatically generated |
| 527 | * size. |
| 528 | */ |
| 529 | if (usermem == 0) { |
| 530 | boot_mem_map.nr_map = 0; |
| 531 | usermem = 1; |
Ralf Baechle | 7034228 | 2013-01-22 12:59:30 +0100 | [diff] [blame] | 532 | } |
Franck Bui-Huu | a09fc44 | 2006-08-11 17:51:53 +0200 | [diff] [blame] | 533 | start = 0; |
| 534 | size = memparse(p, &p); |
| 535 | if (*p == '@') |
| 536 | start = memparse(p + 1, &p); |
| 537 | |
| 538 | add_memory_region(start, size, BOOT_MEM_RAM); |
Marcin Nowakowski | 73fbc1e | 2016-11-23 14:43:49 +0100 | [diff] [blame] | 539 | |
Franck Bui-Huu | a09fc44 | 2006-08-11 17:51:53 +0200 | [diff] [blame] | 540 | return 0; |
| 541 | } |
| 542 | early_param("mem", early_parse_mem); |
Ralf Baechle | 2925aba | 2006-06-18 01:32:22 +0100 | [diff] [blame] | 543 | |
Miodrag Dinic | 296a762 | 2017-06-19 17:50:08 +0200 | [diff] [blame] | 544 | static int __init early_parse_memmap(char *p) |
| 545 | { |
| 546 | char *oldp; |
| 547 | u64 start_at, mem_size; |
| 548 | |
| 549 | if (!p) |
| 550 | return -EINVAL; |
| 551 | |
| 552 | if (!strncmp(p, "exactmap", 8)) { |
| 553 | pr_err("\"memmap=exactmap\" invalid on MIPS\n"); |
| 554 | return 0; |
| 555 | } |
| 556 | |
| 557 | oldp = p; |
| 558 | mem_size = memparse(p, &p); |
| 559 | if (p == oldp) |
| 560 | return -EINVAL; |
| 561 | |
| 562 | if (*p == '@') { |
| 563 | start_at = memparse(p+1, &p); |
| 564 | add_memory_region(start_at, mem_size, BOOT_MEM_RAM); |
| 565 | } else if (*p == '#') { |
| 566 | pr_err("\"memmap=nn#ss\" (force ACPI data) invalid on MIPS\n"); |
| 567 | return -EINVAL; |
| 568 | } else if (*p == '$') { |
| 569 | start_at = memparse(p+1, &p); |
| 570 | add_memory_region(start_at, mem_size, BOOT_MEM_RESERVED); |
| 571 | } else { |
| 572 | pr_err("\"memmap\" invalid format!\n"); |
| 573 | return -EINVAL; |
| 574 | } |
| 575 | |
| 576 | if (*p == '\0') { |
| 577 | usermem = 1; |
| 578 | return 0; |
| 579 | } else |
| 580 | return -EINVAL; |
| 581 | } |
| 582 | early_param("memmap", early_parse_memmap); |
| 583 | |
Corey Minyard | 4893fc8 | 2013-02-12 19:41:48 +0000 | [diff] [blame] | 584 | #ifdef CONFIG_PROC_VMCORE |
| 585 | unsigned long setup_elfcorehdr, setup_elfcorehdr_size; |
| 586 | static int __init early_parse_elfcorehdr(char *p) |
| 587 | { |
| 588 | int i; |
| 589 | |
| 590 | setup_elfcorehdr = memparse(p, &p); |
| 591 | |
| 592 | for (i = 0; i < boot_mem_map.nr_map; i++) { |
| 593 | unsigned long start = boot_mem_map.map[i].addr; |
| 594 | unsigned long end = (boot_mem_map.map[i].addr + |
| 595 | boot_mem_map.map[i].size); |
| 596 | if (setup_elfcorehdr >= start && setup_elfcorehdr < end) { |
| 597 | /* |
| 598 | * Reserve from the elf core header to the end of |
| 599 | * the memory segment, that should all be kdump |
| 600 | * reserved memory. |
| 601 | */ |
| 602 | setup_elfcorehdr_size = end - setup_elfcorehdr; |
| 603 | break; |
| 604 | } |
| 605 | } |
| 606 | /* |
| 607 | * If we don't find it in the memory map, then we shouldn't |
| 608 | * have to worry about it, as the new kernel won't use it. |
| 609 | */ |
| 610 | return 0; |
| 611 | } |
| 612 | early_param("elfcorehdr", early_parse_elfcorehdr); |
| 613 | #endif |
| 614 | |
Ralf Baechle | 15d45cc | 2014-11-22 00:22:09 +0100 | [diff] [blame] | 615 | static void __init arch_mem_addpart(phys_addr_t mem, phys_addr_t end, int type) |
Corey Minyard | d3ff933 | 2013-02-12 19:41:47 +0000 | [diff] [blame] | 616 | { |
Ralf Baechle | 15d45cc | 2014-11-22 00:22:09 +0100 | [diff] [blame] | 617 | phys_addr_t size; |
Corey Minyard | d3ff933 | 2013-02-12 19:41:47 +0000 | [diff] [blame] | 618 | int i; |
| 619 | |
| 620 | size = end - mem; |
| 621 | if (!size) |
| 622 | return; |
| 623 | |
| 624 | /* Make sure it is in the boot_mem_map */ |
| 625 | for (i = 0; i < boot_mem_map.nr_map; i++) { |
| 626 | if (mem >= boot_mem_map.map[i].addr && |
| 627 | mem < (boot_mem_map.map[i].addr + |
| 628 | boot_mem_map.map[i].size)) |
| 629 | return; |
| 630 | } |
| 631 | add_memory_region(mem, size, type); |
| 632 | } |
| 633 | |
Prem Mallappa | c2882b7 | 2013-09-04 23:26:24 +0530 | [diff] [blame] | 634 | #ifdef CONFIG_KEXEC |
| 635 | static inline unsigned long long get_total_mem(void) |
| 636 | { |
| 637 | unsigned long long total; |
| 638 | |
| 639 | total = max_pfn - min_low_pfn; |
| 640 | return total << PAGE_SHIFT; |
| 641 | } |
| 642 | |
| 643 | static void __init mips_parse_crashkernel(void) |
| 644 | { |
| 645 | unsigned long long total_mem; |
| 646 | unsigned long long crash_size, crash_base; |
| 647 | int ret; |
| 648 | |
| 649 | total_mem = get_total_mem(); |
| 650 | ret = parse_crashkernel(boot_command_line, total_mem, |
| 651 | &crash_size, &crash_base); |
| 652 | if (ret != 0 || crash_size <= 0) |
| 653 | return; |
| 654 | |
Marcin Nowakowski | a8f108d | 2016-11-23 14:43:50 +0100 | [diff] [blame] | 655 | if (!memory_region_available(crash_base, crash_size)) { |
| 656 | pr_warn("Invalid memory region reserved for crash kernel\n"); |
| 657 | return; |
| 658 | } |
| 659 | |
Prem Mallappa | c2882b7 | 2013-09-04 23:26:24 +0530 | [diff] [blame] | 660 | crashk_res.start = crash_base; |
| 661 | crashk_res.end = crash_base + crash_size - 1; |
| 662 | } |
| 663 | |
| 664 | static void __init request_crashkernel(struct resource *res) |
| 665 | { |
| 666 | int ret; |
| 667 | |
Marcin Nowakowski | 269aa43 | 2016-11-23 14:43:43 +0100 | [diff] [blame] | 668 | if (crashk_res.start == crashk_res.end) |
| 669 | return; |
| 670 | |
Prem Mallappa | c2882b7 | 2013-09-04 23:26:24 +0530 | [diff] [blame] | 671 | ret = request_resource(res, &crashk_res); |
| 672 | if (!ret) |
| 673 | pr_info("Reserving %ldMB of memory at %ldMB for crashkernel\n", |
| 674 | (unsigned long)((crashk_res.end - |
| 675 | crashk_res.start + 1) >> 20), |
| 676 | (unsigned long)(crashk_res.start >> 20)); |
| 677 | } |
| 678 | #else /* !defined(CONFIG_KEXEC) */ |
| 679 | static void __init mips_parse_crashkernel(void) |
| 680 | { |
| 681 | } |
| 682 | |
| 683 | static void __init request_crashkernel(struct resource *res) |
| 684 | { |
| 685 | } |
| 686 | #endif /* !defined(CONFIG_KEXEC) */ |
| 687 | |
Jonas Gorski | 2024972 | 2015-10-12 13:13:02 +0200 | [diff] [blame] | 688 | #define USE_PROM_CMDLINE IS_ENABLED(CONFIG_MIPS_CMDLINE_FROM_BOOTLOADER) |
| 689 | #define USE_DTB_CMDLINE IS_ENABLED(CONFIG_MIPS_CMDLINE_FROM_DTB) |
Jaedon Shin | 2549cc9 | 2015-12-21 12:47:35 +0900 | [diff] [blame] | 690 | #define EXTEND_WITH_PROM IS_ENABLED(CONFIG_MIPS_CMDLINE_DTB_EXTEND) |
Rabin Vincent | ed47e15 | 2016-04-28 11:03:09 +0200 | [diff] [blame] | 691 | #define BUILTIN_EXTEND_WITH_PROM \ |
| 692 | IS_ENABLED(CONFIG_MIPS_CMDLINE_BUILTIN_EXTEND) |
Jonas Gorski | 2024972 | 2015-10-12 13:13:02 +0200 | [diff] [blame] | 693 | |
Paul Burton | 52c985a | 2018-08-31 15:28:57 -0700 | [diff] [blame] | 694 | /* |
| 695 | * arch_mem_init - initialize memory management subsystem |
| 696 | * |
| 697 | * o plat_mem_setup() detects the memory configuration and will record detected |
| 698 | * memory areas using add_memory_region. |
| 699 | * |
| 700 | * At this stage the memory configuration of the system is known to the |
| 701 | * kernel but generic memory management system is still entirely uninitialized. |
| 702 | * |
| 703 | * o bootmem_init() |
| 704 | * o sparse_init() |
| 705 | * o paging_init() |
| 706 | * o dma_contiguous_reserve() |
| 707 | * |
| 708 | * At this stage the bootmem allocator is ready to use. |
| 709 | * |
| 710 | * NOTE: historically plat_mem_setup did the entire platform initialization. |
| 711 | * This was rather impractical because it meant plat_mem_setup had to |
| 712 | * get away without any kind of memory allocator. To keep old code from |
| 713 | * breaking plat_setup was just renamed to plat_mem_setup and a second platform |
| 714 | * initialization hook for anything else was introduced. |
| 715 | */ |
Ralf Baechle | 2925aba | 2006-06-18 01:32:22 +0100 | [diff] [blame] | 716 | static void __init arch_mem_init(char **cmdline_p) |
| 717 | { |
Franck Bui-Huu | a09fc44 | 2006-08-11 17:51:53 +0200 | [diff] [blame] | 718 | extern void plat_mem_setup(void); |
| 719 | |
Paul Burton | 951d223 | 2018-09-27 22:59:18 +0000 | [diff] [blame] | 720 | /* |
| 721 | * Initialize boot_command_line to an innocuous but non-empty string in |
| 722 | * order to prevent early_init_dt_scan_chosen() from copying |
| 723 | * CONFIG_CMDLINE into it without our knowledge. We handle |
| 724 | * CONFIG_CMDLINE ourselves below & don't want to duplicate its |
| 725 | * content because repeating arguments can be problematic. |
| 726 | */ |
| 727 | strlcpy(boot_command_line, " ", COMMAND_LINE_SIZE); |
| 728 | |
| 729 | /* call board setup routine */ |
| 730 | plat_mem_setup(); |
Huacai Chen | 25517ed | 2018-11-10 11:50:14 +0800 | [diff] [blame] | 731 | memblock_set_bottom_up(true); |
Paul Burton | 951d223 | 2018-09-27 22:59:18 +0000 | [diff] [blame] | 732 | |
| 733 | /* |
| 734 | * Make sure all kernel memory is in the maps. The "UP" and |
| 735 | * "DOWN" are opposite for initdata since if it crosses over |
| 736 | * into another memory section you don't want that to be |
| 737 | * freed when the initdata is freed. |
| 738 | */ |
| 739 | arch_mem_addpart(PFN_DOWN(__pa_symbol(&_text)) << PAGE_SHIFT, |
| 740 | PFN_UP(__pa_symbol(&_edata)) << PAGE_SHIFT, |
| 741 | BOOT_MEM_RAM); |
| 742 | arch_mem_addpart(PFN_UP(__pa_symbol(&__init_begin)) << PAGE_SHIFT, |
| 743 | PFN_DOWN(__pa_symbol(&__init_end)) << PAGE_SHIFT, |
| 744 | BOOT_MEM_INIT_RAM); |
Serge Semin | a703db3 | 2019-04-24 01:47:37 +0300 | [diff] [blame] | 745 | arch_mem_addpart(PFN_DOWN(__pa_symbol(&__bss_start)) << PAGE_SHIFT, |
| 746 | PFN_UP(__pa_symbol(&__bss_stop)) << PAGE_SHIFT, |
| 747 | BOOT_MEM_RAM); |
Paul Burton | 951d223 | 2018-09-27 22:59:18 +0000 | [diff] [blame] | 748 | |
| 749 | pr_info("Determined physical RAM map:\n"); |
| 750 | print_memory_map(); |
| 751 | |
Jonas Gorski | 2024972 | 2015-10-12 13:13:02 +0200 | [diff] [blame] | 752 | #if defined(CONFIG_CMDLINE_BOOL) && defined(CONFIG_CMDLINE_OVERRIDE) |
Dmitri Vorobiev | 6acc7d4 | 2009-11-21 22:34:41 +0200 | [diff] [blame] | 753 | strlcpy(boot_command_line, builtin_cmdline, COMMAND_LINE_SIZE); |
| 754 | #else |
Jonas Gorski | 2024972 | 2015-10-12 13:13:02 +0200 | [diff] [blame] | 755 | if ((USE_PROM_CMDLINE && arcs_cmdline[0]) || |
| 756 | (USE_DTB_CMDLINE && !boot_command_line[0])) |
| 757 | strlcpy(boot_command_line, arcs_cmdline, COMMAND_LINE_SIZE); |
| 758 | |
| 759 | if (EXTEND_WITH_PROM && arcs_cmdline[0]) { |
Rabin Vincent | e54ad8c | 2016-04-28 11:03:08 +0200 | [diff] [blame] | 760 | if (boot_command_line[0]) |
| 761 | strlcat(boot_command_line, " ", COMMAND_LINE_SIZE); |
Jonas Gorski | 2024972 | 2015-10-12 13:13:02 +0200 | [diff] [blame] | 762 | strlcat(boot_command_line, arcs_cmdline, COMMAND_LINE_SIZE); |
Dmitri Vorobiev | 6acc7d4 | 2009-11-21 22:34:41 +0200 | [diff] [blame] | 763 | } |
Jonas Gorski | 2024972 | 2015-10-12 13:13:02 +0200 | [diff] [blame] | 764 | |
| 765 | #if defined(CONFIG_CMDLINE_BOOL) |
| 766 | if (builtin_cmdline[0]) { |
Rabin Vincent | e54ad8c | 2016-04-28 11:03:08 +0200 | [diff] [blame] | 767 | if (boot_command_line[0]) |
| 768 | strlcat(boot_command_line, " ", COMMAND_LINE_SIZE); |
Jonas Gorski | 2024972 | 2015-10-12 13:13:02 +0200 | [diff] [blame] | 769 | strlcat(boot_command_line, builtin_cmdline, COMMAND_LINE_SIZE); |
| 770 | } |
Rabin Vincent | ed47e15 | 2016-04-28 11:03:09 +0200 | [diff] [blame] | 771 | |
| 772 | if (BUILTIN_EXTEND_WITH_PROM && arcs_cmdline[0]) { |
| 773 | if (boot_command_line[0]) |
| 774 | strlcat(boot_command_line, " ", COMMAND_LINE_SIZE); |
| 775 | strlcat(boot_command_line, arcs_cmdline, COMMAND_LINE_SIZE); |
| 776 | } |
Dmitri Vorobiev | 6acc7d4 | 2009-11-21 22:34:41 +0200 | [diff] [blame] | 777 | #endif |
Dmitri Vorobiev | 6acc7d4 | 2009-11-21 22:34:41 +0200 | [diff] [blame] | 778 | #endif |
| 779 | strlcpy(command_line, boot_command_line, COMMAND_LINE_SIZE); |
Ralf Baechle | 2925aba | 2006-06-18 01:32:22 +0100 | [diff] [blame] | 780 | |
| 781 | *cmdline_p = command_line; |
| 782 | |
Franck Bui-Huu | a09fc44 | 2006-08-11 17:51:53 +0200 | [diff] [blame] | 783 | parse_early_param(); |
| 784 | |
| 785 | if (usermem) { |
Mike Crowe | a64ae7a | 2008-07-28 13:12:52 +0100 | [diff] [blame] | 786 | pr_info("User-defined physical RAM map:\n"); |
Franck Bui-Huu | a09fc44 | 2006-08-11 17:51:53 +0200 | [diff] [blame] | 787 | print_memory_map(); |
| 788 | } |
| 789 | |
Marcin Nowakowski | 7334608 | 2016-11-23 14:43:46 +0100 | [diff] [blame] | 790 | early_init_fdt_reserve_self(); |
| 791 | early_init_fdt_scan_reserved_mem(); |
| 792 | |
Ralf Baechle | 2925aba | 2006-06-18 01:32:22 +0100 | [diff] [blame] | 793 | bootmem_init(); |
Mike Rapoport | bcec54b | 2018-09-10 12:23:18 +0300 | [diff] [blame] | 794 | |
| 795 | /* |
| 796 | * Prevent memblock from allocating high memory. |
| 797 | * This cannot be done before max_low_pfn is detected, so up |
| 798 | * to this point is possible to only reserve physical memory |
Mike Rapoport | eb31d55 | 2018-10-30 15:08:04 -0700 | [diff] [blame] | 799 | * with memblock_reserve; memblock_alloc* can be used |
Mike Rapoport | bcec54b | 2018-09-10 12:23:18 +0300 | [diff] [blame] | 800 | * only after this point |
| 801 | */ |
| 802 | memblock_set_current_limit(PFN_PHYS(max_low_pfn)); |
| 803 | |
Corey Minyard | 4893fc8 | 2013-02-12 19:41:48 +0000 | [diff] [blame] | 804 | #ifdef CONFIG_PROC_VMCORE |
| 805 | if (setup_elfcorehdr && setup_elfcorehdr_size) { |
| 806 | printk(KERN_INFO "kdump reserved memory at %lx-%lx\n", |
| 807 | setup_elfcorehdr, setup_elfcorehdr_size); |
Mike Rapoport | bcec54b | 2018-09-10 12:23:18 +0300 | [diff] [blame] | 808 | memblock_reserve(setup_elfcorehdr, setup_elfcorehdr_size); |
Corey Minyard | 4893fc8 | 2013-02-12 19:41:48 +0000 | [diff] [blame] | 809 | } |
| 810 | #endif |
Prem Mallappa | c2882b7 | 2013-09-04 23:26:24 +0530 | [diff] [blame] | 811 | |
| 812 | mips_parse_crashkernel(); |
Ralf Baechle | 7aa1c8f | 2012-10-11 18:14:58 +0200 | [diff] [blame] | 813 | #ifdef CONFIG_KEXEC |
| 814 | if (crashk_res.start != crashk_res.end) |
Mike Rapoport | bcec54b | 2018-09-10 12:23:18 +0300 | [diff] [blame] | 815 | memblock_reserve(crashk_res.start, |
| 816 | crashk_res.end - crashk_res.start + 1); |
Ralf Baechle | 7aa1c8f | 2012-10-11 18:14:58 +0200 | [diff] [blame] | 817 | #endif |
Dezhong Diao | f2ffa5a | 2010-10-13 00:52:46 -0600 | [diff] [blame] | 818 | device_tree_init(); |
Ralf Baechle | 2925aba | 2006-06-18 01:32:22 +0100 | [diff] [blame] | 819 | sparse_init(); |
David Daney | ee71b7d | 2010-10-01 13:27:33 -0700 | [diff] [blame] | 820 | plat_swiotlb_setup(); |
Zubair Lutfullah Kakakhel | f464938 | 2014-07-16 16:51:32 +0100 | [diff] [blame] | 821 | |
| 822 | dma_contiguous_reserve(PFN_PHYS(max_low_pfn)); |
Huacai Chen | a95d06920 | 2016-03-17 20:37:10 +0800 | [diff] [blame] | 823 | |
Serge Semin | 4e50a35 | 2019-04-24 01:47:42 +0300 | [diff] [blame] | 824 | /* Reserve for hibernation. */ |
| 825 | memblock_reserve(__pa_symbol(&__nosave_begin), |
| 826 | __pa_symbol(&__nosave_end) - __pa_symbol(&__nosave_begin)); |
Ralf Baechle | 2925aba | 2006-06-18 01:32:22 +0100 | [diff] [blame] | 827 | } |
| 828 | |
Franck Bui-Huu | 8df32c6 | 2006-08-11 17:51:51 +0200 | [diff] [blame] | 829 | static void __init resource_init(void) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 830 | { |
| 831 | int i; |
| 832 | |
Ralf Baechle | 6adb5fe | 2006-06-20 12:47:53 +0100 | [diff] [blame] | 833 | if (UNCAC_BASE != IO_BASE) |
| 834 | return; |
| 835 | |
Franck Bui-Huu | f5bffe3 | 2006-10-19 13:20:03 +0200 | [diff] [blame] | 836 | code_resource.start = __pa_symbol(&_text); |
| 837 | code_resource.end = __pa_symbol(&_etext) - 1; |
| 838 | data_resource.start = __pa_symbol(&_etext); |
| 839 | data_resource.end = __pa_symbol(&_edata) - 1; |
David Daney | e0c5f36 | 2017-10-12 12:50:34 -0700 | [diff] [blame] | 840 | bss_resource.start = __pa_symbol(&__bss_start); |
| 841 | bss_resource.end = __pa_symbol(&__bss_stop) - 1; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 842 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 843 | for (i = 0; i < boot_mem_map.nr_map; i++) { |
| 844 | struct resource *res; |
| 845 | unsigned long start, end; |
| 846 | |
| 847 | start = boot_mem_map.map[i].addr; |
| 848 | end = boot_mem_map.map[i].addr + boot_mem_map.map[i].size - 1; |
Franck Bui-Huu | 1c6fd44 | 2006-08-11 17:51:52 +0200 | [diff] [blame] | 849 | if (start >= HIGHMEM_START) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 850 | continue; |
Franck Bui-Huu | 1c6fd44 | 2006-08-11 17:51:52 +0200 | [diff] [blame] | 851 | if (end >= HIGHMEM_START) |
| 852 | end = HIGHMEM_START - 1; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 853 | |
Mike Rapoport | 7e1c4e2 | 2018-10-30 15:09:57 -0700 | [diff] [blame] | 854 | res = memblock_alloc(sizeof(struct resource), SMP_CACHE_BYTES); |
Mike Rapoport | 8a7f97b | 2019-03-11 23:30:31 -0700 | [diff] [blame] | 855 | if (!res) |
| 856 | panic("%s: Failed to allocate %zu bytes\n", __func__, |
| 857 | sizeof(struct resource)); |
Toshi Kani | 35d98e9 | 2016-01-26 21:57:22 +0100 | [diff] [blame] | 858 | |
| 859 | res->start = start; |
| 860 | res->end = end; |
| 861 | res->flags = IORESOURCE_MEM | IORESOURCE_BUSY; |
| 862 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 863 | switch (boot_mem_map.map[i].type) { |
| 864 | case BOOT_MEM_RAM: |
David Daney | 43064c0 | 2011-11-22 14:38:03 +0000 | [diff] [blame] | 865 | case BOOT_MEM_INIT_RAM: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 866 | case BOOT_MEM_ROM_DATA: |
| 867 | res->name = "System RAM"; |
Toshi Kani | 35d98e9 | 2016-01-26 21:57:22 +0100 | [diff] [blame] | 868 | res->flags |= IORESOURCE_SYSRAM; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 869 | break; |
| 870 | case BOOT_MEM_RESERVED: |
Serge Semin | 9b9a59d | 2019-04-24 01:47:43 +0300 | [diff] [blame^] | 871 | case BOOT_MEM_NOMAP: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 872 | default: |
| 873 | res->name = "reserved"; |
| 874 | } |
| 875 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 876 | request_resource(&iomem_resource, res); |
| 877 | |
| 878 | /* |
| 879 | * We don't know which RAM region contains kernel data, |
| 880 | * so we try it repeatedly and let the resource manager |
| 881 | * test it. |
| 882 | */ |
| 883 | request_resource(res, &code_resource); |
| 884 | request_resource(res, &data_resource); |
David Daney | e0c5f36 | 2017-10-12 12:50:34 -0700 | [diff] [blame] | 885 | request_resource(res, &bss_resource); |
Ralf Baechle | 7aa1c8f | 2012-10-11 18:14:58 +0200 | [diff] [blame] | 886 | request_crashkernel(res); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 887 | } |
| 888 | } |
| 889 | |
Huacai Chen | 0f3f506 | 2014-06-26 11:41:25 +0800 | [diff] [blame] | 890 | #ifdef CONFIG_SMP |
| 891 | static void __init prefill_possible_map(void) |
| 892 | { |
| 893 | int i, possible = num_possible_cpus(); |
| 894 | |
| 895 | if (possible > nr_cpu_ids) |
| 896 | possible = nr_cpu_ids; |
| 897 | |
| 898 | for (i = 0; i < possible; i++) |
| 899 | set_cpu_possible(i, true); |
| 900 | for (; i < NR_CPUS; i++) |
| 901 | set_cpu_possible(i, false); |
| 902 | |
| 903 | nr_cpu_ids = possible; |
| 904 | } |
| 905 | #else |
| 906 | static inline void prefill_possible_map(void) {} |
| 907 | #endif |
| 908 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 909 | void __init setup_arch(char **cmdline_p) |
| 910 | { |
| 911 | cpu_probe(); |
Paul Burton | 3af5a67 | 2016-02-08 09:46:31 -0800 | [diff] [blame] | 912 | mips_cm_probe(); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 913 | prom_init(); |
Ralf Baechle | 36a8853 | 2007-03-01 11:56:43 +0000 | [diff] [blame] | 914 | |
James Hogan | e934945 | 2015-01-29 11:14:13 +0000 | [diff] [blame] | 915 | setup_early_fdc_console(); |
Ralf Baechle | 36a8853 | 2007-03-01 11:56:43 +0000 | [diff] [blame] | 916 | #ifdef CONFIG_EARLY_PRINTK |
Dmitri Vorobiev | 07cdb78 | 2008-05-29 17:57:08 +0300 | [diff] [blame] | 917 | setup_early_printk(); |
Ralf Baechle | 36a8853 | 2007-03-01 11:56:43 +0000 | [diff] [blame] | 918 | #endif |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 919 | cpu_report(); |
Maciej W. Rozycki | 20d60d9 | 2007-10-23 12:43:11 +0100 | [diff] [blame] | 920 | check_bugs_early(); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 921 | |
| 922 | #if defined(CONFIG_VT) |
| 923 | #if defined(CONFIG_VGA_CONSOLE) |
Ralf Baechle | e0daad4 | 2007-02-05 00:10:11 +0000 | [diff] [blame] | 924 | conswitchp = &vga_con; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 925 | #elif defined(CONFIG_DUMMY_CONSOLE) |
Ralf Baechle | e0daad4 | 2007-02-05 00:10:11 +0000 | [diff] [blame] | 926 | conswitchp = &dummy_con; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 927 | #endif |
| 928 | #endif |
| 929 | |
Ralf Baechle | 2925aba | 2006-06-18 01:32:22 +0100 | [diff] [blame] | 930 | arch_mem_init(cmdline_p); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 931 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 932 | resource_init(); |
Ralf Baechle | 9b6695a | 2006-02-23 12:23:27 +0000 | [diff] [blame] | 933 | plat_smp_setup(); |
Huacai Chen | 0f3f506 | 2014-06-26 11:41:25 +0800 | [diff] [blame] | 934 | prefill_possible_map(); |
David Daney | 6650df3 | 2012-05-15 00:04:50 -0700 | [diff] [blame] | 935 | |
| 936 | cpu_cache_init(); |
Paul Burton | 058effe | 2016-09-02 15:17:31 +0100 | [diff] [blame] | 937 | paging_init(); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 938 | } |
| 939 | |
Atsushi Nemoto | 69a6c31 | 2007-01-24 01:21:05 +0900 | [diff] [blame] | 940 | unsigned long kernelsp[NR_CPUS]; |
| 941 | unsigned long fw_arg0, fw_arg1, fw_arg2, fw_arg3; |
Atsushi Nemoto | 6312e0e | 2007-06-30 00:55:48 +0900 | [diff] [blame] | 942 | |
Jonas Gorski | 15f37e1 | 2016-06-20 11:27:37 +0200 | [diff] [blame] | 943 | #ifdef CONFIG_USE_OF |
| 944 | unsigned long fw_passed_dtb; |
| 945 | #endif |
| 946 | |
Atsushi Nemoto | 6312e0e | 2007-06-30 00:55:48 +0900 | [diff] [blame] | 947 | #ifdef CONFIG_DEBUG_FS |
| 948 | struct dentry *mips_debugfs_dir; |
| 949 | static int __init debugfs_mips(void) |
| 950 | { |
Greg Kroah-Hartman | d814042 | 2019-01-22 15:57:42 +0100 | [diff] [blame] | 951 | mips_debugfs_dir = debugfs_create_dir("mips", NULL); |
Atsushi Nemoto | 6312e0e | 2007-06-30 00:55:48 +0900 | [diff] [blame] | 952 | return 0; |
| 953 | } |
| 954 | arch_initcall(debugfs_mips); |
| 955 | #endif |
Christoph Hellwig | aa4db77 | 2018-06-15 13:08:45 +0200 | [diff] [blame] | 956 | |
Christoph Hellwig | 5748e1b | 2018-08-16 16:47:53 +0300 | [diff] [blame] | 957 | #ifdef CONFIG_DMA_MAYBE_COHERENT |
Christoph Hellwig | aa4db77 | 2018-06-15 13:08:45 +0200 | [diff] [blame] | 958 | /* User defined DMA coherency from command line. */ |
| 959 | enum coherent_io_user_state coherentio = IO_COHERENCE_DEFAULT; |
| 960 | EXPORT_SYMBOL_GPL(coherentio); |
| 961 | int hw_coherentio = 0; /* Actual hardware supported DMA coherency setting. */ |
| 962 | |
| 963 | static int __init setcoherentio(char *str) |
| 964 | { |
| 965 | coherentio = IO_COHERENCE_ENABLED; |
| 966 | pr_info("Hardware DMA cache coherency (command line)\n"); |
| 967 | return 0; |
| 968 | } |
| 969 | early_param("coherentio", setcoherentio); |
| 970 | |
| 971 | static int __init setnocoherentio(char *str) |
| 972 | { |
| 973 | coherentio = IO_COHERENCE_DISABLED; |
| 974 | pr_info("Software DMA cache coherency (command line)\n"); |
| 975 | return 0; |
| 976 | } |
| 977 | early_param("nocoherentio", setnocoherentio); |
| 978 | #endif |