1. 5ce5020 riscv: sifive: fu540: enable all cache ways from U-Boot proper by Pragnesh Patel · 4 years, 4 months ago
  2. edf4fc2 riscv: Use optimized version of fdtdec_get_addr_size_no_parent by Atish Patra · 4 years, 3 months ago
  3. 7eb4bcc riscv: Do not return error if reserved node already exists by Atish Patra · 4 years, 3 months ago
  4. ba51269 doc: qemu-riscv: Update QEMU run command by Bin Meng · 4 years, 3 months ago
  5. cdae446 riscv: sifive: fu540: Add gpio-restart support by Bin Meng · 4 years, 3 months ago
  6. fd31e4f riscv: Do not build reset.c if SYSRESET is on by Bin Meng · 4 years, 3 months ago
  7. 7851959 Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-riscv into next by Tom Rini · 4 years, 3 months ago
  8. 1c17e55 riscv: Enable CONFIG_OF_BOARD_FIXUP by default for OF_SEPARATE by Bin Meng · 4 years, 3 months ago
  9. a8492e2 riscv: Expand the DT size before copy reserved memory node by Bin Meng · 4 years, 3 months ago
  10. c4f7c50 riscv: Avoid the reserved memory fixup if src and dst point to the same place by Bin Meng · 4 years, 3 months ago
  11. 76585c9 riscv: fu540: dts: Correct reg size of otp and dmc nodes by Bin Meng · 4 years, 4 months ago
  12. 6c6a29c riscv: fu540: dts: Remove the unnecessary space in the cpu2_intc node by Bin Meng · 4 years, 4 months ago
  13. 7984922 riscv: sbi: Add newline to error message by Sean Anderson · 4 years, 4 months ago
  14. c57383b checkpatch.pl: Fully re-sync with v5.7 by Tom Rini · 4 years, 4 months ago
  15. 61139e2 kconfig: show compiler version text in the top comment by Tom Rini · 4 years, 5 months ago
  16. 9d0087a socfpga: Enable optimized inlining on stratix10 by Tom Rini · 4 years, 5 months ago
  17. 72c4d40 compilers: Introduce options for forcing inlining on SPL/TPL by Tom Rini · 4 years, 5 months ago
  18. 1f1a0f3 compiler_types.h: Re-introduce CONFIG_OPTIMIZE_INLINING for U-Boot by Tom Rini · 4 years, 5 months ago
  19. 67f51b4 compiler*.h: sync include/linux/compiler*.h with Linux 5.7-rc5 by Tom Rini · 4 years, 5 months ago
  20. 8214791 pci: rockchip: Mark inline functions as static inline by Tom Rini · 4 years, 3 months ago
  21. 6ca300a socfpga: Mark socfpga_fpga_add() as static inline in the non-FPGA case by Tom Rini · 4 years, 5 months ago
  22. 897860e x86: Convert from ACCESS_ONCE to READ/WRITE_ONCE by Tom Rini · 4 years, 5 months ago
  23. f2ff327 tegra: Convert from ACCESS_ONCE to READ/WRITE_ONCE by Tom Rini · 4 years, 5 months ago
  24. 443f223 Don't start ad-hoc games with -Wno-maybe-initialized by Tom Rini · 4 years, 5 months ago
  25. a9610bd kconfig: Add scripts/Kconfig.include from v4.19 by Tom Rini · 4 years, 5 months ago
  26. ddf34e7 kconfiglib: Update to the 14.1.0 release by Tom Rini · 4 years, 5 months ago
  27. faf002c Remove CROSS_COMPILE default from arch/*/config.mk by Tom Rini · 4 years, 4 months ago
  28. add0dc1 riscv: cpu: check and append L1 cache to cpu features by Sagar Shrikant Kadam · 4 years, 3 months ago
  29. b6b233d riscv: cpu: correctly handle the setting of CPU_FEAT_MMU bit by Sagar Shrikant Kadam · 4 years, 3 months ago
  30. 969251a uclass: cpu: fix to display proper CPU features by Sagar Shrikant Kadam · 4 years, 3 months ago
  31. eb75ee4 riscv: dts: hifive-unleashed-a00: add cpu aliases by Sagar Shrikant Kadam · 4 years, 3 months ago
  32. a7c81fc riscv: Add Sipeed Maix support by Sean Anderson · 4 years, 3 months ago
  33. de09f71 doc: riscv: Add documentation for Sipeed Maix Bit by Sean Anderson · 4 years, 3 months ago
  34. bba8618 riscv: Add device tree for K210 and Sipeed Maix BitM by Sean Anderson · 4 years, 3 months ago
  35. 6277186 riscv: Enable cpu clock if it is present by Sean Anderson · 4 years, 3 months ago
  36. ab24017 riscv: Try to get cpu frequency from a "clocks" node if it exists by Sean Anderson · 4 years, 3 months ago
  37. 958a3f4 riscv: Allow use of reset drivers by Sean Anderson · 4 years, 3 months ago
  38. b8bc120 riscv: Add option to support RISC-V privileged spec 1.9 by Sean Anderson · 4 years, 3 months ago
  39. 40686c3 riscv: Clean up IPI initialization code by Sean Anderson · 4 years, 3 months ago
  40. 9472630 riscv: Clear pending interrupts before enabling IPIs by Sean Anderson · 4 years, 3 months ago
  41. 309c79f riscv: Add headers for asm/global_data.h by Sean Anderson · 4 years, 3 months ago
  42. 60ffcf2 lib: Always set errno in hcreate_r by Sean Anderson · 4 years, 3 months ago
  43. 038b13e reset: Add generic reset driver by Sean Anderson · 4 years, 3 months ago
  44. 082faeb dm: Fix error handling for dev_read_addr_ptr by Sean Anderson · 4 years, 3 months ago
  45. 4a3390f dm: Add support for simple-pm-bus by Sean Anderson · 4 years, 3 months ago
  46. f9c7d4f clk: Add K210 clock support by Sean Anderson · 4 years, 3 months ago
  47. 1a198cf clk: Add a bypass clock for K210 by Sean Anderson · 4 years, 3 months ago
  48. 019ef9a clk: Add K210 pll support by Sean Anderson · 4 years, 3 months ago
  49. 675d790 clk: Fix clk_get_by_* handling of index by Sean Anderson · 4 years, 3 months ago
  50. 5e8317a clk: Check that ops of composite clock components exist before calling by Sean Anderson · 4 years, 3 months ago
  51. 78ce0bd clk: Always use the supplied struct clk by Sean Anderson · 4 years, 3 months ago
  52. bcfe764 Merge tag 'efi-2020-07-rc6-2' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 4 years, 3 months ago
  53. e2a4d24 Merge branch '2020-06-30-minor-TI-board-updates' into next by Tom Rini · 4 years, 3 months ago
  54. 50b5326 ti814x: Remove platform by Tom Rini · 4 years, 4 months ago
  55. 9ccd840 ti816x_evm: Enable DM_MMC by Tom Rini · 4 years, 4 months ago
  56. a3e7750 am335x: Update list of defconfigs by Tom Rini · 4 years, 4 months ago
  57. 5fdb3c0 Merge tag 'mips-pull-2020-06-29' of https://gitlab.denx.de/u-boot/custodians/u-boot-mips into next by Tom Rini · 4 years, 3 months ago
  58. 6b3c744 Merge branch '2020-06-30-pxa-dm_mmc-migration' into next by Tom Rini · 4 years, 3 months ago
  59. 3c4aeaf colibri_pxa270_defconfig: enable dm_mmc by Marcel Ziswiler · 5 years ago
  60. 3450f62 colibri_pxa270: add mmc platform data by Marcel Ziswiler · 5 years ago
  61. 885b3cd colibri_pxa270_defconfig: enable cmd_dm by Marcel Ziswiler · 5 years ago
  62. 290e6bb arm: pxa: mmc: add driver model support by Marcel Ziswiler · 5 years ago
  63. 9b515a8 kconfig: mmc: move pxa_mmc_generic to kconfig by Marcel Ziswiler · 5 years ago
  64. 45224e8 dm: core: gracefully handle alias seq without of by Marcel Ziswiler · 5 years ago
  65. f992af8 Makefile: allow dm_mmc without of_control by Marcel Ziswiler · 5 years ago
  66. 4d3053a serial: pxa: clean-up platform data include file by Marcel Ziswiler · 5 years ago
  67. f5624b1 mmc: add missing space before comment delimiter by Marcel Ziswiler · 5 years ago
  68. b7cae57 test/py: test_efi_fit: Update #size-cells to 1 by Bin Meng · 4 years, 3 months ago
  69. 039d4f5 efi_loader: incorrect check against FDT_ADDR_T_NONE by Heinrich Schuchardt · 4 years, 3 months ago
  70. e35c2a8 .azure-pipelines.yml: add Qemu tests for MIPS Malta board by Daniel Schwierzeck · 4 years, 4 months ago
  71. d985aaa .travis.yml: add Qemu tests for MIPS Malta board by Daniel Schwierzeck · 4 years, 4 months ago
  72. d853316 .gitlab-ci.yml: add Qemu tests for MIPS Malta board by Daniel Schwierzeck · 4 years, 4 months ago
  73. 5467434 mips: malta: build u-boot-swap.bin by Daniel Schwierzeck · 4 years, 4 months ago
  74. b8cecd0 Makefile: add rule to generate u-boot-swap.bin by Daniel Schwierzeck · 4 years, 4 months ago
  75. 753a892 tools: add script for byte endianness swapping by Daniel Schwierzeck · 4 years, 4 months ago
  76. d8553d6 net: pcnet: Add Kconfig entries by Marek Vasut · 4 years, 5 months ago
  77. 53019cf net: pcnet: Add DM support by Marek Vasut · 4 years, 5 months ago
  78. f5e7df5 net: pcnet: Split common and non-DM functions by Marek Vasut · 4 years, 5 months ago
  79. 6d76c9f net: pcnet: Wrap name and enetaddr into private data by Marek Vasut · 4 years, 5 months ago
  80. deca773 net: pcnet: Wrap iobase into private data by Marek Vasut · 4 years, 5 months ago
  81. 834d5ce net: pcnet: Pass private data through dev->priv by Marek Vasut · 4 years, 5 months ago
  82. ab6ecbd net: pcnet: Wrap devbusfn into private data by Marek Vasut · 4 years, 5 months ago
  83. 553286a net: pcnet: Drop useless forward declarations by Marek Vasut · 4 years, 5 months ago
  84. 54c6067 net: pcnet: Move initialize function at the end by Marek Vasut · 4 years, 5 months ago
  85. ada6a2c net: pcnet: Move private data allocation to initialize by Marek Vasut · 4 years, 5 months ago
  86. 0e11d79 net: pcnet: Replace memset+malloc with calloc by Marek Vasut · 4 years, 5 months ago
  87. 89369b0 net: pcnet: Simplify private data allocation by Marek Vasut · 4 years, 5 months ago
  88. d3b1df0 net: pcnet: Use PCI_DEVICE() to define PCI device compat list by Marek Vasut · 4 years, 5 months ago
  89. b92b8f4 net: pcnet: Drop PCNET_HAS_PROM by Marek Vasut · 4 years, 5 months ago
  90. b9c52c5 net: pcnet: Drop typedef struct pcnet_priv_t by Marek Vasut · 4 years, 5 months ago
  91. 50c9b0e Merge branch '2020-06-26-more-Kconfig-migration' into next by Tom Rini · 4 years, 3 months ago
  92. 0b7d955 Merge tag 'rockchip-fix' of https://gitlab.denx.de/u-boot/custodians/u-boot-video by Tom Rini · 4 years, 3 months ago
  93. 2896422 spi: Move DM_SPI_FLASH and SPI_FLASH_DATAFLASH to Kconfig (for ls1021aXXX) by Lukasz Majewski · 4 years, 4 months ago
  94. 044a66c spi: Move DM_SPI_FLASH to Kconfig (for NXP's ls1043a) by Lukasz Majewski · 4 years, 4 months ago
  95. 582b4f7 Convert CONFIG_CADENCE_QSPI to Kconfig by Tom Rini · 4 years, 4 months ago
  96. 56c4046 spi: Convert CONFIG_DM_SPI* to CONFIG_$(SPL_TPL_)DM_SPI* by Lukasz Majewski · 4 years, 4 months ago
  97. c87f9ce x86: Don't build some unused objects in TPL by Tom Rini · 4 years, 3 months ago
  98. 35ee34b video: rockchip: fix HDMI 4K resolution by Anatolij Gustschin · 4 years, 3 months ago
  99. e4c1c48 efi_loader: fix incorrect use of EFI_EXIT() by Heinrich Schuchardt · 4 years, 3 months ago
  100. 19a7e58 Merge tag 'fixes-for-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u-boot-video by Tom Rini · 4 years, 3 months ago