1. 1a60650 kconfig: Move REGEX to Kconfig by Joe Hershberger · 9 years ago
  2. f56da29 dm: usb: exynos: Drop legacy USB code by Simon Glass · 10 years ago
  3. 33eac2d Add print_freq() to display frequencies nicely by Simon Glass · 9 years ago
  4. 2ea09c8 Move display_options functions to their own header by Simon Glass · 9 years ago
  5. 77d7fff fdt: Fix handling of paths with options in them by Hans de Goede · 9 years ago
  6. 5f757cd Merge branch 'master' of git://git.denx.de/u-boot-dm by Tom Rini · 9 years ago
  7. 1d76bf2 fdt: Allow FDT functions to be built for SPL by Simon Glass · 10 years ago
  8. 0879361 fdt: Rename setup_fdt() and make it prepare also by Simon Glass · 10 years ago
  9. b45122f fdt: sandbox: Move setup code from board_f to fdtdec by Simon Glass · 10 years ago
  10. 6631237 dm: Add a panic_str() function to reduce code size by Simon Glass · 10 years ago
  11. 918e9eb gunzip: add gzwrite routine for extracting compresed images to block device by Eric Nelson · 10 years ago
  12. 8156345 sandbox: Move CONFIG_SYS_VSNPRINTF to Kconfig by Simon Glass · 10 years ago
  13. 049a95a net: cosmetic: Change IPaddr_t to struct in_addr by Joe Hershberger · 9 years ago
  14. 3fbb787 cros_ec: exynos: Match up device tree with kernel version by Simon Glass · 10 years ago
  15. ce6adaa fdt: Drop LPC compatible string in fdtdec by Simon Glass · 10 years ago
  16. 672055e fdt: cros_ec: Drop compatible string in fdtdec by Simon Glass · 10 years ago
  17. 90b16d1 x86: chromebook_link: dts: Add PCH and LPC devices by Simon Glass · 10 years ago
  18. 0eb25b6 common: Make sure arch-specific map_sysmem() is defined by Joe Hershberger · 10 years ago
  19. aad78d2 dm: x86: pci: Convert chromebook_link to use driver model for pci by Simon Glass · 10 years ago
  20. 106cce9 fdt: Tighten up error handling in fdtdec_get_pci_addr() by Simon Glass · 10 years ago
  21. 5f7bfdd fdt: Export fdtdec_get_number() for general use by Simon Glass · 10 years ago
  22. 6462cde ARM: UniPhier: adjust device trees for business transfer by Masahiro Yamada · 10 years ago
  23. 1c6f6a6 Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Tom Rini · 10 years ago
  24. bc55c07 lib/asm-offsets - make GD_RELOCADDR, GD_RELOC_OFF & GD_START_ADDR_SP available for all architectures by Alexey Brodkin · 10 years ago
  25. ccf2886 rsa : Compile Modular Exponentiation files based on CONFIG_RSA_SOFTWARE_EXP by gaurav rana · 10 years ago
  26. 1e7df7c usb: UniPhier: add UniPhier on-chip xHCI host driver support by Masahiro Yamada · 10 years ago
  27. 94e3c8c crypto/fsl - Add progressive hashing support using hardware acceleration. by gaurav rana · 10 years ago
  28. c89ada0 fdtdec: Add compatible id and string for Intel Quark MRC by Bin Meng · 10 years ago
  29. b37b46f rsa: Use checksum algorithms from struct hash_algo by Ruchika Gupta · 10 years ago
  30. d9f23c7 lib/rsa: Add Kconfig for devices supporting RSA Modular Exponentiation by Ruchika Gupta · 10 years ago
  31. c937ff6 lib/rsa: Modify rsa to use DM driver by Ruchika Gupta · 10 years ago
  32. c4beb22 FIT: Modify option FIT_SIGNATURE in Kconfig by Ruchika Gupta · 10 years ago
  33. fc2f424 rsa: Split the rsa-verify to separate the modular exponentiation by Ruchika Gupta · 10 years ago
  34. b9749eb dm: exynos: Drop unused COMPAT features for SPI by Simon Glass · 10 years ago
  35. dedff1a dm: tegra: Drop unused COMPAT features for I2C, SPI by Simon Glass · 10 years ago
  36. a08d643 dm: Drop gpio.h header from fdtdec.c by Simon Glass · 10 years ago
  37. 009067c dm: fdt: Remove the old GPIO functions by Simon Glass · 10 years ago
  38. 57068a7 dm: fdt: Add a function to decode phandles with arguments by Simon Glass · 10 years ago
  39. 5da3808 x86: dts: Add compatible string for Intel ICH9 SPI controller by Simon Glass · 10 years ago
  40. 670c017 lzo: Update dst_len even on error by Simon Glass · 10 years ago
  41. 9c55c54 gunzip: Update lenp even on error by Simon Glass · 10 years ago
  42. 362a0e4 bzlib: Update destLen even on error by Simon Glass · 10 years ago
  43. f6eec89 lzma: fix buffer bound check error further by Simon Glass · 10 years ago
  44. a62e84d fdt: Add several apis to decode pci device node by Bin Meng · 10 years ago
  45. a74a4a8 Merge branch 'master' of git://git.denx.de/u-boot-tegra by Tom Rini · 10 years ago
  46. e38d1cb initcall: add explicit hint if initcall was relocated by Alexey Brodkin · 10 years ago
  47. f315828 pci: tegra: Add Tegra PCIe driver by Thierry Reding · 10 years ago
  48. 79c7a90 ARM: tegra: Implement XUSB pad controller by Thierry Reding · 10 years ago
  49. 6173c45 power: Add AMS AS3722 PMIC support by Thierry Reding · 10 years ago
  50. fe0c33a x86: Clean up asm-offsets by Bin Meng · 10 years ago
  51. 59345b1 lib: errno: introduce errno_str(): returns errno related message by Przemyslaw Marczak · 10 years ago
  52. 80d9ef8 lib: string: move strlcpy() to a common place by Masahiro Yamada · 10 years ago
  53. 61eb5d7 libfdt: move CONFIG_OF_LIBFDT and CONFIG_FIT to lib/Makefile by Masahiro Yamada · 10 years ago
  54. 77d2675 libfdt: descend from lib/ to lib/libfdt/ by Masahiro Yamada · 10 years ago
  55. f071c50 lib: bzip2: move bzip2 files to lib/bzip2/ directory by Masahiro Yamada · 10 years ago
  56. afc366f Replace <compiler.h> with <linux/compiler.h> by Masahiro Yamada · 10 years ago
  57. 8834210 Merge git://git.denx.de/u-boot-fdt by Tom Rini · 10 years ago
  58. f4e7e2d Merge git://git.denx.de/u-boot-x86 by Tom Rini · 10 years ago
  59. 0bd4e39 fdt: remove fdtdec_get_alias_node() function by Masahiro Yamada · 10 years ago
  60. 1fc4e6f Merge git://git.denx.de/u-boot-fdt by Tom Rini · 10 years ago
  61. effcf06 x86: Add initial video device init for Intel GMA by Simon Glass · 10 years ago
  62. bb80be3 x86: Add init for model 206AX CPU by Simon Glass · 10 years ago
  63. 3ac8393 x86: ivybridge: Add SATA init by Simon Glass · 10 years ago
  64. 1739564 Merge git://git.denx.de/u-boot-dm by Tom Rini · 10 years ago
  65. 746667f Merge git://git.denx.de/u-boot-x86 by Tom Rini · 10 years ago
  66. 1eebd14 vsprintf: Add modifier for phys_addr_t by Thierry Reding · 10 years ago
  67. a88340d dm: fdt: Correct handling of aliases with embedded digits by Simon Glass · 10 years ago
  68. 65dd74a x86: ivybridge: Implement SDRAM init by Simon Glass · 10 years ago
  69. 77f9b1f x86: ivybridge: Perform Intel microcode update on boot by Simon Glass · 10 years ago
  70. a9f04d4 fdt: Add a function to decode a variable-sized u32 array by Simon Glass · 10 years ago
  71. f67cd51 x86: Save the BIST value on reset by Simon Glass · 10 years ago
  72. 2640387 fdt: Add a function to decode a named memory region by Simon Glass · 10 years ago
  73. f3cc44f fdt: Enhance flashmap function to deal with region properties by Simon Glass · 10 years ago
  74. 7648983 fdt: Use the correct return types for fdtdec_decode_region() by Simon Glass · 10 years ago
  75. cba1da4 include: move various macros to include/linux/kernel.h by Masahiro Yamada · 10 years ago
  76. 4515992 replace DIV_ROUND with DIV_ROUND_CLOSEST by Masahiro Yamada · 10 years ago
  77. c6da9ae Tidy up data sizes and function comment in display_options by Simon Glass · 10 years ago
  78. 6bf6725 Use uint64_t instead of u64 in put_dec() by Simon Glass · 10 years ago
  79. 19ea467 Use uint64_t for time types by Simon Glass · 10 years ago
  80. 750a6ff lmb: make local functions static by Jeroen Hofstee · 10 years ago
  81. 45ccec8 kconfig: move CONFIG_USE_PRIVATE_LIBGCC to Kconfig by Masahiro Yamada · 10 years ago
  82. 8c688bc kconfig: move CONFIG_SYS_HZ to lib/Kconfig by Masahiro Yamada · 10 years ago
  83. dee8abc Merge git://git.denx.de/u-boot-x86 by Tom Rini · 10 years ago
  84. 2110957 Merge git://git.denx.de/u-boot-fdt by Tom Rini · 10 years ago
  85. ca42d3f x86: dts: Add device tree compatible string for Intel IPC by Simon Glass · 10 years ago
  86. 9f85eee fdt: Add a function to return PCI BDF triplet by Thierry Reding · 10 years ago
  87. 56f4224 fdt: Add resource parsing functions by Thierry Reding · 10 years ago
  88. 5094eb4 fdt: Add functions to retrieve strings by Thierry Reding · 10 years ago
  89. fc503c1 fdt: Add a function to get the index of a string by Thierry Reding · 10 years ago
  90. bc4147a fdt: Add a function to count strings by Thierry Reding · 10 years ago
  91. aacc6c5 initcall: Display error number when an error occurs by Simon Glass · 10 years ago
  92. b0928da kconfig: move CONFIG_CC_OPTIMIZE_LIBS_FOR_SPEED to Kconfig by Masahiro Yamada · 10 years ago
  93. ed36323 kconfig: add blank Kconfig files by Masahiro Yamada · 10 years ago
  94. 3b61297 kbuild: force to define __UBOOT__ in all the C sources by Masahiro Yamada · 10 years ago
  95. 8d028d4 Merge branch 'master' of git://git.denx.de/u-boot-dm by Tom Rini · 10 years ago
  96. aac07d4 dm: fdt: Add a function to look up a chosen node by Simon Glass · 10 years ago
  97. 9e8f664 video: Add driver for Parade PS8625 dP to LVDS bridge by Vadim Bendebury · 10 years ago
  98. 45c480c video: exynos_fimd: Add framework to disable FIMD sysmmu by Ajay Kumar · 10 years ago
  99. 0c06db5 lib, linux: move linux specific defines to linux/compat.h by Heiko Schocher · 10 years ago
  100. c068d44 lib, list_sort: add list_sort from linux 3.14 by Heiko Schocher · 10 years ago