Add initial RISC-V architecture support
Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent 64fc4ac commit 8099f22c1bfac85110823ea2dafcfb01453bcbae
@Antony Pavlov Antony Pavlov authored on 18 Dec 2018
Sascha Hauer committed on 7 Jan 2019
Showing 28 changed files
View
arch/riscv/Kconfig 0 → 100644
View
arch/riscv/Makefile 0 → 100644
View
arch/riscv/boot/Makefile 0 → 100644
View
arch/riscv/boot/dtb.c 0 → 100644
View
arch/riscv/boot/main_entry.c 0 → 100644
View
arch/riscv/boot/start.S 0 → 100644
View
arch/riscv/dts/.gitignore 0 → 100644
View
arch/riscv/dts/Makefile 0 → 100644
View
arch/riscv/include/asm/barebox.h 0 → 100644
View
arch/riscv/include/asm/bitops.h 0 → 100644
View
arch/riscv/include/asm/bitsperlong.h 0 → 100644
View
arch/riscv/include/asm/byteorder.h 0 → 100644
View
arch/riscv/include/asm/common.h 0 → 100644
View
arch/riscv/include/asm/elf.h 0 → 100644
View
arch/riscv/include/asm/io.h 0 → 100644
View
arch/riscv/include/asm/mmu.h 0 → 100644
View
arch/riscv/include/asm/posix_types.h 0 → 100644
View
arch/riscv/include/asm/sections.h 0 → 100644
View
arch/riscv/include/asm/string.h 0 → 100644
View
arch/riscv/include/asm/swab.h 0 → 100644
View
arch/riscv/include/asm/types.h 0 → 100644
View
arch/riscv/include/asm/unaligned.h 0 → 100644
View
arch/riscv/lib/.gitignore 0 → 100644
View
arch/riscv/lib/Makefile 0 → 100644
View
arch/riscv/lib/asm-offsets.c 0 → 100644
View
arch/riscv/lib/barebox.lds.S 0 → 100644
View
arch/riscv/lib/riscv_timer.c 0 → 100644
View
drivers/of/Kconfig