1. 102b0b1 arm: dts: change MT7629 to use spi-mem rather than qspi by Weijie Gao · 5 years ago
  2. 7127151 Merge tag 'efi-2019-10-rc2' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 5 years ago
  3. 898c40c Merge https://gitlab.denx.de/u-boot/custodians/u-boot-clk by Tom Rini · 5 years ago
  4. 7298d82 gitlab-ci: Add qemu-riscv64 testing by Tom Rini · 5 years ago WIP/02Aug2019
  5. 1013233 gitlab-ci: Remove unused TOOLCHAIN environment variable by Tom Rini · 5 years ago
  6. 22c7b7d travis.yml: run Python tests on qemu-riscv64_defconfig by Heinrich Schuchardt · 5 years ago
  7. db289a9 Merge branch '2019-08-02-autoboot-cleanup' by Tom Rini · 5 years ago
  8. 5ec35ff autoboot: Adjust the implementation in autoboot_command() by Simon Glass · 5 years ago
  9. 5fa3fd2 autoboot: Move a few more options from #ifdef to if() by Simon Glass · 5 years ago
  10. 14b9df1 autoboot: Add comments for menu_show() by Simon Glass · 5 years ago
  11. cf9803a Convert CONFIG_AUTOBOOT_MENU_SHOW to Kconfig by Simon Glass · 5 years ago
  12. e231306 autoboot: Rename CONFIG_MENU_SHOW to include AUTOBOOT by Simon Glass · 5 years ago
  13. d915ad2 autoboot: Tidy up use of menukey by Simon Glass · 5 years ago
  14. daedaad snow: Define CONFIG_AUTOBOOT_MENUKEY by Simon Glass · 5 years ago
  15. 8fc31e2 autoboot: Rename CONFIG_MENUKEY to CONFIG_AUTOBOOT_MENUKEY by Simon Glass · 5 years ago
  16. 2452bb7 autoboot: Drop unused CONFIG_MENUPROMPT by Simon Glass · 5 years ago
  17. e79e4b2 autoboot: Drop #ifdef CONFIG_AUTOBOOT_KEYED by Simon Glass · 5 years ago
  18. 42b4d14 autoboot: Use if() for CONFIG_SILENT_CONSOLE by Simon Glass · 5 years ago
  19. 88fa4be autoboot: Improve docs for CONFIG_AUTOBOOT_ENCRYPTION by Simon Glass · 5 years ago
  20. e8c7805 autoboot: Drop #ifdef for CONFIG_AUTOBOOT_ENCRYPTION by Simon Glass · 5 years ago
  21. 0c4bd31 autoboot: Use CONFIG_AUTOBOOT_STOP_STR_SHA256 indirectly by Simon Glass · 5 years ago
  22. 37304aa Convert CONFIG_USE_PREBOOT and CONFIG_PREBOOT to Kconfig by Simon Glass · 5 years ago
  23. b06da06 Add CONFIG_USE_PREBOOT to boards that use CONFIG_PREBOOT by Simon Glass · 5 years ago
  24. 9f53146 Convert CONFIG_SHOW_BOOT_PROGRESS to Kconfig by Simon Glass · 5 years ago
  25. e9f6a37 main: Use conditional run_preboot_environment_command() by Simon Glass · 5 years ago
  26. bbaf56e Merge tag 'u-boot-amlogic-20190731' of https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic by Tom Rini · 5 years ago
  27. 08c41ca Merge branch '2019-07-31-ti-imports' by Tom Rini · 5 years ago
  28. b9ad74d Revert "ARM: davinci: da850: Manual pinmux only when PINCTRL not available" by Adam Ford · 5 years ago
  29. 51443f5 nand: davinci: avoid out of bounds array access by Heinrich Schuchardt · 5 years ago
  30. 3380d1c ARM: da850-evm: Remove references to CONFIG_DA850_AM18X_EVM by Adam Ford · 5 years ago
  31. 2fd156b ARM: dts: da850-evm: Fix MDIO pinmux by Adam Ford · 5 years ago
  32. 575ce43 configs: am335x_boneblack_vboot_defconfig: Add DM for SPI and Flash devices by Suniel Mahesh · 5 years ago
  33. a9c5d4b configs: am335x_boneblack_vboot_defconfig: Fix regression by enabling BLK and DM support, disable in SPL by Suniel Mahesh · 5 years ago
  34. 5b56a4c configs: j721e_evm_a72: Disable K3_SYSTEM_CONTROLLER by Suman Anna · 5 years ago
  35. 8162e8a configs: am65x_evm_a53: Disable K3_SYSTEM_CONTROLLER by Suman Anna · 5 years ago
  36. dcddf0f arm: dts: k3-am654-base-board: Fix cpsw_nuss power-domains property by Suman Anna · 5 years ago
  37. 3cdecb3 ARM: da850-evm: Replace CMD_SF with CMD_MTD by Adam Ford · 5 years ago
  38. ef97842 ARM: da850evm: Split MTDPARTS into SPL and u-boot by Adam Ford · 5 years ago
  39. 914694d configs: am57xx_evm_defconfig: Enable 'dtimg' command by Sam Protsenko · 5 years ago
  40. 29e783d configs: am57xx_evm_defconfig: Enable 'bcb' command by Sam Protsenko · 5 years ago
  41. 4347b0b omap: Correct the fastboot product var by Sam Protsenko · 5 years ago
  42. 3db0989 env: ti: boot: Handle reboot reason from BCB by Sam Protsenko · 5 years ago
  43. 3fe483b Merge tag 'mmc-7-31' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc by Tom Rini · 5 years ago
  44. 0c0cdc8 clk: meson: remove duplicate logic by Heinrich Schuchardt · 5 years ago
  45. b160fac board: amlogic: add support for Odroid-N2 by Neil Armstrong · 5 years ago
  46. 5e5db09 ARM: meson-g12a: Handle 4GiB DRAM size by Neil Armstrong · 5 years ago
  47. 0d84acb ARM: dts: add support for Odroid-N2 by Neil Armstrong · 5 years ago
  48. d93757f ARM: dts: Sync Amlogic G12A with Linux 5.3-rc1 by Neil Armstrong · 5 years ago
  49. fea3939 mmc: relocate code comment by Baruch Siach · 5 years ago
  50. caa3323 mmc: mtk-sd: add WATCHDOG_RESET() to prevent watchdog timeout by Weijie Gao · 5 years ago
  51. 58d65d5 mmc: sdhci: fix chip detect gpio property name by Baruch Siach · 5 years ago
  52. 41a9fab mmc: mv_sdhci: fix uninitialized pointer deref on probe by Baruch Siach · 5 years ago
  53. 09da18d test/py: add MMC/SD block write test by Jean-Jacques Hiblot · 5 years ago
  54. 4f89598 test: dm: clk_ccf: test composite clk by Peng Fan · 5 years ago
  55. 8f611dc clk: sandbox: add composite clk by Peng Fan · 5 years ago
  56. 7bd6432 configs: sandbox: Enable composite clk by Peng Fan · 5 years ago
  57. 2b12957 clk: gate: support sandbox by Peng Fan · 5 years ago
  58. 0009763 clk: add composite clk support by Peng Fan · 5 years ago
  59. d669d1a clk-provider: include clk-uclass.h by Peng Fan · 5 years ago
  60. 91944ef dm: clk: ignore default settings when node not valid by Peng Fan · 5 years ago
  61. 4b91ec0 clk: imx: gate2 add set rate by Peng Fan · 5 years ago
  62. b6c56d9 clk: imx: import clk heplers by Peng Fan · 5 years ago
  63. 4f305bf clk: fixed_rate: export clk_fixed_rate by Peng Fan · 5 years ago
  64. fe69b03 clk: divider set rate supporrt by Peng Fan · 5 years ago
  65. 1c64330 clk: add clk-gate support by Peng Fan · 5 years ago
  66. 1b0d09c clk: export mux/divider ops by Peng Fan · 5 years ago
  67. 4b04408 clk: mux: add set parent support by Peng Fan · 5 years ago
  68. 5b27ff8 clk: use clk_dev_binded by Peng Fan · 5 years ago
  69. 2457612 clk: introduce clk_dev_binded by Peng Fan · 5 years ago
  70. 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
  71. 476a314 Merge tag 'xilinx-for-v2019.10' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · 5 years ago
  72. dcf722e Merge branch 'master' of git://git.denx.de/u-boot-sh by Tom Rini · 5 years ago
  73. bb68957 efi_selftest: sharpen ConvertPointer() test by Heinrich Schuchardt · 5 years ago
  74. 7be56e8 efi_loader: implement ConvertPointer() by Heinrich Schuchardt · 5 years ago
  75. 24e6722 efi_loader: definition of efi_virtual_address_map() by Heinrich Schuchardt · 5 years ago
  76. c0a8a95 efi_selftest: fix SetVirtualAddressMap unit test by Heinrich Schuchardt · 5 years ago
  77. 73d95c2 doc: integrate UEFI documentation into Sphinx toctree by Heinrich Schuchardt · 5 years ago
  78. a6ccba0 efi_loader: efidebug.c function documentation by Heinrich Schuchardt · 5 years ago
  79. 4ed0d3c efi_loader: always rebuild efi_crt0.o by Heinrich Schuchardt · 5 years ago
  80. 6f3badb efi_loader: re-enable GRUB workaround on 32bit ARM by Heinrich Schuchardt · 5 years ago
  81. cd228cc arm64: zynqmp: Do not include pm_cfg_obj.o when SPL is disabled by Michal Simek · 5 years ago
  82. 42a7ce2 mxc_ipuv3_fb.c: enable a backlight on a panel by Heiko Schocher · 5 years ago
  83. f4ec1ae mxc_ipuv3_fb.c: call display_enable by Heiko Schocher · 5 years ago
  84. 5a760f6 bdinfo: show fb base with DM_VIDEO by Heiko Schocher · 5 years ago
  85. f03e56a mxc_ipuv3_fb.c: set gd->fb_base by Heiko Schocher · 5 years ago
  86. 98a8279 global_data: enable fb_base for DM_VIDEO by Heiko Schocher · 5 years ago
  87. 5a4675a cmd: fpga: Change return value to avoid printing usage text by Alexander Dahl · 5 years ago
  88. b283d6b fpga: altera: cyclon2: Check function pointer before calling by Alexander Dahl · 5 years ago
  89. 3911b19 fpga: altera: cyclon2: Fix indentation by Alexander Dahl · 5 years ago
  90. bb2c0fa fpga: altera: cyclon2: Fix most checkpatch warnings by Alexander Dahl · 5 years ago
  91. 3b2a595 fpga: altera: Add some more device sizes by Alexander Dahl · 5 years ago
  92. 216dad7 arm64: zynqmp: add MAINTAINERS entry for Avnet UltraZed-EV by Luca Ceresoli · 5 years ago
  93. 175dccd fpga: virtex2: Add slave serial programming support by Robert Hancock · 5 years ago
  94. a0549f7 fpga: virtex2: Add additional clock cycles after DONE assertion by Robert Hancock · 5 years ago
  95. 3372081 fpga: virtex2: Split out image writing from pre/post operations by Robert Hancock · 5 years ago
  96. 25d63a3 fpga: virtex2: added Kconfig option by Robert Hancock · 5 years ago
  97. fa57af0 fpga: virtex2: cosmetic: Cleanup code style by Robert Hancock · 5 years ago
  98. ac80ac0 arm64: zynqmp: add support for Avnet UltraZed-EV Starter Kit by Luca Ceresoli · 5 years ago
  99. 7f492f3 tools: zynqmp_psu_init_minimize.sh: fix return lines coding style by Luca Ceresoli · 5 years ago
  100. 5456935 ARM: zynq: Add configuration for Z-turn board by Anton Gerasimov · 5 years ago