Go to the documentation of this file.
24 #include <linux/string.h>
25 #include <linux/kernel.h>
27 #include <asm/bootinfo.h>
29 #include <asm/cacheflush.h>
30 #include <asm/traps.h>
43 #define prom_envp(index) ((char *)(long)_prom_envp[(index)])
77 static void __init mips_nmi_setup(
void)
80 #if defined(CONFIG_CPU_MIPS32_R1)
84 #elif defined(CONFIG_CPU_MIPS32_R2)
85 base = (
void *)0xbfc00000;
87 #error NMI exception handler address not defined
91 static void __init mips_ejtag_setup(
void)
95 #if defined(CONFIG_CPU_MIPS32_R1)
99 #elif defined(CONFIG_CPU_MIPS32_R2)
100 base = (
void *)0xbfc00480;
102 #error EJTAG exception handler address not defined
119 if (prom_argc == 1) {
127 #ifndef CONFIG_BOOTLOADER_DRIVER
128 pr_info(
"\nBootloader driver isn't loaded...\n");