On 11/22/2016 01:43 PM, Steven J. Hill wrote: > This patchset enables support of KASLR for OCTEON platforms. > > Steven J. Hill (5): > MIPS: FW: Make fw_init_cmdline() to be __weak. > MIPS: Fix vmlinux.64 target for CONFIG_RELOCATABLE > MIPS: OCTEON: Add fw_init_cmdline() for Cavium platforms. > MIPS: OCTEON: Add plat_get_fdt() function for Cavium platforms. > MIPS: OCTEON: Enable KASLR > > arch/mips/Kconfig | 3 ++- > arch/mips/Makefile | 5 +++++ > arch/mips/cavium-octeon/setup.c | 23 +++++++++++++++++++++++ > arch/mips/include/asm/fw/fw.h | 2 +- > 4 files changed, 31 insertions(+), 2 deletions(-) > My apologies for the incomplete patchset. I pulled the trigger a little early and did not include the code necessary for SMP to work properly. I will do a second version for patch 5/5 only. Steve