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