1. f39b1b7 riscv: support extension probing using riscv, isa-extensions by Conor Dooley · 11 months ago
  2. b90edde riscv: don't read riscv, isa in the riscv cpu's get_desc() by Conor Dooley · 11 months ago
  3. 0d95add riscv: cpu: improve multi-letter extension detection in supports_extension() by Conor Dooley · 11 months ago
  4. c35bfd0 riscv: Add a reset_cpu() function by Simon Glass · 1 year, 2 months ago
  5. 0b9441a riscv: Remove common.h usage by Tom Rini · 1 year, 4 months ago
  6. 59d2a7d riscv: Correct event usage for riscv_cpu_probe/setup by Tom Rini · 1 year, 5 months ago
  7. 68f446f riscv: Rework riscv_cpu_probe for current event macros by Tom Rini · 1 year, 5 months ago
  8. ddec4ca Merge tag 'v2023.10-rc4' into next by Tom Rini · 1 year, 5 months ago
  9. f72d0d4 event: Convert existing spy records to simple by Simon Glass · 1 year, 6 months ago
  10. 1c55d62 riscv: cpu: make riscv_cpu_probe to EVT_DM_POST_INIT_R callback by Chanho Park · 1 year, 6 months ago
  11. 55171ae dm: Emit the arch_cpu_init_dm() even only before relocation by Simon Glass · 1 year, 9 months ago
  12. 81b56a5 riscv: cpu: check U-Mode before counteren write by Nikita Shubin · 2 years, 2 months ago
  13. c277c78 riscv: Fix detecting FPU support in standard extension by Yu Chien Peter Lin · 2 years, 3 months ago
  14. e0465f8 riscv: Introduce AVAILABLE_HARTS by Rick Chen · 2 years, 5 months ago
  15. c2bdf02 spl: introduce SPL_XIP to config by Nikita Shubin · 2 years, 5 months ago
  16. 7fe32b3 event: Convert arch_cpu_init_dm() to use events by Simon Glass · 3 years ago
  17. 2e8d2f8 riscv: Remove OF_PRIOR_STAGE from RISC-V boards by Ilias Apalodimas · 3 years, 4 months ago
  18. 24ed531 sysreset: provide SBI based sysreset driver by Heinrich Schuchardt · 3 years, 5 months ago
  19. 236f2ec treewide: Convert macro and uses of __section(foo) to __section("foo") by Marek Behún · 3 years, 9 months ago
  20. edd9ad8 riscv: cpu: Add callback to init each core by Green Wan · 3 years, 9 months ago
  21. 768502e riscv: Clear pending IPIs on initialization by Sean Anderson · 4 years, 5 months ago
  22. a0018fc riscv: Make SiFive HiFive Unleashed board boot again by Bin Meng · 4 years, 7 months ago
  23. b8bc120 riscv: Add option to support RISC-V privileged spec 1.9 by Sean Anderson · 4 years, 8 months ago
  24. 40686c3 riscv: Clean up IPI initialization code by Sean Anderson · 4 years, 8 months ago
  25. cd93d62 common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 9 months ago
  26. 691d719 common: Drop init.h from common header by Simon Glass · 4 years, 9 months ago
  27. fbfd92b riscv: add run mode configuration for SPL by Lukas Auer · 5 years ago
  28. 4d2583d riscv: Access CSRs using CSR numbers by Bin Meng · 6 years ago
  29. f9281b8 riscv: prior_stage_fdt_address should only be used when OF_PRIOR_STAGE is enabled by Rick Chen · 6 years ago
  30. bdce389 riscv: Introduce CONFIG_XIP to support booting from flash by Rick Chen · 6 years ago
  31. 3dea63c riscv: add support for multi-hart systems by Lukas Auer · 6 years ago
  32. 485e822 riscv: Do some basic architecture level cpu initialization by Bin Meng · 6 years ago
  33. aef59e5 riscv: Update supports_extension() to use desc from cpu driver by Bin Meng · 6 years ago
  34. 3c276b2 riscv: Remove non-DM version of print_cpuinfo() by Bin Meng · 6 years ago
  35. 39cad5b riscv: Probe cpus during boot by Bin Meng · 6 years ago
  36. 5d8b2e7 riscv: save hart ID and device tree passed by prior boot stage by Lukas Auer · 6 years ago
  37. 2fab2e9 riscv: Add a helper routine to print CPU information by Bin Meng · 6 years ago