Show patches with: Submitter = Lukas Auer       |    Archived = No       |   213 patches
« 1 2 3 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[U-Boot] crypto/fsl: instantiate all rng state handles [U-Boot] crypto/fsl: instantiate all rng state handles - - - 1 --- 2018-01-25 Lukas Auer yorksun Accepted
[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
[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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,v2,01/29] tools: .gitignore: add prelink-riscv General fixes / cleanup for RISC-V and improvements to qemu-riscv - - 2 - --- 2018-10-30 Lukas Auer Andes Superseded
[U-Boot,v2,02/29] 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-30 Lukas Auer Andes Superseded
[U-Boot,v2,03/29] 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-30 Lukas Auer Andes Superseded
[U-Boot,v2,04/29] riscv: select CONFIG_PHYS_64BIT on RV64I systems General fixes / cleanup for RISC-V and improvements to qemu-riscv - - 2 - --- 2018-10-30 Lukas Auer Andes Superseded
[U-Boot,v2,05/29] riscv: add Kconfig entries for the C and A ISA extensions General fixes / cleanup for RISC-V and improvements to qemu-riscv - - 1 - --- 2018-10-30 Lukas Auer Andes Superseded
[U-Boot,v2,06/29] riscv: set -march and -mabi based on the Kconfig configuration General fixes / cleanup for RISC-V and improvements to qemu-riscv - - 1 - --- 2018-10-30 Lukas Auer Andes Superseded
[U-Boot,v2,07/29] riscv: add Kconfig entries for the code model General fixes / cleanup for RISC-V and improvements to qemu-riscv - - - - --- 2018-10-30 Lukas Auer Andes Superseded
[U-Boot,v2,08/29] riscv: enable -fdata-sections General fixes / cleanup for RISC-V and improvements to qemu-riscv - - 2 - --- 2018-10-30 Lukas Auer Andes Superseded
[U-Boot,v2,09/29] riscv: fix use of incorrectly sized variables General fixes / cleanup for RISC-V and improvements to qemu-riscv - - 1 - --- 2018-10-30 Lukas Auer Andes Superseded
[U-Boot,v2,10/29] riscv: make use of the barrier functions from Linux General fixes / cleanup for RISC-V and improvements to qemu-riscv - - 2 - --- 2018-10-30 Lukas Auer Andes Superseded
[U-Boot,v2,11/29] riscv: do not reimplement generic io functions General fixes / cleanup for RISC-V and improvements to qemu-riscv - - 2 - --- 2018-10-30 Lukas Auer Andes Superseded
[U-Boot,v2,12/29] riscv: complete the list of exception codes General fixes / cleanup for RISC-V and improvements to qemu-riscv - - 2 - --- 2018-10-30 Lukas Auer Andes Superseded
[U-Boot,v2,13/29] riscv: treat undefined exception codes as reserved General fixes / cleanup for RISC-V and improvements to qemu-riscv - - 2 - --- 2018-10-30 Lukas Auer Andes Superseded
[U-Boot,v2,14/29] riscv: hang on unhandled exceptions General fixes / cleanup for RISC-V and improvements to qemu-riscv - - 2 - --- 2018-10-30 Lukas Auer Andes Superseded
[U-Boot,v2,15/29] riscv: implement the invalidate_icache_* functions General fixes / cleanup for RISC-V and improvements to qemu-riscv - - 2 - --- 2018-10-30 Lukas Auer Andes Superseded
[U-Boot,v2,16/29] riscv: invalidate the instruction cache before jumping to Linux General fixes / cleanup for RISC-V and improvements to qemu-riscv - - 1 - --- 2018-10-30 Lukas Auer Andes Superseded
[U-Boot,v2,17/29] 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-30 Lukas Auer Andes Superseded
[U-Boot,v2,18/29] riscv: align mtvec on a 4-byte boundary General fixes / cleanup for RISC-V and improvements to qemu-riscv - - 1 - --- 2018-10-30 Lukas Auer Andes Superseded
[U-Boot,v2,19/29] Drop CONFIG_INIT_CRITICAL General fixes / cleanup for RISC-V and improvements to qemu-riscv - - 1 - --- 2018-10-30 Lukas Auer Andes Superseded
[U-Boot,v2,20/29] riscv: remove unused labels in start.S General fixes / cleanup for RISC-V and improvements to qemu-riscv - - 1 - --- 2018-10-30 Lukas Auer Andes Superseded
[U-Boot,v2,21/29] riscv: do not blindly modify the mstatus CSR General fixes / cleanup for RISC-V and improvements to qemu-riscv - - 2 - --- 2018-10-30 Lukas Auer Andes Superseded
[U-Boot,v2,22/29] 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-30 Lukas Auer Andes Superseded
[U-Boot,v2,23/29] riscv: qemu: use device tree passed by prior boot stage General fixes / cleanup for RISC-V and improvements to qemu-riscv - - 2 - --- 2018-10-30 Lukas Auer Andes Superseded
[U-Boot,v2,24/29] riscv: store device tree passed by prior boot stage in environment General fixes / cleanup for RISC-V and improvements to qemu-riscv - - - - --- 2018-10-30 Lukas Auer Andes Superseded
[U-Boot,v2,25/29] riscv: qemu: support booting Linux General fixes / cleanup for RISC-V and improvements to qemu-riscv - - 1 - --- 2018-10-30 Lukas Auer Andes Superseded
[U-Boot,v2,26/29] riscv: align bootm implementation with that of other architectures General fixes / cleanup for RISC-V and improvements to qemu-riscv - - 1 - --- 2018-10-30 Lukas Auer Andes Superseded
[U-Boot,v2,27/29] dm: core: add missing prototype for ofnode_read_u64 General fixes / cleanup for RISC-V and improvements to qemu-riscv - - 2 - --- 2018-10-30 Lukas Auer Andes Superseded
[U-Boot,v2,28/29] riscv: qemu: detect and boot the kernel passed by QEMU General fixes / cleanup for RISC-V and improvements to qemu-riscv - - - - --- 2018-10-30 Lukas Auer Andes Superseded
[U-Boot,v2,29/29] riscv: qemu: clear kernel-start/-end in device tree as workaround for BBL General fixes / cleanup for RISC-V and improvements to qemu-riscv - - 1 - --- 2018-10-30 Lukas Auer Andes Superseded
[U-Boot,v3,01/28] tools: .gitignore: add prelink-riscv General fixes / cleanup for RISC-V and improvements to qemu-riscv - - 2 - --- 2018-11-09 Lukas Auer Andes Superseded
[U-Boot,v3,02/28] 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-11-09 Lukas Auer Andes Superseded
[U-Boot,v3,03/28] 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-11-09 Lukas Auer Andes Superseded
[U-Boot,v3,04/28] riscv: select CONFIG_PHYS_64BIT on RV64I systems General fixes / cleanup for RISC-V and improvements to qemu-riscv - - 2 - --- 2018-11-09 Lukas Auer Andes Superseded
[U-Boot,v3,05/28] riscv: add Kconfig entries for the C and A ISA extensions General fixes / cleanup for RISC-V and improvements to qemu-riscv - - 1 - --- 2018-11-09 Lukas Auer Andes Superseded
[U-Boot,v3,06/28] riscv: set -march and -mabi based on the Kconfig configuration General fixes / cleanup for RISC-V and improvements to qemu-riscv - - 1 - --- 2018-11-09 Lukas Auer Andes Superseded
[U-Boot,v3,07/28] riscv: enable -fdata-sections General fixes / cleanup for RISC-V and improvements to qemu-riscv - - 2 - --- 2018-11-09 Lukas Auer Andes Superseded
[U-Boot,v3,08/28] riscv: fix use of incorrectly sized variables General fixes / cleanup for RISC-V and improvements to qemu-riscv - - 1 - --- 2018-11-09 Lukas Auer Andes Superseded
[U-Boot,v3,09/28] riscv: make use of the barrier functions from Linux General fixes / cleanup for RISC-V and improvements to qemu-riscv - - 2 - --- 2018-11-09 Lukas Auer Andes Superseded
[U-Boot,v3,10/28] riscv: do not reimplement generic io functions General fixes / cleanup for RISC-V and improvements to qemu-riscv - - 2 - --- 2018-11-09 Lukas Auer Andes Superseded
[U-Boot,v3,11/28] riscv: complete the list of exception codes General fixes / cleanup for RISC-V and improvements to qemu-riscv - - 2 - --- 2018-11-09 Lukas Auer Andes Superseded
[U-Boot,v3,12/28] riscv: treat undefined exception codes as reserved General fixes / cleanup for RISC-V and improvements to qemu-riscv - - 2 - --- 2018-11-09 Lukas Auer Andes Superseded
[U-Boot,v3,13/28] riscv: hang on unhandled exceptions General fixes / cleanup for RISC-V and improvements to qemu-riscv - - 2 - --- 2018-11-09 Lukas Auer Andes Superseded
[U-Boot,v3,14/28] riscv: implement the invalidate_icache_* functions General fixes / cleanup for RISC-V and improvements to qemu-riscv - - 2 - --- 2018-11-09 Lukas Auer Andes Superseded
[U-Boot,v3,15/28] riscv: fix inconsistent use of spaces and tabs in start.S General fixes / cleanup for RISC-V and improvements to qemu-riscv - - 2 - --- 2018-11-09 Lukas Auer Andes Superseded
[U-Boot,v3,16/28] riscv: align mtvec on a 4-byte boundary General fixes / cleanup for RISC-V and improvements to qemu-riscv - - 1 - --- 2018-11-09 Lukas Auer Andes Superseded
[U-Boot,v3,17/28] Drop CONFIG_INIT_CRITICAL General fixes / cleanup for RISC-V and improvements to qemu-riscv - - - - --- 2018-11-09 Lukas Auer Andes Superseded
[U-Boot,v3,18/28] riscv: remove unused labels in start.S General fixes / cleanup for RISC-V and improvements to qemu-riscv - - 1 - --- 2018-11-09 Lukas Auer Andes Superseded
[U-Boot,v3,19/28] riscv: do not blindly modify the mstatus CSR General fixes / cleanup for RISC-V and improvements to qemu-riscv - - 2 - --- 2018-11-09 Lukas Auer Andes Superseded
[U-Boot,v3,20/28] 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-11-09 Lukas Auer Andes Superseded
[U-Boot,v3,21/28] riscv: qemu: use device tree passed by prior boot stage General fixes / cleanup for RISC-V and improvements to qemu-riscv - - 2 - --- 2018-11-09 Lukas Auer Andes Superseded
[U-Boot,v3,22/28] riscv: qemu: support booting Linux General fixes / cleanup for RISC-V and improvements to qemu-riscv - - 1 - --- 2018-11-09 Lukas Auer Andes Superseded
[U-Boot,v3,23/28] riscv: align bootm implementation with that of other architectures General fixes / cleanup for RISC-V and improvements to qemu-riscv - - 1 - --- 2018-11-09 Lukas Auer Andes Superseded
[U-Boot,v3,24/28] distro_bootcmd: add VirtIO distro boot command General fixes / cleanup for RISC-V and improvements to qemu-riscv - - 2 - --- 2018-11-09 Lukas Auer Andes Superseded
[U-Boot,v3,25/28] riscv: qemu: enable distro boot General fixes / cleanup for RISC-V and improvements to qemu-riscv - - 2 - --- 2018-11-09 Lukas Auer Andes Superseded
[U-Boot,v3,26/28] dm: core: add missing prototype for ofnode_read_u64 General fixes / cleanup for RISC-V and improvements to qemu-riscv - - 2 - --- 2018-11-09 Lukas Auer Andes Superseded
[U-Boot,v3,27/28] riscv: qemu: detect and boot the kernel passed by QEMU General fixes / cleanup for RISC-V and improvements to qemu-riscv - - 2 - --- 2018-11-09 Lukas Auer Andes Superseded
[U-Boot,v3,28/28] riscv: qemu: clear kernel-start/-end in device tree as workaround for BBL General fixes / cleanup for RISC-V and improvements to qemu-riscv - - 1 - --- 2018-11-09 Lukas Auer Andes Superseded
[U-Boot,v4,01/28] tools: .gitignore: add prelink-riscv General fixes / cleanup for RISC-V and improvements to qemu-riscv - - 2 - --- 2018-11-22 Lukas Auer Andes Accepted
[U-Boot,v4,02/28] 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-11-22 Lukas Auer Andes Accepted
[U-Boot,v4,03/28] 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-11-22 Lukas Auer Andes Accepted
[U-Boot,v4,04/28] riscv: select CONFIG_PHYS_64BIT on RV64I systems General fixes / cleanup for RISC-V and improvements to qemu-riscv - - 2 - --- 2018-11-22 Lukas Auer Andes Accepted
[U-Boot,v4,05/28] riscv: add Kconfig entries for the C and A ISA extensions General fixes / cleanup for RISC-V and improvements to qemu-riscv - - 1 - --- 2018-11-22 Lukas Auer Andes Accepted
[U-Boot,v4,06/28] riscv: set -march and -mabi based on the Kconfig configuration General fixes / cleanup for RISC-V and improvements to qemu-riscv - - 1 - --- 2018-11-22 Lukas Auer Andes Accepted
[U-Boot,v4,07/28] riscv: enable -fdata-sections General fixes / cleanup for RISC-V and improvements to qemu-riscv - - 2 - --- 2018-11-22 Lukas Auer Andes Accepted
[U-Boot,v4,08/28] riscv: fix use of incorrectly sized variables General fixes / cleanup for RISC-V and improvements to qemu-riscv - - 1 - --- 2018-11-22 Lukas Auer Andes Accepted
[U-Boot,v4,09/28] riscv: make use of the barrier functions from Linux General fixes / cleanup for RISC-V and improvements to qemu-riscv - - 2 - --- 2018-11-22 Lukas Auer Andes Accepted
[U-Boot,v4,10/28] riscv: do not reimplement generic io functions General fixes / cleanup for RISC-V and improvements to qemu-riscv - - 2 - --- 2018-11-22 Lukas Auer Andes Accepted
[U-Boot,v4,11/28] riscv: complete the list of exception codes General fixes / cleanup for RISC-V and improvements to qemu-riscv - - 2 - --- 2018-11-22 Lukas Auer Andes Accepted
[U-Boot,v4,12/28] riscv: treat undefined exception codes as reserved General fixes / cleanup for RISC-V and improvements to qemu-riscv - - 2 - --- 2018-11-22 Lukas Auer Andes Accepted
« 1 2 3 »