1. 2fe88d4 Convert CONFIG_FLASH_CFI_DRIVER et al to Kconfig by Adam Ford · 6 years ago
  2. 758694f bootcount: Make bootcount magic configurable by Marek Vasut · 6 years ago
  3. 578f76c work_92105: remove unused CONFIG_SPL_NAND_BOOT configuration option by Vladimir Zapolskiy · 6 years ago
  4. 61eb286 work_92105: remove unused CONFIG_LPC32XX_SPL configuration option by Vladimir Zapolskiy · 6 years ago
  5. 2a1eade ARM: dts: rmobile: r8a77990: Add USB2.0(EHCI) DT nodes on Ebisu by Hiroyuki Yokoyama · 6 years ago
  6. feaf301 ARM: rmobile: Enable cache command on Gen3 by Hiroyuki Yokoyama · 6 years ago
  7. e3beca3 Merge tag 'signed-efi-2018.11' of git://github.com/agraf/u-boot by Tom Rini · 6 years ago WIP-17Oct2018
  8. ec48b6c arm64: versal: Add support for new Xilinx Versal ACAPs by Michal Simek · 6 years ago
  9. 6f566c2 efi_loader: return type efi_console_register() by Heinrich Schuchardt · 6 years ago
  10. 0801d4d efi_loader: correct signature of GetPosition, SetPosition by Heinrich Schuchardt · 6 years ago
  11. 39cb4f3 arm: mx5: Add M53Menlo board by Marek Vasut · 6 years ago
  12. e6cd05e Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 6 years ago
  13. 0223462 Merge branch 'master' of git://git.denx.de/u-boot-net by Tom Rini · 6 years ago
  14. 1a048cd driver: net: fsl-mc: Add support of multiple phys for dpmac by Pankaj Bansal · 6 years ago
  15. d75e81d driver: net: fsl-mc: remove unused strcture elements by Pankaj Bansal · 6 years ago
  16. 3d5ced9 Merge tag 'dm-9oct18' of git://git.denx.de/u-boot-dm by Tom Rini · 6 years ago WIP-10Oct2018
  17. 8afd4ea ARM: meson: Add Khadas VIM2 board support by Loic Devulder · 6 years ago
  18. 5d457ec net: Consolidate UDP header functions by Duncan Hare · 6 years ago
  19. ac3f26c net: Don't overwrite waiting packets with asynchronous replies by Joe Hershberger · 6 years ago
  20. 3f02c98 net: Add an accessor to know if waiting for ARP by Joe Hershberger · 6 years ago
  21. 5b72398 phy: Add 25G_AUI, XLAUI, CAUI2, CAUI4 related macros by Priyanka Jain · 6 years ago
  22. 0f347a0 net: phy: ti: Add binding for the CLK_OUT pin muxing by Janine Hagemann · 6 years ago
  23. 883b530 linux/if_ether.h: Add VLAN related macros by Bin Meng · 6 years ago
  24. dda5251 net.h: Include linux/if_ether.h to avoid duplication by Bin Meng · 6 years ago
  25. 2240d76 linux/if_ether.h: Initial import from Linux kernel v4.17 by Bin Meng · 6 years ago
  26. cb19c29 board: da8xxevm: Add SPL DM for serial, spi by Jagan Teki · 6 years ago
  27. ba3c22b spi: davinci: Add platdata support by Jagan Teki · 6 years ago
  28. b06d76f linux/compat.h: Add netdev_### log macros by Bin Meng · 6 years ago
  29. 1456639 linux/mdio.h: Sync with Linux kernel v4.17 by Bin Meng · 6 years ago
  30. 8da3524 linux/mii.h: Sync with Linux kernel v4.17 by Bin Meng · 6 years ago
  31. be381cc configs: mx7: Remove CONFIG_DBG_MONITOR by Fabio Estevam · 6 years ago
  32. 787075e colibri_imx7: prime get_ram_size() using imx_ddr_size() by Fabio Estevam · 6 years ago
  33. c066d3c pico-imx6ul, pico-imx7d: Enable USB and PXE boot support by Otavio Salvador · 6 years ago
  34. 6899b04 pico-imx6ul, pico-imx7d: Use eMMC user partition by default by Otavio Salvador · 6 years ago
  35. 8c466ed video: Tidy up a few comments in video.o by Simon Glass · 6 years ago
  36. 751fed4 sysreset: Add a way to find the last reset by Simon Glass · 6 years ago
  37. eb51731 sysreset: Tidy up a few comments and logging by Simon Glass · 6 years ago
  38. 07bc873 ctags: Minor changes to fix ctags output by Simon Glass · 6 years ago
  39. a4f737a panel: Expand the backlight support by Simon Glass · 6 years ago
  40. a12ef7e cros_ec: Update cros_ec_read_hash() to specify the image by Simon Glass · 6 years ago
  41. 6f1c043 cros: Update ec_commands to latest version by Simon Glass · 6 years ago
  42. 67b9052 Rename GPT_HEADER_SIGNATURE to avoid conflict by Simon Glass · 6 years ago
  43. 109860f Add a header file for strings by Simon Glass · 6 years ago
  44. 0bf9645 log: Add comments to the rest of the log categories by Simon Glass · 6 years ago
  45. 6e64ec1 tpm: Add a few new commands for v1 by Simon Glass · 6 years ago
  46. c6ebd01 video: Adjust video_clear() to return an error by Simon Glass · 6 years ago
  47. 25a3845 fdt: Remove fdtdec_decode_region() function by Simon Glass · 6 years ago
  48. 42116f6 cros: Adjust board_get_cros_ec_dev() to return a udevice by Simon Glass · 6 years ago
  49. 6322a7b cros: Update cros_ec code to use struct udevice by Simon Glass · 6 years ago
  50. 1076107 Kconfig: Convert CONFIG_RTC_MC146818 to Kconfig by Simon Glass · 6 years ago
  51. e6c5c94 dm: core: Update ofnode to read binman-style flash entry by Simon Glass · 6 years ago
  52. cdb6aa0 dm: core: Add a function to find the first inactive child by Simon Glass · 6 years ago
  53. 9f15cc1 dm: core: Update some functions to use const by Simon Glass · 6 years ago
  54. c7a3acc dm: core: Alloc uclass-private data to be cache-aligned by Simon Glass · 6 years ago
  55. 4af3e9a sandbox: Restore blocking I/O on exit by Simon Glass · 6 years ago
  56. ef8a250 sandbox: tpm: Enhance to support the latest Chromium OS by Simon Glass · 6 years ago
  57. 998af31 sandbox: tpm: Tidy up enums and return values by Simon Glass · 6 years ago
  58. 55d3991 sandbox: video: Speed up video output by Simon Glass · 6 years ago
  59. c3aed5d sandbox: spi: Add more logging by Simon Glass · 6 years ago
  60. 056a5ce sandbox: Add a way to write data to the host filesystem by Simon Glass · 6 years ago
  61. 50b288a sandbox: Support file truncation with os_open() by Simon Glass · 6 years ago
  62. cdd140a log: Add helpers for common log levels by Simon Glass · 6 years ago
  63. fbcf37e log: Correct definition of log_msg_ret() by Simon Glass · 6 years ago
  64. 9f8037e sandbox: Unprotect DATA regions in bus tests by Simon Glass · 6 years ago
  65. bbddbef avb_verify: support sandbox configuration by Jens Wiklander · 6 years ago
  66. 6663e07 avb_verify: support using OP-TEE TA AVB by Jens Wiklander · 6 years ago
  67. eadf26f tee: add sandbox driver by Jens Wiklander · 6 years ago
  68. 1cc8cc4 tee: optee: support AVB trusted application by Jens Wiklander · 6 years ago
  69. 9ff4a31 Add UCLASS_TEE for Trusted Execution Environment by Jens Wiklander · 6 years ago
  70. 4853ad3 mmc: rpmb: add mmc_rpmb_route_frames() by Jens Wiklander · 6 years ago
  71. 46580f2 ARM: LogicPD: omap3logic: Remove Torpedo/SOM-LV autodection by Adam Ford · 6 years ago
  72. 6c6add6 configs: drop CONFIG_SYS_EXTRA_ENV_RELOC by Simon Goldschmidt · 6 years ago
  73. 14573fb Merge branch 'master' of git://git.denx.de/u-boot-sh by Tom Rini · 6 years ago WIP-05Oct2018
  74. a4b38fc Merge tag 'rockchip-for-v2018.11-rc2' of git://git.denx.de/u-boot-rockchip by Tom Rini · 6 years ago
  75. 46031b3 Merge tag 'arc-updates-for-2018.11-rc2' of git://git.denx.de/u-boot-arc by Tom Rini · 6 years ago
  76. 5396e8b arc: Add support for IoT development kit by Alexey Brodkin · 7 years ago
  77. 70fe287 spl: add support to booting with OP-TEE by Kever Yang · 6 years ago
  78. ad8c9f6 Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 6 years ago WIP-04Oct2018
  79. 9e5c2a7 mtd: nand: spi: Add Gigadevice SPI NAND support by Stefan Roese · 6 years ago
  80. a1588ac Merge tag 'rockchip-for-v2018.11' of git://git.denx.de/u-boot-rockchip by Tom Rini · 6 years ago WIP-03Oct2018
  81. 6f03130 ARM: rmobile: Repair TMU clock on Gen2 by Marek Vasut · 6 years ago
  82. 510e379 riscv: Add QEMU virt board support by Bin Meng · 6 years ago
  83. 592cd5d Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 6 years ago WIP-02Oct2018
  84. 5db66b3 cmd: mtd: add 'mtd' command by Miquel Raynal · 6 years ago
  85. 2a74930 mtd: mtdpart: implement proper partition handling by Miquel Raynal · 6 years ago
  86. ff4afa8 mtd: uboot: search for an equivalent MTD name with the mtdids by Miquel Raynal · 6 years ago
  87. 21cc1fb mtd: mtdpart: add a generic mtdparts-like parser by Miquel Raynal · 6 years ago
  88. e9f62db mtd: uclass: add probe function by Miquel Raynal · 6 years ago
  89. 739def7 dm: drop unused helper in MTD header by Miquel Raynal · 6 years ago
  90. 05fa06b mmc: dw_mmc: check fifo status with a timeout in fifo mode by Heiko Stuebner · 6 years ago
  91. d24c1d0 Merge git://git.denx.de/u-boot-dm by Tom Rini · 6 years ago WIP-30Sep2018
  92. b592936 Merge branch 'master' of git://git.denx.de/u-boot-video by Tom Rini · 6 years ago WIP-29Sep2018
  93. 3eb992a include/dm.h: Remove duplicated include directive by Liviu Dudau · 6 years ago
  94. 9bf8650 include/clk.h: Fix the name of the clock uclass in comment by Liviu Dudau · 6 years ago
  95. 5381c28 drivers: Add board uclass by Mario Six · 6 years ago
  96. e4c98a5 core: Add dev_{disable,enable}_by_path by Mario Six · 6 years ago
  97. e369e58 core: Add functions to set properties in live-tree by Mario Six · 6 years ago
  98. cc49e2b Merge branch 'master' of git://git.denx.de/u-boot-sunxi by Tom Rini · 6 years ago
  99. 27f622d Merge tag 'fsl-qoriq-for-v2018.11-rc1' of git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 6 years ago
  100. 973fcc8 ARM: da850evm_direct_nor_defconfig: Enable DM_SERIAL by Adam Ford · 6 years ago