1. 1c6f6a6 Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Tom Rini · 10 years ago
  2. bc55c07 lib/asm-offsets - make GD_RELOCADDR, GD_RELOC_OFF & GD_START_ADDR_SP available for all architectures by Alexey Brodkin · 10 years ago
  3. ccf2886 rsa : Compile Modular Exponentiation files based on CONFIG_RSA_SOFTWARE_EXP by gaurav rana · 10 years ago
  4. 1e7df7c usb: UniPhier: add UniPhier on-chip xHCI host driver support by Masahiro Yamada · 10 years ago
  5. 94e3c8c crypto/fsl - Add progressive hashing support using hardware acceleration. by gaurav rana · 10 years ago
  6. c89ada0 fdtdec: Add compatible id and string for Intel Quark MRC by Bin Meng · 10 years ago
  7. b37b46f rsa: Use checksum algorithms from struct hash_algo by Ruchika Gupta · 10 years ago
  8. d9f23c7 lib/rsa: Add Kconfig for devices supporting RSA Modular Exponentiation by Ruchika Gupta · 10 years ago
  9. c937ff6 lib/rsa: Modify rsa to use DM driver by Ruchika Gupta · 10 years ago
  10. c4beb22 FIT: Modify option FIT_SIGNATURE in Kconfig by Ruchika Gupta · 10 years ago
  11. fc2f424 rsa: Split the rsa-verify to separate the modular exponentiation by Ruchika Gupta · 10 years ago
  12. b9749eb dm: exynos: Drop unused COMPAT features for SPI by Simon Glass · 10 years ago
  13. dedff1a dm: tegra: Drop unused COMPAT features for I2C, SPI by Simon Glass · 10 years ago
  14. a08d643 dm: Drop gpio.h header from fdtdec.c by Simon Glass · 10 years ago
  15. 009067c dm: fdt: Remove the old GPIO functions by Simon Glass · 10 years ago
  16. 57068a7 dm: fdt: Add a function to decode phandles with arguments by Simon Glass · 10 years ago
  17. 5da3808 x86: dts: Add compatible string for Intel ICH9 SPI controller by Simon Glass · 10 years ago
  18. 670c017 lzo: Update dst_len even on error by Simon Glass · 10 years ago
  19. 9c55c54 gunzip: Update lenp even on error by Simon Glass · 10 years ago
  20. 362a0e4 bzlib: Update destLen even on error by Simon Glass · 10 years ago
  21. f6eec89 lzma: fix buffer bound check error further by Simon Glass · 10 years ago
  22. a62e84d fdt: Add several apis to decode pci device node by Bin Meng · 10 years ago
  23. a74a4a8 Merge branch 'master' of git://git.denx.de/u-boot-tegra by Tom Rini · 10 years ago
  24. e38d1cb initcall: add explicit hint if initcall was relocated by Alexey Brodkin · 10 years ago
  25. f315828 pci: tegra: Add Tegra PCIe driver by Thierry Reding · 10 years ago
  26. 79c7a90 ARM: tegra: Implement XUSB pad controller by Thierry Reding · 10 years ago
  27. 6173c45 power: Add AMS AS3722 PMIC support by Thierry Reding · 10 years ago
  28. fe0c33a x86: Clean up asm-offsets by Bin Meng · 10 years ago
  29. 59345b1 lib: errno: introduce errno_str(): returns errno related message by Przemyslaw Marczak · 10 years ago
  30. 80d9ef8 lib: string: move strlcpy() to a common place by Masahiro Yamada · 10 years ago
  31. 61eb5d7 libfdt: move CONFIG_OF_LIBFDT and CONFIG_FIT to lib/Makefile by Masahiro Yamada · 10 years ago
  32. 77d2675 libfdt: descend from lib/ to lib/libfdt/ by Masahiro Yamada · 10 years ago
  33. f071c50 lib: bzip2: move bzip2 files to lib/bzip2/ directory by Masahiro Yamada · 10 years ago
  34. afc366f Replace <compiler.h> with <linux/compiler.h> by Masahiro Yamada · 10 years ago
  35. 8834210 Merge git://git.denx.de/u-boot-fdt by Tom Rini · 10 years ago
  36. f4e7e2d Merge git://git.denx.de/u-boot-x86 by Tom Rini · 10 years ago
  37. 0bd4e39 fdt: remove fdtdec_get_alias_node() function by Masahiro Yamada · 10 years ago
  38. 1fc4e6f Merge git://git.denx.de/u-boot-fdt by Tom Rini · 10 years ago
  39. effcf06 x86: Add initial video device init for Intel GMA by Simon Glass · 10 years ago
  40. bb80be3 x86: Add init for model 206AX CPU by Simon Glass · 10 years ago
  41. 3ac8393 x86: ivybridge: Add SATA init by Simon Glass · 10 years ago
  42. 1739564 Merge git://git.denx.de/u-boot-dm by Tom Rini · 10 years ago
  43. 746667f Merge git://git.denx.de/u-boot-x86 by Tom Rini · 10 years ago
  44. 1eebd14 vsprintf: Add modifier for phys_addr_t by Thierry Reding · 10 years ago
  45. a88340d dm: fdt: Correct handling of aliases with embedded digits by Simon Glass · 10 years ago
  46. 65dd74a x86: ivybridge: Implement SDRAM init by Simon Glass · 10 years ago
  47. 77f9b1f x86: ivybridge: Perform Intel microcode update on boot by Simon Glass · 10 years ago
  48. a9f04d4 fdt: Add a function to decode a variable-sized u32 array by Simon Glass · 10 years ago
  49. f67cd51 x86: Save the BIST value on reset by Simon Glass · 10 years ago
  50. 2640387 fdt: Add a function to decode a named memory region by Simon Glass · 10 years ago
  51. f3cc44f fdt: Enhance flashmap function to deal with region properties by Simon Glass · 10 years ago
  52. 7648983 fdt: Use the correct return types for fdtdec_decode_region() by Simon Glass · 10 years ago
  53. cba1da4 include: move various macros to include/linux/kernel.h by Masahiro Yamada · 10 years ago
  54. 4515992 replace DIV_ROUND with DIV_ROUND_CLOSEST by Masahiro Yamada · 10 years ago
  55. c6da9ae Tidy up data sizes and function comment in display_options by Simon Glass · 10 years ago
  56. 6bf6725 Use uint64_t instead of u64 in put_dec() by Simon Glass · 10 years ago
  57. 19ea467 Use uint64_t for time types by Simon Glass · 10 years ago
  58. 750a6ff lmb: make local functions static by Jeroen Hofstee · 10 years ago
  59. 45ccec8 kconfig: move CONFIG_USE_PRIVATE_LIBGCC to Kconfig by Masahiro Yamada · 10 years ago
  60. 8c688bc kconfig: move CONFIG_SYS_HZ to lib/Kconfig by Masahiro Yamada · 10 years ago
  61. dee8abc Merge git://git.denx.de/u-boot-x86 by Tom Rini · 10 years ago
  62. 2110957 Merge git://git.denx.de/u-boot-fdt by Tom Rini · 10 years ago
  63. ca42d3f x86: dts: Add device tree compatible string for Intel IPC by Simon Glass · 10 years ago
  64. 9f85eee fdt: Add a function to return PCI BDF triplet by Thierry Reding · 10 years ago
  65. 56f4224 fdt: Add resource parsing functions by Thierry Reding · 10 years ago
  66. 5094eb4 fdt: Add functions to retrieve strings by Thierry Reding · 10 years ago
  67. fc503c1 fdt: Add a function to get the index of a string by Thierry Reding · 10 years ago
  68. bc4147a fdt: Add a function to count strings by Thierry Reding · 10 years ago
  69. aacc6c5 initcall: Display error number when an error occurs by Simon Glass · 10 years ago
  70. b0928da kconfig: move CONFIG_CC_OPTIMIZE_LIBS_FOR_SPEED to Kconfig by Masahiro Yamada · 10 years ago
  71. ed36323 kconfig: add blank Kconfig files by Masahiro Yamada · 10 years ago
  72. 3b61297 kbuild: force to define __UBOOT__ in all the C sources by Masahiro Yamada · 10 years ago
  73. 8d028d4 Merge branch 'master' of git://git.denx.de/u-boot-dm by Tom Rini · 10 years ago
  74. aac07d4 dm: fdt: Add a function to look up a chosen node by Simon Glass · 10 years ago
  75. 9e8f664 video: Add driver for Parade PS8625 dP to LVDS bridge by Vadim Bendebury · 10 years ago
  76. 45c480c video: exynos_fimd: Add framework to disable FIMD sysmmu by Ajay Kumar · 10 years ago
  77. 0c06db5 lib, linux: move linux specific defines to linux/compat.h by Heiko Schocher · 10 years ago
  78. c068d44 lib, list_sort: add list_sort from linux 3.14 by Heiko Schocher · 10 years ago
  79. 9dd228b lib, rbtree: resync with Linux-3.14 by Heiko Schocher · 10 years ago
  80. ad3fda5 lib: lmb: fix overflow in __lmb_alloc_base w/ large RAM by Stephen Warren · 10 years ago
  81. 5426716 rsa: Fix two errors in the implementation by Simon Glass · 10 years ago
  82. 0596d35 fdt: Sync up with libfdt by Simon Glass · 10 years ago
  83. e0f2f15 Implement generalised RSA public exponents for verified boot by Michael van der Westhuizen · 10 years ago
  84. 3234aa4 fdt: Add a function to get the node offset of an alias by Simon Glass · 10 years ago
  85. 5c33c9f fdt: Add a function to get the alias sequence of a node by Simon Glass · 10 years ago
  86. d59476b Add a simple malloc() implementation for pre-relocation by Simon Glass · 10 years ago
  87. ecd1446 Add option -r to env import to allow import of text files with CRLF as line endings by Alexander Holler · 10 years ago
  88. fccacd3 lib/time.c cleanups by Pavel Machek · 10 years ago
  89. d7b2d9d lib:vsprintf: reduce scope of pack_hex_byte by Jeroen Hofstee · 10 years ago
  90. 6b13f0c lib:sha1: remove unused constant by Jeroen Hofstee · 10 years ago
  91. 2c34f3f lib:lmb: use __weak by Jeroen Hofstee · 10 years ago
  92. e259d6a lib: div64: add missing include by Jeroen Hofstee · 10 years ago
  93. b047d67 lib, fdt: move fdtdec_get_int() out of lib/fdtdec.c by Heiko Schocher · 10 years ago
  94. 2b9912e includes: move openssl headers to include/u-boot by Jeroen Hofstee · 10 years ago
  95. 597a8b2 mkimage: Automatically expand FDT in more cases by Simon Glass · 10 years ago
  96. af67b25 libfdt: Fix segfault when calling fit_check_format() on corrupt FIT images by Jon Nalley · 11 years ago
  97. 867abda LzmaTools: don't self assign values by Jeroen Hofstee · 10 years ago
  98. 4f427a4 fdt: Update functions which write to an FDT to return -ENOSPC by Simon Glass · 10 years ago
  99. cc49da2 Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' by Albert ARIBAUD · 10 years ago
  100. 2f43f85 initcall: Improve debugging support by Simon Glass · 10 years ago