1. 213ed17 riscv: lib: implement enable_caches for sifive cache by Zong Li · 3 years, 1 month ago
  2. 8a44fe6 board: riscv: add openpiton-riscv64 SoC support by Tianrui Wei · 3 years, 3 months ago
  3. 70415e1 board: sifive: add HiFive Unmatched board support by Green Wan · 3 years, 4 months ago
  4. a74e9d8 riscv: cpu: fu740: Add support for cpu fu740 by Green Wan · 3 years, 4 months ago
  5. 8941927 riscv: Group assembly optimized implementation of memory routines into a submenu by Bin Meng · 3 years, 5 months ago
  6. a6d7e8c riscv: Split SiFive CLINT support between SPL and U-Boot proper by Bin Meng · 3 years, 5 months ago
  7. 8f0dc4c riscv: assembler versions of memcpy, memmove, memset by Heinrich Schuchardt · 3 years, 6 months ago
  8. ae2d950 riscv: sifive: Rename fu540 board to unleashed by Bin Meng · 3 years, 6 months ago
  9. 5af3574 riscv: Add DMA 64-bit address support by Padmarao Begari · 3 years, 8 months ago
  10. 79b135f riscv: Move Andes PLMT driver to drivers/timer by Sean Anderson · 4 years ago
  11. 32cef69 riscv: Only enable OF_BOARD_FIXUP for S-Mode by Sean Anderson · 4 years, 1 month ago
  12. e5ca9a7 riscv: Rework Sifive CLINT as UCLASS_TIMER driver by Sean Anderson · 4 years ago
  13. e86463f riscv: Rework Andes PLMT as a UCLASS_TIMER driver by Sean Anderson · 4 years ago
  14. c33efaf riscv: Rework riscv timer driver to only support S-mode by Sean Anderson · 4 years ago
  15. 6e7d7aa Merge branch 'next' by Tom Rini · 4 years, 3 months ago
  16. 1c17e55 riscv: Enable CONFIG_OF_BOARD_FIXUP by default for OF_SEPARATE by Bin Meng · 4 years, 3 months ago
  17. a7c81fc riscv: Add Sipeed Maix support by Sean Anderson · 4 years, 3 months ago
  18. b8bc120 riscv: Add option to support RISC-V privileged spec 1.9 by Sean Anderson · 4 years, 3 months ago
  19. 7c45fc9 riscv: cpu: fu540: Add support for cpu fu540 by Pragnesh Patel · 4 years, 4 months ago
  20. fa16ec2 riscv: Make SBI v0.2 the default SBI version by Bin Meng · 4 years, 5 months ago
  21. ff0fa6c riscv: Add Kconfig option for SBI v0.2 by Bin Meng · 4 years, 5 months ago
  22. 6fa022e riscv: Add SMP Kconfig option dependency for U-Boot proper by Bin Meng · 4 years, 5 months ago
  23. 191636e riscv: Introduce SPL_SMP Kconfig option for U-Boot SPL by Bin Meng · 4 years, 5 months ago
  24. 2b18b89 Merge branch 'next' of git://git.denx.de/u-boot-usb into next by Tom Rini · 4 years, 6 months ago
  25. 1b3c8d6 riscv: Introduce a new config for SBI v0.1 by Bin Meng · 4 years, 7 months ago
  26. f58fc34 riscv: Add basic support for SBI v0.2 by Bin Meng · 4 years, 7 months ago
  27. d91cf00 Kconfig: Remove redundant variable sets by Tom Rini · 4 years, 7 months ago
  28. fd1f6e9 riscv: Add option to print registers on exception by Sean Anderson · 4 years, 9 months ago
  29. 6b20dc1 riscv: increase stack size to avoid a stack overflow during distro boot by Lukas Auer · 5 years ago
  30. 8c59f20 riscv: add SPL support by Lukas Auer · 5 years ago
  31. fbfd92b riscv: add run mode configuration for SPL by Lukas Auer · 5 years ago
  32. 3949482 riscv: Add Microchip MPFS Icicle board support by Padmarao Begari · 5 years ago
  33. 1001502 CONFIG_SPL_SYS_[DI]CACHE_OFF: add by Trevor Woerner · 5 years ago
  34. a0aba8a CONFIG_SYS_[DI]CACHE_OFF: convert to Kconfig by Trevor Woerner · 5 years ago
  35. bdce389 riscv: Introduce CONFIG_XIP to support booting from flash by Rick Chen · 5 years ago
  36. a1f2487 riscv: Add a SYSCON driver for Andestech's PLMT by Rick Chen · 5 years ago
  37. 0d38946 riscv: Add a SYSCON driver for Andestech's PLIC by Rick Chen · 5 years ago
  38. 3dea63c riscv: add support for multi-hart systems by Lukas Auer · 6 years ago
  39. f152feb riscv: implement IPI platform functions using SBI by Lukas Auer · 6 years ago
  40. fa33f08 riscv: add infrastructure for calling functions on other harts by Lukas Auer · 6 years ago
  41. 3fda026 riscv: Add SiFive FU540 board support by Anup Patel · 6 years ago
  42. fdff1f9 riscv: Rename cpu/qemu to cpu/generic by Anup Patel · 6 years ago
  43. 92b64fe riscv: Enlarge the default SYS_MALLOC_F_LEN by Bin Meng · 6 years ago
  44. 84304d4 riscv: qemu: Add platform-specific Kconfig options by Bin Meng · 6 years ago
  45. 511107d riscv: Implement riscv_get_time() API using rdtime instruction by Anup Patel · 6 years ago
  46. 644a3cd riscv: Add a SYSCON driver for SiFive's Core Local Interruptor by Bin Meng · 6 years ago
  47. 3cfc825 riscv: Introduce a Kconfig option for machine mode by Anup Patel · 6 years ago
  48. 8176ea4 riscv: add Kconfig entries for the code model by Lukas Auer · 6 years ago
  49. d2db2a8 riscv: Add kconfig option to run U-Boot in S-mode by Anup Patel · 6 years ago
  50. 52923c6 riscv: cache: Implement i/dcache [status, enable, disable] by Rick Chen · 6 years ago
  51. d57ffa6 riscv: add Kconfig entries for the C and A ISA extensions by Lukas Auer · 6 years ago
  52. 7115856 riscv: select CONFIG_PHYS_64BIT on RV64I systems by Lukas Auer · 6 years ago
  53. 862e2e7 riscv: rename CPU_RISCV_32/64 to match architecture names ARCH_RV32I/64I by Lukas Auer · 6 years ago
  54. 510e379 riscv: Add QEMU virt board support by Bin Meng · 6 years ago
  55. 117a433 riscv: kconfig: Normalize architecture name spelling by Bin Meng · 6 years ago
  56. 6f4dd62 riscv: cpu: nx25: Rename as ax25 by Rick Chen · 6 years ago
  57. f94c44e riscv: Add Kconfig to support RISC-V by Rick Chen · 7 years ago