1. 587e4a4 kconfig / kbuild: Re-sync with Linux 4.19 by Tom Rini · 4 years, 6 months ago
  2. 2b18b89 Merge branch 'next' of git://git.denx.de/u-boot-usb into next by Tom Rini · 4 years, 6 months ago
  3. 5bde215 riscv: Implement new SBI v0.2 extensions by Bin Meng · 4 years, 7 months ago
  4. 1b3c8d6 riscv: Introduce a new config for SBI v0.1 by Bin Meng · 4 years, 7 months ago
  5. 1e32715 riscv: Add SBI v0.2 extension definitions by Bin Meng · 4 years, 7 months ago
  6. f58fc34 riscv: Add basic support for SBI v0.2 by Bin Meng · 4 years, 7 months ago
  7. 215c3a7 riscv: Mark existing SBI as v0.1 SBI by Bin Meng · 4 years, 7 months ago
  8. f295e00 riscv: Avoid calling sbi_clear_ipi() by Bin Meng · 4 years, 7 months ago
  9. fe13692 riscv: Fix sbi_remote_sfence_vma{,_asid} by Bin Meng · 4 years, 7 months ago
  10. d91cf00 Kconfig: Remove redundant variable sets by Tom Rini · 4 years, 7 months ago
  11. 9d86b89 dma-mapping: move dma_map_(un)single() to <linux/dma-mapping.h> by Masahiro Yamada · 4 years, 8 months ago
  12. 950c596 dma-mapping: fix the prototype of dma_unmap_single() by Masahiro Yamada · 4 years, 8 months ago
  13. c22c0db dma-mapping: fix the prototype of dma_map_single() by Masahiro Yamada · 4 years, 8 months ago
  14. 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
  15. 4043397 riscv: Remove unnecessary instruction by Sean Anderson · 4 years, 8 months ago
  16. fd1f6e9 riscv: Add option to print registers on exception by Sean Anderson · 4 years, 9 months ago
  17. d9f1cee riscv: Fix breakage caused by linker relaxation by Sean Anderson · 4 years, 9 months ago
  18. 61b29b8 dm: core: Require users of devres to include the header by Simon Glass · 4 years, 8 months ago
  19. c0a5a81 asm: dma-mapping.h: Fix dma mapping functions by Vignesh Raghavendra · 4 years, 8 months ago
  20. db41d65 common: Move hang() to the same header as panic() by Simon Glass · 4 years, 9 months ago
  21. 807765b common: Move device-tree setup functions to fdt_support.h by Simon Glass · 4 years, 9 months ago
  22. 9413387 common: Move relocate_code() to init.h by Simon Glass · 4 years, 9 months ago
  23. 90ae281 riscv: add option to wait for ack from secondary harts in smp functions by Lukas Auer · 4 years, 10 months ago
  24. 8b3e97b riscv: add functions for reading the IPI status by Lukas Auer · 4 years, 10 months ago
  25. cca8b1e riscv: dts: Add #address-cells and #size-cells in nor node by Rick Chen · 4 years, 11 months ago
  26. f05b656 riscv: dts: Support four cores SMP by Rick Chen · 4 years, 11 months ago
  27. 444c464 riscv: Fix clear bss loop in the start-up code by Rick Chen · 4 years, 11 months ago
  28. 8ba595b riscv: ax25: cache: Add SPL_RISCV_MMODE for SPL by Rick Chen · 4 years, 11 months ago
  29. 43a0832 riscv: andes_plic: Fix some wrong configurations by Rick Chen · 4 years, 11 months ago
  30. ca06444 riscv: ax25: add SPL support by Rick Chen · 4 years, 11 months ago
  31. b82a185 riscv: dts: Add hifive-unleashed-a00 dts from Linux by Jagan Teki · 4 years, 10 months ago
  32. 6b20dc1 riscv: increase stack size to avoid a stack overflow during distro boot by Lukas Auer · 5 years ago
  33. 67c4e9f common: Move board_get_usable_ram_top() out of common.h by Simon Glass · 4 years, 11 months ago
  34. 36bf446 common: Move enable/disable_interrupts out of common.h by Simon Glass · 4 years, 11 months ago
  35. c30b7ad common: Move interrupt functions into a new header by Simon Glass · 4 years, 11 months ago
  36. 1eb69ae common: Move ARM cache operations out of common.h by Simon Glass · 4 years, 11 months ago
  37. 9edefc2 common: Move some cache and MMU functions out of common.h by Simon Glass · 4 years, 11 months ago
  38. 70d64a4 RISC-V: Align boot image header with Linux by Atish Patra · 5 years ago
  39. d26b404 gpio: sifive: add support for DM based gpio driver for FU540-SoC by Sagar Shrikant Kadam · 5 years ago
  40. 61ce84b riscv: cache: use CCTL to flush d-cache by Rick Chen · 5 years ago
  41. cf6ee11 riscv: dts: move out AE350 L2 node from cpus node by Rick Chen · 5 years ago
  42. 7045ed9 riscv: cache: Flush L2 cache before jump to linux by Rick Chen · 5 years ago
  43. a8323d1 riscv: ax25: add imply v5l2 cache controller by Rick Chen · 5 years ago
  44. d58b0a6 riscv: andes_plic: init plic by scanning each cpu node by Rick Chen · 5 years ago
  45. f6cb427 riscv: update fix_rela_dyn by Marcus Comstedt · 5 years ago
  46. 89fe196 riscv: add a generic FIT generator script by Lukas Auer · 5 years ago
  47. c7e1eff riscv: support SPL stack and global data relocation by Lukas Auer · 5 years ago
  48. 8c59f20 riscv: add SPL support by Lukas Auer · 5 years ago
  49. fbfd92b riscv: add run mode configuration for SPL by Lukas Auer · 5 years ago
  50. 4d2583d riscv: Access CSRs using CSR numbers by Bin Meng · 5 years ago
  51. 268753f riscv: Sync csr.h with Linux kernel v5.2 by Bin Meng · 5 years ago
  52. e7dcf56 env: Drop environment.h header file where not needed by Simon Glass · 5 years ago
  53. a35c33c efi_loader: use predefined constants in crt0_*_efi.S by Heinrich Schuchardt · 5 years ago
  54. 3949482 riscv: Add Microchip MPFS Icicle board support by Padmarao Begari · 5 years ago
  55. 1001502 CONFIG_SPL_SYS_[DI]CACHE_OFF: add by Trevor Woerner · 5 years ago
  56. a0aba8a CONFIG_SYS_[DI]CACHE_OFF: convert to Kconfig by Trevor Woerner · 5 years ago
  57. 3cedc97 RISCV: image: Add booti support by Atish Patra · 5 years ago
  58. f9281b8 riscv: prior_stage_fdt_address should only be used when OF_PRIOR_STAGE is enabled by Rick Chen · 5 years ago
  59. bdce389 riscv: Introduce CONFIG_XIP to support booting from flash by Rick Chen · 5 years ago
  60. ffd4c7c dts: switch spi-flash to jedec, spi-nor compatible by Neil Armstrong · 6 years ago
  61. 48b90d9 riscv: dts: fix CONFIG_DEFAULT_DEVICE_TREE failure by Rick Chen · 5 years ago
  62. a1ce531 riscv: dts: ae350 support SMP by Rick Chen · 5 years ago
  63. dda00ae riscv: ax25: Andes specific cache shall only support in M-mode by Rick Chen · 5 years ago
  64. 8848474 riscv: ax25: Add platform-specific Kconfig options by Rick Chen · 5 years ago
  65. a1f2487 riscv: Add a SYSCON driver for Andestech's PLMT by Rick Chen · 5 years ago
  66. 0d38946 riscv: Add a SYSCON driver for Andestech's PLIC by Rick Chen · 5 years ago
  67. 8ac39e2 riscv: hang if relocation of secondary harts fails by Lukas Auer · 6 years ago
  68. e043240 riscv: do not rely on hart ID passed by previous boot stage by Lukas Auer · 6 years ago
  69. f28ad25 riscv: boot images passed to bootm on all harts by Lukas Auer · 6 years ago
  70. 3dea63c riscv: add support for multi-hart systems by Lukas Auer · 6 years ago
  71. 1446b26 riscv: save hart ID in register tp instead of s0 by Lukas Auer · 6 years ago
  72. 2503ccc riscv: delay initialization of caches and debug UART by Lukas Auer · 6 years ago
  73. f152feb riscv: implement IPI platform functions using SBI by Lukas Auer · 6 years ago
  74. 34a0626 riscv: import the supervisor binary interface header file by Lukas Auer · 6 years ago
  75. fa33f08 riscv: add infrastructure for calling functions on other harts by Lukas Auer · 6 years ago
  76. 98a66ff riscv: Enable CONFIG_SYS_BOOT_RAMDISK_HIGH for using initrd by Anup Patel · 6 years ago
  77. 3fda026 riscv: Add SiFive FU540 board support by Anup Patel · 6 years ago
  78. 26f4fd1 riscv: generic: Ensure that U-Boot runs within 4GB for 64bit systems by Anup Patel · 6 years ago
  79. 1fa625b riscv: Add place-holder asm/arch/clk.h for driver compilation by Anup Patel · 6 years ago
  80. 70b8562 riscv: Add asm/dma-mapping.h for DMA mappings by Anup Patel · 6 years ago
  81. fdff1f9 riscv: Rename cpu/qemu to cpu/generic by Anup Patel · 6 years ago
  82. 91882c4 riscv: qemu: define standalone load address by Lukas Auer · 6 years ago
  83. 3c37278 riscv: remove RISC-V standalone linker script by Lukas Auer · 6 years ago
  84. f74c416 riscv: use invalidate/flush_*cache_range functions in cache.c by Lukas Auer · 6 years ago
  85. c905665 riscv: move the AX25-specific implementation of flush_dcache_all by Lukas Auer · 6 years ago
  86. 0c85c11 riscv: clarify error message on undefined exceptions by Lukas Auer · 6 years ago
  87. 08337cd riscv: bootm: Support booting VxWorks by Bin Meng · 6 years ago
  88. dcad9b8 riscv: Remove ae350.dts by Bin Meng · 6 years ago
  89. 3c85099 riscv: bootm: Change to use boot_hart from global data by Bin Meng · 6 years ago
  90. 51ab457 riscv: Save boot hart id to the global data by Bin Meng · 6 years ago
  91. 7f5d35a riscv: Adjust the _exit_trap() position to come before handle_trap() by Bin Meng · 6 years ago
  92. 10753ef riscv: Return to previous privilege level after trap handling by Bin Meng · 6 years ago
  93. 496262c riscv: Fix context restore before returning from trap handler by Bin Meng · 6 years ago
  94. 4b3f5ed riscv: Move trap handler codes to mtrap.S by Bin Meng · 6 years ago
  95. 485e822 riscv: Do some basic architecture level cpu initialization by Bin Meng · 6 years ago
  96. 57fe5c6 riscv: Add indirect stringification to csr_xxx ops by Bin Meng · 6 years ago
  97. aef59e5 riscv: Update supports_extension() to use desc from cpu driver by Bin Meng · 6 years ago
  98. 3967156 riscv: Add exception codes for xcause register by Bin Meng · 6 years ago
  99. ea53f1c riscv: Add CSR numbers by Bin Meng · 6 years ago
  100. 3c276b2 riscv: Remove non-DM version of print_cpuinfo() by Bin Meng · 6 years ago