1. bb721de Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into next by Tom Rini · 3 years, 11 months ago
  2. 65130cd dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET() by Simon Glass · 4 years ago
  3. dd5d79b riscv: Complete efi header for RV32/64 by Leo Yu-Chi Liang · 4 years ago
  4. b68402d riscv: Fix efi header size for RV32 by Leo Yu-Chi Liang · 4 years, 1 month ago
  5. fa36696 riscv: Fix efi header for RV32 by Atish Patra · 4 years, 2 months ago
  6. b881ba8 riscv: reset after crash by Heinrich Schuchardt · 4 years ago
  7. 52a1db7 riscv: Move timer portions of SiFive CLINT to drivers/timer by Sean Anderson · 4 years, 1 month ago
  8. 5abf1f3 riscv: Move Andes PLMT driver to drivers/timer by Sean Anderson · 4 years, 1 month ago
  9. 947fc2d timer: Return count from timer_ops.get_count by Sean Anderson · 4 years, 2 months ago
  10. 38ae92e Merge branch 'next' by Tom Rini · 4 years, 2 months ago
  11. 2c4c7d1 riscv: Ensure gp is NULL or points to valid data by Sean Anderson · 4 years, 2 months ago
  12. ff184fe riscv: Use a valid bit to ignore already-pending IPIs by Sean Anderson · 4 years, 2 months ago
  13. cfb0809 riscv: Match memory barriers between send_ipi_many and handle_ipi by Sean Anderson · 4 years, 2 months ago
  14. 272ab20 riscv: Rework Sifive CLINT as UCLASS_TIMER driver by Sean Anderson · 4 years, 2 months ago
  15. 28bfc32 riscv: Clean up initialization in Andes PLIC by Sean Anderson · 4 years, 2 months ago
  16. 87e6ce5 riscv: Rework Andes PLMT as a UCLASS_TIMER driver by Sean Anderson · 4 years, 2 months ago
  17. 9baaaef riscv: Rework riscv timer driver to only support S-mode by Sean Anderson · 4 years, 2 months ago
  18. fbef54d riscv: restore global data pointer in trap handler by Heinrich Schuchardt · 4 years, 2 months ago
  19. 646f8c6 fdtdec: optionally add property no-map to created reserved memory node by Etienne Carriere · 4 years, 3 months ago
  20. 95492ae cmd: provide command sbi by Heinrich Schuchardt · 4 years, 3 months ago
  21. c78eef7 riscv: fix building with CONFIG_SPL_SMP=n by Heinrich Schuchardt · 4 years, 4 months ago
  22. 77efe24 riscv: additional crash information by Heinrich Schuchardt · 4 years, 4 months ago
  23. d2014d1 riscv: remove redundant logical constraint. by Heinrich Schuchardt · 4 years, 4 months ago
  24. 63dcfcb riscv: Call spl_board_init_f() in the generic SPL board_init_f() by Bin Meng · 4 years, 4 months ago
  25. 3af8678 Revert "riscv: Allow use of reset drivers" by Bin Meng · 4 years, 4 months ago
  26. 257875d riscv: Make SiFive HiFive Unleashed board boot again by Bin Meng · 4 years, 4 months ago
  27. 90fa4e9 Merge branch 'next' by Tom Rini · 4 years, 5 months ago
  28. 8cfbea0 riscv: use log functions in fdt_fixup by Heinrich Schuchardt · 4 years, 5 months ago
  29. 491734f riscv: Use optimized version of fdtdec_get_addr_size_no_parent by Atish Patra · 4 years, 5 months ago
  30. f0947db riscv: Do not return error if reserved node already exists by Atish Patra · 4 years, 5 months ago
  31. c71f100 riscv: Do not build reset.c if SYSRESET is on by Bin Meng · 4 years, 5 months ago
  32. 7a36bd8 riscv: Expand the DT size before copy reserved memory node by Bin Meng · 4 years, 5 months ago
  33. 77073f4 riscv: Avoid the reserved memory fixup if src and dst point to the same place by Bin Meng · 4 years, 5 months ago
  34. 35e14fb riscv: Allow use of reset drivers by Sean Anderson · 4 years, 5 months ago
  35. b1d0cb3 riscv: Clean up IPI initialization code by Sean Anderson · 4 years, 5 months ago
  36. e622c74 riscv: sbi: Move sbi_probe_extension() out of CONFIG_SBI_V01 by Bin Meng · 4 years, 6 months ago
  37. b391ead riscv: sbi: Remove sbi_spec_version by Bin Meng · 4 years, 6 months ago
  38. a7edd07 riscv: Move all SMP related SBI calls to SBI_v01 by Atish Patra · 4 years, 7 months ago
  39. 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
  40. ed38aef command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 7 months ago
  41. 9758973 common: Drop init.h from common header by Simon Glass · 4 years, 7 months ago
  42. 2dc9c34 common: Drop image.h from common header by Simon Glass · 4 years, 7 months ago
  43. 1ea9789 common: Drop bootstage.h from common header by Simon Glass · 4 years, 7 months ago
  44. 82ed8ef riscv: Move all fdt fixups together by Atish Patra · 4 years, 7 months ago
  45. 5fbac33 riscv: Copy the reserved-memory nodes to final DT by Atish Patra · 4 years, 7 months ago
  46. 7379192 riscv: Setup reserved-memory node for FU540 by Atish Patra · 4 years, 7 months ago
  47. 111b804 riscv: Provide a mechanism to fix DT for reserved memory by Atish Patra · 4 years, 7 months ago
  48. af3c043 riscv: Add boot hartid to device tree by Atish Patra · 4 years, 7 months ago
  49. b161f90 riscv: Introduce SPL_SMP Kconfig option for U-Boot SPL by Bin Meng · 4 years, 8 months ago
  50. f7e6d33 riscv: Implement new SBI v0.2 extensions by Bin Meng · 4 years, 9 months ago
  51. 887d809 riscv: Introduce a new config for SBI v0.1 by Bin Meng · 4 years, 9 months ago
  52. ee3bcd0 riscv: Add basic support for SBI v0.2 by Bin Meng · 4 years, 9 months ago
  53. fb5eabc riscv: Avoid calling sbi_clear_ipi() by Bin Meng · 4 years, 9 months ago
  54. b7b1838 Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 4 years, 10 months ago
  55. e8b46a1 riscv: Add option to print registers on exception by Sean Anderson · 5 years ago
  56. d66c5f7 dm: core: Require users of devres to include the header by Simon Glass · 4 years, 10 months ago
  57. f11478f common: Move hang() to the same header as panic() by Simon Glass · 5 years ago
  58. 3bbe70c common: Move device-tree setup functions to fdt_support.h by Simon Glass · 5 years ago
  59. c308e01 riscv: add option to wait for ack from secondary harts in smp functions by Lukas Auer · 5 years ago
  60. c7460b8 riscv: add functions for reading the IPI status by Lukas Auer · 5 years ago
  61. eb61303 riscv: andes_plic: Fix some wrong configurations by Rick Chen · 5 years ago
  62. 9b61c7c common: Move interrupt functions into a new header by Simon Glass · 5 years ago
  63. 6333448 common: Move ARM cache operations out of common.h by Simon Glass · 5 years ago
  64. 1d91ba7 common: Move some cache and MMU functions out of common.h by Simon Glass · 5 years ago
  65. b8745f0 RISC-V: Align boot image header with Linux by Atish Patra · 5 years ago
  66. eaae83b riscv: andes_plic: init plic by scanning each cpu node by Rick Chen · 5 years ago
  67. e9fbc71 riscv: add a generic FIT generator script by Lukas Auer · 5 years ago
  68. 396f0bd riscv: add SPL support by Lukas Auer · 5 years ago
  69. 6134659 riscv: add run mode configuration for SPL by Lukas Auer · 5 years ago
  70. d680e9a efi_loader: use predefined constants in crt0_*_efi.S by Heinrich Schuchardt · 5 years ago
  71. 583b409 RISCV: image: Add booti support by Atish Patra · 6 years ago
  72. e5e6c36 riscv: Introduce CONFIG_XIP to support booting from flash by Rick Chen · 6 years ago
  73. 7376677 riscv: Add a SYSCON driver for Andestech's PLMT by Rick Chen · 6 years ago
  74. 6df4ed0 riscv: Add a SYSCON driver for Andestech's PLIC by Rick Chen · 6 years ago
  75. c4a6c8f riscv: boot images passed to bootm on all harts by Lukas Auer · 6 years ago
  76. a359665 riscv: add support for multi-hart systems by Lukas Auer · 6 years ago
  77. e79178b riscv: implement IPI platform functions using SBI by Lukas Auer · 6 years ago
  78. 83d573d riscv: add infrastructure for calling functions on other harts by Lukas Auer · 6 years ago
  79. 09dfc3c riscv: use invalidate/flush_*cache_range functions in cache.c by Lukas Auer · 6 years ago
  80. 6280e32 riscv: move the AX25-specific implementation of flush_dcache_all by Lukas Auer · 6 years ago
  81. 8318e89 riscv: clarify error message on undefined exceptions by Lukas Auer · 6 years ago
  82. e63488f riscv: bootm: Support booting VxWorks by Bin Meng · 6 years ago
  83. fda01b6 riscv: bootm: Change to use boot_hart from global data by Bin Meng · 6 years ago
  84. 89681a7 riscv: Save boot hart id to the global data by Bin Meng · 6 years ago
  85. bcc6c74 riscv: Adjust the _exit_trap() position to come before handle_trap() by Bin Meng · 6 years ago
  86. f3c8479 riscv: Implement riscv_get_time() API using rdtime instruction by Anup Patel · 6 years ago
  87. b6ee5e1 riscv: Add a SYSCON driver for SiFive's Core Local Interruptor by Bin Meng · 6 years ago
  88. 89b3934 riscv: Add kconfig option to run U-Boot in S-mode by Anup Patel · 6 years ago
  89. 5354888 riscv: efi: Generate Microsoft PE format compliant images by Bin Meng · 6 years ago
  90. 842d580 riscv: cache: Implement i/dcache [status, enable, disable] by Rick Chen · 6 years ago
  91. 86feab3 riscv: align bootm implementation with that of other architectures by Lukas Auer · 6 years ago
  92. 7656228 riscv: implement the invalidate_icache_* functions by Lukas Auer · 6 years ago
  93. 306b31d riscv: hang on unhandled exceptions by Lukas Auer · 6 years ago
  94. ae525d5 riscv: treat undefined exception codes as reserved by Lukas Auer · 6 years ago
  95. 40f7eb5 riscv: complete the list of exception codes by Lukas Auer · 6 years ago
  96. e429a1e riscv: fix use of incorrectly sized variables by Lukas Auer · 6 years ago
  97. 54ebfe7 riscv: rename CPU_RISCV_32/64 to match architecture names ARCH_RV32I/64I by Lukas Auer · 6 years ago
  98. 635a253 riscv: bootm: Add dm_remove_devices_flags() call to do_bootm_linux() by Bin Meng · 6 years ago
  99. f25398e riscv: cosmetic: Reword do_reset() printf message. by Rick Chen · 6 years ago
  100. de8d80e riscv: Move do_reset() to a common place by Bin Meng · 6 years ago