1. 1b128c3 common: command: fix typo by Heinrich Schuchardt · 6 years ago
  2. 76da1b2 Convert CONFIG_FLASH_CFI_DRIVER et al to Kconfig by Adam Ford · 6 years ago
  3. 6ae0ded bootcount: Make bootcount magic configurable by Marek Vasut · 6 years ago
  4. 9f12378 work_92105: remove unused CONFIG_SPL_NAND_BOOT configuration option by Vladimir Zapolskiy · 6 years ago
  5. 085f4b1 work_92105: remove unused CONFIG_LPC32XX_SPL configuration option by Vladimir Zapolskiy · 6 years ago
  6. d28f3fe ARM: dts: rmobile: r8a77990: Add USB2.0(EHCI) DT nodes on Ebisu by Hiroyuki Yokoyama · 6 years ago
  7. 7b8f69c ARM: rmobile: Enable cache command on Gen3 by Hiroyuki Yokoyama · 6 years ago
  8. 28fc9e6 Merge tag 'signed-efi-2018.11' of git://github.com/agraf/u-boot by Tom Rini · 6 years ago
  9. 4b066a1 arm64: versal: Add support for new Xilinx Versal ACAPs by Michal Simek · 6 years ago
  10. a92e9ab efi_loader: return type efi_console_register() by Heinrich Schuchardt · 6 years ago
  11. 21ae057 efi_loader: correct signature of GetPosition, SetPosition by Heinrich Schuchardt · 6 years ago
  12. d3a8d2b Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 6 years ago
  13. dacfde8 Merge branch 'master' of git://git.denx.de/u-boot-net by Tom Rini · 6 years ago
  14. 50adb5e driver: net: fsl-mc: Add support of multiple phys for dpmac by Pankaj Bansal · 6 years ago
  15. 1c2289d driver: net: fsl-mc: remove unused strcture elements by Pankaj Bansal · 6 years ago
  16. cf26c09 Merge tag 'dm-9oct18' of git://git.denx.de/u-boot-dm by Tom Rini · 6 years ago
  17. d17b809 ARM: meson: Add Khadas VIM2 board support by Loic Devulder · 6 years ago
  18. f1447c9 net: Consolidate UDP header functions by Duncan Hare · 6 years ago
  19. e79a518 net: Don't overwrite waiting packets with asynchronous replies by Joe Hershberger · 6 years ago
  20. 5641f67 net: Add an accessor to know if waiting for ARP by Joe Hershberger · 6 years ago
  21. afaa0cb phy: Add 25G_AUI, XLAUI, CAUI2, CAUI4 related macros by Priyanka Jain · 6 years ago
  22. 1c2ba09 net: phy: ti: Add binding for the CLK_OUT pin muxing by Janine Hagemann · 6 years ago
  23. e82a227 linux/if_ether.h: Add VLAN related macros by Bin Meng · 6 years ago
  24. 2ccb8b0 net.h: Include linux/if_ether.h to avoid duplication by Bin Meng · 6 years ago
  25. 2c9299d linux/if_ether.h: Initial import from Linux kernel v4.17 by Bin Meng · 6 years ago
  26. ac0c0a3 board: da8xxevm: Add SPL DM for serial, spi by Jagan Teki · 6 years ago
  27. a147f66 spi: davinci: Add platdata support by Jagan Teki · 6 years ago
  28. 5efc2c4 linux/compat.h: Add netdev_### log macros by Bin Meng · 6 years ago
  29. 0f836d3 linux/mdio.h: Sync with Linux kernel v4.17 by Bin Meng · 6 years ago
  30. 1321da9 linux/mii.h: Sync with Linux kernel v4.17 by Bin Meng · 6 years ago
  31. 6641437 video: Tidy up a few comments in video.o by Simon Glass · 6 years ago
  32. 07fbba5 sysreset: Add a way to find the last reset by Simon Glass · 6 years ago
  33. b8b4d2a sysreset: Tidy up a few comments and logging by Simon Glass · 6 years ago
  34. 126f0d2 ctags: Minor changes to fix ctags output by Simon Glass · 6 years ago
  35. fe68a45 panel: Expand the backlight support by Simon Glass · 6 years ago
  36. 9456490 cros_ec: Update cros_ec_read_hash() to specify the image by Simon Glass · 6 years ago
  37. 2c1e550 cros: Update ec_commands to latest version by Simon Glass · 6 years ago
  38. 7903d21 Rename GPT_HEADER_SIGNATURE to avoid conflict by Simon Glass · 6 years ago
  39. fd8dc97 Add a header file for strings by Simon Glass · 6 years ago
  40. d5063fd log: Add comments to the rest of the log categories by Simon Glass · 6 years ago
  41. bccabbe tpm: Add a few new commands for v1 by Simon Glass · 6 years ago
  42. 5534312 video: Adjust video_clear() to return an error by Simon Glass · 6 years ago
  43. 65e51c8 fdt: Remove fdtdec_decode_region() function by Simon Glass · 6 years ago
  44. b2ed222 cros: Adjust board_get_cros_ec_dev() to return a udevice by Simon Glass · 6 years ago
  45. bed4352 cros: Update cros_ec code to use struct udevice by Simon Glass · 6 years ago
  46. 9be963e Kconfig: Convert CONFIG_RTC_MC146818 to Kconfig by Simon Glass · 6 years ago
  47. 699c9ca dm: core: Update ofnode to read binman-style flash entry by Simon Glass · 6 years ago
  48. b775e87 dm: core: Add a function to find the first inactive child by Simon Glass · 6 years ago
  49. 2e5e5ec dm: core: Update some functions to use const by Simon Glass · 6 years ago
  50. 7ebd13d dm: core: Alloc uclass-private data to be cache-aligned by Simon Glass · 6 years ago
  51. ae50ec7 sandbox: Restore blocking I/O on exit by Simon Glass · 6 years ago
  52. f99c329 sandbox: tpm: Enhance to support the latest Chromium OS by Simon Glass · 6 years ago
  53. 5ff3f16 sandbox: tpm: Tidy up enums and return values by Simon Glass · 6 years ago
  54. 0806dcc sandbox: video: Speed up video output by Simon Glass · 6 years ago
  55. 3b4b340 sandbox: spi: Add more logging by Simon Glass · 6 years ago
  56. cbfa845 sandbox: Add a way to write data to the host filesystem by Simon Glass · 6 years ago
  57. ce55a11 sandbox: Support file truncation with os_open() by Simon Glass · 6 years ago
  58. 1b69a99 log: Add helpers for common log levels by Simon Glass · 6 years ago
  59. a0f6861 log: Correct definition of log_msg_ret() by Simon Glass · 6 years ago
  60. 4e766c2 sandbox: Unprotect DATA regions in bus tests by Simon Glass · 6 years ago
  61. 179c1d8 avb_verify: support sandbox configuration by Jens Wiklander · 6 years ago
  62. 838c70c avb_verify: support using OP-TEE TA AVB by Jens Wiklander · 6 years ago
  63. c7b443a tee: add sandbox driver by Jens Wiklander · 6 years ago
  64. 8ebf55f tee: optee: support AVB trusted application by Jens Wiklander · 6 years ago
  65. 1429044 Add UCLASS_TEE for Trusted Execution Environment by Jens Wiklander · 6 years ago
  66. d489839 mmc: rpmb: add mmc_rpmb_route_frames() by Jens Wiklander · 6 years ago
  67. 81b19d7 ARM: LogicPD: omap3logic: Remove Torpedo/SOM-LV autodection by Adam Ford · 6 years ago
  68. 77a2933 configs: drop CONFIG_SYS_EXTRA_ENV_RELOC by Simon Goldschmidt · 6 years ago
  69. a1f05a9 Merge branch 'master' of git://git.denx.de/u-boot-sh by Tom Rini · 6 years ago
  70. eab8e23 Merge tag 'rockchip-for-v2018.11-rc2' of git://git.denx.de/u-boot-rockchip by Tom Rini · 6 years ago
  71. 73cf56d Merge tag 'arc-updates-for-2018.11-rc2' of git://git.denx.de/u-boot-arc by Tom Rini · 6 years ago
  72. c15be5b arc: Add support for IoT development kit by Alexey Brodkin · 7 years ago
  73. a28d42c spl: add support to booting with OP-TEE by Kever Yang · 6 years ago
  74. e51fced Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 6 years ago
  75. cdb295c mtd: nand: spi: Add Gigadevice SPI NAND support by Stefan Roese · 6 years ago
  76. f59a467 Merge tag 'rockchip-for-v2018.11' of git://git.denx.de/u-boot-rockchip by Tom Rini · 6 years ago
  77. 0b1bfa8 ARM: rmobile: Repair TMU clock on Gen2 by Marek Vasut · 6 years ago
  78. 8a8694d riscv: Add QEMU virt board support by Bin Meng · 6 years ago
  79. ac3de90 Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 6 years ago
  80. 741f4c7 cmd: mtd: add 'mtd' command by Miquel Raynal · 6 years ago
  81. 6382e0c mtd: mtdpart: implement proper partition handling by Miquel Raynal · 6 years ago
  82. 1a08e99 mtd: uboot: search for an equivalent MTD name with the mtdids by Miquel Raynal · 6 years ago
  83. 6f381d5 mtd: mtdpart: add a generic mtdparts-like parser by Miquel Raynal · 6 years ago
  84. aa168ac mtd: uclass: add probe function by Miquel Raynal · 6 years ago
  85. 216a9bb dm: drop unused helper in MTD header by Miquel Raynal · 6 years ago
  86. 46b7a4f mmc: dw_mmc: check fifo status with a timeout in fifo mode by Heiko Stuebner · 6 years ago
  87. b93eea7 Merge git://git.denx.de/u-boot-dm by Tom Rini · 6 years ago
  88. 6973345 Merge branch 'master' of git://git.denx.de/u-boot-video by Tom Rini · 6 years ago
  89. fd14708 include/dm.h: Remove duplicated include directive by Liviu Dudau · 6 years ago
  90. 0a083b8 include/clk.h: Fix the name of the clock uclass in comment by Liviu Dudau · 6 years ago
  91. 2161e55 drivers: Add board uclass by Mario Six · 6 years ago
  92. 3bedfbe core: Add dev_{disable,enable}_by_path by Mario Six · 6 years ago
  93. 047dafc core: Add functions to set properties in live-tree by Mario Six · 6 years ago
  94. 58be04b Merge branch 'master' of git://git.denx.de/u-boot-sunxi by Tom Rini · 6 years ago
  95. b50374f Merge tag 'fsl-qoriq-for-v2018.11-rc1' of git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 6 years ago
  96. 4a60fef ARM: da850evm_direct_nor_defconfig: Enable DM_SERIAL by Adam Ford · 6 years ago
  97. 3036948 W1-EEPROM: add sandbox driver by Eugen Hristev · 6 years ago
  98. f674fc0 W1-EEPROM: Add an W1-EEPROM uclass for 1 wire EEPROMs by Maxime Ripard · 6 years ago
  99. bdbdca3 w1: Add 1-Wire uclass by Maxime Ripard · 6 years ago
  100. 5ca878b common: Generic loader for file system by Tien Fong Chee · 6 years ago