1. a09c1f7 test/py: Fix MMC/SD block write test dependency by Michal Simek · 5 years ago
  2. 3148a3c mmc: zynq_sdhci: fix uninitialized pointer deref on probe by Matwey V. Kornilov · 5 years ago
  3. 68b3e8b mmc: Select SPL_HS200_SUPPORT if SPL_HS400_SUPPORT is selected by Faiz Abbas · 5 years ago
  4. fef4086 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · 5 years ago
  5. 2e8fef7 test/py: avb: Move AVB test to android dir by Sam Protsenko · 5 years ago
  6. db857dc Merge branch '2019-08-07-master-imports' by Tom Rini · 5 years ago
  7. 0b6febf Update include/android_image.h from AOSP by Alex Deymo · 5 years ago
  8. 24434ad common: image-android-dt: Fix logic in print fdt info routine by Sam Protsenko · 5 years ago
  9. bddd985 fit: Do not automatically decompress ramdisk images by Julius Werner · 5 years ago
  10. 13551b9 console: execute flush on uart when silent is removed by Patrick Delaunay · 5 years ago
  11. bf46be7 console: update silent tag after env load by Patrick Delaunay · 5 years ago
  12. 97f3c09 cmd: avb: Fix compiler warnings by Sam Protsenko · 5 years ago
  13. f254bd0 avb: Fix build when CONFIG_OPTEE_TA_AVB is disabled by Sam Protsenko · 5 years ago
  14. 6948f10 pci_ep: Fix Coverity warning by Ramon Fried · 5 years ago
  15. 2d88b5a clk: MediaTek: add hifsys entry for MT7623 SoC. by Ryder Lee · 5 years ago
  16. 4f3ee27 ARM: dts: add hifsys reset for MediaTek SoCs by Ryder Lee · 5 years ago
  17. 8702e61 MAINTAINERS: MediaTek: add MediaTek team in the entry by Ryder Lee · 5 years ago
  18. ecaae80 autoboot: fix bug using with CAAM and AUTOBOOT_ENCRYPTION by Heiko Schocher · 5 years ago
  19. b236f8c log: document the assign() macro by Heinrich Schuchardt · 5 years ago
  20. 102b0b1 arm: dts: change MT7629 to use spi-mem rather than qspi by Weijie Gao · 5 years ago
  21. c07f68d watchdog: mtk_wdt: Cosmetic cleanup of latest changes by Stefan Roese · 5 years ago
  22. c7adc0b watchdog: bcm2835_wdt: Remove unused BCM283x watchdog driver and its references by Stefan Roese · 5 years ago
  23. 7127151 Merge tag 'efi-2019-10-rc2' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 5 years ago
  24. 898c40c Merge https://gitlab.denx.de/u-boot/custodians/u-boot-clk by Tom Rini · 5 years ago
  25. 7298d82 gitlab-ci: Add qemu-riscv64 testing by Tom Rini · 5 years ago WIP/02Aug2019
  26. 1013233 gitlab-ci: Remove unused TOOLCHAIN environment variable by Tom Rini · 5 years ago
  27. 22c7b7d travis.yml: run Python tests on qemu-riscv64_defconfig by Heinrich Schuchardt · 5 years ago
  28. db289a9 Merge branch '2019-08-02-autoboot-cleanup' by Tom Rini · 5 years ago
  29. 5ec35ff autoboot: Adjust the implementation in autoboot_command() by Simon Glass · 5 years ago
  30. 5fa3fd2 autoboot: Move a few more options from #ifdef to if() by Simon Glass · 5 years ago
  31. 14b9df1 autoboot: Add comments for menu_show() by Simon Glass · 5 years ago
  32. cf9803a Convert CONFIG_AUTOBOOT_MENU_SHOW to Kconfig by Simon Glass · 5 years ago
  33. e231306 autoboot: Rename CONFIG_MENU_SHOW to include AUTOBOOT by Simon Glass · 5 years ago
  34. d915ad2 autoboot: Tidy up use of menukey by Simon Glass · 5 years ago
  35. daedaad snow: Define CONFIG_AUTOBOOT_MENUKEY by Simon Glass · 5 years ago
  36. 8fc31e2 autoboot: Rename CONFIG_MENUKEY to CONFIG_AUTOBOOT_MENUKEY by Simon Glass · 5 years ago
  37. 2452bb7 autoboot: Drop unused CONFIG_MENUPROMPT by Simon Glass · 5 years ago
  38. e79e4b2 autoboot: Drop #ifdef CONFIG_AUTOBOOT_KEYED by Simon Glass · 5 years ago
  39. 42b4d14 autoboot: Use if() for CONFIG_SILENT_CONSOLE by Simon Glass · 5 years ago
  40. 88fa4be autoboot: Improve docs for CONFIG_AUTOBOOT_ENCRYPTION by Simon Glass · 5 years ago
  41. e8c7805 autoboot: Drop #ifdef for CONFIG_AUTOBOOT_ENCRYPTION by Simon Glass · 5 years ago
  42. 0c4bd31 autoboot: Use CONFIG_AUTOBOOT_STOP_STR_SHA256 indirectly by Simon Glass · 5 years ago
  43. 37304aa Convert CONFIG_USE_PREBOOT and CONFIG_PREBOOT to Kconfig by Simon Glass · 5 years ago
  44. b06da06 Add CONFIG_USE_PREBOOT to boards that use CONFIG_PREBOOT by Simon Glass · 5 years ago
  45. 9f53146 Convert CONFIG_SHOW_BOOT_PROGRESS to Kconfig by Simon Glass · 5 years ago
  46. e9f6a37 main: Use conditional run_preboot_environment_command() by Simon Glass · 5 years ago
  47. bbaf56e Merge tag 'u-boot-amlogic-20190731' of https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic by Tom Rini · 5 years ago
  48. 08c41ca Merge branch '2019-07-31-ti-imports' by Tom Rini · 5 years ago
  49. b9ad74d Revert "ARM: davinci: da850: Manual pinmux only when PINCTRL not available" by Adam Ford · 5 years ago
  50. 51443f5 nand: davinci: avoid out of bounds array access by Heinrich Schuchardt · 5 years ago
  51. 3380d1c ARM: da850-evm: Remove references to CONFIG_DA850_AM18X_EVM by Adam Ford · 5 years ago
  52. 2fd156b ARM: dts: da850-evm: Fix MDIO pinmux by Adam Ford · 5 years ago
  53. 575ce43 configs: am335x_boneblack_vboot_defconfig: Add DM for SPI and Flash devices by Suniel Mahesh · 5 years ago
  54. a9c5d4b configs: am335x_boneblack_vboot_defconfig: Fix regression by enabling BLK and DM support, disable in SPL by Suniel Mahesh · 5 years ago
  55. 5b56a4c configs: j721e_evm_a72: Disable K3_SYSTEM_CONTROLLER by Suman Anna · 5 years ago
  56. 8162e8a configs: am65x_evm_a53: Disable K3_SYSTEM_CONTROLLER by Suman Anna · 5 years ago
  57. dcddf0f arm: dts: k3-am654-base-board: Fix cpsw_nuss power-domains property by Suman Anna · 5 years ago
  58. 3cdecb3 ARM: da850-evm: Replace CMD_SF with CMD_MTD by Adam Ford · 5 years ago
  59. ef97842 ARM: da850evm: Split MTDPARTS into SPL and u-boot by Adam Ford · 5 years ago
  60. 914694d configs: am57xx_evm_defconfig: Enable 'dtimg' command by Sam Protsenko · 5 years ago
  61. 29e783d configs: am57xx_evm_defconfig: Enable 'bcb' command by Sam Protsenko · 5 years ago
  62. 4347b0b omap: Correct the fastboot product var by Sam Protsenko · 5 years ago
  63. 3db0989 env: ti: boot: Handle reboot reason from BCB by Sam Protsenko · 5 years ago
  64. 3fe483b Merge tag 'mmc-7-31' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc by Tom Rini · 5 years ago
  65. 0c0cdc8 clk: meson: remove duplicate logic by Heinrich Schuchardt · 5 years ago
  66. b160fac board: amlogic: add support for Odroid-N2 by Neil Armstrong · 5 years ago
  67. 5e5db09 ARM: meson-g12a: Handle 4GiB DRAM size by Neil Armstrong · 5 years ago
  68. 0d84acb ARM: dts: add support for Odroid-N2 by Neil Armstrong · 5 years ago
  69. d93757f ARM: dts: Sync Amlogic G12A with Linux 5.3-rc1 by Neil Armstrong · 5 years ago
  70. fea3939 mmc: relocate code comment by Baruch Siach · 5 years ago
  71. caa3323 mmc: mtk-sd: add WATCHDOG_RESET() to prevent watchdog timeout by Weijie Gao · 5 years ago
  72. 58d65d5 mmc: sdhci: fix chip detect gpio property name by Baruch Siach · 5 years ago
  73. 41a9fab mmc: mv_sdhci: fix uninitialized pointer deref on probe by Baruch Siach · 5 years ago
  74. 09da18d test/py: add MMC/SD block write test by Jean-Jacques Hiblot · 5 years ago
  75. 4f89598 test: dm: clk_ccf: test composite clk by Peng Fan · 5 years ago
  76. 8f611dc clk: sandbox: add composite clk by Peng Fan · 5 years ago
  77. 7bd6432 configs: sandbox: Enable composite clk by Peng Fan · 5 years ago
  78. 2b12957 clk: gate: support sandbox by Peng Fan · 5 years ago
  79. 0009763 clk: add composite clk support by Peng Fan · 5 years ago
  80. d669d1a clk-provider: include clk-uclass.h by Peng Fan · 5 years ago
  81. 91944ef dm: clk: ignore default settings when node not valid by Peng Fan · 5 years ago
  82. 4b91ec0 clk: imx: gate2 add set rate by Peng Fan · 5 years ago
  83. b6c56d9 clk: imx: import clk heplers by Peng Fan · 5 years ago
  84. 4f305bf clk: fixed_rate: export clk_fixed_rate by Peng Fan · 5 years ago
  85. fe69b03 clk: divider set rate supporrt by Peng Fan · 5 years ago
  86. 1c64330 clk: add clk-gate support by Peng Fan · 5 years ago
  87. 1b0d09c clk: export mux/divider ops by Peng Fan · 5 years ago
  88. 4b04408 clk: mux: add set parent support by Peng Fan · 5 years ago
  89. 5b27ff8 clk: use clk_dev_binded by Peng Fan · 5 years ago
  90. 2457612 clk: introduce clk_dev_binded by Peng Fan · 5 years ago
  91. a239147 Merge tag 'video-for-2019.10-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boot-video by Tom Rini · 5 years ago
  92. 476a314 Merge tag 'xilinx-for-v2019.10' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · 5 years ago
  93. dcf722e Merge branch 'master' of git://git.denx.de/u-boot-sh by Tom Rini · 5 years ago
  94. bb68957 efi_selftest: sharpen ConvertPointer() test by Heinrich Schuchardt · 5 years ago
  95. 7be56e8 efi_loader: implement ConvertPointer() by Heinrich Schuchardt · 5 years ago
  96. 24e6722 efi_loader: definition of efi_virtual_address_map() by Heinrich Schuchardt · 5 years ago
  97. c0a8a95 efi_selftest: fix SetVirtualAddressMap unit test by Heinrich Schuchardt · 5 years ago
  98. 73d95c2 doc: integrate UEFI documentation into Sphinx toctree by Heinrich Schuchardt · 5 years ago
  99. a6ccba0 efi_loader: efidebug.c function documentation by Heinrich Schuchardt · 5 years ago
  100. 4ed0d3c efi_loader: always rebuild efi_crt0.o by Heinrich Schuchardt · 5 years ago