1. 4d579a4 libavb: Update libavb to current AOSP master by Sam Protsenko · 5 years ago
  2. 12e288a mkimage: Set correct FDT type and ramdisk architecture in FIT auto mode by Michal Sojka · 5 years ago
  3. 4e18429 drivers: phy: Handle gracefully NULL pointers by Jean-Jacques Hiblot · 5 years ago
  4. 2ad98ab linux_compat: fix potential NULL pointer access by Marek Szyprowski · 5 years ago
  5. 9b3fbb2 tiny-printf: Support vsnprintf() by Simon South · 5 years ago
  6. 54b6aba common: Kconfig: Fix typo in TPL_LOG_CONSOLE description by Simon South · 5 years ago
  7. f279e1d lib: errno: avoid error format-overflow by Heinrich Schuchardt · 5 years ago
  8. eb5b63f lib: errno: sync error codes by Heinrich Schuchardt · 5 years ago
  9. 574e386 dts: fix MULTI_DTB_FIT compression choice prompt by Baruch Siach · 5 years ago
  10. 6e73255 ata: ahci allow 64-bit DMA for SATA by Roman Kapl · 5 years ago
  11. 34856b0 disk: part_dos: correctly detect DOS PBR by Heinrich Schuchardt · 5 years ago
  12. 79c84de test: provide test for errno_str() by Heinrich Schuchardt · 5 years ago
  13. 02e8a82 lib: errno: check for unsupported error number by Heinrich Schuchardt · 5 years ago
  14. 80e7e7c lib: time: Add microsecond timer by Marek Vasut · 5 years ago
  15. 52e1d93 NVMe: do PCI enumerate before nvme scan by Patrick Wildt · 5 years ago
  16. 2f83481 nvme: use page-aligned buffer for identify command by Patrick Wildt · 5 years ago
  17. 8c40340 nvme: flush dcache on both r/w, and the prp list by Patrick Wildt · 5 years ago
  18. 232ba76 virtio: pci: use correct type in virtio_pci_bind() by Heinrich Schuchardt · 5 years ago
  19. c261fef checkpatch.pl: update from Linux kernel v5.4-rc3 by Heinrich Schuchardt · 5 years ago
  20. 2ad8494 splash: fix build breakage with newer llvm-7 by Anatolij Gustschin · 5 years ago
  21. c9acae3 dts: Kconfig: Fix help for SPL_OF_CONTROL by Walter Lozano · 5 years ago
  22. 90037eb Makefile: Fix printing problem in size_check on overflow by Tom Rini · 5 years ago
  23. 3135022 gpio: da8xx_gpio: Fix the _gpio_direction_output function by Keerthy · 5 years ago
  24. 1557963 test/py: Use raw strings more to avoid deprecation warnings by Tom Rini · 5 years ago
  25. 085b897 gitlab/travis: Rework how and when we use virtualenv in order to use python3 by Tom Rini · 5 years ago
  26. ddaa8be test/py: Update docs, add requirements.txt for pip by Tom Rini · 5 years ago
  27. 8add4fa test/py: Rework test.py to be a different kind of wrapper by Tom Rini · 5 years ago
  28. d2b5240 test/py: Update test_fs to decode check_output calls by Tom Rini · 5 years ago
  29. 1813ace test/py: test_efi_selftest.py: Updates for python 3 support by Tom Rini · 5 years ago
  30. 8060209 test/py: test_ut.py: Ensure we use bytes by Tom Rini · 5 years ago
  31. fd31fc1 test/py: Manual python3 fixes by Tom Rini · 5 years ago
  32. fe1193e test/py: Automated conversion to Python 3 by Tom Rini · 5 years ago
  33. 3c941e0 test/py: Fix pytest4 deprecation warnings by Marek Vasut · 5 years ago
  34. 79883ef test/py: Split mark to multiple lines by Tom Rini · 5 years ago
  35. 90d3d78 gitlab-ci: Prepend to PATH rather than replace it by Tom Rini · 5 years ago
  36. 4c74997 gitlab-ci: Fix indentation in some stanzas by Tom Rini · 5 years ago
  37. 412326d Merge tag 'u-boot-clk-23Oct2019' of https://gitlab.denx.de/u-boot/custodians/u-boot-clk by Tom Rini · 5 years ago
  38. 1a81cf8a Prepare v2020.01-rc1 by Tom Rini · 5 years ago
  39. e731af4 efi_loader: correct includes in efi_variable.c by Heinrich Schuchardt · 5 years ago
  40. 051aa89 cmd: env: extend "env [set|print] -e" to manage UEFI variables by AKASHI Takahiro · 5 years ago
  41. ee50414 blk: set log2blksz in blk_create_device() by Heinrich Schuchardt · 5 years ago
  42. 700336f Merge tag 'mmc-10-29-2019' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc by Tom Rini · 5 years ago
  43. ba742b8 Merge branch '2019-10-28-azure-ci-support' by Tom Rini · 5 years ago
  44. cc64810 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi by Tom Rini · 5 years ago
  45. bf27522 Bring all testings in gitlab and travis CI to Azure Pipelines by Bin Meng · 5 years ago
  46. d3c369d .travis.yml: Remove the unneeded '&' for ls20xx buildman by Bin Meng · 5 years ago
  47. 6cdd177 arm: mvebu: Avoid generating kwbimage.cfg in the source tree by Bin Meng · 5 years ago
  48. 578b637 tools: buildman: Remove useless mkdir() in Make() in test.py by Bin Meng · 5 years ago
  49. bc750bc tools: buildman: Honor output directory when generating boards.cfg by Bin Meng · 5 years ago
  50. a335f80 spl: spl_mmc: fix getting raw_sect when boot from emmc boot partition by Peng Fan · 5 years ago
  51. 5d336d1 mmc: fsl_esdhc: drop i.MX DDR support code by Yangbo Lu · 5 years ago
  52. 2913926 mmc: fsl_esdhc: remove redundant DM_MMC checking by Yangbo Lu · 5 years ago
  53. 41dec2f mmc: fsl_esdhc: make BLK as hard requirement of DM_MMC by Yangbo Lu · 5 years ago
  54. d2e680f Add Microsoft Azure Pipelines configuration by Bin Meng · 5 years ago
  55. 4d90f6c tools: Avoid creating symbolic links for tools/version.h by Bin Meng · 5 years ago
  56. 1f35137 Add .gitattributes for line endings by Bin Meng · 5 years ago
  57. 7114d89 doc: Add documentation for how to build U-Boot host tools by Bin Meng · 5 years ago
  58. ccd4398 tools: ifwitool: Define __packed when it is not defined by Bin Meng · 5 years ago
  59. 10289b4 linux/types.h: Surround 'struct ustat' with __linux__ by Bin Meng · 5 years ago
  60. afd3bf4 tools: zynqmpbif: Use compiler builtin instead of linux-specific __swab32 by Bin Meng · 5 years ago
  61. a7c9a65 tools: mtk_image.h: Use portable uintXX_t instead of linux-specific __leXX by Bin Meng · 5 years ago
  62. 1af5e97 tools: image.h: Use portable uint32_t instead of linux-specific __be32 by Bin Meng · 5 years ago
  63. d60ae4c fdt: Fix alignment issue when reading 64-bits properties from fdt by Jean-Jacques Hiblot · 5 years ago
  64. 97b5f9d dm: core: Update log method for uclass_find_device_by_seq by Kever Yang · 5 years ago
  65. 8ab452d patman: separate emails in CC list with NULs by Dmitry Torokhov · 5 years ago
  66. 31f9f0e bootstage: Allow SPL to obtain bootstage info from TPL by Simon Glass · 5 years ago
  67. 5256bee bootstage: Mark the start/end of TPL and SPL separately by Simon Glass · 5 years ago
  68. ac9cd48 bootstage: Correct relocation algorithm by Simon Glass · 5 years ago
  69. 65b2d96 bootstage: Avoid conflicts between stash/unstash by Simon Glass · 5 years ago
  70. ed54bda bootstage: Fix counting of entries in stash by Simon Glass · 5 years ago
  71. 53a4f25 bootstage: Store the next ID in the stash by Simon Glass · 5 years ago
  72. 5074a8a bloblist: Reserve an aligned base by Simon Glass · 5 years ago
  73. 831c161 tiny-printf: Reorder code to support %p by Simon Glass · 5 years ago
  74. dee74e6 tiny-printf: Add print_grouped_ull() by Simon Glass · 5 years ago
  75. 1c1c8a3 tiny-printf: Reduce size by removing ctype by Simon Glass · 5 years ago
  76. 2333dc4 test: regmap: check the values read from the regmap by Jean-Jacques Hiblot · 5 years ago
  77. 5ca5ec1 dm: regmap: Fix mask in regmap_update_bits() by Simon Glass · 5 years ago
  78. 619025b sandbox: test: Add a prototype for sandbox_set_enable_memio() by Simon Glass · 5 years ago
  79. 8417385 sandbox: Drop 'const' from sandbox_write() by Simon Glass · 5 years ago
  80. 91a8c95 sandbox: test: Show hex values on failure by Simon Glass · 5 years ago
  81. ffc379b Merge tag 'mips-pull-2019-10-25' of git://git.denx.de/u-boot-mips by Tom Rini · 5 years ago
  82. 15147dc Merge branch '2019-10-24-ti-imports' by Tom Rini · 5 years ago
  83. d0e134b arm: dts: k3-am65: Add R5F ranges in interconnect nodes by Suman Anna · 5 years ago
  84. 22b5480 armv7R: K3: j721e: Add support for triggering ddr init from SPL by Lokesh Vutla · 5 years ago
  85. ec2fa9f arm: dts: k3-j721e: Add ddr node by Lokesh Vutla · 5 years ago
  86. 3bb3f26 ram: k3-j721e: Add support for J721E DDR controller by Kevin Scholz · 5 years ago
  87. ffb6b8e dt-bindings: memory-controller: Introduce J721E DDRSS bindings by Lokesh Vutla · 5 years ago
  88. 34f27b2 ram: k3-am654: Do not rely on default values for certain DDR register by James Doublesin · 5 years ago
  89. c78ac7a ram: k3-am654: add support for LPDDR4 and DDR3L DDRs by James Doublesin · 5 years ago
  90. d5e08fd armv7r: dts: am654-base-board: Rename 1600MHz to 1600MTs in dtsi filename by James Doublesin · 5 years ago
  91. e938b22 arm: K3: Clean and invalidate Linux Image before jumping to Linux by Lokesh Vutla · 5 years ago
  92. 683cdd6 cmd: booti: Store OS start and end info in images structure by Lokesh Vutla · 5 years ago
  93. 899a9de boot: arm: Enable support for custom board_prep_linux by Lokesh Vutla · 5 years ago
  94. 18df182 configs: dra7xx_evm: Increase the size of SPL_MULTI_DTB_FIT by Faiz Abbas · 5 years ago
  95. add2242 configs: dra7xx_evm: Add Kconfigs for SPL_DFU bootmode by Faiz Abbas · 5 years ago
  96. 6b23f53 ARM: dts: dra7: Add usb peripheral nodes in spl by Faiz Abbas · 5 years ago
  97. 271103a Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 5 years ago
  98. c9e50bb Merge tag 'u-boot-atmel-2020.01-b' of https://gitlab.denx.de/u-boot/custodians/u-boot-atmel by Tom Rini · 5 years ago
  99. e382713 Merge tag 'xilinx-for-v2020.01-part2' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · 5 years ago
  100. ec54c8c configs: mtmips: remove configs which are selected in Kconfig or useless by Weijie Gao · 5 years ago