kvx: Initial Kalray Coolidge (kv3) architecture support
Add kalray coolidge arch/ support.

Signed-off-by: Clement Leger <cleger@kalray.eu>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent c18312b commit b388b0d5dc62f0a4be75a15a2fe75ac4a646d4d9
@Clement Leger Clement Leger authored on 4 Apr 2020
Sascha Hauer committed on 15 Apr 2020
Showing 32 changed files
View
arch/kvx/Kconfig 0 → 100644
View
arch/kvx/Makefile 0 → 100644
View
arch/kvx/configs/generic_defconfig 0 → 100644
View
arch/kvx/cpu/Makefile 0 → 100644
View
arch/kvx/cpu/barebox.lds.S 0 → 100644
View
arch/kvx/cpu/cpu.c 0 → 100644
View
arch/kvx/cpu/exception.S 0 → 100644
View
arch/kvx/cpu/start.S 0 → 100644
View
arch/kvx/include/asm/barrier.h 0 → 100644
View
arch/kvx/include/asm/bitops.h 0 → 100644
View
arch/kvx/include/asm/bitsperlong.h 0 → 100644
View
arch/kvx/include/asm/byteorder.h 0 → 100644
View
arch/kvx/include/asm/common.h 0 → 100644
View
arch/kvx/include/asm/elf.h 0 → 100644
View
arch/kvx/include/asm/io.h 0 → 100644
View
arch/kvx/include/asm/linkage.h 0 → 100644
View
arch/kvx/include/asm/posix_types.h 0 → 100644
View
arch/kvx/include/asm/privilege.h 0 → 100644
View
arch/kvx/include/asm/sections.h 0 → 100644
View
arch/kvx/include/asm/sfr.h 0 → 100644
View
arch/kvx/include/asm/string.h 0 → 100644
View
arch/kvx/include/asm/swab.h 0 → 100644
View
arch/kvx/include/asm/sys_arch.h 0 → 100644
View
arch/kvx/include/asm/types.h 0 → 100644
View
arch/kvx/include/asm/unaligned.h 0 → 100644
View
arch/kvx/lib/Makefile 0 → 100644
View
arch/kvx/lib/asm-offsets.c 0 → 100644
View
arch/kvx/lib/board.c 0 → 100644
View
arch/kvx/lib/cpuinfo.c 0 → 100644
View
arch/kvx/lib/dtb.c 0 → 100644
View
arch/kvx/lib/poweroff.c 0 → 100644
View
drivers/of/Kconfig