1. b2ed222 cros: Adjust board_get_cros_ec_dev() to return a udevice by Simon Glass · Mon Oct 01 12:22:23 2018 -0600
  2. bed4352 cros: Update cros_ec code to use struct udevice by Simon Glass · Mon Oct 01 12:22:22 2018 -0600
  3. ca8ec4b fdt: Allow libfdt in TPL by Simon Glass · Mon Oct 01 12:22:21 2018 -0600
  4. 6057392 serial: Allow serial to be absent in TPL by Simon Glass · Mon Oct 01 12:22:20 2018 -0600
  5. 93a45b1 tpm: Add support for SPL and TPL by Simon Glass · Mon Oct 01 12:22:19 2018 -0600
  6. 23f2284 fdt: Allow indicating a node is for U-Boot proper only by Simon Glass · Mon Oct 01 12:22:18 2018 -0600
  7. a31dc3d doc: Update docs for device tree in SPL, TPL by Simon Glass · Mon Oct 01 12:22:17 2018 -0600
  8. 9665f19 fdt: Document the fact that dtc is now built by Simon Glass · Mon Oct 01 12:22:16 2018 -0600
  9. 39c9422 rtc: Allow use of RTC in SPL and TPL by Simon Glass · Mon Oct 01 12:22:15 2018 -0600
  10. 9be963e Kconfig: Convert CONFIG_RTC_MC146818 to Kconfig by Simon Glass · Mon Oct 01 12:22:14 2018 -0600
  11. a19f730 blk: Support block drivers in TPL by Simon Glass · Mon Oct 01 12:22:13 2018 -0600
  12. 506651a Makefile: Add a warning if SPL/TPL cannot be built by Simon Glass · Mon Oct 01 12:22:11 2018 -0600
  13. f56afda spl: input: Allow input in SPL and TPL by Simon Glass · Mon Oct 01 12:22:10 2018 -0600
  14. 342eb81 sf: Avoid allocating memory on every read operation by Simon Glass · Mon Oct 01 12:22:09 2018 -0600
  15. 699c9ca dm: core: Update ofnode to read binman-style flash entry by Simon Glass · Mon Oct 01 12:22:08 2018 -0600
  16. b775e87 dm: core: Add a function to find the first inactive child by Simon Glass · Mon Oct 01 12:22:07 2018 -0600
  17. 2e5e5ec dm: core: Update some functions to use const by Simon Glass · Mon Oct 01 12:22:06 2018 -0600
  18. 7ebd13d dm: core: Alloc uclass-private data to be cache-aligned by Simon Glass · Mon Oct 01 12:22:05 2018 -0600
  19. ae50ec7 sandbox: Restore blocking I/O on exit by Simon Glass · Mon Oct 01 11:55:20 2018 -0600
  20. 8e8963b dm: spi: Clean up detection of sandbox SPI emulator by Simon Glass · Mon Oct 01 11:55:19 2018 -0600
  21. f99c329 sandbox: tpm: Enhance to support the latest Chromium OS by Simon Glass · Mon Oct 01 11:55:18 2018 -0600
  22. 5ff3f16 sandbox: tpm: Tidy up enums and return values by Simon Glass · Mon Oct 01 11:55:17 2018 -0600
  23. 15421f3 serial: sandbox: Allow serial output without device tree by Simon Glass · Mon Oct 01 11:55:16 2018 -0600
  24. e3057f3 sandbox: Add a debug UART by Simon Glass · Mon Oct 01 11:55:15 2018 -0600
  25. 0806dcc sandbox: video: Speed up video output by Simon Glass · Mon Oct 01 11:55:14 2018 -0600
  26. 3b4b340 sandbox: spi: Add more logging by Simon Glass · Mon Oct 01 11:55:13 2018 -0600
  27. 332894d sandbox: Remove the old memory file later by Simon Glass · Mon Oct 01 11:55:12 2018 -0600
  28. 4e9a64d sandbox: Add a flag to set the default log level by Simon Glass · Mon Oct 01 11:55:11 2018 -0600
  29. dc4d8eb sandbox: Support booting from TPL to SPL by Simon Glass · Mon Oct 01 11:55:10 2018 -0600
  30. fd5259a sandbox: spi: Drop command-line SPI option by Simon Glass · Mon Oct 01 11:55:09 2018 -0600
  31. cbfa845 sandbox: Add a way to write data to the host filesystem by Simon Glass · Mon Oct 01 11:55:08 2018 -0600
  32. ce55a11 sandbox: Support file truncation with os_open() by Simon Glass · Mon Oct 01 11:55:07 2018 -0600
  33. 1b69a99 log: Add helpers for common log levels by Simon Glass · Mon Oct 01 11:55:06 2018 -0600
  34. a0f6861 log: Correct definition of log_msg_ret() by Simon Glass · Tue Oct 02 05:22:31 2018 -0600
  35. a9dac49 ofnode: Add missing address translation into ofnode_get_addr_size() by Marek Vasut · Mon Oct 01 12:37:20 2018 +0200
  36. 1638c17 ofnode: Replace of_n_addr_cells with of_n_size_cells by Marek Vasut · Mon Oct 01 12:37:19 2018 +0200
  37. 7057d02 binman: Run tests concurrently by Simon Glass · Mon Oct 01 21:12:47 2018 -0600
  38. 3e6fbf5 test: Reduce the number of tests run with sandbox_flattree by Simon Glass · Mon Oct 01 21:12:46 2018 -0600
  39. e6dafb8 patman: Don't clear progress in tout unless it was used by Simon Glass · Mon Oct 01 21:12:45 2018 -0600
  40. 867b906 tools: Set an initial value for indir by Simon Glass · Mon Oct 01 21:12:44 2018 -0600
  41. 0415002 buildman: dtoc: Suppress unwanted output from test by Simon Glass · Mon Oct 01 21:12:43 2018 -0600
  42. 04cda03 binman: Separate out testSplBssPad() by Simon Glass · Mon Oct 01 21:12:42 2018 -0600
  43. 752e755 binman: Fix up removal of temporary directories by Simon Glass · Mon Oct 01 21:12:41 2018 -0600
  44. 5656ca2 binman: Add a default path to libfdt.py by Simon Glass · Mon Oct 01 21:12:40 2018 -0600
  45. 526f55a test: Tidy up comments and variable name by Simon Glass · Mon Oct 01 21:12:39 2018 -0600
  46. 6c9b064 test: Print the name of each test before running it by Simon Glass · Mon Oct 01 21:12:38 2018 -0600
  47. 1935c4e test: Simplify the PATH setup by Simon Glass · Mon Oct 01 21:12:37 2018 -0600
  48. 3ef8686 Makefile: Add a 'check' target for make by Simon Glass · Mon Oct 01 21:12:36 2018 -0600
  49. 72e358c buildman: Make the toolchain test more forgiving by Simon Glass · Mon Oct 01 21:12:35 2018 -0600
  50. b6b3065 test/py: Fix unicode handling for log filtering by Simon Glass · Mon Oct 01 21:12:34 2018 -0600
  51. 26f8b20 patman: Handle unicode in _ProjectConfigParser tests by Simon Glass · Mon Oct 01 21:12:33 2018 -0600
  52. 4e766c2 sandbox: Unprotect DATA regions in bus tests by Simon Glass · Mon Oct 01 21:12:32 2018 -0600
  53. f1edae9 Kconfig: sandbox: enable cmd_avb and dependencies by Jens Wiklander · Tue Sep 25 16:40:23 2018 +0200
  54. 179c1d8 avb_verify: support sandbox configuration by Jens Wiklander · Tue Sep 25 16:40:22 2018 +0200
  55. 404dee1 test_avb: Update pymark.buildconfigspec information for the AVB tests by Jens Wiklander · Tue Sep 25 16:40:21 2018 +0200
  56. 838c70c avb_verify: support using OP-TEE TA AVB by Jens Wiklander · Tue Sep 25 16:40:20 2018 +0200
  57. a10b983 test: tee: test TEE uclass by Jens Wiklander · Tue Sep 25 16:40:19 2018 +0200
  58. c7b443a tee: add sandbox driver by Jens Wiklander · Tue Sep 25 16:40:18 2018 +0200
  59. dca252d sandbox: imply CONFIG_TEE (TEE uclass) by Jens Wiklander · Tue Sep 25 16:40:17 2018 +0200
  60. 86afaa6 sandbox: dt: add sandbox_tee node by Jens Wiklander · Tue Sep 25 16:40:16 2018 +0200
  61. 8ebf55f tee: optee: support AVB trusted application by Jens Wiklander · Tue Sep 25 16:40:15 2018 +0200
  62. f1420dd optee: support routing of rpmb data frames to mmc by Jens Wiklander · Tue Sep 25 16:40:14 2018 +0200
  63. 7f9672f arm: dt: hikey: Add optee node by Jens Wiklander · Tue Sep 25 16:40:13 2018 +0200
  64. e85756d Documentation: tee uclass and op-tee driver by Jens Wiklander · Tue Sep 25 16:40:12 2018 +0200
  65. 2b7216b tee: add OP-TEE driver by Jens Wiklander · Tue Sep 25 16:40:11 2018 +0200
  66. 468d83c dt/bindings: add bindings for optee by Jens Wiklander · Tue Sep 25 16:40:10 2018 +0200
  67. 1429044 Add UCLASS_TEE for Trusted Execution Environment by Jens Wiklander · Tue Sep 25 16:40:09 2018 +0200
  68. d489839 mmc: rpmb: add mmc_rpmb_route_frames() by Jens Wiklander · Tue Sep 25 16:40:08 2018 +0200
  69. 6815afc cmd: avb: print error message if command fails by Jens Wiklander · Tue Sep 25 16:40:07 2018 +0200
  70. 5f51dcc cmd: avb read_rb: print rb_idx in hexadecimal by Jens Wiklander · Tue Sep 25 16:40:06 2018 +0200
  71. 651a836 dm: fdt: scan for devices under /firmware too by Jens Wiklander · Tue Sep 25 16:40:05 2018 +0200
  72. b76359a spl: spi: Do not hardcode fixed size for header by Michal Simek · Thu Oct 04 09:30:20 2018 +0200
  73. 15e1216 spl: ram: Fix u_boot_pos calculation by Michal Simek · Thu Oct 04 09:29:20 2018 +0200
  74. 6703074 mach-stm32: Set MPU SDRAM size to 512MB for STM32F7/H7 by Patrice Chotard · Tue Oct 02 09:03:10 2018 +0200
  75. 9fb8db4 fs: fat: fix set_cluster() by Heinrich Schuchardt · Tue Oct 02 09:30:45 2018 +0200
  76. b2242f6 fs: fat: memory leak in fat_unlink() by Heinrich Schuchardt · Tue Oct 02 06:58:00 2018 +0200
  77. 81b19d7 ARM: LogicPD: omap3logic: Remove Torpedo/SOM-LV autodection by Adam Ford · Sat Sep 29 14:10:19 2018 -0500
  78. f434320 ARM: DTS: Add Logic PD OMAP35/DM37 SOM-LV and OMAP35 Torpedo by Adam Ford · Sat Sep 29 14:10:18 2018 -0500
  79. 9d85e88 ARM: DTS: Add support for Logic PD OMAP35 Torpedo & SOM-LV by Adam Ford · Sat Sep 29 14:10:17 2018 -0500
  80. 55e19d4 ARM: DTS: Remove unnecessary u-boot.dtsi options from omap3/36xx by Adam Ford · Sat Sep 29 14:10:16 2018 -0500
  81. d03469e ARM: DTS: LogicPD-SOM-LV & Torpedo: Resync DTS with Kernel by Adam Ford · Sat Sep 29 14:10:15 2018 -0500
  82. 688db7f misc: Add support for the Arm Versatile Express config bus by Liviu Dudau · Fri Sep 28 13:43:31 2018 +0100
  83. 77a2933 configs: drop CONFIG_SYS_EXTRA_ENV_RELOC by Simon Goldschmidt · Thu Sep 27 12:38:34 2018 +0200
  84. bcdd1f2 test/py: test_fs: add docstring comments to helper functions by Akashi Takahiro · Thu Sep 27 16:07:23 2018 +0900
  85. 89101f8 test/py: test_fs: remove fs_type argument from umount_fs() by Akashi Takahiro · Thu Sep 27 16:07:22 2018 +0900
  86. 677b9cc test/py: ignore console read exceptions after test failure by Stephen Warren · Thu Sep 20 16:55:03 2018 -0600
  87. a1f05a9 Merge branch 'master' of git://git.denx.de/u-boot-sh by Tom Rini · Fri Oct 05 21:17:35 2018 -0400
  88. c26f751 Merge branch 'master' of git://git.denx.de/u-boot-socfpga by Tom Rini · Fri Oct 05 21:17:21 2018 -0400
  89. eab8e23 Merge tag 'rockchip-for-v2018.11-rc2' of git://git.denx.de/u-boot-rockchip by Tom Rini · Fri Oct 05 10:16:46 2018 -0400
  90. 73cf56d Merge tag 'arc-updates-for-2018.11-rc2' of git://git.denx.de/u-boot-arc by Tom Rini · Fri Oct 05 10:16:31 2018 -0400
  91. c15be5b arc: Add support for IoT development kit by Alexey Brodkin · Wed Jan 24 21:37:14 2018 +0300
  92. b550fd7 ARC: Enable DISPLAY_CPUINFO & DISPLAY_BOARDINFO by Alexey Brodkin · Tue Oct 02 11:43:28 2018 +0300
  93. 9ab3696 ARC: Implement print_cpuinfo() by Alexey Brodkin · Tue Oct 02 11:42:23 2018 +0300
  94. b015082 ARC: Add model property to boards .dts by Alexey Brodkin · Tue Oct 02 11:37:25 2018 +0300
  95. ead2fe2 ARC: Don't pre-define CROSS_COMPILE by Alexey Brodkin · Mon Oct 01 11:48:47 2018 +0300
  96. 2aa01c3 rockchip: Fix rkimage format for SPL boot over USB by Daniel Gröber · Thu Oct 04 15:32:42 2018 +0200
  97. f318029 rockchip: make_fit_atf.py depends on u-boot by Andreas Färber · Sun Jun 03 07:23:58 2018 +0200
  98. b6a6dc8 net: gmac_rockchip: Add handling for RGMII_ID/RXID/TXID by Janine Hagemann · Tue Aug 28 08:25:05 2018 +0200
  99. 714f70a net: gmac_rockchip: Fix a register write in rk3328_gmac_set_to_rgmii by Janine Hagemann · Tue Aug 28 08:25:04 2018 +0200
  100. 9a9c245 rockchip: make_fit_atf: make python3 compatible by Mian Yousaf Kaukab · Fri Jun 08 10:47:10 2018 +0200