1. 06883eb tpm: Add support for new Infineon I2C TPM (SLB 9645 TT 1.2 I2C) by Vincent Palatin · 12 years ago
  2. 800029e Merge branch 'master' of git://git.denx.de/u-boot-nand-flash by Tom Rini · 11 years ago
  3. 3a38a55 mtd: resync with Linux-3.7.1 by Sergey Lapin · 12 years ago
  4. 757a92f Merge branch 'u-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
  5. 3a4de33 libfdt: Add fdt_next_subnode() to permit easy subnode iteration by Simon Glass · 12 years ago
  6. 73b4756 Export fdt_stringlist_contains() by Simon Glass · 12 years ago
  7. 5270bde env: throw an error when an empty key is used by Lucian Cojocar · 12 years ago
  8. f7eb8c7 lib: import bitrev library from the linux kernel by Mike Dunn · 12 years ago
  9. d7a886b lib: consolidate hang() by Andreas Bießmann · 12 years ago
  10. ac9c301 "env grep" - add support for regular expression matches by Wolfgang Denk · 12 years ago
  11. 2aceea1 Add SLRE - Super Light Regular Expression library by Wolfgang Denk · 12 years ago
  12. e27fc12 "env grep" - reimplement command using hexport_r() by Wolfgang Denk · 12 years ago
  13. 565af27 hashtable: preparations to use hexport_r() for "env grep" by Wolfgang Denk · 12 years ago
  14. 7113685 fdt: Skip checking FDT if the pointer is NULL by Simon Glass · 12 years ago
  15. 62cf912 sandbox: Switch over to generic board by Simon Glass · 12 years ago
  16. 9b12a85 crc32: Correct endianness of crc32 result by Simon Glass · 12 years ago
  17. de0cf30 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 12 years ago
  18. c18f901 tpm: Add TPM command library by Che-liang Chiou · 12 years ago
  19. 8faa945 tpm: Add Infineon slb9635_i2c TPM driver by Rong Chang · 12 years ago
  20. 82a6547 omap_gpmc: add support for hw assisted BCH8 by Andreas Bießmann · 12 years ago
  21. 0ff9c5e Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' by Albert ARIBAUD · 12 years ago
  22. 32adc23 Merge branch 'u-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · 12 years ago
  23. 39bac15 EXYNOS5: FDT: Add compatible strings for FIMD by Ajay Kumar · 12 years ago
  24. 035a1cd EXYNOS: FDT: Add compatible strings for FIMD by Ajay Kumar · 12 years ago
  25. abc046b Merge branch 'u-boot-tegra/master' into 'u-boot-arm/master' by Albert ARIBAUD · 12 years ago
  26. 85c3d46c Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' by Albert ARIBAUD · 12 years ago
  27. b54f0d9 tegra114: fdt: add compatible string for tegra114 SPI ctrl by Allen Martin · 12 years ago
  28. 60956094 sf: Enable FDT-based configuration and memory mapping by Simon Glass · 12 years ago
  29. f429955 fdt: Add fdtdec_get_addr_size() to read reg properties by Simon Glass · 12 years ago
  30. 19aac97 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 12 years ago
  31. 82a5fa0 Introduce a basic initcall implementation by Simon Glass · 12 years ago
  32. 7db0e2d Tegra30: mmc: Add Tegra30 SDMMC compatible entry to fdtdec & driver by Tom Warren · 12 years ago
  33. 9745cf8 Tegra: MMC: Add DT support to MMC driver for all T20 boards by Tom Warren · 12 years ago
  34. f8cf4b2 Tegra: I2C: Add T114 clock support to tegra_i2c driver by Tom Warren · 12 years ago
  35. aa77318 Exynos5: FDT: Add TMU device node values by Akshay Saraswat · 12 years ago
  36. b4ce02a display_options:print_buffer: align ASCII print by Andreas Bießmann · 12 years ago
  37. 003c28c EXYNOS5: FDT: Add compatible strings for MAX98095 by Rajeshwari Shinde · 12 years ago
  38. 0bbd76f Roll crc32 into hash infrastructure by Simon Glass · 12 years ago
  39. d963b72 Update print_buffer() to use const by Simon Glass · 12 years ago
  40. 219ad3c vsprintf: add ustrtoll function by Piotr Wilczek · 12 years ago
  41. 1a754ee Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 12 years ago
  42. ba4fb9b tegra: add SPI SLINK driver by Allen Martin · 12 years ago
  43. e765952 tegra: spi: add fdt support to tegra SPI SFLASH driver by Allen Martin · 12 years ago
  44. 38c3815 libfdt: update from upstream dtc commit 142419e by Kim Phillips · 12 years ago
  45. 90a4cc8 Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' by Albert ARIBAUD · 12 years ago
  46. 1e9eeb0 EXYNOS5: FDT: Add compatible strings for PMIC by Rajeshwari Shinde · 12 years ago
  47. facdae5 arm: move C runtime setup code in crt0.S by Albert ARIBAUD · 12 years ago
  48. d6e9f44 EXYNOS5: FDT: Add compatible strings for USB by Rajeshwari Shinde · 12 years ago
  49. d95beaf EXYNOS5: FDT: Add compatible strings for SPI by Rajeshwari Shinde · 12 years ago
  50. 9d11673 EXYNOS5: FDT: Add compatible strings for sound by Rajeshwari Shinde · 12 years ago
  51. 2b71e9d FDT: Add compatible string for I2C by Rajeshwari Shinde · 12 years ago
  52. be5ad5a fdt: exynos5: Add DT node definition for SROM and SMSC9215 by Hatim RV · 12 years ago
  53. bafe41a Merge remote-tracking branch 'u-boot/master' into u-boot-arm-merged by Allen Martin · 12 years ago
  54. 71497d0 env: Add environment variable flags by Joe Hershberger · 12 years ago
  55. 60fd3ad env: Add support for callbacks to environment vars by Joe Hershberger · 12 years ago
  56. 79a905e env: Hide '.' variables in env print by default by Joe Hershberger · 12 years ago
  57. 638e659 env: Refactor apply into change_ok by Joe Hershberger · 12 years ago
  58. e5611c3 env: Consolidate common code in hsearch_r() by Joe Hershberger · 12 years ago
  59. a46f770 env: Refactor do_apply to a flag by Joe Hershberger · 12 years ago
  60. 32ec63c Make linux kernel string funcs available to tools by Joe Hershberger · 12 years ago
  61. 99180d6 vsprintf:fix: Change type returned by ustrtoul by Lukasz Majewski · 12 years ago
  62. 459af69 Add strcasecmp() and strncasecmp() by Simon Glass · 12 years ago
  63. 0df8243 sha256: Use const where possible and add watchdog function by Simon Glass · 12 years ago
  64. 5f60fa2 sha1: Use const where possible, and unsigned for input len by Simon Glass · 12 years ago
  65. b8d71e3 Merge branch 'master' of git://git.denx.de/u-boot-x86 by Tom Rini · 12 years ago
  66. a2f3a93 Introduce arch_phys_memset which works like memset but on physical memory by Gabe Black · 12 years ago
  67. 1569a85 lzma: update to lzma sdk 9.20 by Stefan Reinauer · 12 years ago
  68. 6555e69 tegra: Add SOC support for display/lcd by Wei Ni · 12 years ago
  69. 1564f34 tegra: Add support for PWM by Simon Glass · 12 years ago
  70. e1d15ca fdt: Remove fdtdec_find_alias_node() function by Simon Glass · 12 years ago
  71. adbcfc9 fdt: Add polarity-aware gpio functions to fdtdec by Sean Paul · 12 years ago
  72. d81d017 fdt: Add fdtdec_get_uint64 to decode a 64-bit value from a property by Che-Liang Chiou · 12 years ago
  73. 3e1c151 fdt: Add function to read boolean property by Gabe Black · 12 years ago
  74. cdac339 fdt: Export fdtdec_lookup() and fix the name by Gerald Van Baren · 12 years ago
  75. 4353ffc fdt: Add function for decoding multiple gpios globally available by Abhilash Kesavan · 12 years ago
  76. f909b9c fdt: Add fdtdec_decode_region() to decode memory region by Simon Glass · 12 years ago
  77. b049447 fdt: Add function to get a config string from device tree by Simon Glass · 12 years ago
  78. 67217af fdt: Add function to get config int from device tree by Abhilash Kesavan · 12 years ago
  79. 7554150 lib/vsprintf.c: sparse fixes by Kim Phillips · 12 years ago
  80. 8eb6994 lib/zlib: sparse fixes by Kim Phillips · 12 years ago
  81. 88a8b01 lib/vsprintf.c: don't special-case pointers to address null by Wolfgang Denk · 12 years ago
  82. add42f4 Merge branch 'next' by Gerald Van Baren · 12 years ago
  83. cb17cfa libfdt: Add helper function to create a trivial, empty tree by Gerald Van Baren · 12 years ago
  84. 3064827 libfdt: Add support for appending the values to a existing property by Minghuan Lian · 12 years ago
  85. a3e5c52 lib: vsprintf.c: replace NUM_TYPE with s64/u64 types by Daniel Schwierzeck · 12 years ago
  86. fc14785 lib: vsprintf.c: fix checkpath.pl warnings by Daniel Schwierzeck · 12 years ago
  87. d6d4ec8 ARM: prevent misaligned array inits by Albert ARIBAUD · 12 years ago
  88. f7a2c55 OMAP: networking support for SPL by Ilya Yanok · 12 years ago
  89. 7592d1b lib: add gzip lib function callback by Lei Wen · 12 years ago
  90. 86a3628 lib: zlib: remove the limitation for cannot using 0 as start by Lei Wen · 12 years ago
  91. 8dd348f lib: zlib: include deflate into zlib build by Lei Wen · 12 years ago
  92. 55e68bb lib: zlib: import trees file from 1.2.5 by Lei Wen · 12 years ago
  93. b834a39 lib: zlib: import deflate source file from 1.2.5 by Lei Wen · 12 years ago
  94. 0c947f7 Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-staging by Tom Rini · 12 years ago
  95. e1ced00 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 12 years ago
  96. c8c86dd fdt: Tidy debugging, add to fdtdec_get_int/addr() by Simon Glass · 12 years ago
  97. 6765eb1 env: delete selected vars not present in imported env by Gerlando Falauto · 12 years ago
  98. 393acf0 env: check and apply changes on delete/destroy by Gerlando Falauto · 12 years ago
  99. d392595 env: add check/apply logic to himport_r() by Gerlando Falauto · 12 years ago
  100. 9b0e1ff env: make himport_r() selective on variables by Gerlando Falauto · 12 years ago