1. 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 4 years ago
  2. b11f634 Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into next by Tom Rini · 3 years, 10 months ago
  3. 65e25be dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET() by Simon Glass · 3 years, 10 months ago
  4. 9afaeec riscv: Complete efi header for RV32/64 by Leo Yu-Chi Liang · 4 years ago
  5. 9ea6952 riscv: Fix efi header size for RV32 by Leo Yu-Chi Liang · 4 years ago
  6. 84c3db2 riscv: Fix efi header for RV32 by Atish Patra · 4 years ago
  7. c353f2b riscv: reset after crash by Heinrich Schuchardt · 3 years, 11 months ago
  8. 47d7e3b riscv: Move timer portions of SiFive CLINT to drivers/timer by Sean Anderson · 4 years ago
  9. 79b135f riscv: Move Andes PLMT driver to drivers/timer by Sean Anderson · 4 years ago
  10. 8af7bb9 timer: Return count from timer_ops.get_count by Sean Anderson · 4 years ago
  11. b7e7831 Merge branch 'next' by Tom Rini · 4 years, 1 month ago
  12. 8576813 riscv: Ensure gp is NULL or points to valid data by Sean Anderson · 4 years, 1 month ago
  13. f760c9a riscv: Use a valid bit to ignore already-pending IPIs by Sean Anderson · 4 years, 1 month ago
  14. d4990a4 riscv: Match memory barriers between send_ipi_many and handle_ipi by Sean Anderson · 4 years, 1 month ago
  15. e5ca9a7 riscv: Rework Sifive CLINT as UCLASS_TIMER driver by Sean Anderson · 4 years, 1 month ago
  16. 15943bb riscv: Clean up initialization in Andes PLIC by Sean Anderson · 4 years, 1 month ago
  17. e86463f riscv: Rework Andes PLMT as a UCLASS_TIMER driver by Sean Anderson · 4 years, 1 month ago
  18. c33efaf riscv: Rework riscv timer driver to only support S-mode by Sean Anderson · 4 years, 1 month ago
  19. c48e9f3 riscv: restore global data pointer in trap handler by Heinrich Schuchardt · 4 years, 1 month ago
  20. ccaa574 fdtdec: optionally add property no-map to created reserved memory node by Etienne Carriere · 4 years, 1 month ago
  21. c92b50a cmd: provide command sbi by Heinrich Schuchardt · 4 years, 2 months ago
  22. 092f15a riscv: fix building with CONFIG_SPL_SMP=n by Heinrich Schuchardt · 4 years, 2 months ago
  23. 7c6ca03 riscv: additional crash information by Heinrich Schuchardt · 4 years, 3 months ago
  24. 023dba1 riscv: remove redundant logical constraint. by Heinrich Schuchardt · 4 years, 3 months ago
  25. 71672b7 riscv: Call spl_board_init_f() in the generic SPL board_init_f() by Bin Meng · 4 years, 3 months ago
  26. 6b62495 Revert "riscv: Allow use of reset drivers" by Bin Meng · 4 years, 3 months ago
  27. a0018fc riscv: Make SiFive HiFive Unleashed board boot again by Bin Meng · 4 years, 3 months ago
  28. 6e7d7aa Merge branch 'next' by Tom Rini · 4 years, 4 months ago
  29. c5a4442 riscv: use log functions in fdt_fixup by Heinrich Schuchardt · 4 years, 4 months ago
  30. edf4fc2 riscv: Use optimized version of fdtdec_get_addr_size_no_parent by Atish Patra · 4 years, 4 months ago
  31. 7eb4bcc riscv: Do not return error if reserved node already exists by Atish Patra · 4 years, 4 months ago
  32. fd31e4f riscv: Do not build reset.c if SYSRESET is on by Bin Meng · 4 years, 4 months ago
  33. a8492e2 riscv: Expand the DT size before copy reserved memory node by Bin Meng · 4 years, 4 months ago
  34. c4f7c50 riscv: Avoid the reserved memory fixup if src and dst point to the same place by Bin Meng · 4 years, 4 months ago
  35. 958a3f4 riscv: Allow use of reset drivers by Sean Anderson · 4 years, 4 months ago
  36. 40686c3 riscv: Clean up IPI initialization code by Sean Anderson · 4 years, 4 months ago
  37. 0a94007 riscv: sbi: Move sbi_probe_extension() out of CONFIG_SBI_V01 by Bin Meng · 4 years, 5 months ago
  38. fe94355 riscv: sbi: Remove sbi_spec_version by Bin Meng · 4 years, 5 months ago
  39. 7e249bc riscv: Move all SMP related SBI calls to SBI_v01 by Atish Patra · 4 years, 6 months ago
  40. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 5 months ago
  41. 0914011 command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 5 months ago
  42. 691d719 common: Drop init.h from common header by Simon Glass · 4 years, 5 months ago
  43. 4d72caa common: Drop image.h from common header by Simon Glass · 4 years, 5 months ago
  44. 52f2423 common: Drop bootstage.h from common header by Simon Glass · 4 years, 5 months ago
  45. 177c53f riscv: Move all fdt fixups together by Atish Patra · 4 years, 6 months ago
  46. 73d756f riscv: Copy the reserved-memory nodes to final DT by Atish Patra · 4 years, 6 months ago
  47. 0cb2785 riscv: Setup reserved-memory node for FU540 by Atish Patra · 4 years, 6 months ago
  48. d4ea649 riscv: Provide a mechanism to fix DT for reserved memory by Atish Patra · 4 years, 6 months ago
  49. 5370478 riscv: Add boot hartid to device tree by Atish Patra · 4 years, 6 months ago
  50. 191636e riscv: Introduce SPL_SMP Kconfig option for U-Boot SPL by Bin Meng · 4 years, 6 months ago
  51. 5bde215 riscv: Implement new SBI v0.2 extensions by Bin Meng · 4 years, 8 months ago
  52. 1b3c8d6 riscv: Introduce a new config for SBI v0.1 by Bin Meng · 4 years, 8 months ago
  53. f58fc34 riscv: Add basic support for SBI v0.2 by Bin Meng · 4 years, 8 months ago
  54. f295e00 riscv: Avoid calling sbi_clear_ipi() by Bin Meng · 4 years, 8 months ago
  55. 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
  56. fd1f6e9 riscv: Add option to print registers on exception by Sean Anderson · 4 years, 10 months ago
  57. 61b29b8 dm: core: Require users of devres to include the header by Simon Glass · 4 years, 9 months ago
  58. db41d65 common: Move hang() to the same header as panic() by Simon Glass · 4 years, 10 months ago
  59. 807765b common: Move device-tree setup functions to fdt_support.h by Simon Glass · 4 years, 10 months ago
  60. 90ae281 riscv: add option to wait for ack from secondary harts in smp functions by Lukas Auer · 4 years, 11 months ago
  61. 8b3e97b riscv: add functions for reading the IPI status by Lukas Auer · 4 years, 11 months ago
  62. 43a0832 riscv: andes_plic: Fix some wrong configurations by Rick Chen · 5 years ago
  63. c30b7ad common: Move interrupt functions into a new header by Simon Glass · 5 years ago
  64. 1eb69ae common: Move ARM cache operations out of common.h by Simon Glass · 5 years ago
  65. 9edefc2 common: Move some cache and MMU functions out of common.h by Simon Glass · 5 years ago
  66. 70d64a4 RISC-V: Align boot image header with Linux by Atish Patra · 5 years ago
  67. d58b0a6 riscv: andes_plic: init plic by scanning each cpu node by Rick Chen · 5 years ago
  68. 89fe196 riscv: add a generic FIT generator script by Lukas Auer · 5 years ago
  69. 8c59f20 riscv: add SPL support by Lukas Auer · 5 years ago
  70. fbfd92b riscv: add run mode configuration for SPL by Lukas Auer · 5 years ago
  71. a35c33c efi_loader: use predefined constants in crt0_*_efi.S by Heinrich Schuchardt · 5 years ago
  72. 3cedc97 RISCV: image: Add booti support by Atish Patra · 5 years ago
  73. bdce389 riscv: Introduce CONFIG_XIP to support booting from flash by Rick Chen · 5 years ago
  74. a1f2487 riscv: Add a SYSCON driver for Andestech's PLMT by Rick Chen · 6 years ago
  75. 0d38946 riscv: Add a SYSCON driver for Andestech's PLIC by Rick Chen · 6 years ago
  76. f28ad25 riscv: boot images passed to bootm on all harts by Lukas Auer · 6 years ago
  77. 3dea63c riscv: add support for multi-hart systems by Lukas Auer · 6 years ago
  78. f152feb riscv: implement IPI platform functions using SBI by Lukas Auer · 6 years ago
  79. fa33f08 riscv: add infrastructure for calling functions on other harts by Lukas Auer · 6 years ago
  80. f74c416 riscv: use invalidate/flush_*cache_range functions in cache.c by Lukas Auer · 6 years ago
  81. c905665 riscv: move the AX25-specific implementation of flush_dcache_all by Lukas Auer · 6 years ago
  82. 0c85c11 riscv: clarify error message on undefined exceptions by Lukas Auer · 6 years ago
  83. 08337cd riscv: bootm: Support booting VxWorks by Bin Meng · 6 years ago
  84. 3c85099 riscv: bootm: Change to use boot_hart from global data by Bin Meng · 6 years ago
  85. 51ab457 riscv: Save boot hart id to the global data by Bin Meng · 6 years ago
  86. 7f5d35a riscv: Adjust the _exit_trap() position to come before handle_trap() by Bin Meng · 6 years ago
  87. 511107d riscv: Implement riscv_get_time() API using rdtime instruction by Anup Patel · 6 years ago
  88. 644a3cd riscv: Add a SYSCON driver for SiFive's Core Local Interruptor by Bin Meng · 6 years ago
  89. d2db2a8 riscv: Add kconfig option to run U-Boot in S-mode by Anup Patel · 6 years ago
  90. a33a4ef riscv: efi: Generate Microsoft PE format compliant images by Bin Meng · 6 years ago
  91. 52923c6 riscv: cache: Implement i/dcache [status, enable, disable] by Rick Chen · 6 years ago
  92. c3b1a99 riscv: align bootm implementation with that of other architectures by Lukas Auer · 6 years ago
  93. 62a09ad riscv: implement the invalidate_icache_* functions by Lukas Auer · 6 years ago
  94. c93a1c8 riscv: hang on unhandled exceptions by Lukas Auer · 6 years ago
  95. e8b522b riscv: treat undefined exception codes as reserved by Lukas Auer · 6 years ago
  96. 5a44173 riscv: complete the list of exception codes by Lukas Auer · 6 years ago
  97. b2c860c riscv: fix use of incorrectly sized variables by Lukas Auer · 6 years ago
  98. 862e2e7 riscv: rename CPU_RISCV_32/64 to match architecture names ARCH_RV32I/64I by Lukas Auer · 6 years ago
  99. b1893a9 riscv: bootm: Add dm_remove_devices_flags() call to do_bootm_linux() by Bin Meng · 6 years ago
  100. 9d9b3dc riscv: cosmetic: Reword do_reset() printf message. by Rick Chen · 6 years ago