blob: ab349d2381c3f9656855f8dd694016770344e99a [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
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 Baechle70342282013-01-22 12:59:30 +010011 * Copyright (C) 2000, 2001, 2002, 2007 Maciej W. Rozycki
Linus Torvalds1da177e2005-04-16 15:20:36 -070012 */
Linus Torvalds1da177e2005-04-16 15:20:36 -070013#include <linux/init.h>
14#include <linux/ioport.h>
Paul Gortmaker73bc2562011-07-23 16:30:40 -040015#include <linux/export.h>
Jon Smirl894673e2006-07-10 04:44:13 -070016#include <linux/screen_info.h>
Tejun Heo9d15ffc2011-12-08 10:22:09 -080017#include <linux/memblock.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070018#include <linux/initrd.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070019#include <linux/root_dev.h>
20#include <linux/highmem.h>
21#include <linux/console.h>
Dave Hansen22a98352006-03-27 01:16:04 -080022#include <linux/pfn.h>
Atsushi Nemoto6312e0e2007-06-30 00:55:48 +090023#include <linux/debugfs.h>
Ralf Baechle7aa1c8f2012-10-11 18:14:58 +020024#include <linux/kexec.h>
John Crispin4d9f77d2013-04-13 13:15:47 +020025#include <linux/sizes.h>
Zubair Lutfullah Kakakhelf4649382014-07-16 16:51:32 +010026#include <linux/device.h>
27#include <linux/dma-contiguous.h>
Aurelien Jarno8f4703a2016-05-11 00:50:03 +020028#include <linux/decompress/generic.h>
Marcin Nowakowski73346082016-11-23 14:43:46 +010029#include <linux/of_fdt.h>
Serge Semin3751cbd2019-05-03 20:50:41 +030030#include <linux/of_reserved_mem.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070031
32#include <asm/addrspace.h>
33#include <asm/bootinfo.h>
Maciej W. Rozycki20d60d92007-10-23 12:43:11 +010034#include <asm/bugs.h>
Ralf Baechleec74e362005-07-13 11:48:45 +000035#include <asm/cache.h>
James Hogane9349452015-01-29 11:14:13 +000036#include <asm/cdmm.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070037#include <asm/cpu.h>
Paul Burton75dcfc12015-09-22 10:10:55 -070038#include <asm/debug.h>
Christoph Hellwigaa4db772018-06-15 13:08:45 +020039#include <asm/dma-coherence.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070040#include <asm/sections.h>
41#include <asm/setup.h>
Ralf Baechle87353d82007-11-19 12:23:51 +000042#include <asm/smp-ops.h>
Dezhong Diaof2ffa5a2010-10-13 00:52:46 -060043#include <asm/prom.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070044
Aaro Koskinen87db5372015-09-11 17:46:14 +030045#ifdef CONFIG_MIPS_ELF_APPENDED_DTB
46const char __section(.appended_dtb) __appended_dtb[0x100000];
47#endif /* CONFIG_MIPS_ELF_APPENDED_DTB */
48
Ralf Baechleec74e362005-07-13 11:48:45 +000049struct cpuinfo_mips cpu_data[NR_CPUS] __read_mostly;
Linus Torvalds1da177e2005-04-16 15:20:36 -070050
51EXPORT_SYMBOL(cpu_data);
52
53#ifdef CONFIG_VT
54struct screen_info screen_info;
55#endif
56
57/*
Linus Torvalds1da177e2005-04-16 15:20:36 -070058 * Setup information
59 *
60 * These are initialized so they are in the .data section
61 */
Ralf Baechleec74e362005-07-13 11:48:45 +000062unsigned long mips_machtype __read_mostly = MACH_UNKNOWN;
Linus Torvalds1da177e2005-04-16 15:20:36 -070063
64EXPORT_SYMBOL(mips_machtype);
Linus Torvalds1da177e2005-04-16 15:20:36 -070065
66struct boot_mem_map boot_mem_map;
67
Dmitri Vorobiev6acc7d42009-11-21 22:34:41 +020068static char __initdata command_line[COMMAND_LINE_SIZE];
69char __initdata arcs_cmdline[COMMAND_LINE_SIZE];
70
71#ifdef CONFIG_CMDLINE_BOOL
72static char __initdata builtin_cmdline[COMMAND_LINE_SIZE] = CONFIG_CMDLINE;
73#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -070074
75/*
76 * mips_io_port_base is the begin of the address space to which x86 style
77 * I/O ports are mapped.
78 */
David Daney1befdd52010-10-14 12:36:49 -070079const unsigned long mips_io_port_base = -1;
Linus Torvalds1da177e2005-04-16 15:20:36 -070080EXPORT_SYMBOL(mips_io_port_base);
81
Linus Torvalds1da177e2005-04-16 15:20:36 -070082static struct resource code_resource = { .name = "Kernel code", };
83static struct resource data_resource = { .name = "Kernel data", };
David Daneye0c5f362017-10-12 12:50:34 -070084static struct resource bss_resource = { .name = "Kernel bss", };
Linus Torvalds1da177e2005-04-16 15:20:36 -070085
John Crispin4d9f77d2013-04-13 13:15:47 +020086static void *detect_magic __initdata = detect_memory_region;
87
Paul Burton6c359eb2018-07-27 18:23:20 -070088#ifdef CONFIG_MIPS_AUTO_PFN_OFFSET
89unsigned long ARCH_PFN_OFFSET;
90EXPORT_SYMBOL(ARCH_PFN_OFFSET);
91#endif
92
Ralf Baechle15d45cc2014-11-22 00:22:09 +010093void __init add_memory_region(phys_addr_t start, phys_addr_t size, long type)
Linus Torvalds1da177e2005-04-16 15:20:36 -070094{
95 int x = boot_mem_map.nr_map;
Ralf Baechle0ec7ec72012-11-15 12:53:59 +010096 int i;
Linus Torvalds1da177e2005-04-16 15:20:36 -070097
James Hogan58cae9b2016-08-09 13:21:48 +010098 /*
99 * If the region reaches the top of the physical address space, adjust
100 * the size slightly so that (start + size) doesn't overflow
101 */
Stefan Agnerd7dc8992018-06-14 15:28:02 -0700102 if (start + size - 1 == PHYS_ADDR_MAX)
James Hogan58cae9b2016-08-09 13:21:48 +0100103 --size;
104
Franck Bui-Huub6f1f0d2006-08-11 17:51:48 +0200105 /* Sanity check */
106 if (start + size < start) {
Joe Perches7178d2c2014-10-04 09:50:42 -0700107 pr_warn("Trying to add an invalid memory region, skipped\n");
Franck Bui-Huub6f1f0d2006-08-11 17:51:48 +0200108 return;
109 }
110
Linus Torvalds1da177e2005-04-16 15:20:36 -0700111 /*
Ralf Baechle0ec7ec72012-11-15 12:53:59 +0100112 * Try to merge with existing entry, if any.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700113 */
Ralf Baechle0ec7ec72012-11-15 12:53:59 +0100114 for (i = 0; i < boot_mem_map.nr_map; i++) {
115 struct boot_mem_map_entry *entry = boot_mem_map.map + i;
116 unsigned long top;
117
118 if (entry->type != type)
119 continue;
120
121 if (start + size < entry->addr)
122 continue; /* no overlap */
123
124 if (entry->addr + entry->size < start)
125 continue; /* no overlap */
126
127 top = max(entry->addr + entry->size, start + size);
128 entry->addr = min(entry->addr, start);
129 entry->size = top - entry->addr;
130
Linus Torvalds1da177e2005-04-16 15:20:36 -0700131 return;
132 }
133
Ralf Baechle0ec7ec72012-11-15 12:53:59 +0100134 if (boot_mem_map.nr_map == BOOT_MEM_MAP_MAX) {
Mike Crowea64ae7a2008-07-28 13:12:52 +0100135 pr_err("Ooops! Too many entries in the memory map!\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700136 return;
137 }
138
139 boot_mem_map.map[x].addr = start;
140 boot_mem_map.map[x].size = size;
141 boot_mem_map.map[x].type = type;
142 boot_mem_map.nr_map++;
143}
144
Ralf Baechle15d45cc2014-11-22 00:22:09 +0100145void __init detect_memory_region(phys_addr_t start, phys_addr_t sz_min, phys_addr_t sz_max)
John Crispin4d9f77d2013-04-13 13:15:47 +0200146{
147 void *dm = &detect_magic;
Ralf Baechle15d45cc2014-11-22 00:22:09 +0100148 phys_addr_t size;
John Crispin4d9f77d2013-04-13 13:15:47 +0200149
150 for (size = sz_min; size < sz_max; size <<= 1) {
151 if (!memcmp(dm, dm + size, sizeof(detect_magic)))
152 break;
153 }
154
155 pr_debug("Memory: %lluMB of RAM detected at 0x%llx (min: %lluMB, max: %lluMB)\n",
156 ((unsigned long long) size) / SZ_1M,
157 (unsigned long long) start,
158 ((unsigned long long) sz_min) / SZ_1M,
159 ((unsigned long long) sz_max) / SZ_1M);
160
161 add_memory_region(start, size, BOOT_MEM_RAM);
162}
163
Mathieu Malaterre427aeea2018-01-02 19:52:21 +0100164static bool __init __maybe_unused memory_region_available(phys_addr_t start,
165 phys_addr_t size)
Marcin Nowakowskid9b5b652016-11-23 14:43:45 +0100166{
167 int i;
168 bool in_ram = false, free = true;
169
170 for (i = 0; i < boot_mem_map.nr_map; i++) {
171 phys_addr_t start_, end_;
172
173 start_ = boot_mem_map.map[i].addr;
174 end_ = boot_mem_map.map[i].addr + boot_mem_map.map[i].size;
175
176 switch (boot_mem_map.map[i].type) {
177 case BOOT_MEM_RAM:
178 if (start >= start_ && start + size <= end_)
179 in_ram = true;
180 break;
181 case BOOT_MEM_RESERVED:
Serge Semin9b9a59d2019-04-24 01:47:43 +0300182 case BOOT_MEM_NOMAP:
Marcin Nowakowskid9b5b652016-11-23 14:43:45 +0100183 if ((start >= start_ && start < end_) ||
184 (start < start_ && start + size >= start_))
185 free = false;
186 break;
187 default:
188 continue;
189 }
190 }
191
192 return in_ram && free;
193}
194
Linus Torvalds1da177e2005-04-16 15:20:36 -0700195static void __init print_memory_map(void)
196{
197 int i;
198 const int field = 2 * sizeof(unsigned long);
199
200 for (i = 0; i < boot_mem_map.nr_map; i++) {
Mike Crowea64ae7a2008-07-28 13:12:52 +0100201 printk(KERN_INFO " memory: %0*Lx @ %0*Lx ",
Linus Torvalds1da177e2005-04-16 15:20:36 -0700202 field, (unsigned long long) boot_mem_map.map[i].size,
203 field, (unsigned long long) boot_mem_map.map[i].addr);
204
205 switch (boot_mem_map.map[i].type) {
206 case BOOT_MEM_RAM:
Mike Crowea64ae7a2008-07-28 13:12:52 +0100207 printk(KERN_CONT "(usable)\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700208 break;
David Daney43064c02011-11-22 14:38:03 +0000209 case BOOT_MEM_INIT_RAM:
210 printk(KERN_CONT "(usable after init)\n");
211 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700212 case BOOT_MEM_ROM_DATA:
Mike Crowea64ae7a2008-07-28 13:12:52 +0100213 printk(KERN_CONT "(ROM data)\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700214 break;
215 case BOOT_MEM_RESERVED:
Mike Crowea64ae7a2008-07-28 13:12:52 +0100216 printk(KERN_CONT "(reserved)\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700217 break;
Serge Semin9b9a59d2019-04-24 01:47:43 +0300218 case BOOT_MEM_NOMAP:
219 printk(KERN_CONT "(nomap)\n");
220 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700221 default:
Mike Crowea64ae7a2008-07-28 13:12:52 +0100222 printk(KERN_CONT "type %lu\n", boot_mem_map.map[i].type);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700223 break;
224 }
225 }
226}
227
Franck Bui-Huud2043ca2006-08-11 17:51:49 +0200228/*
229 * Manage initrd
230 */
231#ifdef CONFIG_BLK_DEV_INITRD
232
Franck Bui-Huua09fc442006-08-11 17:51:53 +0200233static int __init rd_start_early(char *p)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700234{
Franck Bui-Huua09fc442006-08-11 17:51:53 +0200235 unsigned long start = memparse(p, &p);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700236
Ralf Baechle875d43e2005-09-03 15:56:16 -0700237#ifdef CONFIG_64BIT
Franck Bui-Huua7837b72006-10-19 13:20:04 +0200238 /* Guess if the sign extension was forgotten by bootloader */
239 if (start < XKPHYS)
240 start = (int)start;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700241#endif
Franck Bui-Huua09fc442006-08-11 17:51:53 +0200242 initrd_start = start;
243 initrd_end += start;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700244 return 0;
245}
Franck Bui-Huua09fc442006-08-11 17:51:53 +0200246early_param("rd_start", rd_start_early);
247
248static int __init rd_size_early(char *p)
249{
250 initrd_end += memparse(p, &p);
Franck Bui-Huua09fc442006-08-11 17:51:53 +0200251 return 0;
252}
253early_param("rd_size", rd_size_early);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700254
Franck Bui-Huua7837b72006-10-19 13:20:04 +0200255/* it returns the next free pfn after initrd */
Franck Bui-Huud2043ca2006-08-11 17:51:49 +0200256static unsigned long __init init_initrd(void)
257{
Franck Bui-Huua7837b72006-10-19 13:20:04 +0200258 unsigned long end;
Franck Bui-Huud2043ca2006-08-11 17:51:49 +0200259
Franck Bui-Huud2043ca2006-08-11 17:51:49 +0200260 /*
Franck Bui-Huua09fc442006-08-11 17:51:53 +0200261 * Board specific code or command line parser should have
262 * already set up initrd_start and initrd_end. In these cases
263 * perfom sanity checks and use them if all looks good.
Franck Bui-Huud2043ca2006-08-11 17:51:49 +0200264 */
Ralf Baechle32028f12009-12-17 01:57:07 +0000265 if (!initrd_start || initrd_end <= initrd_start)
Franck Bui-Huua7837b72006-10-19 13:20:04 +0200266 goto disable;
Franck Bui-Huud2043ca2006-08-11 17:51:49 +0200267
Franck Bui-Huua7837b72006-10-19 13:20:04 +0200268 if (initrd_start & ~PAGE_MASK) {
Mike Crowea64ae7a2008-07-28 13:12:52 +0100269 pr_err("initrd start must be page aligned\n");
Franck Bui-Huua7837b72006-10-19 13:20:04 +0200270 goto disable;
Franck Bui-Huud2043ca2006-08-11 17:51:49 +0200271 }
Franck Bui-Huua7837b72006-10-19 13:20:04 +0200272 if (initrd_start < PAGE_OFFSET) {
Mike Crowea64ae7a2008-07-28 13:12:52 +0100273 pr_err("initrd start < PAGE_OFFSET\n");
Franck Bui-Huua7837b72006-10-19 13:20:04 +0200274 goto disable;
275 }
276
277 /*
278 * Sanitize initrd addresses. For example firmware
279 * can't guess if they need to pass them through
280 * 64-bits values if the kernel has been built in pure
281 * 32-bit. We need also to switch from KSEG0 to XKPHYS
282 * addresses now, so the code can now safely use __pa().
283 */
284 end = __pa(initrd_end);
285 initrd_end = (unsigned long)__va(end);
286 initrd_start = (unsigned long)__va(__pa(initrd_start));
287
288 ROOT_DEV = Root_RAM0;
289 return PFN_UP(end);
290disable:
291 initrd_start = 0;
292 initrd_end = 0;
293 return 0;
Franck Bui-Huud2043ca2006-08-11 17:51:49 +0200294}
295
Aurelien Jarno8f4703a2016-05-11 00:50:03 +0200296/* In some conditions (e.g. big endian bootloader with a little endian
297 kernel), the initrd might appear byte swapped. Try to detect this and
298 byte swap it if needed. */
299static void __init maybe_bswap_initrd(void)
300{
301#if defined(CONFIG_CPU_CAVIUM_OCTEON)
302 u64 buf;
303
304 /* Check for CPIO signature */
305 if (!memcmp((void *)initrd_start, "070701", 6))
306 return;
307
308 /* Check for compressed initrd */
309 if (decompress_method((unsigned char *)initrd_start, 8, NULL))
310 return;
311
312 /* Try again with a byte swapped header */
313 buf = swab64p((u64 *)initrd_start);
314 if (!memcmp(&buf, "070701", 6) ||
315 decompress_method((unsigned char *)(&buf), 8, NULL)) {
316 unsigned long i;
317
318 pr_info("Byteswapped initrd detected\n");
319 for (i = initrd_start; i < ALIGN(initrd_end, 8); i += 8)
320 swab64s((u64 *)i);
321 }
322#endif
323}
324
Franck Bui-Huud2043ca2006-08-11 17:51:49 +0200325static void __init finalize_initrd(void)
326{
327 unsigned long size = initrd_end - initrd_start;
328
329 if (size == 0) {
330 printk(KERN_INFO "Initrd not found or empty");
331 goto disable;
332 }
Franck Bui-Huud4df6d42006-10-19 13:20:01 +0200333 if (__pa(initrd_end) > PFN_PHYS(max_low_pfn)) {
Mike Crowea64ae7a2008-07-28 13:12:52 +0100334 printk(KERN_ERR "Initrd extends beyond end of memory");
Franck Bui-Huud2043ca2006-08-11 17:51:49 +0200335 goto disable;
336 }
337
Aurelien Jarno8f4703a2016-05-11 00:50:03 +0200338 maybe_bswap_initrd();
339
Mike Rapoportbcec54b2018-09-10 12:23:18 +0300340 memblock_reserve(__pa(initrd_start), size);
Franck Bui-Huud2043ca2006-08-11 17:51:49 +0200341 initrd_below_start_ok = 1;
342
Mike Crowea64ae7a2008-07-28 13:12:52 +0100343 pr_info("Initial ramdisk at: 0x%lx (%lu bytes)\n",
344 initrd_start, size);
Franck Bui-Huud2043ca2006-08-11 17:51:49 +0200345 return;
346disable:
Mike Crowea64ae7a2008-07-28 13:12:52 +0100347 printk(KERN_CONT " - disabling initrd\n");
Franck Bui-Huud2043ca2006-08-11 17:51:49 +0200348 initrd_start = 0;
349 initrd_end = 0;
350}
351
352#else /* !CONFIG_BLK_DEV_INITRD */
353
Ralf Baechle9ba126c2006-10-13 11:22:52 +0100354static unsigned long __init init_initrd(void)
355{
356 return 0;
357}
358
Franck Bui-Huud2043ca2006-08-11 17:51:49 +0200359#define finalize_initrd() do {} while (0)
360
361#endif
362
Franck Bui-Huub6f1f0d2006-08-11 17:51:48 +0200363/*
364 * Initialize the bootmem allocator. It also setup initrd related data
365 * if needed.
366 */
Huacai Chenc4617312014-06-26 11:41:28 +0800367#if defined(CONFIG_SGI_IP27) || (defined(CONFIG_CPU_LOONGSON3) && defined(CONFIG_NUMA))
Franck Bui-Huud2043ca2006-08-11 17:51:49 +0200368
Franck Bui-Huub6f1f0d2006-08-11 17:51:48 +0200369static void __init bootmem_init(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700370{
Franck Bui-Huud2043ca2006-08-11 17:51:49 +0200371 init_initrd();
372 finalize_initrd();
373}
374
375#else /* !CONFIG_SGI_IP27 */
376
377static void __init bootmem_init(void)
378{
Stefan Agnerd7dc8992018-06-14 15:28:02 -0700379 phys_addr_t ramstart = PHYS_ADDR_MAX;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700380 int i;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700381
Franck Bui-Huub6f1f0d2006-08-11 17:51:48 +0200382 /*
Greg Ungererf9a7feb2010-09-08 15:50:43 +1000383 * Sanity check any INITRD first. We don't take it into account
384 * for bootmem setup initially, rely on the end-of-kernel-code
385 * as our memory range starting point. Once bootmem is inited we
386 * will reserve the area used for the initrd.
Franck Bui-Huub6f1f0d2006-08-11 17:51:48 +0200387 */
Greg Ungererf9a7feb2010-09-08 15:50:43 +1000388 init_initrd();
Franck Bui-Huub6f1f0d2006-08-11 17:51:48 +0200389
Serge Seminb93ddc42019-04-24 01:47:40 +0300390 /* Reserve memory occupied by kernel. */
391 memblock_reserve(__pa_symbol(&_text),
392 __pa_symbol(&_end) - __pa_symbol(&_text));
Mike Rapoportbcec54b2018-09-10 12:23:18 +0300393
Franck Bui-Huub6f1f0d2006-08-11 17:51:48 +0200394 /*
Franck Bui-Huudb84dc62007-01-10 09:44:04 +0100395 * max_low_pfn is not a number of pages. The number of pages
396 * of the system is given by 'max_low_pfn - min_low_pfn'.
397 */
398 min_low_pfn = ~0UL;
399 max_low_pfn = 0;
400
Serge Semin6ea3ba62019-04-24 01:47:38 +0300401 /* Find the highest and lowest page frame numbers we have available. */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700402 for (i = 0; i < boot_mem_map.nr_map; i++) {
403 unsigned long start, end;
404
405 if (boot_mem_map.map[i].type != BOOT_MEM_RAM)
406 continue;
407
408 start = PFN_UP(boot_mem_map.map[i].addr);
409 end = PFN_DOWN(boot_mem_map.map[i].addr
Franck Bui-Huub6f1f0d2006-08-11 17:51:48 +0200410 + boot_mem_map.map[i].size);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700411
Marcin Nowakowski67a3ba22018-02-01 12:37:21 +0100412 ramstart = min(ramstart, boot_mem_map.map[i].addr);
413
James Hogan16a767e2016-11-01 13:59:09 +0000414#ifndef CONFIG_HIGHMEM
415 /*
416 * Skip highmem here so we get an accurate max_low_pfn if low
417 * memory stops short of high memory.
418 * If the region overlaps HIGHMEM_START, end is clipped so
419 * max_pfn excludes the highmem portion.
420 */
421 if (start >= PFN_DOWN(HIGHMEM_START))
422 continue;
423 if (end > PFN_DOWN(HIGHMEM_START))
424 end = PFN_DOWN(HIGHMEM_START);
425#endif
426
Franck Bui-Huudb84dc62007-01-10 09:44:04 +0100427 if (end > max_low_pfn)
428 max_low_pfn = end;
429 if (start < min_low_pfn)
430 min_low_pfn = start;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700431 }
432
Paul Burton6c359eb2018-07-27 18:23:20 -0700433 if (min_low_pfn >= max_low_pfn)
434 panic("Incorrect memory mapping !!!");
435
436#ifdef CONFIG_MIPS_AUTO_PFN_OFFSET
437 ARCH_PFN_OFFSET = PFN_UP(ramstart);
438#else
Marcin Nowakowski67a3ba22018-02-01 12:37:21 +0100439 /*
440 * Reserve any memory between the start of RAM and PHYS_OFFSET
441 */
Mike Rapoportbcec54b2018-09-10 12:23:18 +0300442 if (ramstart > PHYS_OFFSET) {
Marcin Nowakowski67a3ba22018-02-01 12:37:21 +0100443 add_memory_region(PHYS_OFFSET, ramstart - PHYS_OFFSET,
444 BOOT_MEM_RESERVED);
Mike Rapoportbcec54b2018-09-10 12:23:18 +0300445 memblock_reserve(PHYS_OFFSET, ramstart - PHYS_OFFSET);
446 }
Marcin Nowakowski67a3ba22018-02-01 12:37:21 +0100447
Franck Bui-Huu6f284a22007-01-10 09:44:05 +0100448 if (min_low_pfn > ARCH_PFN_OFFSET) {
Mike Crowea64ae7a2008-07-28 13:12:52 +0100449 pr_info("Wasting %lu bytes for tracking %lu unused pages\n",
450 (min_low_pfn - ARCH_PFN_OFFSET) * sizeof(struct page),
451 min_low_pfn - ARCH_PFN_OFFSET);
Mathieu Malaterreab3d8442018-01-02 19:53:15 +0100452 } else if (ARCH_PFN_OFFSET - min_low_pfn > 0UL) {
Mike Crowea64ae7a2008-07-28 13:12:52 +0100453 pr_info("%lu free pages won't be used\n",
454 ARCH_PFN_OFFSET - min_low_pfn);
Franck Bui-Huudb84dc62007-01-10 09:44:04 +0100455 }
Franck Bui-Huu6f284a22007-01-10 09:44:05 +0100456 min_low_pfn = ARCH_PFN_OFFSET;
Paul Burton6c359eb2018-07-27 18:23:20 -0700457#endif
Franck Bui-Huudb84dc62007-01-10 09:44:04 +0100458
Linus Torvalds1da177e2005-04-16 15:20:36 -0700459 /*
460 * Determine low and high memory ranges
461 */
Ralf Baechledc3bf352008-04-18 10:56:07 +0100462 max_pfn = max_low_pfn;
Franck Bui-Huudb84dc62007-01-10 09:44:04 +0100463 if (max_low_pfn > PFN_DOWN(HIGHMEM_START)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700464#ifdef CONFIG_HIGHMEM
Franck Bui-Huub6f1f0d2006-08-11 17:51:48 +0200465 highstart_pfn = PFN_DOWN(HIGHMEM_START);
Franck Bui-Huudb84dc62007-01-10 09:44:04 +0100466 highend_pfn = max_low_pfn;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700467#endif
Franck Bui-Huudb84dc62007-01-10 09:44:04 +0100468 max_low_pfn = PFN_DOWN(HIGHMEM_START);
Franck Bui-Huub6f1f0d2006-08-11 17:51:48 +0200469 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700470
Serge Semin6ea3ba62019-04-24 01:47:38 +0300471 /* Install all valid RAM ranges to the memblock memory region */
Ralf Baechlecce335a2007-11-03 02:05:43 +0000472 for (i = 0; i < boot_mem_map.nr_map; i++) {
473 unsigned long start, end;
474
475 start = PFN_UP(boot_mem_map.map[i].addr);
476 end = PFN_DOWN(boot_mem_map.map[i].addr
477 + boot_mem_map.map[i].size);
478
Serge Semin6ea3ba62019-04-24 01:47:38 +0300479 if (start < min_low_pfn)
Atsushi Nemotoe452e942008-01-08 00:41:13 +0900480 start = min_low_pfn;
Ralf Baechlecce335a2007-11-03 02:05:43 +0000481#ifndef CONFIG_HIGHMEM
Serge Semin6ea3ba62019-04-24 01:47:38 +0300482 /* Ignore highmem regions if highmem is unsupported */
Ralf Baechlecce335a2007-11-03 02:05:43 +0000483 if (end > max_low_pfn)
484 end = max_low_pfn;
Serge Semin6ea3ba62019-04-24 01:47:38 +0300485#endif
Ralf Baechlecce335a2007-11-03 02:05:43 +0000486 if (end <= start)
487 continue;
Ralf Baechlecce335a2007-11-03 02:05:43 +0000488
Tejun Heo9d15ffc2011-12-08 10:22:09 -0800489 memblock_add_node(PFN_PHYS(start), PFN_PHYS(end - start), 0);
Ralf Baechlecce335a2007-11-03 02:05:43 +0000490
Serge Semincf0c4872019-04-24 01:47:39 +0300491 /* Reserve any memory except the ordinary RAM ranges. */
David Daney43064c02011-11-22 14:38:03 +0000492 switch (boot_mem_map.map[i].type) {
493 case BOOT_MEM_RAM:
494 break;
Serge Semin9b9a59d2019-04-24 01:47:43 +0300495 case BOOT_MEM_NOMAP: /* Discard the range from the system. */
496 memblock_remove(PFN_PHYS(start), PFN_PHYS(end - start));
497 continue;
Serge Semincf0c4872019-04-24 01:47:39 +0300498 default: /* Reserve the rest of the memory types at boot time */
499 memblock_reserve(PFN_PHYS(start), PFN_PHYS(end - start));
500 break;
David Daney43064c02011-11-22 14:38:03 +0000501 }
502
Franck Bui-Huub6f1f0d2006-08-11 17:51:48 +0200503 /*
Serge Semincf0c4872019-04-24 01:47:39 +0300504 * In any case the added to the memblock memory regions
505 * (highmem/lowmem, available/reserved, etc) are considered
506 * as present, so inform sparsemem about them.
Franck Bui-Huub6f1f0d2006-08-11 17:51:48 +0200507 */
Franck Bui-Huub6f1f0d2006-08-11 17:51:48 +0200508 memory_present(0, start, end);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700509 }
510
Franck Bui-Huud2043ca2006-08-11 17:51:49 +0200511 /*
512 * Reserve initrd memory if needed.
513 */
514 finalize_initrd();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700515}
516
Franck Bui-Huud2043ca2006-08-11 17:51:49 +0200517#endif /* CONFIG_SGI_IP27 */
518
Ralf Baechle982f6ff2009-09-17 02:25:07 +0200519static int usermem __initdata;
Franck Bui-Huua09fc442006-08-11 17:51:53 +0200520
521static int __init early_parse_mem(char *p)
522{
Jaedon Shinad8f7232014-12-12 19:51:15 +0100523 phys_addr_t start, size;
Franck Bui-Huua09fc442006-08-11 17:51:53 +0200524
525 /*
526 * If a user specifies memory size, we
527 * blow away any automatically generated
528 * size.
529 */
530 if (usermem == 0) {
531 boot_mem_map.nr_map = 0;
532 usermem = 1;
Ralf Baechle70342282013-01-22 12:59:30 +0100533 }
Franck Bui-Huua09fc442006-08-11 17:51:53 +0200534 start = 0;
535 size = memparse(p, &p);
536 if (*p == '@')
537 start = memparse(p + 1, &p);
538
539 add_memory_region(start, size, BOOT_MEM_RAM);
Marcin Nowakowski73fbc1e2016-11-23 14:43:49 +0100540
Franck Bui-Huua09fc442006-08-11 17:51:53 +0200541 return 0;
542}
543early_param("mem", early_parse_mem);
Ralf Baechle2925aba2006-06-18 01:32:22 +0100544
Miodrag Dinic296a7622017-06-19 17:50:08 +0200545static int __init early_parse_memmap(char *p)
546{
547 char *oldp;
548 u64 start_at, mem_size;
549
550 if (!p)
551 return -EINVAL;
552
553 if (!strncmp(p, "exactmap", 8)) {
554 pr_err("\"memmap=exactmap\" invalid on MIPS\n");
555 return 0;
556 }
557
558 oldp = p;
559 mem_size = memparse(p, &p);
560 if (p == oldp)
561 return -EINVAL;
562
563 if (*p == '@') {
564 start_at = memparse(p+1, &p);
565 add_memory_region(start_at, mem_size, BOOT_MEM_RAM);
566 } else if (*p == '#') {
567 pr_err("\"memmap=nn#ss\" (force ACPI data) invalid on MIPS\n");
568 return -EINVAL;
569 } else if (*p == '$') {
570 start_at = memparse(p+1, &p);
571 add_memory_region(start_at, mem_size, BOOT_MEM_RESERVED);
572 } else {
573 pr_err("\"memmap\" invalid format!\n");
574 return -EINVAL;
575 }
576
577 if (*p == '\0') {
578 usermem = 1;
579 return 0;
580 } else
581 return -EINVAL;
582}
583early_param("memmap", early_parse_memmap);
584
Corey Minyard4893fc82013-02-12 19:41:48 +0000585#ifdef CONFIG_PROC_VMCORE
586unsigned long setup_elfcorehdr, setup_elfcorehdr_size;
587static int __init early_parse_elfcorehdr(char *p)
588{
589 int i;
590
591 setup_elfcorehdr = memparse(p, &p);
592
593 for (i = 0; i < boot_mem_map.nr_map; i++) {
594 unsigned long start = boot_mem_map.map[i].addr;
595 unsigned long end = (boot_mem_map.map[i].addr +
596 boot_mem_map.map[i].size);
597 if (setup_elfcorehdr >= start && setup_elfcorehdr < end) {
598 /*
599 * Reserve from the elf core header to the end of
600 * the memory segment, that should all be kdump
601 * reserved memory.
602 */
603 setup_elfcorehdr_size = end - setup_elfcorehdr;
604 break;
605 }
606 }
607 /*
608 * If we don't find it in the memory map, then we shouldn't
609 * have to worry about it, as the new kernel won't use it.
610 */
611 return 0;
612}
613early_param("elfcorehdr", early_parse_elfcorehdr);
614#endif
615
Ralf Baechle15d45cc2014-11-22 00:22:09 +0100616static void __init arch_mem_addpart(phys_addr_t mem, phys_addr_t end, int type)
Corey Minyardd3ff9332013-02-12 19:41:47 +0000617{
Ralf Baechle15d45cc2014-11-22 00:22:09 +0100618 phys_addr_t size;
Corey Minyardd3ff9332013-02-12 19:41:47 +0000619 int i;
620
621 size = end - mem;
622 if (!size)
623 return;
624
625 /* Make sure it is in the boot_mem_map */
626 for (i = 0; i < boot_mem_map.nr_map; i++) {
627 if (mem >= boot_mem_map.map[i].addr &&
628 mem < (boot_mem_map.map[i].addr +
629 boot_mem_map.map[i].size))
630 return;
631 }
632 add_memory_region(mem, size, type);
633}
634
Prem Mallappac2882b72013-09-04 23:26:24 +0530635#ifdef CONFIG_KEXEC
636static inline unsigned long long get_total_mem(void)
637{
638 unsigned long long total;
639
640 total = max_pfn - min_low_pfn;
641 return total << PAGE_SHIFT;
642}
643
644static void __init mips_parse_crashkernel(void)
645{
646 unsigned long long total_mem;
647 unsigned long long crash_size, crash_base;
648 int ret;
649
650 total_mem = get_total_mem();
651 ret = parse_crashkernel(boot_command_line, total_mem,
652 &crash_size, &crash_base);
653 if (ret != 0 || crash_size <= 0)
654 return;
655
Marcin Nowakowskia8f108d2016-11-23 14:43:50 +0100656 if (!memory_region_available(crash_base, crash_size)) {
657 pr_warn("Invalid memory region reserved for crash kernel\n");
658 return;
659 }
660
Prem Mallappac2882b72013-09-04 23:26:24 +0530661 crashk_res.start = crash_base;
662 crashk_res.end = crash_base + crash_size - 1;
663}
664
665static void __init request_crashkernel(struct resource *res)
666{
667 int ret;
668
Marcin Nowakowski269aa432016-11-23 14:43:43 +0100669 if (crashk_res.start == crashk_res.end)
670 return;
671
Prem Mallappac2882b72013-09-04 23:26:24 +0530672 ret = request_resource(res, &crashk_res);
673 if (!ret)
674 pr_info("Reserving %ldMB of memory at %ldMB for crashkernel\n",
675 (unsigned long)((crashk_res.end -
676 crashk_res.start + 1) >> 20),
677 (unsigned long)(crashk_res.start >> 20));
678}
679#else /* !defined(CONFIG_KEXEC) */
680static void __init mips_parse_crashkernel(void)
681{
682}
683
684static void __init request_crashkernel(struct resource *res)
685{
686}
687#endif /* !defined(CONFIG_KEXEC) */
688
Jonas Gorski20249722015-10-12 13:13:02 +0200689#define USE_PROM_CMDLINE IS_ENABLED(CONFIG_MIPS_CMDLINE_FROM_BOOTLOADER)
690#define USE_DTB_CMDLINE IS_ENABLED(CONFIG_MIPS_CMDLINE_FROM_DTB)
Jaedon Shin2549cc92015-12-21 12:47:35 +0900691#define EXTEND_WITH_PROM IS_ENABLED(CONFIG_MIPS_CMDLINE_DTB_EXTEND)
Rabin Vincented47e152016-04-28 11:03:09 +0200692#define BUILTIN_EXTEND_WITH_PROM \
693 IS_ENABLED(CONFIG_MIPS_CMDLINE_BUILTIN_EXTEND)
Jonas Gorski20249722015-10-12 13:13:02 +0200694
Paul Burton52c985a2018-08-31 15:28:57 -0700695/*
696 * arch_mem_init - initialize memory management subsystem
697 *
698 * o plat_mem_setup() detects the memory configuration and will record detected
699 * memory areas using add_memory_region.
700 *
701 * At this stage the memory configuration of the system is known to the
702 * kernel but generic memory management system is still entirely uninitialized.
703 *
704 * o bootmem_init()
705 * o sparse_init()
706 * o paging_init()
707 * o dma_contiguous_reserve()
708 *
709 * At this stage the bootmem allocator is ready to use.
710 *
711 * NOTE: historically plat_mem_setup did the entire platform initialization.
712 * This was rather impractical because it meant plat_mem_setup had to
713 * get away without any kind of memory allocator. To keep old code from
714 * breaking plat_setup was just renamed to plat_mem_setup and a second platform
715 * initialization hook for anything else was introduced.
716 */
Ralf Baechle2925aba2006-06-18 01:32:22 +0100717static void __init arch_mem_init(char **cmdline_p)
718{
Franck Bui-Huua09fc442006-08-11 17:51:53 +0200719 extern void plat_mem_setup(void);
720
Paul Burton951d2232018-09-27 22:59:18 +0000721 /*
722 * Initialize boot_command_line to an innocuous but non-empty string in
723 * order to prevent early_init_dt_scan_chosen() from copying
724 * CONFIG_CMDLINE into it without our knowledge. We handle
725 * CONFIG_CMDLINE ourselves below & don't want to duplicate its
726 * content because repeating arguments can be problematic.
727 */
728 strlcpy(boot_command_line, " ", COMMAND_LINE_SIZE);
729
730 /* call board setup routine */
731 plat_mem_setup();
Huacai Chen25517ed2018-11-10 11:50:14 +0800732 memblock_set_bottom_up(true);
Paul Burton951d2232018-09-27 22:59:18 +0000733
734 /*
735 * Make sure all kernel memory is in the maps. The "UP" and
736 * "DOWN" are opposite for initdata since if it crosses over
737 * into another memory section you don't want that to be
738 * freed when the initdata is freed.
739 */
740 arch_mem_addpart(PFN_DOWN(__pa_symbol(&_text)) << PAGE_SHIFT,
741 PFN_UP(__pa_symbol(&_edata)) << PAGE_SHIFT,
742 BOOT_MEM_RAM);
743 arch_mem_addpart(PFN_UP(__pa_symbol(&__init_begin)) << PAGE_SHIFT,
744 PFN_DOWN(__pa_symbol(&__init_end)) << PAGE_SHIFT,
745 BOOT_MEM_INIT_RAM);
Serge Semina703db32019-04-24 01:47:37 +0300746 arch_mem_addpart(PFN_DOWN(__pa_symbol(&__bss_start)) << PAGE_SHIFT,
747 PFN_UP(__pa_symbol(&__bss_stop)) << PAGE_SHIFT,
748 BOOT_MEM_RAM);
Paul Burton951d2232018-09-27 22:59:18 +0000749
750 pr_info("Determined physical RAM map:\n");
751 print_memory_map();
752
Jonas Gorski20249722015-10-12 13:13:02 +0200753#if defined(CONFIG_CMDLINE_BOOL) && defined(CONFIG_CMDLINE_OVERRIDE)
Dmitri Vorobiev6acc7d42009-11-21 22:34:41 +0200754 strlcpy(boot_command_line, builtin_cmdline, COMMAND_LINE_SIZE);
755#else
Jonas Gorski20249722015-10-12 13:13:02 +0200756 if ((USE_PROM_CMDLINE && arcs_cmdline[0]) ||
757 (USE_DTB_CMDLINE && !boot_command_line[0]))
758 strlcpy(boot_command_line, arcs_cmdline, COMMAND_LINE_SIZE);
759
760 if (EXTEND_WITH_PROM && arcs_cmdline[0]) {
Rabin Vincente54ad8c2016-04-28 11:03:08 +0200761 if (boot_command_line[0])
762 strlcat(boot_command_line, " ", COMMAND_LINE_SIZE);
Jonas Gorski20249722015-10-12 13:13:02 +0200763 strlcat(boot_command_line, arcs_cmdline, COMMAND_LINE_SIZE);
Dmitri Vorobiev6acc7d42009-11-21 22:34:41 +0200764 }
Jonas Gorski20249722015-10-12 13:13:02 +0200765
766#if defined(CONFIG_CMDLINE_BOOL)
767 if (builtin_cmdline[0]) {
Rabin Vincente54ad8c2016-04-28 11:03:08 +0200768 if (boot_command_line[0])
769 strlcat(boot_command_line, " ", COMMAND_LINE_SIZE);
Jonas Gorski20249722015-10-12 13:13:02 +0200770 strlcat(boot_command_line, builtin_cmdline, COMMAND_LINE_SIZE);
771 }
Rabin Vincented47e152016-04-28 11:03:09 +0200772
773 if (BUILTIN_EXTEND_WITH_PROM && arcs_cmdline[0]) {
774 if (boot_command_line[0])
775 strlcat(boot_command_line, " ", COMMAND_LINE_SIZE);
776 strlcat(boot_command_line, arcs_cmdline, COMMAND_LINE_SIZE);
777 }
Dmitri Vorobiev6acc7d42009-11-21 22:34:41 +0200778#endif
Dmitri Vorobiev6acc7d42009-11-21 22:34:41 +0200779#endif
780 strlcpy(command_line, boot_command_line, COMMAND_LINE_SIZE);
Ralf Baechle2925aba2006-06-18 01:32:22 +0100781
782 *cmdline_p = command_line;
783
Franck Bui-Huua09fc442006-08-11 17:51:53 +0200784 parse_early_param();
785
786 if (usermem) {
Mike Crowea64ae7a2008-07-28 13:12:52 +0100787 pr_info("User-defined physical RAM map:\n");
Franck Bui-Huua09fc442006-08-11 17:51:53 +0200788 print_memory_map();
789 }
790
Marcin Nowakowski73346082016-11-23 14:43:46 +0100791 early_init_fdt_reserve_self();
792 early_init_fdt_scan_reserved_mem();
793
Ralf Baechle2925aba2006-06-18 01:32:22 +0100794 bootmem_init();
Mike Rapoportbcec54b2018-09-10 12:23:18 +0300795
796 /*
797 * Prevent memblock from allocating high memory.
798 * This cannot be done before max_low_pfn is detected, so up
799 * to this point is possible to only reserve physical memory
Mike Rapoporteb31d552018-10-30 15:08:04 -0700800 * with memblock_reserve; memblock_alloc* can be used
Mike Rapoportbcec54b2018-09-10 12:23:18 +0300801 * only after this point
802 */
803 memblock_set_current_limit(PFN_PHYS(max_low_pfn));
804
Corey Minyard4893fc82013-02-12 19:41:48 +0000805#ifdef CONFIG_PROC_VMCORE
806 if (setup_elfcorehdr && setup_elfcorehdr_size) {
807 printk(KERN_INFO "kdump reserved memory at %lx-%lx\n",
808 setup_elfcorehdr, setup_elfcorehdr_size);
Mike Rapoportbcec54b2018-09-10 12:23:18 +0300809 memblock_reserve(setup_elfcorehdr, setup_elfcorehdr_size);
Corey Minyard4893fc82013-02-12 19:41:48 +0000810 }
811#endif
Prem Mallappac2882b72013-09-04 23:26:24 +0530812
813 mips_parse_crashkernel();
Ralf Baechle7aa1c8f2012-10-11 18:14:58 +0200814#ifdef CONFIG_KEXEC
815 if (crashk_res.start != crashk_res.end)
Mike Rapoportbcec54b2018-09-10 12:23:18 +0300816 memblock_reserve(crashk_res.start,
817 crashk_res.end - crashk_res.start + 1);
Ralf Baechle7aa1c8f2012-10-11 18:14:58 +0200818#endif
Dezhong Diaof2ffa5a2010-10-13 00:52:46 -0600819 device_tree_init();
Ralf Baechle2925aba2006-06-18 01:32:22 +0100820 sparse_init();
David Daneyee71b7d2010-10-01 13:27:33 -0700821 plat_swiotlb_setup();
Zubair Lutfullah Kakakhelf4649382014-07-16 16:51:32 +0100822
823 dma_contiguous_reserve(PFN_PHYS(max_low_pfn));
Huacai Chena95d069202016-03-17 20:37:10 +0800824
Serge Semin4e50a352019-04-24 01:47:42 +0300825 /* Reserve for hibernation. */
826 memblock_reserve(__pa_symbol(&__nosave_begin),
827 __pa_symbol(&__nosave_end) - __pa_symbol(&__nosave_begin));
Serge Semin30c8f4e2019-05-03 20:50:37 +0300828
Serge Semin3751cbd2019-05-03 20:50:41 +0300829 fdt_init_reserved_mem();
830
Serge Semin30c8f4e2019-05-03 20:50:37 +0300831 memblock_dump_all();
Serge Semin2f5bd032019-05-03 20:50:38 +0300832
833 early_memtest(PFN_PHYS(min_low_pfn), PFN_PHYS(max_low_pfn));
Ralf Baechle2925aba2006-06-18 01:32:22 +0100834}
835
Franck Bui-Huu8df32c62006-08-11 17:51:51 +0200836static void __init resource_init(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700837{
838 int i;
839
Ralf Baechle6adb5fe2006-06-20 12:47:53 +0100840 if (UNCAC_BASE != IO_BASE)
841 return;
842
Franck Bui-Huuf5bffe32006-10-19 13:20:03 +0200843 code_resource.start = __pa_symbol(&_text);
844 code_resource.end = __pa_symbol(&_etext) - 1;
845 data_resource.start = __pa_symbol(&_etext);
846 data_resource.end = __pa_symbol(&_edata) - 1;
David Daneye0c5f362017-10-12 12:50:34 -0700847 bss_resource.start = __pa_symbol(&__bss_start);
848 bss_resource.end = __pa_symbol(&__bss_stop) - 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700849
Linus Torvalds1da177e2005-04-16 15:20:36 -0700850 for (i = 0; i < boot_mem_map.nr_map; i++) {
851 struct resource *res;
852 unsigned long start, end;
853
854 start = boot_mem_map.map[i].addr;
855 end = boot_mem_map.map[i].addr + boot_mem_map.map[i].size - 1;
Franck Bui-Huu1c6fd442006-08-11 17:51:52 +0200856 if (start >= HIGHMEM_START)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700857 continue;
Franck Bui-Huu1c6fd442006-08-11 17:51:52 +0200858 if (end >= HIGHMEM_START)
859 end = HIGHMEM_START - 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700860
Mike Rapoport7e1c4e22018-10-30 15:09:57 -0700861 res = memblock_alloc(sizeof(struct resource), SMP_CACHE_BYTES);
Mike Rapoport8a7f97b2019-03-11 23:30:31 -0700862 if (!res)
863 panic("%s: Failed to allocate %zu bytes\n", __func__,
864 sizeof(struct resource));
Toshi Kani35d98e92016-01-26 21:57:22 +0100865
866 res->start = start;
867 res->end = end;
868 res->flags = IORESOURCE_MEM | IORESOURCE_BUSY;
869
Linus Torvalds1da177e2005-04-16 15:20:36 -0700870 switch (boot_mem_map.map[i].type) {
871 case BOOT_MEM_RAM:
David Daney43064c02011-11-22 14:38:03 +0000872 case BOOT_MEM_INIT_RAM:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700873 case BOOT_MEM_ROM_DATA:
874 res->name = "System RAM";
Toshi Kani35d98e92016-01-26 21:57:22 +0100875 res->flags |= IORESOURCE_SYSRAM;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700876 break;
877 case BOOT_MEM_RESERVED:
Serge Semin9b9a59d2019-04-24 01:47:43 +0300878 case BOOT_MEM_NOMAP:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700879 default:
880 res->name = "reserved";
881 }
882
Linus Torvalds1da177e2005-04-16 15:20:36 -0700883 request_resource(&iomem_resource, res);
884
885 /*
886 * We don't know which RAM region contains kernel data,
887 * so we try it repeatedly and let the resource manager
888 * test it.
889 */
890 request_resource(res, &code_resource);
891 request_resource(res, &data_resource);
David Daneye0c5f362017-10-12 12:50:34 -0700892 request_resource(res, &bss_resource);
Ralf Baechle7aa1c8f2012-10-11 18:14:58 +0200893 request_crashkernel(res);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700894 }
895}
896
Huacai Chen0f3f5062014-06-26 11:41:25 +0800897#ifdef CONFIG_SMP
898static void __init prefill_possible_map(void)
899{
900 int i, possible = num_possible_cpus();
901
902 if (possible > nr_cpu_ids)
903 possible = nr_cpu_ids;
904
905 for (i = 0; i < possible; i++)
906 set_cpu_possible(i, true);
907 for (; i < NR_CPUS; i++)
908 set_cpu_possible(i, false);
909
910 nr_cpu_ids = possible;
911}
912#else
913static inline void prefill_possible_map(void) {}
914#endif
915
Linus Torvalds1da177e2005-04-16 15:20:36 -0700916void __init setup_arch(char **cmdline_p)
917{
918 cpu_probe();
Paul Burton3af5a672016-02-08 09:46:31 -0800919 mips_cm_probe();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700920 prom_init();
Ralf Baechle36a88532007-03-01 11:56:43 +0000921
James Hogane9349452015-01-29 11:14:13 +0000922 setup_early_fdc_console();
Ralf Baechle36a88532007-03-01 11:56:43 +0000923#ifdef CONFIG_EARLY_PRINTK
Dmitri Vorobiev07cdb782008-05-29 17:57:08 +0300924 setup_early_printk();
Ralf Baechle36a88532007-03-01 11:56:43 +0000925#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -0700926 cpu_report();
Maciej W. Rozycki20d60d92007-10-23 12:43:11 +0100927 check_bugs_early();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700928
929#if defined(CONFIG_VT)
930#if defined(CONFIG_VGA_CONSOLE)
Ralf Baechlee0daad42007-02-05 00:10:11 +0000931 conswitchp = &vga_con;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700932#elif defined(CONFIG_DUMMY_CONSOLE)
Ralf Baechlee0daad42007-02-05 00:10:11 +0000933 conswitchp = &dummy_con;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700934#endif
935#endif
936
Ralf Baechle2925aba2006-06-18 01:32:22 +0100937 arch_mem_init(cmdline_p);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700938
Linus Torvalds1da177e2005-04-16 15:20:36 -0700939 resource_init();
Ralf Baechle9b6695a2006-02-23 12:23:27 +0000940 plat_smp_setup();
Huacai Chen0f3f5062014-06-26 11:41:25 +0800941 prefill_possible_map();
David Daney6650df32012-05-15 00:04:50 -0700942
943 cpu_cache_init();
Paul Burton058effe2016-09-02 15:17:31 +0100944 paging_init();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700945}
946
Atsushi Nemoto69a6c312007-01-24 01:21:05 +0900947unsigned long kernelsp[NR_CPUS];
948unsigned long fw_arg0, fw_arg1, fw_arg2, fw_arg3;
Atsushi Nemoto6312e0e2007-06-30 00:55:48 +0900949
Jonas Gorski15f37e12016-06-20 11:27:37 +0200950#ifdef CONFIG_USE_OF
951unsigned long fw_passed_dtb;
952#endif
953
Atsushi Nemoto6312e0e2007-06-30 00:55:48 +0900954#ifdef CONFIG_DEBUG_FS
955struct dentry *mips_debugfs_dir;
956static int __init debugfs_mips(void)
957{
Greg Kroah-Hartmand8140422019-01-22 15:57:42 +0100958 mips_debugfs_dir = debugfs_create_dir("mips", NULL);
Atsushi Nemoto6312e0e2007-06-30 00:55:48 +0900959 return 0;
960}
961arch_initcall(debugfs_mips);
962#endif
Christoph Hellwigaa4db772018-06-15 13:08:45 +0200963
Christoph Hellwig5748e1b2018-08-16 16:47:53 +0300964#ifdef CONFIG_DMA_MAYBE_COHERENT
Christoph Hellwigaa4db772018-06-15 13:08:45 +0200965/* User defined DMA coherency from command line. */
966enum coherent_io_user_state coherentio = IO_COHERENCE_DEFAULT;
967EXPORT_SYMBOL_GPL(coherentio);
968int hw_coherentio = 0; /* Actual hardware supported DMA coherency setting. */
969
970static int __init setcoherentio(char *str)
971{
972 coherentio = IO_COHERENCE_ENABLED;
973 pr_info("Hardware DMA cache coherency (command line)\n");
974 return 0;
975}
976early_param("coherentio", setcoherentio);
977
978static int __init setnocoherentio(char *str)
979{
980 coherentio = IO_COHERENCE_DISABLED;
981 pr_info("Software DMA cache coherency (command line)\n");
982 return 0;
983}
984early_param("nocoherentio", setnocoherentio);
985#endif