Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

MIPS: Add Mobileye EyeQ6Lplus support

Add the EyeQ6Lplus to the group of choices for Mobileye SoC
and set the kernel load address specific to this SoC.

Signed-off-by: Benoît Monin <benoit.monin@bootlin.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>

authored by

Benoît Monin and committed by
Thomas Bogendoerfer
2aca86de 4434c389

+4
+3
arch/mips/mobileye/Kconfig
··· 12 12 13 13 config MACH_EYEQ6H 14 14 bool "Mobileye EyeQ6H SoC" 15 + 16 + config MACH_EYEQ6LPLUS 17 + bool "Mobileye EyeQ6Lplus SoC" 15 18 endchoice 16 19 17 20 config FIT_IMAGE_FDT_EPM5
+1
arch/mips/mobileye/Platform
··· 10 10 11 11 load-$(CONFIG_MACH_EYEQ5) = 0xa800000808000000 12 12 load-$(CONFIG_MACH_EYEQ6H) = 0xa800000100800000 13 + load-$(CONFIG_MACH_EYEQ6LPLUS) = 0xa800000108800000 13 14 all-$(CONFIG_MACH_EYEQ5) += vmlinux.gz.itb 14 15 15 16 its-y := vmlinux.its.S