1. 386f20c ubi: provide a way to skip CRC checks by Quentin Schulz · 5 years ago
  2. d11ef4d sandbox: fix build error due to missing struct udevice definition by AKASHI Takahiro · 5 years ago
  3. 2a43dbd dm: Tidy up dump output when there are many devices by Patrick Delaunay · 5 years ago
  4. e878b53 dm: pinctrl: introduce PINCONF_RECURSIVE option by Patrick Delaunay · 5 years ago
  5. 52edfed dm: core: device: switch off power domain after device removal by Anatolij Gustschin · 5 years ago
  6. 0cf795a power: domain: Introduce dev_power_domain_off by Lokesh Vutla · 5 years ago
  7. af17b0d remoteproc: k3_arm64: Enable DM_FLAG_DEFAULT_PD_CTRL_OFF by Lokesh Vutla · 5 years ago
  8. af94ad4 dm: core: Allow for not controlling the power-domain by DM framework by Lokesh Vutla · 5 years ago
  9. d8efa2c dm: device: Fix typo in the non-DEVRES version of devm_kmalloc_array() by Jean-Jacques Hiblot · 5 years ago
  10. 833e419 patman: Use the Change-Id, version, and prefix in the Message-Id by Douglas Anderson · 5 years ago
  11. ed7ea05 cmd: aes: use map_sysmem when accessing memory by Philippe Reynes · 5 years ago
  12. 5fff9b3 sandbox64: enable command aes by Philippe Reynes · 5 years ago
  13. 8d69439 sandbox: enable command aes by Philippe Reynes · 5 years ago
  14. 4ab6a45 libfdt: fix typo on comment by Giulio Benetti · 5 years ago
  15. 0772a1f rsa: Return immediately if required-key verification fails by Daniele Alessandrelli · 5 years ago
  16. ce5172c pytest: vboot: add a test for required key by Philippe Reynes · 5 years ago
  17. 36a90ed dm: pinctrl: Skip not associated gpio phandle and rise a warning message by Michael Trimarchi · 5 years ago
  18. f0cc4ea core: device: use dev_power_domain_on by Peng Fan · 5 years ago
  19. 9c1e982 power: domain: add dev_power_domain_on by Peng Fan · 5 years ago
  20. 640abba dm: spi: Do not assume first SPI bus by Thomas Fitzsimmons · 5 years ago
  21. 7f3289b dm: device: Request next sequence number by Thomas Fitzsimmons · 5 years ago
  22. d8206ff tpm2: Don't assume active low reset value by Kayla Theil · 5 years ago
  23. 7a3f15e dm: Fix default address cells return value by Matthias Brugger · 5 years ago
  24. 8076fc2 libfdt: Allow #size-cells of 0 by Matthias Brugger · 5 years ago
  25. 0ba41ce libfdt: return correct value if #size-cells property is not present by Matthias Brugger · 5 years ago
  26. ce2dae3 libfdt: fdt_address_cells() and fdt_size_cells() by Matthias Brugger · 5 years ago
  27. 073e6d6 sandbox: fix cpu property in test.dts for pytest by AKASHI Takahiro · 5 years ago
  28. 2cde3ea doc: add full path to patman README by Ralph Siemsen · 5 years ago
  29. c20851b dm: pinctrl: introduce PINCONF_RECURSIVE option by Patrick Delaunay · 5 years ago
  30. d1d5ffd binman: Drop comment-out code in testUpdateFdtOutput() by Simon Glass · 5 years ago
  31. aed6c0b binman: Add logging for the number of pack passes by Simon Glass · 5 years ago
  32. 261cbe0 binman: Write symbol info before image inclusion by Simon Glass · 5 years ago
  33. ed9571d binman: Support writing symbols into entries within an IFWI by Simon Glass · 5 years ago
  34. 51f2072 binman: Update IFWI entry to support updates by Simon Glass · 5 years ago
  35. afc68a8 binman: Update IFWI entry to read entries outside constructor by Simon Glass · 5 years ago
  36. 7d645e0 binman: Fix entry comment for Intel descriptor by Simon Glass · 5 years ago
  37. ea0fff9 binman: Add support for Intel FSP meminit by Simon Glass · 5 years ago
  38. b87064c binman: Allow support for writing a size symbol to binaries by Simon Glass · 5 years ago
  39. eb0086f binman: Increase size of TPL and SPL test data by Simon Glass · 5 years ago
  40. bf4d0e2 binman: Avoid needing the section size in advance by Simon Glass · 5 years ago
  41. dfdd2b6 binman: Rename some two-digit test files by Simon Glass · 5 years ago
  42. 9255f3c binman: Use underscore in test filenames by Simon Glass · 5 years ago
  43. 2090f1e binman: Allow symbols to be resolved inside sections by Simon Glass · 5 years ago
  44. c9a0b27 binman: Clean up unnecessary code related to ELF test files by Simon Glass · 5 years ago
  45. 8dc60f9 binman: Use the Makefile for u_boot_binman_syms_bad by Simon Glass · 5 years ago
  46. e9d2ee3 binman: Use the Makefile for u_boot_binman_syms_size by Simon Glass · 5 years ago
  47. 1542c8b binman: Use the Makefile for u_boot_binman_syms by Simon Glass · 5 years ago
  48. bccd91d binman: Use the Makefile for u_boot_no_ucode_ptr by Simon Glass · 5 years ago
  49. f514d8f binman: Use the Makefile for u_boot_ucode_ptr by Simon Glass · 5 years ago
  50. 53e22bf binman: Use the Makefile to build ELF test files by Simon Glass · 5 years ago
  51. 180f556 binman: Use tools.Run() to run objdump by Simon Glass · 5 years ago
  52. e95be63 binman: Fix IFWI output when using an Intel FIT image by Simon Glass · 5 years ago
  53. 5af1207 binman: Add support for Intel FIT by Simon Glass · 5 years ago
  54. 5e23918 binman: x86: Separate out 16-bit reset and init code by Simon Glass · 5 years ago
  55. 2250ee6 binman: Add support for an x86 'reset' section by Simon Glass · 5 years ago
  56. 3da9ce8 binman: Correct use of 'replace' in IFWI tests by Simon Glass · 5 years ago
  57. 39c8e47 binman: Handle hidden symbols in ELF files by Simon Glass · 5 years ago
  58. 9d44a7e binman: Drop .note section from ELF by Simon Glass · 5 years ago
  59. 8dbb744 binman: Allow use of help and entry-docs without libfdt by Simon Glass · 5 years ago
  60. b986b3b binman: Use cls instead of self for class methods by Simon Glass · 5 years ago
  61. 6eace39 patman: Update command.Run() to handle failure better by Simon Glass · 5 years ago
  62. 3b1c0b0 patman: Drop binary parameter by Simon Glass · 5 years ago
  63. bb63363 image: android: Support boot image v1 and v2 by Sam Protsenko · 5 years ago
  64. 35e9983 image: android: Fix possible build errors by Sam Protsenko · 5 years ago
  65. 6891152 Merge branch 'master' of git://git.denx.de/u-boot-socfpga by Tom Rini · 5 years ago
  66. 6f1f28b Merge tag 'u-boot-imx-20191014' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 5 years ago
  67. cd5ffc5 Merge tag 'video-for-2020.01' of https://gitlab.denx.de/u-boot/custodians/u-boot-video by Tom Rini · 5 years ago
  68. fae7948 Merge tag 'mmc-10-10-2019' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc by Tom Rini · 5 years ago
  69. d02be21 i2c: imx_lpi2c: add ipg clk by Peng Fan · 5 years ago
  70. b4eca2d imx :hab: Add hab version command by Sjoerd Simons · 5 years ago
  71. 5fba753 imx: imx8mm_evk: add board_mmc_get_env_dev by Peng Fan · 5 years ago
  72. 49cf320 mx7ulp_evk: Use imx_ddr_size() by Fabio Estevam · 5 years ago
  73. d9fba73 imx: mmdc_size: Allow building it for i.MX7ULP by Fabio Estevam · 5 years ago
  74. a02a5fb imx: mmdc_size: Fix checkpatch warnings by Fabio Estevam · 5 years ago
  75. 89bc388 imx: Place imx_ddr_size() into a separate file by Fabio Estevam · 5 years ago
  76. d68ed0f stm32mp1: configs: add display devices by Yannick Fertré · 5 years ago
  77. a6bbc62 stm32mp1: configs: update video by Yannick Fertré · 5 years ago
  78. aa37506 ARM: dts: stm32mp1: add dsi host for stm32mp157c-dk2 board by Yannick Fertré · 5 years ago
  79. b49711f ARM: dts: stm32mp1: add dsi host for stm32mp157c-ev1 board by Yannick Fertré · 5 years ago
  80. 30173ba ARM: dts: stm32f769: add display for STM32F769 disco board by Yannick Fertré · 5 years ago
  81. 0e73892 board: Add STM32F769 SoC, discovery board support by Yannick Fertré · 5 years ago
  82. 06ef131 video: add support of panel RM68200 by Yannick Fertré · 5 years ago
  83. 78157b2 video: add support of panel OTM8009A by Yannick Fertré · 5 years ago
  84. 18b6ca5 video: add support of STM32 MIPI DSI controller driver by Yannick Fertré · 5 years ago
  85. d4f7ea8 video: add MIPI DSI host controller bridge by Yannick Fertré · 5 years ago
  86. 23f965a dm: Add a dsi host uclass by Yannick Fertré · 5 years ago
  87. 4e1c879 configs: icorem6: Enable nandbcb command by Shyam Saini · 5 years ago
  88. 792b253 colibri_imx7: provide proper node name to pmic_get by Igor Opaniuk · 5 years ago
  89. 80cc951 spl, Makefile: Take external offset into account for fit images by Sjoerd Simons · 5 years ago
  90. e2c3c2e colibri_imx7: remove legacy sdboot wrapper by Igor Opaniuk · 5 years ago
  91. 541bfad colibri_imx6: remove legacy sdboot wrapper by Igor Opaniuk · 5 years ago
  92. 3bae9bb colibri-imx6ull: remove legacy sdboot wrapper by Igor Opaniuk · 5 years ago
  93. 5f1e987 apalis_imx6: remove legacy sdboot wrapper by Igor Opaniuk · 5 years ago
  94. f9f42b0 imx8qm/qxp: Set SPL TEXT base to OCRAM base by Ye Li · 5 years ago
  95. 9a27385 imx8: Jump from alias to OCRAM address at SPL init by Ye Li · 5 years ago
  96. 5e93871 imx: config: Update KP's TPC70 config to support SWUpdate by Lukasz Majewski · 5 years ago
  97. 0bcb11f imx: tpc70: Convert TPC70 (imx6q) board to use DM/DTS in SPL and u-boot by Lukasz Majewski · 5 years ago
  98. 62cef35 imx: dts: Add u-boot specific set of device tree properties for tpc70 by Lukasz Majewski · 5 years ago
  99. f1a4639 imx: tpc70: dts: Add TPC70 board (imx6q based) device tree description by Lukasz Majewski · 5 years ago
  100. b7cb2ae imx: tpc70: led: Enable LED default state by Lukasz Majewski · 5 years ago