1. ecf6082 Merge git://git.denx.de/u-boot-dm by Tom Rini · Fri Jul 15 08:06:22 2016 -0400
  2. 946c723 dm: Update the of-platdata README for the new features by Simon Glass · Mon Jul 04 11:58:42 2016 -0600
  3. c405fc4 dm: Add a test for of-platdata by Simon Glass · Mon Jul 04 11:58:41 2016 -0600
  4. 8cfa74e test/py: Start sandbox SPL when enabled by Simon Glass · Mon Jul 04 11:58:40 2016 -0600
  5. 9bc2083 test/py: Provide a way to get early console output by Simon Glass · Mon Jul 04 11:58:39 2016 -0600
  6. ba83e94 test/py: Note which console produced unexpected output by Simon Glass · Mon Jul 04 11:58:38 2016 -0600
  7. 13f422e test/py: Handle testing with the sandbox_spl board by Simon Glass · Mon Jul 04 11:58:37 2016 -0600
  8. 1475e49 rockchip: Use of-platdata for firefly-rk3288 by Simon Glass · Mon Jul 04 11:58:36 2016 -0600
  9. 4d1192c rockchip: sdram: Update the driver to support of-platdata by Simon Glass · Mon Jul 04 11:58:35 2016 -0600
  10. 8e6af6f rockchip: sdram: Move all DT decoding to ofdata_to_platdata() by Simon Glass · Mon Jul 04 11:58:34 2016 -0600
  11. d63ea43 rockchip: syscon: Update to work with of-platdata by Simon Glass · Mon Jul 04 11:58:33 2016 -0600
  12. 26158ef rockchip: Don't use spl_boot_device() with of-platdata by Simon Glass · Mon Jul 04 11:58:32 2016 -0600
  13. 13fb1bc rockchip: Move the MMC setup check earlier by Simon Glass · Mon Jul 04 11:58:31 2016 -0600
  14. ff8357e rockchip: pinctrl: Update the rk3288 driver to support of-platdata by Simon Glass · Mon Jul 04 11:58:30 2016 -0600
  15. 00c5fd4 rockchip: clk: Update the rk3288 driver to support of-platdata by Simon Glass · Mon Jul 04 11:58:29 2016 -0600
  16. 994c29d rockchip: clk: Move all DT decoding to ofdata_to_platdata() by Simon Glass · Mon Jul 04 11:58:28 2016 -0600
  17. 4bb9ce4 rockchip: mmc: Update the driver to support of-platdata by Simon Glass · Mon Jul 04 11:58:27 2016 -0600
  18. 4188d94 rockchip: mmc: Move all DT decoding to ofdata_to_platdata() by Simon Glass · Mon Jul 04 11:58:26 2016 -0600
  19. 19d6691 rockchip: Update the sdram-channel property to support of-platdata by Simon Glass · Mon Jul 04 11:58:25 2016 -0600
  20. b3068ad rockchip: serial: Add an of-platdata driver for rockchip by Simon Glass · Mon Jul 04 11:58:24 2016 -0600
  21. 18798be dm: serial: ns16550: Update to support of-platdata by Simon Glass · Mon Jul 04 11:58:23 2016 -0600
  22. b611433 dm: core: Add an implementation of regmap_init_mem_platdata() by Simon Glass · Mon Jul 04 11:58:22 2016 -0600
  23. 30d73e8 dm: core: Move regmap allocation into a separate function by Simon Glass · Mon Jul 04 11:58:21 2016 -0600
  24. 0950642 dm: sandbox: Enable of-platdata for sandbox_spl by Simon Glass · Mon Jul 04 11:58:20 2016 -0600
  25. c744fca sandbox: Don't bring in the eeprom emulator in SPL by Simon Glass · Mon Jul 04 11:58:19 2016 -0600
  26. afbf9b8 dm: core: Expand platdata for of-platdata devices by Simon Glass · Mon Jul 04 11:58:18 2016 -0600
  27. 8a07e68 dm: Don't attach the device tree to SPL with of-platdata by Simon Glass · Mon Jul 04 11:58:17 2016 -0600
  28. 6522a55 dtoc: Ignore the u-boot, dm-pre-reloc property by Simon Glass · Mon Jul 04 11:58:16 2016 -0600
  29. 2d4c7dc dm: core: Rename DM_NAME_ALLOCED to DM_FLAG_NAME_ALLOCED by Simon Glass · Mon Jul 04 11:58:15 2016 -0600
  30. e9559fb dm: spl: Bind in all devices in SPL with of-platdata by Simon Glass · Mon Jul 04 11:58:14 2016 -0600
  31. affe9ee tiny-printf: Support assert() by Simon Glass · Mon Jul 04 11:58:13 2016 -0600
  32. 0dbc728 Only build the libfdt python module if 'swig' is available by Simon Glass · Mon Jul 04 11:58:12 2016 -0600
  33. a2a6f04 dm: Add a more efficient libfdt library by Simon Glass · Mon Jul 04 11:58:11 2016 -0600
  34. bf6e890 dm: Makefile: Build of-platdata files when the feature is enabled by Simon Glass · Mon Jul 04 11:58:10 2016 -0600
  35. bfad22e dm: Add a tool to generate C code from a device tree by Simon Glass · Mon Jul 04 11:58:09 2016 -0600
  36. fa8974d dm: Add a library to provide simple device-tree access by Simon Glass · Mon Jul 04 11:58:08 2016 -0600
  37. 261ad28 dm: Add a README for of-platdata by Simon Glass · Mon Jul 04 11:58:07 2016 -0600
  38. 7bc65f3 dm: Add an option to enable the of-platdata feature by Simon Glass · Mon Jul 04 11:58:06 2016 -0600
  39. 4f3ce47 dm: Don't include fdtdec functions when of-platdata is enabled by Simon Glass · Mon Jul 04 11:58:05 2016 -0600
  40. afd81a5 dm: serial: Add support for of-platdata by Simon Glass · Mon Jul 04 11:58:04 2016 -0600
  41. 589d915 dm: clk: Add support for of-platdata by Simon Glass · Mon Jul 04 11:58:03 2016 -0600
  42. da59fae dm: Add a header that provides access to the of-platdata structs by Simon Glass · Mon Jul 04 11:58:02 2016 -0600
  43. 750c482 dm: sandbox: Add a simple driver to test of-platdata by Simon Glass · Mon Jul 04 11:58:01 2016 -0600
  44. 73dd069 dm: syscon: Add support for of-platdata by Simon Glass · Mon Jul 04 11:58:00 2016 -0600
  45. b944345 dm: regmap: Add a dummy implementation for of-platdata by Simon Glass · Mon Jul 04 11:57:59 2016 -0600
  46. 8d7e816 dm: core: Don't use device tree with of-platdata by Simon Glass · Mon Jul 04 11:57:58 2016 -0600
  47. abbe825 dm: Makefile: Build of-platdata before SPL by Simon Glass · Mon Jul 04 11:57:57 2016 -0600
  48. bb94838 dm: spl: Don't set up device tree with of-platdata by Simon Glass · Mon Jul 04 11:57:56 2016 -0600
  49. 4e9c131 sandbox: Add a test device that uses of-platdata by Simon Glass · Mon Jul 04 11:57:55 2016 -0600
  50. 9ca517d sandbox: Add a new sandbox_spl board by Simon Glass · Mon Jul 04 11:57:54 2016 -0600
  51. 549f23a sandbox: serial: Don't sync video in SPL by Simon Glass · Mon Jul 04 11:57:53 2016 -0600
  52. 1a4742c sandbox: Don't use IDE and iotrace in SPL by Simon Glass · Mon Jul 04 11:57:52 2016 -0600
  53. a7e2d4d sandbox: Add basic SPL implementation by Simon Glass · Mon Jul 04 11:57:51 2016 -0600
  54. 5cf1663 sandbox: Don't include the main loop in SPL by Simon Glass · Mon Jul 04 11:57:50 2016 -0600
  55. f44a3a5 sandbox: Don't use PCI in SPL by Simon Glass · Mon Jul 04 11:57:49 2016 -0600
  56. 141e5a0 sandbox: Add some missing headers in cpu.c by Simon Glass · Mon Jul 04 11:57:48 2016 -0600
  57. be31037 sandbox: Correct header file order in cpu.c by Simon Glass · Mon Jul 04 11:57:47 2016 -0600
  58. 1a3ba62 sandbox: Support building an SPL image by Simon Glass · Mon Jul 04 11:57:46 2016 -0600
  59. 2c931ba sandbox: Allow chaining from SPL to U-Boot proper by Simon Glass · Mon Jul 04 11:57:45 2016 -0600
  60. 32fa8fa Makefile: Allow the SPL final link rule to be overridden by Simon Glass · Mon Jul 04 11:57:44 2016 -0600
  61. ae9e3a5 spl: Drop include of i2c.h by Simon Glass · Mon Jul 04 11:57:43 2016 -0600
  62. 9f8063b README: Remove CONFIG_SYS_MALLOC_F_LEN comment by Simon Glass · Mon Jul 04 11:57:42 2016 -0600
  63. d6b6b50 sandbox: Don't print a warning for CONFIG_I2C_COMPAT by Simon Glass · Mon Jul 04 11:57:41 2016 -0600
  64. 4612af6 rtc: Tidy up the code style by Simon Glass · Sun Jun 19 19:51:00 2016 -0600
  65. 143997a arm: Show cache warnings in U-Boot proper only by Simon Glass · Sun Jun 19 19:43:05 2016 -0600
  66. e558f6a Add warn_non_spl() to show a message in U-Boot proper by Simon Glass · Sun Jun 19 19:43:04 2016 -0600
  67. 1ec1c3a Add comments for debug() and pr_fmt by Simon Glass · Sun Jun 19 19:43:03 2016 -0600
  68. b7ba957 arm: Don't invalidate unaligned cache regions by Simon Glass · Sun Jun 19 19:43:02 2016 -0600
  69. 8540658 arm: Move check_cache_range() into a common place by Simon Glass · Sun Jun 19 19:43:01 2016 -0600
  70. d3aa98a board_f: prevent misleading "Watchdog enabled" output by Anatolij Gustschin · Mon Jun 13 14:24:24 2016 +0200
  71. 87db294 board_f: init designware watchdog if CONFIG_DESIGNWARE_WATCHDOG=y by Anatolij Gustschin · Mon Jun 13 14:24:23 2016 +0200
  72. f9c0bfd configs: da850evm: enable bootz command by Sekhar Nori · Tue Jul 12 16:24:48 2016 +0530
  73. e38b45a ARM: OMAP5+: Enable errata i727 by Lokesh Vutla · Tue Jul 12 14:47:41 2016 +0530
  74. 9e3cd3c mkimage: fix missing break for -p switch by Teddy Reed · Mon Jul 11 22:54:26 2016 -0700
  75. 8f9cc4c bootm: fixup silent Linux out of BOOTM_STATE_LOADOS state by Hector Palacios · Mon Jul 11 12:34:37 2016 +0200
  76. 8a214c9 stm32: Change USART port to USART6 for stm32f746 discovery board by Toshifumi NISHINAGA · Fri Jul 08 01:02:26 2016 +0900
  77. 18bd763 stm32: Add SDRAM support for stm32f746 discovery board by Toshifumi NISHINAGA · Fri Jul 08 01:02:25 2016 +0900
  78. 65bfb9c stm32: clk: Add 200MHz clock configuration for stm32f746 discovery board by Toshifumi NISHINAGA · Fri Jul 08 01:02:24 2016 +0900
  79. 8804453 dragonboard410c: adding missing default addr for script and pxe boot by Ricardo Salveti de Araujo · Sun Jul 03 14:16:03 2016 -0300
  80. 1ff6229 dragonboard410c: prefer sdcard boot over emmc by Ricardo Salveti de Araujo · Sun Jul 03 13:59:01 2016 -0300
  81. d977ecd test: Convert the vboot test to test/py by Simon Glass · Sun Jul 03 09:40:46 2016 -0600
  82. ec539f7 tools: Correct error handling in fit_image_process_hash() by Simon Glass · Sun Jul 03 09:40:44 2016 -0600
  83. 061752e tools: Add an error code when fit_handle_file() fails by Simon Glass · Sun Jul 03 09:40:43 2016 -0600
  84. 2436bb0 test/py: Add a helper to run a list of U-Boot commands by Simon Glass · Sun Jul 03 09:40:42 2016 -0600
  85. be86ac6 test/py: Provide a way to check that a command fails by Simon Glass · Sun Jul 03 09:40:41 2016 -0600
  86. 614348e test/py: Add an option to execute a string containing a command by Simon Glass · Sun Jul 03 09:40:40 2016 -0600
  87. db16a3d test/py: Return output from run_and_log() by Simon Glass · Sun Jul 03 09:40:39 2016 -0600
  88. 4134caf test/py: Provide output from exceptions with RunAndLog() by Simon Glass · Sun Jul 03 09:40:38 2016 -0600
  89. 9f3c9e9 test/py: Allow RunAndLog() to return the output by Simon Glass · Sun Jul 03 09:40:37 2016 -0600
  90. 3b09787 test/py: Allow tests to control the sandbox device-tree file by Simon Glass · Sun Jul 03 09:40:36 2016 -0600
  91. 43cdb79 sandbox: Don't exit when bootm completes by Simon Glass · Sun Jul 03 09:40:35 2016 -0600
  92. 8ab6cc3 test: Add a simple script to run tests on sandbox by Simon Glass · Sun Jul 03 09:40:34 2016 -0600
  93. d8e3635 test: Add a README by Simon Glass · Sun Jul 03 09:40:33 2016 -0600
  94. 86a6449 tools: Allow building with debug enabled by Simon Glass · Thu Jun 30 10:52:20 2016 -0600
  95. eaa2540 mkimage: Show item lists for all categories by Simon Glass · Thu Jun 30 10:52:19 2016 -0600
  96. be42159 mkimage: Use generic code for showing an 'image type' error by Simon Glass · Thu Jun 30 10:52:18 2016 -0600
  97. 1d138b5 mkimage: Allow display of a list of any image header category by Simon Glass · Thu Jun 30 10:52:17 2016 -0600
  98. 1986433 image: Add functions to obtain category information by Simon Glass · Thu Jun 30 10:52:16 2016 -0600
  99. a3ed737 image: Add a name for invalid types by Simon Glass · Thu Jun 30 10:52:15 2016 -0600
  100. 7da41d5 image: Create a table of information for each category by Simon Glass · Thu Jun 30 10:52:14 2016 -0600