1. 04d16be riscv: Support CONFIG_REMAKE_ELF by Samuel Holland · 1 year, 7 months ago
  2. 9a6569a riscv: Update alignment for some sections in linker scripts by Bin Meng · 1 year, 5 months ago
  3. 3f37baa riscv: spl: Remove relocation sections by Bin Meng · 1 year, 5 months ago
  4. 3c09ac2 riscv: Avoid updating the link register by Bin Meng · 1 year, 5 months ago
  5. 485f593 riscv: Change to use positive offset to access relocation entries by Bin Meng · 1 year, 5 months ago
  6. 0b1a3a2 riscv: Optimize loading relocation type by Bin Meng · 1 year, 5 months ago
  7. 883f553 riscv: Optimize source end address calculation in start.S by Bin Meng · 1 year, 5 months ago
  8. db9a7e5 riscv: Enforce DWARF4 output by Bin Meng · 1 year, 6 months ago
  9. 16f53be riscv: Correct a comment in io.h by Bin Meng · 1 year, 6 months ago
  10. f2d5244 riscv: dts: jh7110: Add initial StarFive VisionFive v2 board device tree by Yanhong Wang · 1 year, 6 months ago
  11. c04dfc7 riscv: dts: jh7110: Add initial u-boot device tree by Yanhong Wang · 1 year, 6 months ago
  12. 9087a6a riscv: dts: jh7110: Add initial StarFive JH7110 device tree by Yanhong Wang · 1 year, 6 months ago
  13. 331ad93 board: starfive: Add TARGET_STARFIVE_VISIONFIVE2 to Kconfig by Yanhong Wang · 1 year, 6 months ago
  14. 2f5fad0 riscv: cpu: jh7110: Add Kconfig for StarFive JH7110 SoC by Yanhong Wang · 1 year, 6 months ago
  15. 2185341 riscv: cpu: jh7110: Add support for jh7110 SoC by Yanhong Wang · 1 year, 6 months ago
  16. 7400d34 riscv: semihosting: replace inline assembly with assembly file by Andre Przywara · 1 year, 8 months ago
  17. 5b197ee Merge tag 'v2023.04-rc3' into next by Tom Rini · 1 year, 7 months ago
  18. 7574b64 riscv: binman: Add help message for missing blobs by Rick Chen · 1 year, 7 months ago
  19. 8900e2b riscv: Rename Andes cpu and board names by Leo Yu-Chi Liang · 1 year, 7 months ago
  20. 487c211 configs: ae350: Enable v5l2 cache for AE350 platforms in SPL by Yu Chien Peter Lin · 1 year, 8 months ago
  21. 600a708 riscv: ax25: cache.c: Cleanups to L1/L2 cache function used in SPL by Yu Chien Peter Lin · 1 year, 8 months ago
  22. c1b8819 riscv: ae350: dts: Update L2 cache compatible string by Yu Chien Peter Lin · 1 year, 8 months ago
  23. d8a146d riscv: cpu: ax25: Simplify cache enabling logic in harts_early_init() by Yu Chien Peter Lin · 1 year, 8 months ago
  24. 55ca747 riscv: Remove redundant Kconfig "RISCV_NDS_CACHE" by Leo Yu-Chi Liang · 1 year, 8 months ago
  25. daf1312 riscv: global_data.h: Correct the comment for PLICSW by Yu Chien Peter Lin · 1 year, 8 months ago
  26. 8c103c3 dm: dts: Convert driver model tags to use new schema by Simon Glass · 1 year, 7 months ago
  27. 210af54 Correct SPL uses of LMB by Simon Glass · 1 year, 8 months ago
  28. 3c60e59 riscv: memcpy: check src and dst before copy by Rick Chen · 1 year, 9 months ago
  29. 5b71b7b riscv: ax25: bypass malloc when spl fit boots from ram by Rick Chen · 1 year, 9 months ago
  30. c83f64b riscv: ae350: Enable CCTL_SUEN by Rick Chen · 1 year, 9 months ago
  31. 81b56a5 riscv: cpu: check U-Mode before counteren write by Nikita Shubin · 1 year, 9 months ago
  32. 6e7df1d global: Finish CONFIG -> CFG migration by Tom Rini · 1 year, 9 months ago
  33. cebdfc2 Merge branch 'next' by Tom Rini · 1 year, 9 months ago
  34. 3ec07c9 efi_loader: set IMAGE_FILE_LARGE_ADDRESS_AWARE by Heinrich Schuchardt · 1 year, 9 months ago
  35. 32b7e39 Convert CONFIG_STANDALONE_LOAD_ADDR to Kconfig by Tom Rini · 1 year, 10 months ago
  36. ae3527f arch/riscv: add semihosting support for RISC-V by Kautuk Consul · 1 year, 10 months ago
  37. 5c89467 riscv: clarify meaning of CONFIG_SBI_V02 by Heinrich Schuchardt · 1 year, 11 months ago
  38. c277c78 riscv: Fix detecting FPU support in standard extension by Yu Chien Peter Lin · 1 year, 11 months ago
  39. 3f35270 riscv: dts: fix the mpfs's reference clock frequency by Conor Dooley · 1 year, 11 months ago
  40. 0b8e6f8 riscv: dts: Add QSPI NAND device node by Padmarao Begari · 1 year, 11 months ago
  41. ab1644b riscv: dts: Update memory configuration by Padmarao Begari · 1 year, 11 months ago
  42. a5dfa3b riscv: Rename Andes PLIC to PLICSW by Yu Chien Peter Lin · 1 year, 11 months ago
  43. 9846390 Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASE by Simon Glass · 1 year, 11 months ago
  44. bdb2383 riscv: andes_plic.c: use modified IPI scheme by Yu Chien Peter Lin · 2 years ago
  45. e67f34f riscv: support building double-float modules by Heinrich Schuchardt · 2 years ago
  46. 1dde977 riscv: Fix build against binutils 2.38 by Alexandre Ghiti · 2 years ago
  47. 8909066 dm: core: Drop ofnode_is_available() by Simon Glass · 2 years, 1 month ago
  48. d9d7c20 treewide: Drop bootm_headers_t typedef by Simon Glass · 2 years, 1 month ago
  49. ffa2c88 Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-riscv into next by Tom Rini · 2 years ago
  50. e0465f8 riscv: Introduce AVAILABLE_HARTS by Rick Chen · 2 years ago
  51. c2bdf02 spl: introduce SPL_XIP to config by Nikita Shubin · 2 years, 1 month ago
  52. 049704f board_f: Fix types for board_get_usable_ram_top() by Pali Rohár · 2 years ago
  53. ac48fc3 riscv: dts: sifive: Synchronize FU740 and Unmatched DT by Icenowy Zheng · 2 years, 1 month ago
  54. d13cd77 dt-bindings: clock: sifive: sync FU740 PRCI clock binding header by Icenowy Zheng · 2 years, 1 month ago
  55. b236a66 riscv: dts: Sync important Unmatched pmic and qspi0 changes from Linux by Jessica Clarke · 2 years, 1 month ago
  56. f451261 riscv: ae350: Fix XIP config boot failure by Leo Yu-Chi Liang · 2 years, 4 months ago
  57. a5041e3 riscv: cpu: set gp before board_init_f_init_reserve by Nikita Shubin · 2 years, 4 months ago
  58. 6516891 zynqmp: Run board_get_usable_ram_top() only on main U-Boot by Ashok Reddy Soma · 2 years, 3 months ago
  59. b09e462 arm: riscv: Remove additional ifdef from code guarded by CONFIG_IS_ENABLED by Michal Simek · 2 years, 3 months ago
  60. bb20a10 Convert CONFIG_SYS_BOOT_RAMDISK_HIGH to Kconfig by Tom Rini · 2 years, 3 months ago
  61. 99e2fbc linker_lists: Rename sections to remove . prefix by Andrew Scull · 2 years, 4 months ago
  62. eaf6ea6 Migrate CUSTOM_SYS_INIT_SP_ADDR to Kconfig using system-constants.h by Tom Rini · 2 years, 4 months ago
  63. d5af15b riscv: Clean up asm/io.h by Leo Yu-Chi Liang · 2 years, 4 months ago
  64. 8ac37b4 riscv: remove CONFIG_ARCH_MAP_SYSMEM from io.h by Michal Simek · 2 years, 4 months ago
  65. 776e8ac riscv: alloc space exhausted by Heinrich Schuchardt · 2 years, 6 months ago
  66. ca7e93f riscv: provide missing base extension functions by Heinrich Schuchardt · 2 years, 6 months ago
  67. 70ae54b cmd: sbi: add Performance Monitoring Unit Extension by Heinrich Schuchardt · 2 years, 6 months ago
  68. 34d2b7f Merge tag 'v2022.04-rc5' into next by Tom Rini · 2 years, 6 months ago
  69. 530f29c k210: dts: align plic node with Linux by Niklas Cassel · 2 years, 7 months ago
  70. a6c86ec k210: dts: align fpioa node with Linux by Damien Le Moal · 2 years, 7 months ago
  71. dd241d0 k210: dts: add missing power bus clocks by Damien Le Moal · 2 years, 7 months ago
  72. fd426b3 k210: use the board vendor name rather than the marketing name by Damien Le Moal · 2 years, 7 months ago
  73. 7fe32b3 event: Convert arch_cpu_init_dm() to use events by Simon Glass · 2 years, 7 months ago
  74. 3609e1d dts: automatically build necessary .dtb files by Rasmus Villemoes · 2 years, 9 months ago
  75. 185f812 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 8 months ago
  76. 9ef5cca efi_loader: fix SectionAlignment, FileAlignment by Heinrich Schuchardt · 2 years, 8 months ago
  77. dfbc2be riscv: revert Complete efi header for RV32/64 by Heinrich Schuchardt · 2 years, 9 months ago
  78. 4027792 riscv: qemu: Split devicetree files for qemu_riscv32/64 by Simon Glass · 2 years, 9 months ago
  79. c0ffc12 riscv: Enable SPI flash env for SiFive Unmatched. by Thomas Skibo · 2 years, 10 months ago
  80. 6a86389 riscv: Support booting SiFive Unmatched from SPI. by Thomas Skibo · 2 years, 10 months ago
  81. 06142d6 riscv: dts: Split Microchip device tree by Padmarao Begari · 2 years, 10 months ago
  82. 41635cc riscv: add #define in asm/io.h for some device drivers by Wei Fu · 2 years, 11 months ago
  83. afb8e1f riscv: function to retrieve SBI implementation version by Heinrich Schuchardt · 2 years, 11 months ago
  84. ddf4972 riscv: Avoid io read/write cause wrong result by Nick Hu · 3 years ago
  85. 2e8d2f8 riscv: Remove OF_PRIOR_STAGE from RISC-V boards by Ilias Apalodimas · 3 years ago
  86. b9aad37 fdtdec: Support reserved-memory flags by Thierry Reding · 3 years, 1 month ago
  87. 46cb067 fdtdec: Support compatible string list for reserved memory by Thierry Reding · 3 years, 1 month ago
  88. 0c303f9 image: Drop IMAGE_ENABLE_OF_LIBFDT by Simon Glass · 3 years ago
  89. 1b2b52f riscv: ae350: enable Coherence Manager for ae350 by Leo Yu-Chi Liang · 3 years ago
  90. 24ed531 sysreset: provide SBI based sysreset driver by Heinrich Schuchardt · 3 years ago
  91. 3fbcfaa riscv: add missing SBI extension definitions by Heinrich Schuchardt · 3 years ago
  92. 0d625f4 riscv: Fix setting no-map in reserved memory nodes by Samuel Holland · 3 years ago
  93. eeaa3fe lmb: riscv: Add arch_lmb_reserve() by Marek Vasut · 3 years ago
  94. 6674eda Merge tag 'v2021.10-rc4' into next by Tom Rini · 3 years ago
  95. 30fa33d riscv: lib: modify the indent by Zong Li · 3 years, 1 month ago
  96. 835210a board: sifive: use ccache driver instead of helper function by Zong Li · 3 years, 1 month ago
  97. 213ed17 riscv: lib: implement enable_caches for sifive cache by Zong Li · 3 years, 1 month ago
  98. 4d4222d common: board_r: support enable_caches for RISC-V by Zong Li · 3 years, 1 month ago
  99. f6431e8 riscv: show code leading to exception by Heinrich Schuchardt · 3 years, 1 month ago
  100. b4c2c15 Kconfig: Remove all default n/no options by Michal Simek · 3 years, 1 month ago