1. c92b50a cmd: provide command sbi by Heinrich Schuchardt · 4 years, 1 month ago
  2. 092f15a riscv: fix building with CONFIG_SPL_SMP=n by Heinrich Schuchardt · 4 years, 2 months ago
  3. 7c6ca03 riscv: additional crash information by Heinrich Schuchardt · 4 years, 2 months ago
  4. 023dba1 riscv: remove redundant logical constraint. by Heinrich Schuchardt · 4 years, 2 months ago
  5. 71672b7 riscv: Call spl_board_init_f() in the generic SPL board_init_f() by Bin Meng · 4 years, 2 months ago
  6. 6b62495 Revert "riscv: Allow use of reset drivers" by Bin Meng · 4 years, 2 months ago
  7. a0018fc riscv: Make SiFive HiFive Unleashed board boot again by Bin Meng · 4 years, 2 months ago
  8. 6e7d7aa Merge branch 'next' by Tom Rini · 4 years, 3 months ago
  9. c5a4442 riscv: use log functions in fdt_fixup by Heinrich Schuchardt · 4 years, 3 months ago
  10. edf4fc2 riscv: Use optimized version of fdtdec_get_addr_size_no_parent by Atish Patra · 4 years, 3 months ago
  11. 7eb4bcc riscv: Do not return error if reserved node already exists by Atish Patra · 4 years, 3 months ago
  12. fd31e4f riscv: Do not build reset.c if SYSRESET is on by Bin Meng · 4 years, 3 months ago
  13. a8492e2 riscv: Expand the DT size before copy reserved memory node by Bin Meng · 4 years, 3 months ago
  14. c4f7c50 riscv: Avoid the reserved memory fixup if src and dst point to the same place by Bin Meng · 4 years, 3 months ago
  15. 958a3f4 riscv: Allow use of reset drivers by Sean Anderson · 4 years, 3 months ago
  16. 40686c3 riscv: Clean up IPI initialization code by Sean Anderson · 4 years, 3 months ago
  17. 0a94007 riscv: sbi: Move sbi_probe_extension() out of CONFIG_SBI_V01 by Bin Meng · 4 years, 4 months ago
  18. fe94355 riscv: sbi: Remove sbi_spec_version by Bin Meng · 4 years, 4 months ago
  19. 7e249bc riscv: Move all SMP related SBI calls to SBI_v01 by Atish Patra · 4 years, 5 months ago
  20. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 5 months ago
  21. 0914011 command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 5 months ago
  22. 691d719 common: Drop init.h from common header by Simon Glass · 4 years, 5 months ago
  23. 4d72caa common: Drop image.h from common header by Simon Glass · 4 years, 5 months ago
  24. 52f2423 common: Drop bootstage.h from common header by Simon Glass · 4 years, 5 months ago
  25. 177c53f riscv: Move all fdt fixups together by Atish Patra · 4 years, 5 months ago
  26. 73d756f riscv: Copy the reserved-memory nodes to final DT by Atish Patra · 4 years, 5 months ago
  27. 0cb2785 riscv: Setup reserved-memory node for FU540 by Atish Patra · 4 years, 5 months ago
  28. d4ea649 riscv: Provide a mechanism to fix DT for reserved memory by Atish Patra · 4 years, 5 months ago
  29. 5370478 riscv: Add boot hartid to device tree 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, 6 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. f58fc34 riscv: Add basic support for SBI v0.2 by Bin Meng · 4 years, 7 months ago
  34. f295e00 riscv: Avoid calling sbi_clear_ipi() by Bin Meng · 4 years, 7 months ago
  35. 9a8942b Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 4 years, 8 months ago
  36. fd1f6e9 riscv: Add option to print registers on exception by Sean Anderson · 4 years, 9 months ago
  37. 61b29b8 dm: core: Require users of devres to include the header by Simon Glass · 4 years, 8 months ago
  38. db41d65 common: Move hang() to the same header as panic() by Simon Glass · 4 years, 9 months ago
  39. 807765b common: Move device-tree setup functions to fdt_support.h by Simon Glass · 4 years, 9 months ago
  40. 90ae281 riscv: add option to wait for ack from secondary harts in smp functions by Lukas Auer · 4 years, 10 months ago
  41. 8b3e97b riscv: add functions for reading the IPI status by Lukas Auer · 4 years, 10 months ago
  42. 43a0832 riscv: andes_plic: Fix some wrong configurations by Rick Chen · 4 years, 11 months ago
  43. c30b7ad common: Move interrupt functions into a new header by Simon Glass · 4 years, 11 months ago
  44. 1eb69ae common: Move ARM cache operations out of common.h by Simon Glass · 4 years, 11 months ago
  45. 9edefc2 common: Move some cache and MMU functions out of common.h by Simon Glass · 4 years, 11 months ago
  46. 70d64a4 RISC-V: Align boot image header with Linux by Atish Patra · 5 years ago
  47. d58b0a6 riscv: andes_plic: init plic by scanning each cpu node by Rick Chen · 5 years ago
  48. 89fe196 riscv: add a generic FIT generator script by Lukas Auer · 5 years ago
  49. 8c59f20 riscv: add SPL support by Lukas Auer · 5 years ago
  50. fbfd92b riscv: add run mode configuration for SPL by Lukas Auer · 5 years ago
  51. a35c33c efi_loader: use predefined constants in crt0_*_efi.S by Heinrich Schuchardt · 5 years ago
  52. 3cedc97 RISCV: image: Add booti support by Atish Patra · 5 years ago
  53. bdce389 riscv: Introduce CONFIG_XIP to support booting from flash by Rick Chen · 5 years ago
  54. a1f2487 riscv: Add a SYSCON driver for Andestech's PLMT by Rick Chen · 5 years ago
  55. 0d38946 riscv: Add a SYSCON driver for Andestech's PLIC by Rick Chen · 5 years ago
  56. f28ad25 riscv: boot images passed to bootm on all harts by Lukas Auer · 6 years ago
  57. 3dea63c riscv: add support for multi-hart systems by Lukas Auer · 6 years ago
  58. f152feb riscv: implement IPI platform functions using SBI by Lukas Auer · 6 years ago
  59. fa33f08 riscv: add infrastructure for calling functions on other harts by Lukas Auer · 6 years ago
  60. f74c416 riscv: use invalidate/flush_*cache_range functions in cache.c by Lukas Auer · 6 years ago
  61. c905665 riscv: move the AX25-specific implementation of flush_dcache_all by Lukas Auer · 6 years ago
  62. 0c85c11 riscv: clarify error message on undefined exceptions by Lukas Auer · 6 years ago
  63. 08337cd riscv: bootm: Support booting VxWorks by Bin Meng · 6 years ago
  64. 3c85099 riscv: bootm: Change to use boot_hart from global data by Bin Meng · 6 years ago
  65. 51ab457 riscv: Save boot hart id to the global data by Bin Meng · 6 years ago
  66. 7f5d35a riscv: Adjust the _exit_trap() position to come before handle_trap() by Bin Meng · 6 years ago
  67. 511107d riscv: Implement riscv_get_time() API using rdtime instruction by Anup Patel · 6 years ago
  68. 644a3cd riscv: Add a SYSCON driver for SiFive's Core Local Interruptor by Bin Meng · 6 years ago
  69. d2db2a8 riscv: Add kconfig option to run U-Boot in S-mode by Anup Patel · 6 years ago
  70. a33a4ef riscv: efi: Generate Microsoft PE format compliant images by Bin Meng · 6 years ago
  71. 52923c6 riscv: cache: Implement i/dcache [status, enable, disable] by Rick Chen · 6 years ago
  72. c3b1a99 riscv: align bootm implementation with that of other architectures by Lukas Auer · 6 years ago
  73. 62a09ad riscv: implement the invalidate_icache_* functions by Lukas Auer · 6 years ago
  74. c93a1c8 riscv: hang on unhandled exceptions by Lukas Auer · 6 years ago
  75. e8b522b riscv: treat undefined exception codes as reserved by Lukas Auer · 6 years ago
  76. 5a44173 riscv: complete the list of exception codes by Lukas Auer · 6 years ago
  77. b2c860c riscv: fix use of incorrectly sized variables by Lukas Auer · 6 years ago
  78. 862e2e7 riscv: rename CPU_RISCV_32/64 to match architecture names ARCH_RV32I/64I by Lukas Auer · 6 years ago
  79. b1893a9 riscv: bootm: Add dm_remove_devices_flags() call to do_bootm_linux() by Bin Meng · 6 years ago
  80. 9d9b3dc riscv: cosmetic: Reword do_reset() printf message. by Rick Chen · 6 years ago
  81. b984ddc riscv: Move do_reset() to a common place by Bin Meng · 6 years ago
  82. ed49ba4 riscv: bootm: Pass mhartid CSR value to kernel by Bin Meng · 6 years ago
  83. 4afeedf riscv: bootm: Correct the 1st kernel argument to hart id by Bin Meng · 6 years ago
  84. 3ad4866 riscv: Remove setup.h by Bin Meng · 6 years ago
  85. b71bb87 riscv: Remove unused _relocate arguments by Ivan Gorinov · 6 years ago
  86. 7215787 SPDX: Convert single license tags to Linux Kernel style by Rick Chen · 6 years ago
  87. b66babd riscv: Add board_quiesce_devices stub by Alexander Graf · 6 years ago
  88. 493d1e8 riscv: Add EFI application infrastructure by Alexander Graf · 6 years ago
  89. a7f99e5 riscv: Add setjmp/longjmp code by Alexander Graf · 6 years ago
  90. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  91. d024236 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · 6 years ago
  92. 22b7e6f riscv: bootm: Remove ATAGS by Rick Chen · 7 years ago
  93. 0462358 riscv: bootm: Support to boot riscv-linux by Rick Chen · 7 years ago
  94. 22e8c0f riscv: checkpatch: Fix static const char * array declarations by Rick Chen · 7 years ago
  95. b907649 riscv: checkpatch: Fix missing a blank line after declarations by Rick Chen · 7 years ago
  96. 8bbb290 riscv: nx25: lib: Add relative lib funcs to support RISC-V by Rick Chen · 7 years ago