1. 0c87277 Merge git://git.denx.de/u-boot-fdt by Tom Rini · Tue Nov 25 11:08:52 2014 -0500
  2. 7e08a1f Merge git://git.denx.de/u-boot-dm by Tom Rini · Mon Nov 24 12:01:48 2014 -0500
  3. b660ae7 Merge git://git.denx.de/u-boot-x86 by Tom Rini · Mon Nov 24 12:00:00 2014 -0500
  4. 3e336c8 vsprintf: Add modifier for phys_addr_t by Thierry Reding · Wed Nov 12 18:26:47 2014 -0700
  5. 37ef325 dm: fdt: Correct handling of aliases with embedded digits by Simon Glass · Tue Nov 11 10:46:20 2014 -0700
  6. 268eefd x86: ivybridge: Implement SDRAM init by Simon Glass · Wed Nov 12 22:42:28 2014 -0700
  7. f79d538 x86: ivybridge: Perform Intel microcode update on boot by Simon Glass · Wed Nov 12 22:42:21 2014 -0700
  8. eda0c3f fdt: Add a function to decode a variable-sized u32 array by Simon Glass · Mon Nov 10 18:00:19 2014 -0700
  9. 1f4476c x86: Save the BIST value on reset by Simon Glass · Thu Nov 06 13:20:10 2014 -0700
  10. 6894186 fdt: Add a function to decode a named memory region by Simon Glass · Thu Oct 23 18:58:56 2014 -0600
  11. f5e141f fdt: Enhance flashmap function to deal with region properties by Simon Glass · Thu Oct 23 18:58:52 2014 -0600
  12. a28f8ba fdt: Use the correct return types for fdtdec_decode_region() by Simon Glass · Thu Oct 23 18:58:51 2014 -0600
  13. bd42662 include: move various macros to include/linux/kernel.h by Masahiro Yamada · Fri Nov 07 03:03:28 2014 +0900
  14. eff8e68 replace DIV_ROUND with DIV_ROUND_CLOSEST by Masahiro Yamada · Fri Nov 07 03:03:26 2014 +0900
  15. 08ea373 Tidy up data sizes and function comment in display_options by Simon Glass · Wed Oct 15 04:38:35 2014 -0600
  16. d1c377f Use uint64_t instead of u64 in put_dec() by Simon Glass · Wed Oct 15 04:38:34 2014 -0600
  17. 0e10316 Use uint64_t for time types by Simon Glass · Wed Oct 15 04:38:33 2014 -0600
  18. a020972 lmb: make local functions static by Jeroen Hofstee · Wed Oct 08 22:57:39 2014 +0200
  19. 9520b71 kconfig: move CONFIG_USE_PRIVATE_LIBGCC to Kconfig by Masahiro Yamada · Fri Oct 24 01:30:43 2014 +0900
  20. e301fa0 kconfig: move CONFIG_SYS_HZ to lib/Kconfig by Masahiro Yamada · Fri Oct 24 01:30:40 2014 +0900
  21. 56b661f Merge git://git.denx.de/u-boot-x86 by Tom Rini · Thu Oct 23 06:54:03 2014 -0400
  22. 9a4b8e2 Merge git://git.denx.de/u-boot-fdt by Tom Rini · Thu Oct 23 06:51:46 2014 -0400
  23. eff23f7 x86: dts: Add device tree compatible string for Intel IPC by Simon Glass · Fri Oct 10 07:30:14 2014 -0600
  24. 2485631 fdt: Add a function to return PCI BDF triplet by Thierry Reding · Tue Aug 26 17:33:54 2014 +0200
  25. a937b80 fdt: Add resource parsing functions by Thierry Reding · Tue Aug 26 17:33:53 2014 +0200
  26. 5504b80 fdt: Add functions to retrieve strings by Thierry Reding · Tue Aug 26 17:33:52 2014 +0200
  27. a24f1ac fdt: Add a function to get the index of a string by Thierry Reding · Tue Aug 26 17:33:51 2014 +0200
  28. 92ba09e fdt: Add a function to count strings by Thierry Reding · Tue Aug 26 17:33:50 2014 +0200
  29. 5b3abbe initcall: Display error number when an error occurs by Simon Glass · Wed Oct 01 19:57:22 2014 -0600
  30. 3f053fe kconfig: move CONFIG_CC_OPTIMIZE_LIBS_FOR_SPEED to Kconfig by Masahiro Yamada · Tue Sep 16 16:32:59 2014 +0900
  31. f3e12b7 kconfig: add blank Kconfig files by Masahiro Yamada · Tue Sep 16 16:32:58 2014 +0900
  32. 2be4b3e kbuild: force to define __UBOOT__ in all the C sources by Masahiro Yamada · Sun Aug 31 15:16:53 2014 +0900
  33. 162efa2 Merge branch 'master' of git://git.denx.de/u-boot-dm by Tom Rini · Sat Sep 13 16:32:52 2014 -0400
  34. 1e374fb dm: fdt: Add a function to look up a chosen node by Simon Glass · Thu Sep 04 16:27:24 2014 -0600
  35. 8c5e264 video: Add driver for Parade PS8625 dP to LVDS bridge by Vadim Bendebury · Fri Sep 05 16:53:34 2014 +0530
  36. e24c502 video: exynos_fimd: Add framework to disable FIMD sysmmu by Ajay Kumar · Fri Sep 05 16:53:33 2014 +0530
  37. 4f7a9a3 lib, linux: move linux specific defines to linux/compat.h by Heiko Schocher · Tue Jun 24 10:10:03 2014 +0200
  38. 762320b lib, list_sort: add list_sort from linux 3.14 by Heiko Schocher · Tue Jun 24 10:10:01 2014 +0200
  39. 27b6562 lib, rbtree: resync with Linux-3.14 by Heiko Schocher · Tue Jun 24 10:10:00 2014 +0200
  40. b6a010b lib: lmb: fix overflow in __lmb_alloc_base w/ large RAM by Stephen Warren · Thu Jul 31 13:40:07 2014 -0600
  41. a436f21 rsa: Fix two errors in the implementation by Simon Glass · Wed Jul 30 10:00:17 2014 -0600
  42. 536774d fdt: Sync up with libfdt by Simon Glass · Wed Jul 30 03:59:03 2014 -0600
  43. 89f4ed1 Implement generalised RSA public exponents for verified boot by Michael van der Westhuizen · Wed Jul 02 10:17:26 2014 +0200
  44. c95f678 fdt: Add a function to get the node offset of an alias by Simon Glass · Wed Jul 23 06:55:16 2014 -0600
  45. 9908ad4 fdt: Add a function to get the alias sequence of a node by Simon Glass · Wed Jul 23 06:55:09 2014 -0600
  46. 863e404 Add a simple malloc() implementation for pre-relocation by Simon Glass · Thu Jul 10 22:23:28 2014 -0600
  47. 3e12be7 Add option -r to env import to allow import of text files with CRLF as line endings by Alexander Holler · Mon Jul 14 17:49:55 2014 +0200
  48. cb21e37 lib/time.c cleanups by Pavel Machek · Sun Jul 13 13:14:27 2014 +0200
  49. 4659055 lib:vsprintf: reduce scope of pack_hex_byte by Jeroen Hofstee · Thu Jul 10 22:33:00 2014 +0200
  50. 0ee8d79 lib:sha1: remove unused constant by Jeroen Hofstee · Thu Jul 10 20:12:45 2014 +0200
  51. 0461dda lib:lmb: use __weak by Jeroen Hofstee · Thu Jun 26 20:04:37 2014 +0200
  52. 2922317 lib: div64: add missing include by Jeroen Hofstee · Sun Jun 22 23:24:04 2014 +0200
  53. 80bff37 lib, fdt: move fdtdec_get_int() out of lib/fdtdec.c by Heiko Schocher · Sun Jun 22 06:33:29 2014 +0200
  54. bfe88fe includes: move openssl headers to include/u-boot by Jeroen Hofstee · Thu Jun 12 22:27:12 2014 +0200
  55. 9423bad mkimage: Automatically expand FDT in more cases by Simon Glass · Thu Jun 12 07:24:42 2014 -0600
  56. fc47300 libfdt: Fix segfault when calling fit_check_format() on corrupt FIT images by Jon Nalley · Wed Feb 26 11:32:21 2014 -0500
  57. 0d23e8a LzmaTools: don't self assign values by Jeroen Hofstee · Tue Jun 10 23:37:23 2014 +0200
  58. af2f9d5 fdt: Update functions which write to an FDT to return -ENOSPC by Simon Glass · Mon Jun 02 22:04:51 2014 -0600
  59. e61f9f6 Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' by Albert ARIBAUD · Mon Jun 02 08:43:48 2014 +0200
  60. 8f77045 initcall: Improve debugging support by Simon Glass · Tue May 20 06:01:43 2014 -0600
  61. b81b5a8 exynos: Enable the LCD backlight for snow by Simon Glass · Tue May 20 06:01:42 2014 -0600
  62. 2ab5695 power: Add support for TPS65090 PMU chip. by Tom Wai-Hong Tam · Tue May 20 06:01:36 2014 -0600
  63. 343cd9f eMMC: add support for operations in RPMB partition by Pierre Aubert · Thu Apr 24 10:30:06 2014 +0200
  64. e3fb6fa ARM: dts: exynos: rename from EXYNOS5_DWMMC to EXYNOS_DWMMC by Jaehoon Chung · Fri May 16 13:59:51 2014 +0900
  65. 511740c lib/sha256: fix compile on some hosts by Andreas Bießmann · Sun Apr 20 10:34:15 2014 +0200
  66. 398c70c aes: make apply_cbc_chain_data non-static by Stephen Warren · Fri Apr 18 10:28:58 2014 -0600
  67. d231bd9 Merge branch 'next' by Tom Rini · Thu Apr 17 14:33:25 2014 -0400
  68. b8fb7b8 Merge branch 'u-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · Tue Apr 08 09:25:08 2014 +0200
  69. 5ec2ed2 cmd:gpt: randomly generate each partition uuid if undefined by Przemyslaw Marczak · Wed Apr 02 10:20:06 2014 +0200
  70. 2eb40ee new commands: uuid and guid - generate random unique identifier by Przemyslaw Marczak · Wed Apr 02 10:20:05 2014 +0200
  71. b428514 lib: uuid: add functions to generate UUID version 4 by Przemyslaw Marczak · Wed Apr 02 10:20:04 2014 +0200
  72. 0c81336 lib: uuid: code refactor for proper maintain between uuid bin and string by Przemyslaw Marczak · Wed Apr 02 10:20:03 2014 +0200
  73. fa90734 part_efi: move uuid<->string conversion functions into lib/uuid.c by Przemyslaw Marczak · Wed Apr 02 10:20:02 2014 +0200
  74. cd9c268 lib: rand: introduce new configs: CONFIG_LIB_RAND and CONFIG_LIB_HW_RAND by Przemyslaw Marczak · Tue Mar 25 10:58:19 2014 +0100
  75. 287a839 Logo: TIZEN: Change booting logo size to official size. by Jonghwa Lee · Fri Mar 21 18:18:02 2014 +0900
  76. 5f0e674 Merge branch 'u-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · Tue Mar 25 10:25:14 2014 +0100
  77. 05ed2a5 env: Implement support for AES encryption into fw_* tools by Marek Vasut · Wed Mar 05 19:59:52 2014 +0100
  78. de5a053 aes: Implement AES-128-CBC decryption function by Marek Vasut · Wed Mar 05 19:58:38 2014 +0100
  79. 23ec68c aes: Move the AES-128-CBC encryption function to common code by Marek Vasut · Wed Mar 05 19:58:37 2014 +0100
  80. d7b4232 tools, fit_check_sign: verify a signed fit image by Heiko Schocher · Mon Mar 03 12:19:30 2014 +0100
  81. 4b81756 rsa: add sha256,rsa4096 algorithm by Heiko Schocher · Mon Mar 03 12:19:27 2014 +0100
  82. edaf9b1 rsa: add sha256-rsa2048 algorithm by Heiko Schocher · Mon Mar 03 12:19:26 2014 +0100
  83. 8ae3380 fit: add sha256 support by Heiko Schocher · Mon Mar 03 12:19:25 2014 +0100
  84. b9ddbf4 sandbox: Add LCD driver by Simon Glass · Thu Feb 27 13:26:19 2014 -0700
  85. 36170f0 cros_ec: sandbox: Add Chrome OS EC emulation by Simon Glass · Thu Feb 27 13:26:12 2014 -0700
  86. 9f78372 cros_ec: Add a function for reading a flash map entry by Simon Glass · Thu Feb 27 13:26:01 2014 -0700
  87. 12cf19e drivers:mmc:sdhci: enable support for DT by Piotr Wilczek · Fri Mar 07 14:59:41 2014 +0100
  88. 24e368a video:mipidsim:fdt: Add DT support for mipi dsim driver by Piotr Wilczek · Fri Mar 07 14:59:39 2014 +0100
  89. b564aed kbuild, blackfin: Add CONFIG_CC_OPTIMIZE_LIBS_FOR_SPEED by Masahiro Yamada · Wed Mar 05 16:59:37 2014 +0900
  90. 6c48001 Add 64-bit data support for memory commands by York Sun · Wed Feb 26 17:03:19 2014 -0800
  91. 958a8f8 arm: Switch to -mno-unaligned-access when supported by the compiler by Tom Rini · Tue Feb 25 10:27:01 2014 -0500
  92. 0d68fb1 kbuild: use Linux Kernel build scripts by Masahiro Yamada · Tue Feb 04 17:24:28 2014 +0900
  93. 59f15f2 kbuild: change out-of-tree build by Masahiro Yamada · Tue Feb 04 17:24:24 2014 +0900
  94. 6f24d32 Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' by Albert ARIBAUD · Thu Feb 13 13:30:54 2014 +0100
  95. 65e0eb1 mmc: tegra: support Tegra124 by Stephen Warren · Fri Jan 24 12:46:06 2014 -0700
  96. 02f4a09 lib: tizen: change Tizen logo with the new one. by Przemyslaw Marczak · Fri Nov 29 18:30:43 2013 +0100
  97. 6958ede lib: fix return codes when CONFIG_SYS_VSNPRINTF is enabled by Darwin Rambo · Thu Dec 19 15:14:19 2013 -0800
  98. f283e4f lib: time: add weak timer_init() function by Darwin Rambo · Thu Dec 19 15:06:12 2013 -0800
  99. 1c4f629 lzma: fix buffer bound check error by Antonios Vamporakis · Tue Dec 31 02:57:01 2013 +0100
  100. 46e0bc9 Add crc8 routine by Simon Glass · Sun Nov 10 10:26:47 2013 -0700