1. f760c9a riscv: Use a valid bit to ignore already-pending IPIs by Sean Anderson · 4 years, 2 months ago
  2. e86463f riscv: Rework Andes PLMT as a UCLASS_TIMER driver by Sean Anderson · 4 years, 2 months ago
  3. 6b9966e riscv: define function set_gd() by Heinrich Schuchardt · 4 years, 2 months ago
  4. c92b50a cmd: provide command sbi by Heinrich Schuchardt · 4 years, 3 months ago
  5. d6a0170 riscv: sifive/fu540: spl: Rename soc_spl_init() by Bin Meng · 4 years, 4 months ago
  6. 71672b7 riscv: Call spl_board_init_f() in the generic SPL board_init_f() by Bin Meng · 4 years, 4 months ago
  7. d04a464 sifive: reset: add DM based reset driver for SiFive SoC's by Sagar Shrikant Kadam · 4 years, 4 months ago
  8. 6e7d7aa Merge branch 'next' by Tom Rini · 4 years, 5 months ago
  9. 5ce5020 riscv: sifive: fu540: enable all cache ways from U-Boot proper by Pragnesh Patel · 4 years, 6 months ago
  10. b8bc120 riscv: Add option to support RISC-V privileged spec 1.9 by Sean Anderson · 4 years, 5 months ago
  11. 40686c3 riscv: Clean up IPI initialization code by Sean Anderson · 4 years, 5 months ago
  12. 309c79f riscv: Add headers for asm/global_data.h by Sean Anderson · 4 years, 5 months ago
  13. b46f989 bdinfo: riscv: Use generic bd_info by Simon Glass · 4 years, 6 months ago
  14. fe94355 riscv: sbi: Remove sbi_spec_version by Bin Meng · 4 years, 6 months ago
  15. 01cdef2 riscv: sifive: fu540: add SPL configuration by Pragnesh Patel · 4 years, 6 months ago
  16. 7c45fc9 riscv: cpu: fu540: Add support for cpu fu540 by Pragnesh Patel · 4 years, 6 months ago
  17. 7e249bc riscv: Move all SMP related SBI calls to SBI_v01 by Atish Patra · 4 years, 7 months ago
  18. cd93d62 common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 6 months ago
  19. d4ea649 riscv: Provide a mechanism to fix DT for reserved memory by Atish Patra · 4 years, 7 months ago
  20. 191636e riscv: Introduce SPL_SMP Kconfig option for U-Boot SPL by Bin Meng · 4 years, 7 months ago
  21. 5bde215 riscv: Implement new SBI v0.2 extensions by Bin Meng · 4 years, 8 months ago
  22. 1b3c8d6 riscv: Introduce a new config for SBI v0.1 by Bin Meng · 4 years, 8 months ago
  23. 1e32715 riscv: Add SBI v0.2 extension definitions by Bin Meng · 4 years, 8 months ago
  24. f58fc34 riscv: Add basic support for SBI v0.2 by Bin Meng · 4 years, 8 months ago
  25. 215c3a7 riscv: Mark existing SBI as v0.1 SBI by Bin Meng · 4 years, 8 months ago
  26. fe13692 riscv: Fix sbi_remote_sfence_vma{,_asid} by Bin Meng · 4 years, 9 months ago
  27. 9d86b89 dma-mapping: move dma_map_(un)single() to <linux/dma-mapping.h> by Masahiro Yamada · 4 years, 9 months ago
  28. 950c596 dma-mapping: fix the prototype of dma_unmap_single() by Masahiro Yamada · 4 years, 9 months ago
  29. c22c0db dma-mapping: fix the prototype of dma_map_single() by Masahiro Yamada · 4 years, 9 months ago
  30. c0a5a81 asm: dma-mapping.h: Fix dma mapping functions by Vignesh Raghavendra · 4 years, 10 months ago
  31. 90ae281 riscv: add option to wait for ack from secondary harts in smp functions by Lukas Auer · 5 years ago
  32. d26b404 gpio: sifive: add support for DM based gpio driver for FU540-SoC by Sagar Shrikant Kadam · 5 years ago
  33. 8c59f20 riscv: add SPL support by Lukas Auer · 5 years ago
  34. fbfd92b riscv: add run mode configuration for SPL by Lukas Auer · 5 years ago
  35. 4d2583d riscv: Access CSRs using CSR numbers by Bin Meng · 5 years ago
  36. 268753f riscv: Sync csr.h with Linux kernel v5.2 by Bin Meng · 5 years ago
  37. e7dcf56 env: Drop environment.h header file where not needed by Simon Glass · 5 years ago
  38. bdce389 riscv: Introduce CONFIG_XIP to support booting from flash by Rick Chen · 6 years ago
  39. a1f2487 riscv: Add a SYSCON driver for Andestech's PLMT by Rick Chen · 6 years ago
  40. 0d38946 riscv: Add a SYSCON driver for Andestech's PLIC by Rick Chen · 6 years ago
  41. 3dea63c riscv: add support for multi-hart systems by Lukas Auer · 6 years ago
  42. 34a0626 riscv: import the supervisor binary interface header file by Lukas Auer · 6 years ago
  43. fa33f08 riscv: add infrastructure for calling functions on other harts by Lukas Auer · 6 years ago
  44. 98a66ff riscv: Enable CONFIG_SYS_BOOT_RAMDISK_HIGH for using initrd by Anup Patel · 6 years ago
  45. 1fa625b riscv: Add place-holder asm/arch/clk.h for driver compilation by Anup Patel · 6 years ago
  46. 70b8562 riscv: Add asm/dma-mapping.h for DMA mappings by Anup Patel · 6 years ago
  47. 51ab457 riscv: Save boot hart id to the global data by Bin Meng · 6 years ago
  48. 57fe5c6 riscv: Add indirect stringification to csr_xxx ops by Bin Meng · 6 years ago
  49. 3967156 riscv: Add exception codes for xcause register by Bin Meng · 6 years ago
  50. ea53f1c riscv: Add CSR numbers by Bin Meng · 6 years ago
  51. 644a3cd riscv: Add a SYSCON driver for SiFive's Core Local Interruptor by Bin Meng · 6 years ago
  52. d2db2a8 riscv: Add kconfig option to run U-Boot in S-mode by Anup Patel · 6 years ago
  53. 52923c6 riscv: cache: Implement i/dcache [status, enable, disable] by Rick Chen · 6 years ago
  54. f105d2e riscv: do not reimplement generic io functions by Lukas Auer · 6 years ago
  55. fc8c76f riscv: make use of the barrier functions from Linux by Lukas Auer · 6 years ago
  56. b2c860c riscv: fix use of incorrectly sized variables by Lukas Auer · 6 years ago
  57. 5c8fd32 Use _AC and UL macros from linux/const.h by Baruch Siach · 6 years ago
  58. e5ea1e5 riscv: Remove CSR read/write defines in encoding.h by Bin Meng · 6 years ago
  59. 2fab2e9 riscv: Add a helper routine to print CPU information by Bin Meng · 6 years ago
  60. 8cdc6b5 riscv: Remove mach type by Bin Meng · 6 years ago
  61. 3ad4866 riscv: Remove setup.h by Bin Meng · 6 years ago
  62. 3747bdb arch: types.h: factor out fixed width typedefs to int-ll64.h by Masahiro Yamada · 6 years ago
  63. 6f4dd62 riscv: cpu: nx25: Rename as ax25 by Rick Chen · 6 years ago
  64. 7215787 SPDX: Convert single license tags to Linux Kernel style by Rick Chen · 6 years ago
  65. b66babd riscv: Add board_quiesce_devices stub by Alexander Graf · 7 years ago
  66. a7f99e5 riscv: Add setjmp/longjmp code by Alexander Graf · 7 years ago
  67. accdce5 riscv: Define PLATFORM__CLEAR_BIT for generic_clear_bit() by Bryan O'Donoghue · 7 years ago
  68. 820cba2 riscv: Define PLATFORM__SET_BIT for generic_set_bit() by Bryan O'Donoghue · 7 years ago
  69. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  70. 22b7e6f riscv: bootm: Remove ATAGS by Rick Chen · 7 years ago
  71. 45fc937 riscv: checkpatch: Fix alignment should match open parenthesis by Rick Chen · 7 years ago
  72. 40717eb riscv: checkpatch: Fix use of volatile by Rick Chen · 7 years ago
  73. bc0818a riscv: checkpatch: Fix Macro argument reuse by Rick Chen · 7 years ago
  74. 6020faf riscv: nx25: include: Add header files to support RISC-V by Rick Chen · 7 years ago