-
- Downloads
Merge tag 'riscv-for-linus-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux
Pull RISC-V updates from Palmer Dabbelt: "This contains a handful of new features: - Partial support for the Kendryte K210. There are still a few outstanding issues that I have patches for, but I don't actually have a board to test them so they're not included yet. - SBI v0.2 support. - Fixes to support for building with LLVM-based toolchains. The resulting images are known not to boot yet. I don't anticipate a part two, but I'll probably have something early in the RCs to finish up the K210 support" * tag 'riscv-for-linus-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux: (38 commits) riscv: create a loader.bin boot image for Kendryte SoC riscv: Kendryte K210 default config riscv: Add Kendryte K210 device tree riscv: Select required drivers for Kendryte SOC riscv: Add Kendryte K210 SoC support riscv: Add SOC early init support riscv: Unaligned load/store handling for M_MODE RISC-V: Support cpu hotplug RISC-V: Add supported for ordered booting method using HSM RISC-V: Add SBI HSM extension definitions RISC-V: Export SBI error to linux error mapping function RISC-V: Add cpu_ops and modify default booting method RISC-V: Move relocate and few other functions out of __init RISC-V: Implement new SBI v0.2 extensions RISC-V: Introduce a new config for SBI v0.1 RISC-V: Add SBI v0.2 extension definitions RISC-V: Add basic support for SBI v0.2 RISC-V: Mark existing SBI as 0.1 SBI. riscv: Use macro definition instead of magic number riscv: Add support to dump the kernel page tables ...
No related branches found
No related tags found
Showing
- arch/riscv/Kconfig 25 additions, 1 deletionarch/riscv/Kconfig
- arch/riscv/Kconfig.socs 10 additions, 0 deletionsarch/riscv/Kconfig.socs
- arch/riscv/Makefile 3 additions, 3 deletionsarch/riscv/Makefile
- arch/riscv/boot/Makefile 3 additions, 0 deletionsarch/riscv/boot/Makefile
- arch/riscv/boot/dts/Makefile 1 addition, 0 deletionsarch/riscv/boot/dts/Makefile
- arch/riscv/boot/dts/kendryte/Makefile 2 additions, 0 deletionsarch/riscv/boot/dts/kendryte/Makefile
- arch/riscv/boot/dts/kendryte/k210.dts 23 additions, 0 deletionsarch/riscv/boot/dts/kendryte/k210.dts
- arch/riscv/boot/dts/kendryte/k210.dtsi 123 additions, 0 deletionsarch/riscv/boot/dts/kendryte/k210.dtsi
- arch/riscv/configs/defconfig 1 addition, 0 deletionsarch/riscv/configs/defconfig
- arch/riscv/configs/nommu_k210_defconfig 68 additions, 0 deletionsarch/riscv/configs/nommu_k210_defconfig
- arch/riscv/configs/rv32_defconfig 1 addition, 0 deletionsarch/riscv/configs/rv32_defconfig
- arch/riscv/include/asm/bug.h 8 additions, 0 deletionsarch/riscv/include/asm/bug.h
- arch/riscv/include/asm/cacheflush.h 1 addition, 1 deletionarch/riscv/include/asm/cacheflush.h
- arch/riscv/include/asm/cpu_ops.h 46 additions, 0 deletionsarch/riscv/include/asm/cpu_ops.h
- arch/riscv/include/asm/current.h 3 additions, 2 deletionsarch/riscv/include/asm/current.h
- arch/riscv/include/asm/fixmap.h 2 additions, 0 deletionsarch/riscv/include/asm/fixmap.h
- arch/riscv/include/asm/kasan.h 1 addition, 1 deletionarch/riscv/include/asm/kasan.h
- arch/riscv/include/asm/patch.h 12 additions, 0 deletionsarch/riscv/include/asm/patch.h
- arch/riscv/include/asm/pgtable.h 10 additions, 0 deletionsarch/riscv/include/asm/pgtable.h
- arch/riscv/include/asm/ptdump.h 11 additions, 0 deletionsarch/riscv/include/asm/ptdump.h
Loading
Please register or sign in to comment