1. b528c72 configs: am65x_evm: Add support for DFU related configs by Faiz Abbas · 4 years, 2 months ago
  2. c3ab97c spl: usb: Create an API spl_usb_load() by Faiz Abbas · 4 years, 2 months ago
  3. 7d08077 Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig by Tom Rini · 4 years, 2 months ago
  4. 81014f7 include/u-boot, lib/zlib: add sources for zlib decompression by Joao Marcos Costa · 4 years, 2 months ago
  5. c510061 fs/squashfs: new filesystem by Joao Marcos Costa · 4 years, 2 months ago
  6. 550a9e7 cmd: Update the memory-search command by Simon Glass · 4 years, 2 months ago
  7. 132644f test: Add a flag for tests that need console recording by Simon Glass · 4 years, 2 months ago
  8. e180c2b dm: Rename DM test flags to make them more generic by Simon Glass · 4 years, 2 months ago
  9. bd34715 console: Always define the console-recording functions by Simon Glass · 4 years, 2 months ago
  10. 33d7edf test: Add a way to check part of a console line or skip it by Simon Glass · 4 years, 2 months ago
  11. 39a1922 drivers: serial: Make serial_initialize return int by Ovidiu Panait · 4 years, 2 months ago
  12. 81e7cb1 board_f: Introduce arch_setup_bdinfo initcall by Ovidiu Panait · 4 years, 2 months ago
  13. ba74310 board_f: Introduce setup_bdinfo initcall by Ovidiu Panait · 4 years, 2 months ago
  14. 9a17bfb Kconfig: Remove CONFIG_SYS_SRAM_START by Ovidiu Panait · 4 years, 2 months ago
  15. 9f63f02 Kconfig: Convert CONFIG_SYS_SRAM_SIZE to Kconfig by Ovidiu Panait · 4 years, 2 months ago
  16. dd084b0 Kconfig: Convert CONFIG_SYS_SRAM_BASE to Kconfig by Ovidiu Panait · 4 years, 2 months ago
  17. 89150a9 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-sh by Tom Rini · 4 years, 2 months ago
  18. a965f4d dt-bindings: Sync include/dt-bindings/phy/phy.h from Linux by Michal Simek · 4 years, 2 months ago
  19. 4475877 arm: move CONFIG_PREBOOT="usb start" to KConfig by Jonas Smedegaard · 4 years, 2 months ago
  20. 9996cea lmb/bdinfo: dump lmb info via bdinfo by Tero Kristo · 4 years, 2 months ago
  21. f1c0b7c Merge tag 'u-boot-imx-20200804' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 4 years, 2 months ago
  22. 4d23857 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-riscv by Tom Rini · 4 years, 2 months ago
  23. bb3694d Merge tag 'mips-pull-2020-08-03' of https://gitlab.denx.de/u-boot/custodians/u-boot-mips by Tom Rini · 4 years, 2 months ago
  24. a0558ac dm: core: Guard against including dm.h in header files by Simon Glass · 4 years, 2 months ago
  25. f125e3c net: Drop dm.h header file in eth_phy.h by Simon Glass · 4 years, 2 months ago
  26. fb989e0 clk: Drop dm.h header file in clk-provider.h by Simon Glass · 4 years, 2 months ago
  27. e1e10f2 efi: Tidy up header includes by Simon Glass · 4 years, 2 months ago
  28. 411e9eb w1: Drop dm.h header file by Simon Glass · 4 years, 2 months ago
  29. 055efe5 thermal: Drop dm.h header file by Simon Glass · 4 years, 2 months ago
  30. a00867b sf: Drop dm.h header file from spi_flash.h by Simon Glass · 4 years, 2 months ago
  31. 2a64ada net: Drop dm.h header file from phy.h by Simon Glass · 4 years, 2 months ago
  32. c2848cc fs: fs-loader: Drop dm.h header file by Simon Glass · 4 years, 2 months ago
  33. 0e1fad4 dm: core: Drop header files from dm/test.h by Simon Glass · 4 years, 2 months ago
  34. 82a7697 dm: core: Drop dm.h header file from dm-demo.h by Simon Glass · 4 years, 2 months ago
  35. 5423459 mtd: spi: Drop SPI_XFER_MMAP* by Simon Glass · 4 years, 2 months ago
  36. 340fd10 mtd: spi-mem: Drop dm.h header file by Simon Glass · 4 years, 2 months ago
  37. defce58 wdt: Drop dm.h header file by Simon Glass · 4 years, 2 months ago
  38. ef9f65f dt-bindings: prci: add indexes for reset signals available in prci by Sagar Shrikant Kadam · 4 years, 2 months ago
  39. b113c9b clk: clk_octeon: Add simple MIPS Octeon clock driver by Stefan Roese · 4 years, 2 months ago
  40. b297c0d imx8m: enlarge CONFIG_SYS_BOOTM_LEN by Peng Fan · 4 years, 2 months ago
  41. 10e959a imx: Add MYiR Tech MYS-6ULX support by Parthiban Nallathambi · 4 years, 2 months ago
  42. 3adaa25 sh: r2dplus: Enable DM_SERIAL and DM_CLK by Marek Vasut · 4 years, 5 months ago
  43. e01aed4 efi_loader: Enable run-time variable support for tee based variables by Ilias Apalodimas · 4 years, 2 months ago
  44. d045cba env: Add support for explicit write access list by Marek Vasut · 4 years, 3 months ago
  45. 890feec env: Discern environment coming from external storage by Marek Vasut · 4 years, 3 months ago
  46. ef9bef2 env: Add H_DEFAULT flag by Marek Vasut · 4 years, 3 months ago
  47. a97d22e cmd: env: add env select command by Patrick Delaunay · 4 years, 2 months ago
  48. 0115dd3 cmd: env: add env load command by Patrick Delaunay · 4 years, 2 months ago
  49. 466d985 env: the ops driver load becomes mandatory in struct env_driver by Patrick Delaunay · 4 years, 2 months ago
  50. 879369e env: add prototypes for weak function by Patrick Delaunay · 4 years, 3 months ago
  51. 719f421 Merge tag 'dm-pull-28jul20' of git://git.denx.de/u-boot-dm by Tom Rini · 4 years, 2 months ago
  52. 7cb2060 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · 4 years, 2 months ago
  53. 8ed6373 drivers: tee: broadcom: add optee based bnxt fw load driver by Vikas Gupta · 4 years, 2 months ago
  54. 3ce0808 dt-bindings: pinctrl: add ns3 pads definition by Rayagonda Kokatanur · 4 years, 2 months ago
  55. e32a25e include/configs: ns3: add support for flashing images by Bharat Gooty · 4 years, 2 months ago
  56. d5ab69a include/configs: ns3: add env variables for Linux boot by Bharat Gooty · 4 years, 2 months ago
  57. 3edecba dt-bindings: memory: ns3: add ddr memory definition by Rayagonda Kokatanur · 4 years, 2 months ago
  58. 69d8acc dt-bindings: memory: ns3: add memory definitions by Rayagonda Kokatanur · 4 years, 2 months ago
  59. 291635a board: ns3: add support for Broadcom Northstar 3 by Rayagonda Kokatanur · 4 years, 2 months ago
  60. 368ac3f board: mediatek: Use CONFIG_DEFAULT_FDT_FILE for default environment by David Woodhouse · 4 years, 3 months ago
  61. b39cacc arm: add (default) config for nanopi2 board by Stefan Bosch · 4 years, 3 months ago
  62. 2e2c2a5 arm: qemu: override flash accessors to use virtualizable instructions by Ard Biesheuvel · 4 years, 3 months ago
  63. b9390ce dm: remove superfluous comment for union ofnode_union by Heinrich Schuchardt · 4 years, 2 months ago
  64. 30d66db dm: button: add an uclass for button by Philippe Reynes · 4 years, 2 months ago
  65. 9beacb6 dm: Fix build error when OF_CONTROL is not set by Dan Murphy · 4 years, 2 months ago
  66. 0465f12 configs: migrate CONFIG_SPL_LOAD_FIT_ADDRESS to defconfigs by Peng Fan · 4 years, 3 months ago
  67. acc415a Convert CONFIG_SYS_MMCSD_FS_BOOT_PARTITION to Kconfig by Adam Ford · 4 years, 3 months ago
  68. 6a411dd configs: Remove dead CONFIG options by Adam Ford · 4 years, 3 months ago
  69. 3275f26 Convert CONFIG_BOOTP_SEND_HOSTNAME to Kconfig by Adam Ford · 4 years, 3 months ago
  70. bc3cff9 Convert CONFIG_DRIVER_TI_EMAC_USE_RMII to Kconfig by Adam Ford · 4 years, 3 months ago
  71. 3879106 Convert CONFIG_SPL_NAND_BASE et al to Kconfig by Adam Ford · 4 years, 3 months ago
  72. 0c4a634 Convert CONFIG_SPL_NAND_DRIVERS et al to Kconfig by Adam Ford · 4 years, 3 months ago
  73. e91907a Convert CONFIG_ENV_OVERWRITE to Kconfig by Adam Ford · 4 years, 3 months ago
  74. 89ddbbb stm32mp1: use the command env info -q in env_check by Patrick Delaunay · 4 years, 3 months ago
  75. 8d1fc6f Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq by Tom Rini · 4 years, 2 months ago
  76. 1351e3e dm: Fix build error when OF_CONTROL is not set by Dan Murphy · 4 years, 2 months ago
  77. 4e05c16 Merge tag 'dm-pull-20jul20-take2a' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 4 years, 2 months ago
  78. 117c7ee Merge https://gitlab.denx.de/u-boot/custodians/u-boot-sh by Tom Rini · 4 years, 2 months ago
  79. 2493ce6 Merge branch 'net' of https://gitlab.denx.de/u-boot/custodians/u-boot-sh by Tom Rini · 4 years, 2 months ago
  80. fd00c53 pci_ep: Add the init function by Xiaowei Bao · 4 years, 3 months ago
  81. b980f9e crypto/fsl: instantiate the RNG with prediciton resistance by Michael Walle · 4 years, 3 months ago
  82. c269a97 crypto/fsl: don't regenerate secure keys by Michael Walle · 4 years, 3 months ago
  83. 0dc5961 crypto/fsl: support newer SEC modules by Michael Walle · 4 years, 3 months ago
  84. 277405b crypto/fsl: export caam_get_era() by Michael Walle · 4 years, 3 months ago
  85. 10669ed configs: ls1012a: Increase CONFIG_SYS_MALLOC_LEN value by Kuldeep Singh · 4 years, 3 months ago
  86. 39913ac Move eSDHC adapter card identification to board files by Yangbo Lu · 4 years, 3 months ago
  87. c8f8830 armv8: ls1028ardb: add xspi parameter to qixis command by Yuantian Tang · 4 years, 4 months ago
  88. 3fba231 include/configs: ls1012a: Remove fdt_high env variable by Udit Agarwal · 4 years, 4 months ago
  89. af0e08c I2C: ls1043a, ls1046a: enable SYS_I2C_MXC by Biwen Li · 4 years, 4 months ago
  90. 3d3fe8b armv8: layerscape: properly use CPU_RELEASE_ADDR by Michael Walle · 4 years, 4 months ago
  91. e0152db net: pfe_eth: Use spi_flash_read API to access flash memory by Kuldeep Singh · 4 years, 4 months ago
  92. e08bcc0 configs: ls1088ardb: Add support for usb boot target by Era Tiwari · 4 years, 4 months ago
  93. f8c5815 armv8: ls1028a: move FSL_LAYERSCAPE to kconfig by Michael Walle · 4 years, 5 months ago
  94. e7005b3 fsl_dspi: Introduce DT bindings for CS-SCK and SCK-CS delays by Vladimir Oltean · 4 years, 5 months ago
  95. 2f96b32 cmd: env: check real location for env info command by Patrick Delaunay · 4 years, 3 months ago
  96. 6d3b82d dm: soc: Introduce UCLASS_SOC for SOC ID and attribute matching by Dave Gerlach · 4 years, 2 months ago
  97. 50c7b72 Revert "lib: fdt: Split fdtdec_setup_mem_size_base()" by Michal Simek · 4 years, 3 months ago
  98. 62897c4 Revert "lib: fdt: Split fdtdec_setup_memory_banksize()" by Michal Simek · 4 years, 3 months ago
  99. 961420f cpu: Convert the methods to use a const udevice * by Simon Glass · 4 years, 8 months ago
  100. 5902879 ARM: rmobile: Add Beacon EmbeddedWorks RZG2M Dev Kit by Adam Ford · 4 years, 3 months ago