Show patches with: Series = General fixes / cleanup for RISC-V and improvements to qemu-riscv       |    Archived = No       |   30 patches
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[U-Boot,30/30] riscv: qemu: detect and boot the kernel passed by QEMU General fixes / cleanup for RISC-V and improvements to qemu-riscv - - 1 - --- 2018-10-19 Lukas Auer Andes Superseded
[U-Boot,29/30] dm: core: add missing prototype for ofnode_read_u64 General fixes / cleanup for RISC-V and improvements to qemu-riscv - - - - --- 2018-10-19 Lukas Auer Andes Superseded
[U-Boot,28/30] riscv: align bootm implementation with that of other architectures General fixes / cleanup for RISC-V and improvements to qemu-riscv - - 1 - --- 2018-10-19 Lukas Auer Andes Superseded
[U-Boot,27/30] riscv: qemu: support booting Linux General fixes / cleanup for RISC-V and improvements to qemu-riscv - - 1 - --- 2018-10-19 Lukas Auer Andes Superseded
[U-Boot,26/30] bdinfo: riscv: print fdt_blob address General fixes / cleanup for RISC-V and improvements to qemu-riscv - - 1 - --- 2018-10-19 Lukas Auer Andes Superseded
[U-Boot,25/30] riscv: qemu: use device tree passed by prior boot stage General fixes / cleanup for RISC-V and improvements to qemu-riscv - - 2 - --- 2018-10-19 Lukas Auer Andes Superseded
[U-Boot,24/30] riscv: save hart ID and device tree passed by prior boot stage General fixes / cleanup for RISC-V and improvements to qemu-riscv - - 2 - --- 2018-10-19 Lukas Auer Andes Superseded
[U-Boot,23/30] riscv: do not blindly modify the mstatus CSR General fixes / cleanup for RISC-V and improvements to qemu-riscv - - 2 - --- 2018-10-19 Lukas Auer Andes Superseded
[U-Boot,22/30] riscv: remove unused labels in start.S General fixes / cleanup for RISC-V and improvements to qemu-riscv - - 2 - --- 2018-10-19 Lukas Auer Andes Superseded
[U-Boot,21/30] riscv: remove CONFIG_INIT_CRITICAL General fixes / cleanup for RISC-V and improvements to qemu-riscv - - - - --- 2018-10-19 Lukas Auer Andes Superseded
[U-Boot,20/30] riscv: align mtvec on a 4-byte boundary General fixes / cleanup for RISC-V and improvements to qemu-riscv - - 1 - --- 2018-10-19 Lukas Auer Andes Superseded
[U-Boot,19/30] riscv: fix inconsistent use of spaces and tabs in start.S General fixes / cleanup for RISC-V and improvements to qemu-riscv - - 2 - --- 2018-10-19 Lukas Auer Andes Superseded
[U-Boot,18/30] riscv: invalidate the instruction cache before jumping to Linux General fixes / cleanup for RISC-V and improvements to qemu-riscv - - - - --- 2018-10-19 Lukas Auer Andes Superseded
[U-Boot,17/30] riscv: implement the invalidate_icache_* functions General fixes / cleanup for RISC-V and improvements to qemu-riscv - - 2 - --- 2018-10-19 Lukas Auer Andes Superseded
[U-Boot,16/30] riscv: hang on unhandled exceptions General fixes / cleanup for RISC-V and improvements to qemu-riscv - - 2 - --- 2018-10-19 Lukas Auer Andes Superseded
[U-Boot,15/30] riscv: treat undefined exception codes as reserved General fixes / cleanup for RISC-V and improvements to qemu-riscv - - 2 - --- 2018-10-19 Lukas Auer Andes Superseded
[U-Boot,14/30] riscv: complete the list of exception codes General fixes / cleanup for RISC-V and improvements to qemu-riscv - - 2 - --- 2018-10-19 Lukas Auer Andes Superseded
[U-Boot,13/30] riscv: do not reimplement generic io functions General fixes / cleanup for RISC-V and improvements to qemu-riscv - - 2 - --- 2018-10-19 Lukas Auer Andes Superseded
[U-Boot,12/30] riscv: make use of the barrier functions from Linux General fixes / cleanup for RISC-V and improvements to qemu-riscv - - 2 - --- 2018-10-19 Lukas Auer Andes Superseded
[U-Boot,11/30] riscv: fix use of incorrectly sized variables General fixes / cleanup for RISC-V and improvements to qemu-riscv - - - - --- 2018-10-19 Lukas Auer Andes Superseded
[U-Boot,10/30] riscv: enable -fdata-sections General fixes / cleanup for RISC-V and improvements to qemu-riscv - - 2 - --- 2018-10-19 Lukas Auer Andes Superseded
[U-Boot,09/30] riscv: move target selection into separate file General fixes / cleanup for RISC-V and improvements to qemu-riscv - - - - --- 2018-10-19 Lukas Auer Andes Superseded
[U-Boot,08/30] riscv: add Kconfig entries for the code model General fixes / cleanup for RISC-V and improvements to qemu-riscv - - - - --- 2018-10-19 Lukas Auer Andes Superseded
[U-Boot,07/30] riscv: set -march and -mabi based on the Kconfig configuration General fixes / cleanup for RISC-V and improvements to qemu-riscv - - - - --- 2018-10-19 Lukas Auer Andes Superseded
[U-Boot,06/30] riscv: add Kconfig entries for the C and A ISA extensions General fixes / cleanup for RISC-V and improvements to qemu-riscv - - - - --- 2018-10-19 Lukas Auer Andes Superseded
[U-Boot,05/30] riscv: select CONFIG_PHYS_64BIT on RV64I systems General fixes / cleanup for RISC-V and improvements to qemu-riscv - - 2 - --- 2018-10-19 Lukas Auer Andes Superseded
[U-Boot,04/30] riscv: rename CPU_RISCV_32/64 to match architecture names ARCH_RV32I/64I General fixes / cleanup for RISC-V and improvements to qemu-riscv - - 2 - --- 2018-10-19 Lukas Auer Andes Superseded
[U-Boot,03/30] dts: riscv: update makefile to also clean the RISC-V dts directory General fixes / cleanup for RISC-V and improvements to qemu-riscv - - 2 - --- 2018-10-19 Lukas Auer Andes Superseded
[U-Boot,02/30] riscv: ignore device tree binaries General fixes / cleanup for RISC-V and improvements to qemu-riscv - - - - --- 2018-10-19 Lukas Auer Andes Superseded
[U-Boot,01/30] tools: .gitignore: add prelink-riscv General fixes / cleanup for RISC-V and improvements to qemu-riscv - - 2 - --- 2018-10-19 Lukas Auer Andes Superseded