1. ddfe838 ARM: dts: imx6ull-colibri: pre-reloc for uart pinmux modes by Igor Opaniuk · 5 years ago
  2. 1ec7c00 ARM: dts: imx6ull-colibri: change hierarchy of DTS files by Igor Opaniuk · 5 years ago
  3. 9d6fda7 arm: mxs: Increase VDDD voltage to match specification by Marek Vasut · 5 years ago
  4. d34d163 ARM: imx: Use IMX6_SRC_GPR10_BMODE instead of magic number by Claudius Heine · 5 years ago
  5. a27dd70 ARM: imx: Fix bmode detection from grp10 by Claudius Heine · 5 years ago
  6. 0b050c0 arm: dts: Add devicetree support for iMXQXP AI_ML board by Manivannan Sadhasivam · 5 years ago
  7. a99188b i.MX6: nand: extend nandbcb command for imx6UL(L) by Parthiban Nallathambi · 5 years ago
  8. addf4f6 imx: defconfig: Enable CONFIG_SPL_FORCE_MMC_BOOT on display5 by Lukasz Majewski · 5 years ago
  9. 1b6c50e mx6: clock: Introduce disable_ipu_clock() by Fabio Estevam · 5 years ago
  10. 927d54b mx6: clock: Use setbits_le32() by Fabio Estevam · 5 years ago
  11. 528facb azure: Update the script to prepend PATH not override PATH by Tom Rini · 5 years ago
  12. 6f5056f Merge tag 'efi-2020-01-rc2' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 5 years ago
  13. 073dff7 Merge tag 'video-for-2020.01-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boot-video by Tom Rini · 5 years ago
  14. ba1e61b Merge tag 'dm-pull-29oct19' of git://git.denx.de/u-boot-dm by Tom Rini · 5 years ago
  15. 9f30037 Merge branch '2019-10-30-master-imports' by Tom Rini · 5 years ago
  16. 17e41f2 azure: Update for python3 and current pytest by Tom Rini · 5 years ago
  17. f6b91bf cmd: avb: Support A/B slots by Sam Protsenko · 5 years ago
  18. ac80a98 cmd: avb: Fix requested partitions list by Sam Protsenko · 5 years ago
  19. c323422 libavb: Fix build warnings after updating the lib by Sam Protsenko · 5 years ago
  20. 6a71702 libavb: Update libavb to current AOSP master by Sam Protsenko · 5 years ago
  21. 8a90ce8 mkimage: Set correct FDT type and ramdisk architecture in FIT auto mode by Michal Sojka · 5 years ago
  22. eae1eeb drivers: phy: Handle gracefully NULL pointers by Jean-Jacques Hiblot · 5 years ago
  23. fe77e43 linux_compat: fix potential NULL pointer access by Marek Szyprowski · 5 years ago
  24. c38ca5f tiny-printf: Support vsnprintf() by Simon South · 5 years ago
  25. 7f107fe common: Kconfig: Fix typo in TPL_LOG_CONSOLE description by Simon South · 5 years ago
  26. 80bcd84 lib: errno: avoid error format-overflow by Heinrich Schuchardt · 5 years ago
  27. 00be4d3 lib: errno: sync error codes by Heinrich Schuchardt · 5 years ago
  28. 45508fc dts: fix MULTI_DTB_FIT compression choice prompt by Baruch Siach · 5 years ago
  29. da326dd ata: ahci allow 64-bit DMA for SATA by Roman Kapl · 5 years ago
  30. 86c8dd4 disk: part_dos: correctly detect DOS PBR by Heinrich Schuchardt · 5 years ago
  31. f026611 test: provide test for errno_str() by Heinrich Schuchardt · 5 years ago
  32. 18ea88c lib: errno: check for unsupported error number by Heinrich Schuchardt · 5 years ago
  33. ebc5033 lib: time: Add microsecond timer by Marek Vasut · 5 years ago
  34. 28d43f2 NVMe: do PCI enumerate before nvme scan by Patrick Wildt · 5 years ago
  35. 968854f nvme: use page-aligned buffer for identify command by Patrick Wildt · 5 years ago
  36. 95f4aba nvme: flush dcache on both r/w, and the prp list by Patrick Wildt · 5 years ago
  37. 393e746 virtio: pci: use correct type in virtio_pci_bind() by Heinrich Schuchardt · 5 years ago
  38. d46efeb checkpatch.pl: update from Linux kernel v5.4-rc3 by Heinrich Schuchardt · 5 years ago
  39. 11f7118 splash: fix build breakage with newer llvm-7 by Anatolij Gustschin · 5 years ago
  40. 7b3d258 dts: Kconfig: Fix help for SPL_OF_CONTROL by Walter Lozano · 5 years ago
  41. 64dffd6 Makefile: Fix printing problem in size_check on overflow by Tom Rini · 5 years ago
  42. d9951c9 gpio: da8xx_gpio: Fix the _gpio_direction_output function by Keerthy · 5 years ago
  43. 649bdaf test/py: Use raw strings more to avoid deprecation warnings by Tom Rini · 5 years ago
  44. ebcd214 gitlab/travis: Rework how and when we use virtualenv in order to use python3 by Tom Rini · 5 years ago
  45. a39e81b test/py: Update docs, add requirements.txt for pip by Tom Rini · 5 years ago
  46. 741e393 test/py: Rework test.py to be a different kind of wrapper by Tom Rini · 5 years ago
  47. 784e27d test/py: Update test_fs to decode check_output calls by Tom Rini · 5 years ago
  48. b18abd0 test/py: test_efi_selftest.py: Updates for python 3 support by Tom Rini · 5 years ago
  49. 439ed3e test/py: test_ut.py: Ensure we use bytes by Tom Rini · 5 years ago
  50. 6a99041 test/py: Manual python3 fixes by Tom Rini · 5 years ago
  51. 7f24c19 test/py: Automated conversion to Python 3 by Tom Rini · 5 years ago
  52. 9dfdf6e test/py: Fix pytest4 deprecation warnings by Marek Vasut · 5 years ago
  53. 1ba0781 test/py: Split mark to multiple lines by Tom Rini · 5 years ago
  54. 3fcb3f5 gitlab-ci: Prepend to PATH rather than replace it by Tom Rini · 5 years ago
  55. 70c63a5 gitlab-ci: Fix indentation in some stanzas by Tom Rini · 5 years ago
  56. fb8dc39 Merge tag 'u-boot-clk-23Oct2019' of https://gitlab.denx.de/u-boot/custodians/u-boot-clk by Tom Rini · 5 years ago
  57. d9ecca6 Prepare v2020.01-rc1 by Tom Rini · 5 years ago
  58. 147d5d3 efi_loader: correct includes in efi_variable.c by Heinrich Schuchardt · 5 years ago
  59. 2e95212 cmd: env: extend "env [set|print] -e" to manage UEFI variables by AKASHI Takahiro · 5 years ago
  60. 09ba4ea blk: set log2blksz in blk_create_device() by Heinrich Schuchardt · 5 years ago
  61. a50965c Merge tag 'mmc-10-29-2019' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc by Tom Rini · 5 years ago
  62. fe00482 Merge branch '2019-10-28-azure-ci-support' by Tom Rini · 5 years ago
  63. f211cc3 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi by Tom Rini · 5 years ago
  64. ddaa6b1 Bring all testings in gitlab and travis CI to Azure Pipelines by Bin Meng · 5 years ago
  65. 33dbec2 .travis.yml: Remove the unneeded '&' for ls20xx buildman by Bin Meng · 5 years ago
  66. df4019a arm: mvebu: Avoid generating kwbimage.cfg in the source tree by Bin Meng · 5 years ago
  67. 20cd53c tools: buildman: Remove useless mkdir() in Make() in test.py by Bin Meng · 5 years ago
  68. 0733e20 tools: buildman: Honor output directory when generating boards.cfg by Bin Meng · 5 years ago
  69. dc7d322 spl: spl_mmc: fix getting raw_sect when boot from emmc boot partition by Peng Fan · 5 years ago
  70. 4ee9b86 mmc: fsl_esdhc: drop i.MX DDR support code by Yangbo Lu · 5 years ago
  71. d385697 mmc: fsl_esdhc: remove redundant DM_MMC checking by Yangbo Lu · 5 years ago
  72. 77f2632 mmc: fsl_esdhc: make BLK as hard requirement of DM_MMC by Yangbo Lu · 5 years ago
  73. c7072d1 Add Microsoft Azure Pipelines configuration by Bin Meng · 5 years ago
  74. a02b1d6 tools: Avoid creating symbolic links for tools/version.h by Bin Meng · 5 years ago
  75. f8d33f8 Add .gitattributes for line endings by Bin Meng · 5 years ago
  76. bcb78a0 doc: Add documentation for how to build U-Boot host tools by Bin Meng · 5 years ago
  77. d198c70 tools: ifwitool: Define __packed when it is not defined by Bin Meng · 5 years ago
  78. 7f34517 linux/types.h: Surround 'struct ustat' with __linux__ by Bin Meng · 5 years ago
  79. 6e9dc8d tools: zynqmpbif: Use compiler builtin instead of linux-specific __swab32 by Bin Meng · 5 years ago
  80. 3495f98 tools: mtk_image.h: Use portable uintXX_t instead of linux-specific __leXX by Bin Meng · 5 years ago
  81. f0b8eb1 tools: image.h: Use portable uint32_t instead of linux-specific __be32 by Bin Meng · 5 years ago
  82. 487f917 fdt: Fix alignment issue when reading 64-bits properties from fdt by Jean-Jacques Hiblot · 5 years ago
  83. 5f09a2d dm: core: Update log method for uclass_find_device_by_seq by Kever Yang · 5 years ago
  84. ef7f67d patman: separate emails in CC list with NULs by Dmitry Torokhov · 5 years ago
  85. 0e86456 bootstage: Allow SPL to obtain bootstage info from TPL by Simon Glass · 5 years ago
  86. aa2abc4 bootstage: Mark the start/end of TPL and SPL separately by Simon Glass · 5 years ago
  87. 39d5852 bootstage: Correct relocation algorithm by Simon Glass · 5 years ago
  88. 0014964 bootstage: Avoid conflicts between stash/unstash by Simon Glass · 5 years ago
  89. f65061d bootstage: Fix counting of entries in stash by Simon Glass · 5 years ago
  90. a6bd204 bootstage: Store the next ID in the stash by Simon Glass · 5 years ago
  91. 96a5b7e bloblist: Reserve an aligned base by Simon Glass · 5 years ago
  92. bf295d7 tiny-printf: Reorder code to support %p by Simon Glass · 5 years ago
  93. f656231 tiny-printf: Add print_grouped_ull() by Simon Glass · 5 years ago
  94. 44e0fb5 tiny-printf: Reduce size by removing ctype by Simon Glass · 5 years ago
  95. e7e7953 test: regmap: check the values read from the regmap by Jean-Jacques Hiblot · 5 years ago
  96. 56bed2a dm: regmap: Fix mask in regmap_update_bits() by Simon Glass · 5 years ago
  97. c667fb0 sandbox: test: Add a prototype for sandbox_set_enable_memio() by Simon Glass · 5 years ago
  98. d80cda2 sandbox: Drop 'const' from sandbox_write() by Simon Glass · 5 years ago
  99. e254794 sandbox: test: Show hex values on failure by Simon Glass · 5 years ago
  100. aae1e58 Merge tag 'mips-pull-2019-10-25' of git://git.denx.de/u-boot-mips by Tom Rini · 5 years ago