Loading arch/mips/Kconfig +1 −0 Original line number Diff line number Diff line Loading @@ -251,6 +251,7 @@ config MIPS_SIM select SYS_HAS_EARLY_PRINTK select SYS_SUPPORTS_32BIT_KERNEL select SYS_SUPPORTS_BIG_ENDIAN select SYS_SUPPORTS_MULTITHREADING select SYS_SUPPORTS_LITTLE_ENDIAN help This option enables support for MIPS Technologies MIPSsim software Loading arch/mips/Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -327,7 +327,7 @@ load-$(CONFIG_MIPS_SEAD) += 0xffffffff80100000 # # MIPS SIM # core-$(CONFIG_MIPS_SIM) += arch/mips/mips-boards/sim/ core-$(CONFIG_MIPS_SIM) += arch/mips/mipssim/ cflags-$(CONFIG_MIPS_SIM) += -Iinclude/asm-mips/mach-sim load-$(CONFIG_MIPS_SIM) += 0x80100000 Loading arch/mips/kernel/head.S +2 −5 Original line number Diff line number Diff line Loading @@ -138,15 +138,14 @@ EXPORT(stext) # used for profiling EXPORT(_stext) #ifdef CONFIG_MIPS_SIM #ifndef CONFIG_MIPS_SIM /* * Give us a fighting chance of running if execution beings at the * kernel load address. This is needed because this platform does * not have a ELF loader yet. */ j kernel_entry #endif __INIT #endif NESTED(kernel_entry, 16, sp) # kernel entry point Loading Loading @@ -197,9 +196,7 @@ NESTED(kernel_entry, 16, sp) # kernel entry point j start_kernel END(kernel_entry) #ifdef CONFIG_QEMU __INIT #endif #ifdef CONFIG_SMP /* Loading arch/mips/mips-boards/sim/Makefile→arch/mips/mipssim/Makefile +0 −0 File moved. View file arch/mips/mips-boards/sim/sim_cmdline.c→arch/mips/mipssim/sim_cmdline.c +0 −0 File moved. View file Loading
arch/mips/Kconfig +1 −0 Original line number Diff line number Diff line Loading @@ -251,6 +251,7 @@ config MIPS_SIM select SYS_HAS_EARLY_PRINTK select SYS_SUPPORTS_32BIT_KERNEL select SYS_SUPPORTS_BIG_ENDIAN select SYS_SUPPORTS_MULTITHREADING select SYS_SUPPORTS_LITTLE_ENDIAN help This option enables support for MIPS Technologies MIPSsim software Loading
arch/mips/Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -327,7 +327,7 @@ load-$(CONFIG_MIPS_SEAD) += 0xffffffff80100000 # # MIPS SIM # core-$(CONFIG_MIPS_SIM) += arch/mips/mips-boards/sim/ core-$(CONFIG_MIPS_SIM) += arch/mips/mipssim/ cflags-$(CONFIG_MIPS_SIM) += -Iinclude/asm-mips/mach-sim load-$(CONFIG_MIPS_SIM) += 0x80100000 Loading
arch/mips/kernel/head.S +2 −5 Original line number Diff line number Diff line Loading @@ -138,15 +138,14 @@ EXPORT(stext) # used for profiling EXPORT(_stext) #ifdef CONFIG_MIPS_SIM #ifndef CONFIG_MIPS_SIM /* * Give us a fighting chance of running if execution beings at the * kernel load address. This is needed because this platform does * not have a ELF loader yet. */ j kernel_entry #endif __INIT #endif NESTED(kernel_entry, 16, sp) # kernel entry point Loading Loading @@ -197,9 +196,7 @@ NESTED(kernel_entry, 16, sp) # kernel entry point j start_kernel END(kernel_entry) #ifdef CONFIG_QEMU __INIT #endif #ifdef CONFIG_SMP /* Loading