1. 063d547 video: cfb_console.c: Use bi_dram[] values on all platforms by Stefan Roese · 4 years, 2 months ago
  2. 0f8d400 xtensa: Remove local no-op dram_init_banksize() by Stefan Roese · 4 years, 2 months ago
  3. b59cc51 xtensa: Remove arch_setup_bdinfo() by Stefan Roese · 4 years, 2 months ago
  4. e207f22 global: Move from bi_memstart/memsize -> gd->ram_base/ram_size by Stefan Roese · 4 years, 2 months ago
  5. f120aa7 board_f: Add default values for bi_dram[] in dram_init_banksize() by Stefan Roese · 4 years, 2 months ago
  6. 4963f63 image: Use gd->ram_base/_size in env_get_bootm_size() by Stefan Roese · 4 years, 2 months ago
  7. dfaf6a5 CONFIG_NR_DRAM_BANKS: Remove unreferenced code as its always defined by Stefan Roese · 4 years, 2 months ago
  8. 9f9ecd3 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · 4 years, 1 month ago
  9. ec54217 Merge tag 'i2c-bugfixes-for-v2020.10' of https://gitlab.denx.de/u-boot/custodians/u-boot-i2c by Tom Rini · 4 years, 1 month ago
  10. e49a9d4 Merge tag 'u-boot-rockchip-20200820' of https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · 4 years, 1 month ago
  11. 0786561 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-riscv by Tom Rini · 4 years, 1 month ago
  12. 8ee3a24 Merge branch '2020-08-24-misc-improvements' by Tom Rini · 4 years, 1 month ago
  13. 6944937 x86: qemu-x86_defconfig: Increase CONFIG_SYS_MALLOC_F_LEN by Stefan Roese · 4 years, 1 month ago
  14. 0a668f6 arm: octeontx2: Add support for OcteonTX2 SoC platforms by Suneel Garapati · 5 years ago
  15. 03c2288 arm: octeontx: Add support for OcteonTX SoC platforms by Suneel Garapati · 5 years ago
  16. af6ba90 watchdog: Add reset support for OcteonTX / TX2 by Suneel Garapati · 5 years ago
  17. 7085989 mmc: Add MMC controller driver for OcteonTX / TX2 by Suneel Garapati · 5 years ago
  18. 638d705 pci: Add PCI controller driver for OcteonTX / TX2 by Suneel Garapati · 5 years ago
  19. 3f6f0cd ata: ahci: Add BAR index quirk for Cavium PCI SATA device by Suneel Garapati · 5 years ago
  20. 04cd0a0 arm: octeontx2: Add headers for OcteonTX2 by Suneel Garapati · 5 years ago
  21. 387d321 arm: octeontx: Add headers for OcteonTX by Suneel Garapati · 5 years ago
  22. c2f45b6 arm: include/asm/io.h: Add 64bit clrbits and setbits helpers by Suneel Garapati · 5 years ago
  23. f0c3692 pci: pci-uclass: Check validity of ofnode by Suneel Garapati · 4 years, 5 months ago
  24. a3fac3f pci: pci-uclass: Add support for Alternate-RoutingID capability by Suneel Garapati · 5 years ago
  25. 51eeae9 pci: pci-uclass: Add VF BAR map support for Enhanced Allocation by Suneel Garapati · 5 years ago
  26. b8852dc pci: pci-uclass: Add support for Single-Root I/O Virtualization by Suneel Garapati · 5 years ago
  27. 636cc17 pci: pci-uclass: Add support for Enhanced Allocation in Bridges by Suneel Garapati · 5 years ago
  28. 4cf56ec pci: pci-uclass: Add multi entry support for memory regions by Suneel Garapati · 5 years ago
  29. 6606060 Link failure with CONFIG_SPL and CONFIG_I2C_MUX_PCA954x by Trommel, Kees (Contractor) · 4 years, 2 months ago
  30. af03bde i2c: octeon_i2c: Misc fixes for ARM Octeon TX2 support by Stefan Roese · 4 years, 2 months ago
  31. bc30140 pci: pci-uclass: Make DT subnode parse optional by Suneel Garapati · 5 years ago
  32. b3699a1 pci: pci-uclass: Fix incorrect argument in map_physmem by Suneel Garapati · 5 years ago
  33. e002474 pci: pci-uclass: Dynamically allocate the PCI regions by Stefan Roese · 4 years, 2 months ago
  34. 65f8c7e ARM: renesas: Drop unnecessary function ft_board_setup() by Stefan Roese · 4 years, 2 months ago
  35. 3b7cd26 pci: pci-uclass: Remove #ifdef CONFIG_NR_DRAM_BANKS as its always set by Stefan Roese · 4 years, 2 months ago
  36. 68f81b8 dm: core: Add API to read PCI bus-range property by Stefan Roese · 4 years, 2 months ago
  37. 1db7ee4 fdtdec: Add API to read pci bus-range property by Suneel Garapati · 5 years ago
  38. c92b50a cmd: provide command sbi by Heinrich Schuchardt · 4 years, 1 month ago
  39. 27cef4e configs: defconfig for Sipeed Maix in S-mode by Heinrich Schuchardt · 4 years, 1 month ago
  40. 092f15a riscv: fix building with CONFIG_SPL_SMP=n by Heinrich Schuchardt · 4 years, 2 months ago
  41. 183f1e2 clk: kendryte/pll.h: do not redefine nop() by Heinrich Schuchardt · 4 years, 2 months ago
  42. 3ab2601 ram: sifive: Fix compiler warnings for 32-bit by Bin Meng · 4 years, 1 month ago
  43. 52dc7ae riscv: fu540: Use correct API to get L2 cache controller base address by Bin Meng · 4 years, 1 month ago
  44. 3c0cec0 Merge tag 'efi-2020-10-rc3-3' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 4 years, 1 month ago
  45. 3337b29 xen: Code style conformity by Anastasiia Lukianenko · 4 years, 1 month ago
  46. d226b3c board: xen: Remove unnecessary CONFIG_INITRD_TAG and CONFIG_CMDLINE_TAG by Anastasiia Lukianenko · 4 years, 1 month ago
  47. 32eac63 board: xen: Remove CONFIG_CMD_RUN define and clean xenguest_arm64_defconfig by Anastasiia Lukianenko · 4 years, 1 month ago
  48. 607274f MAINTAINERS: Add maintainers to XEN section by Anastasiia Lukianenko · 4 years, 1 month ago
  49. 4da1365 board: xen: Remove unnecessary CONFIG_BOARD_EARLY_INIT_F define and board_early_init_f function by Anastasiia Lukianenko · 4 years, 1 month ago
  50. 35051db arm: dts: mt7623: add USB nodes by Frank Wunderlich · 4 years, 1 month ago
  51. a13666b arm: dts: mt7622: add USB nodes by Frank Wunderlich · 4 years, 1 month ago
  52. 28e1b1d arm: dts: rename mt7622-bpi-r64.dts by Frank Wunderlich · 4 years, 1 month ago
  53. 9f25aa1 clk: mt7622: add needed clocks for ssusb-node by Frank Wunderlich · 4 years, 1 month ago
  54. a7e0ef1 ahci: mediatek: fix copyright and author-lines by Frank Wunderlich · 4 years, 1 month ago
  55. a300d69 reset: drop unnecessary comment for pciesys by Frank Wunderlich · 4 years, 1 month ago
  56. 626892a phy: mtk-tphy: make shared reg optional for v1 by Frank Wunderlich · 4 years, 1 month ago
  57. c9875a5 fs/squashfs: Fix Coverity Scan defects by Joao Marcos Costa · 4 years, 1 month ago
  58. 6b0ddd1 virtio_blk: set log2blksz correctly by AKASHI Takahiro · 4 years, 1 month ago
  59. 91f6c1c test/py: Add tests for LZO and ZSTD by Joao Marcos Costa · 4 years, 1 month ago
  60. 6dfed16 fs/squashfs: add support for LZO decompression by Joao Marcos Costa · 4 years, 1 month ago
  61. 9c948f5 fs/squashfs: add support for ZSTD decompression by Joao Marcos Costa · 4 years, 1 month ago
  62. cdc1144 fs/squashfs: replace sqfs_decompress() parameter by Joao Marcos Costa · 4 years, 1 month ago
  63. 10f7cf5 fs/squashfs: Add init and clean-up functions to decompression by Joao Marcos Costa · 4 years, 1 month ago
  64. 4a1f0b8 cmd: fix clone coverity scan by John Chau · 4 years, 2 months ago
  65. 10e4d64 firmware: psci: Do not bind driver if U-Boot runs in EL3 by Michal Simek · 4 years, 2 months ago
  66. 565add1 board: armltd: Add support for Total Compute platform by Usama Arif · 4 years, 2 months ago
  67. e61b415 avb: Make AVB independent of fastboot by Usama Arif · 4 years, 2 months ago
  68. 2b3fbcb efi_loader: use ':' as separator for setenv -i by Heinrich Schuchardt · 4 years, 1 month ago
  69. 15d8f00 efi_loader: validate device path length in boot manager by Heinrich Schuchardt · 4 years, 1 month ago
  70. 5bba77e test: unit test for efi_dp_check_length() by Heinrich Schuchardt · 4 years, 1 month ago
  71. 5cad4a3 efi_loader: efi_dp_check_length() by Heinrich Schuchardt · 4 years, 1 month ago
  72. ed0b107 include: kernel.h: define SSIZE_MAX by Heinrich Schuchardt · 4 years, 1 month ago
  73. fa63753 efi_selftest: substitute ResetSystem() by do_reset() by Heinrich Schuchardt · 4 years, 1 month ago
  74. c06867d efi_selftest: add a test for ResetSystem() by Heinrich Schuchardt · 4 years, 1 month ago
  75. f03a879 efi_loader: ResetSystem() should not hang by Heinrich Schuchardt · 4 years, 1 month ago
  76. ebcbfc7 doc: update UEFI documentation by Heinrich Schuchardt · 4 years, 2 months ago
  77. dd12c6a efi_loader: remove empty comment line by Heinrich Schuchardt · 4 years, 2 months ago
  78. 72e1fca efi_loader: document parameters of do_bootefi_exec() by Heinrich Schuchardt · 4 years, 2 months ago
  79. 1aa3966 Merge tag 'u-boot-clk-24Aug2020' of https://gitlab.denx.de/u-boot/custodians/u-boot-clk by Tom Rini · 4 years, 1 month ago
  80. ebd3f1f clk: ccf: Add missing #include <dm/uclass.h> to clk-mux.c by Lukasz Majewski · 4 years, 1 month ago
  81. 689ca8c cmd: clk: correctly handle depth for clk dump by Patrick Delaunay · 4 years, 2 months ago
  82. cc63284 cmd: clk: cosmetic: correct code alignment in show_clks by Patrick Delaunay · 4 years, 2 months ago
  83. 12d1526 clk: ccf: mux: change the get_rate helper by Dario Binacchi · 4 years, 4 months ago
  84. e3b5d74 clk: ccf: mux: fix access to the sandbox register by Dario Binacchi · 4 years, 5 months ago
  85. 40559d2 clk: ccf: mux: fix typo by Dario Binacchi · 4 years, 5 months ago
  86. 76eaa2d clk: ccf: mux: change include order by Dario Binacchi · 4 years, 5 months ago
  87. 7b0830d clk: fix the console output of clk_register by Dario Binacchi · 4 years, 5 months ago
  88. 16bdc85 clk: set flags in the ccf registration routines by Dario Binacchi · 4 years, 6 months ago
  89. cd16c57 dm: test: clk: add the test for the ccf gated clock by Dario Binacchi · 4 years, 6 months ago
  90. 32f462b clk: imx6: Add definition for IMX6QDL_CLK_ENET_REF clock by Lukasz Majewski · 4 years, 7 months ago
  91. 8d540cc clk: imx: Add support for pllv3 enet clock by Lukasz Majewski · 4 years, 7 months ago
  92. d71fac8 clk: imx6: Add definition for IMX6QDL_CLK_ENET clock by Lukasz Majewski · 4 years, 7 months ago
  93. 6befc1f clk: ICS8N3QV01 remove superfluous code by Heinrich Schuchardt · 4 years, 8 months ago
  94. d584648 Merge tag 'dm-pull-22aug20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 4 years, 1 month ago
  95. c84341f Merge branch '2020-08-21-stdio-cleanup' by Tom Rini · 4 years, 1 month ago
  96. 4225f2f stdio: Tidy up the coding style by Simon Glass · 4 years, 2 months ago
  97. 18c587d stdio: Drop brackets around &devs.list by Simon Glass · 4 years, 2 months ago
  98. 5d4b6b1 stdio: Update to use compiler for Kconfig checks by Simon Glass · 4 years, 2 months ago
  99. 3bcd0ce stdio: Drop #ifdefs in the header file by Simon Glass · 4 years, 2 months ago
  100. 3ca0609 stdio: Tidy up use of CONFIG_SYS_DEVICE_NULLDEV by Simon Glass · 4 years, 2 months ago