1. bb8215f sf: Enable FDT-based configuration and memory mapping by Simon Glass · 11 years ago
  2. 4397a2a fdt: Add fdtdec_get_addr_size() to read reg properties by Simon Glass · 11 years ago
  3. 0ce033d Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 11 years ago
  4. c8a311d Introduce a basic initcall implementation by Simon Glass · 11 years ago
  5. f4e4e0b Tegra30: mmc: Add Tegra30 SDMMC compatible entry to fdtdec & driver by Tom Warren · 11 years ago
  6. c9aa831 Tegra: MMC: Add DT support to MMC driver for all T20 boards by Tom Warren · 11 years ago
  7. e32624e Tegra: I2C: Add T114 clock support to tegra_i2c driver by Tom Warren · 11 years ago
  8. efd7c11 display_options:print_buffer: align ASCII print by Andreas Bießmann · 11 years ago
  9. d20a40d Roll crc32 into hash infrastructure by Simon Glass · 11 years ago
  10. bda32ff Update print_buffer() to use const by Simon Glass · 11 years ago
  11. 7df54d3 vsprintf: add ustrtoll function by Piotr Wilczek · 11 years ago
  12. 951c6ba Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 11 years ago
  13. b19f574 tegra: add SPI SLINK driver by Allen Martin · 11 years ago
  14. 8f1b46b tegra: spi: add fdt support to tegra SPI SFLASH driver by Allen Martin · 11 years ago
  15. b2ba62a libfdt: update from upstream dtc commit 142419e by Kim Phillips · 11 years ago
  16. 1199c37 Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
  17. cd577e2 EXYNOS5: FDT: Add compatible strings for PMIC by Rajeshwari Shinde · 12 years ago
  18. e05e5de arm: move C runtime setup code in crt0.S by Albert ARIBAUD · 12 years ago
  19. 6abd162 EXYNOS5: FDT: Add compatible strings for USB by Rajeshwari Shinde · 12 years ago
  20. 5d50659 EXYNOS5: FDT: Add compatible strings for SPI by Rajeshwari Shinde · 12 years ago
  21. 72dbff1 EXYNOS5: FDT: Add compatible strings for sound by Rajeshwari Shinde · 12 years ago
  22. c34253d FDT: Add compatible string for I2C by Rajeshwari Shinde · 12 years ago
  23. cc9fe33 fdt: exynos5: Add DT node definition for SROM and SMSC9215 by Hatim RV · 12 years ago
  24. a098cf4 Merge remote-tracking branch 'u-boot/master' into u-boot-arm-merged by Allen Martin · 12 years ago
  25. 2598090 env: Add environment variable flags by Joe Hershberger · 12 years ago
  26. 170ab11 env: Add support for callbacks to environment vars by Joe Hershberger · 12 years ago
  27. be11235 env: Hide '.' variables in env print by default by Joe Hershberger · 12 years ago
  28. 7afcf3a env: Refactor apply into change_ok by Joe Hershberger · 12 years ago
  29. 3d3b52f env: Consolidate common code in hsearch_r() by Joe Hershberger · 12 years ago
  30. c4e0057 env: Refactor do_apply to a flag by Joe Hershberger · 12 years ago
  31. e772cb3 Make linux kernel string funcs available to tools by Joe Hershberger · 12 years ago
  32. 3ec4411 vsprintf:fix: Change type returned by ustrtoul by Lukasz Majewski · 12 years ago
  33. b1f17bf Add strcasecmp() and strncasecmp() by Simon Glass · 12 years ago
  34. ec7381f sha256: Use const where possible and add watchdog function by Simon Glass · 12 years ago
  35. a7d1d76 sha1: Use const where possible, and unsigned for input len by Simon Glass · 12 years ago
  36. fd4d564 Merge branch 'master' of git://git.denx.de/u-boot-x86 by Tom Rini · 12 years ago
  37. 40fef04 Introduce arch_phys_memset which works like memset but on physical memory by Gabe Black · 12 years ago
  38. 5fe8380 lzma: update to lzma sdk 9.20 by Stefan Reinauer · 12 years ago
  39. 87540de tegra: Add SOC support for display/lcd by Wei Ni · 12 years ago
  40. e1ae0d1 tegra: Add support for PWM by Simon Glass · 12 years ago
  41. 0087847 fdt: Remove fdtdec_find_alias_node() function by Simon Glass · 12 years ago
  42. 202ff75 fdt: Add polarity-aware gpio functions to fdtdec by Sean Paul · 12 years ago
  43. aadef0a fdt: Add fdtdec_get_uint64 to decode a 64-bit value from a property by Che-Liang Chiou · 12 years ago
  44. 79289c0 fdt: Add function to read boolean property by Gabe Black · 12 years ago
  45. 7cde397 fdt: Export fdtdec_lookup() and fix the name by Gerald Van Baren · 12 years ago
  46. 5921f6a fdt: Add function for decoding multiple gpios globally available by Abhilash Kesavan · 12 years ago
  47. f20c461 fdt: Add fdtdec_decode_region() to decode memory region by Simon Glass · 12 years ago
  48. 332ab0d fdt: Add function to get a config string from device tree by Simon Glass · 12 years ago
  49. 09258f1 fdt: Add function to get config int from device tree by Abhilash Kesavan · 12 years ago
  50. 0eb2576 lib/vsprintf.c: sparse fixes by Kim Phillips · 12 years ago
  51. ee820b5 lib/zlib: sparse fixes by Kim Phillips · 12 years ago
  52. d266f66 lib/vsprintf.c: don't special-case pointers to address null by Wolfgang Denk · 12 years ago
  53. cae4a8a Merge branch 'next' by Gerald Van Baren · 12 years ago
  54. c71b64f libfdt: Add helper function to create a trivial, empty tree by Gerald Van Baren · 12 years ago
  55. 36ad18a libfdt: Add support for appending the values to a existing property by Minghuan Lian · 12 years ago
  56. 7b64f66 lib: vsprintf.c: replace NUM_TYPE with s64/u64 types by Daniel Schwierzeck · 12 years ago
  57. 8acdae6 lib: vsprintf.c: fix checkpath.pl warnings by Daniel Schwierzeck · 12 years ago
  58. b823fd9 ARM: prevent misaligned array inits by Albert ARIBAUD · 12 years ago
  59. 7ac2fe2 OMAP: networking support for SPL by Ilya Yanok · 12 years ago
  60. 88d52c6 lib: add gzip lib function callback by Lei Wen · 12 years ago
  61. 869c2ab lib: zlib: remove the limitation for cannot using 0 as start by Lei Wen · 12 years ago
  62. 7a32b98 lib: zlib: include deflate into zlib build by Lei Wen · 12 years ago
  63. e9a128d lib: zlib: import trees file from 1.2.5 by Lei Wen · 12 years ago
  64. 8a5f34e lib: zlib: import deflate source file from 1.2.5 by Lei Wen · 12 years ago
  65. 9fe2cfb Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-staging by Tom Rini · 12 years ago
  66. 495dbd7 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 12 years ago
  67. 1cb2323 fdt: Tidy debugging, add to fdtdec_get_int/addr() by Simon Glass · 12 years ago
  68. d5370fe env: delete selected vars not present in imported env by Gerlando Falauto · 12 years ago
  69. 152874b env: check and apply changes on delete/destroy by Gerlando Falauto · 12 years ago
  70. c598359 env: add check/apply logic to himport_r() by Gerlando Falauto · 12 years ago
  71. 348b1f1 env: make himport_r() selective on variables by Gerlando Falauto · 12 years ago
  72. 312693c tegra: nand: Add Tegra NAND driver by Jim Lin · 12 years ago
  73. e46431e fdt: Include arch specific gpio.h instead of asm-generic/gpio.h by Michal Simek · 12 years ago
  74. 50cd93b Merge branch 'master' of git://git.denx.de/u-boot-arm by Wolfgang Denk · 12 years ago
  75. aca587b SPL: lib/Makefile: Add crc32.c to SPL build by Stefan Roese · 13 years ago
  76. 99e139d net: use common rand()/srand() functions by Michael Walle · 12 years ago
  77. 9acf1ca lib: add rand() function by Michael Walle · 12 years ago
  78. 7b6e805 lib/powerpc: addrmap_phys_to_virt() should return a pointer by Timur Tabi · 12 years ago
  79. 5a4c59b create lib/tizen directory by Donghwa Lee · 12 years ago
  80. 6642a68 tegra: Add tegra keyboard driver by Rakesh Iyer · 12 years ago
  81. bed4d89 fdt: Add fdtdec functions to read byte array by Anton Staff · 12 years ago
  82. 0e35ad0 tegra: Add EMC support for optimal memory timings by Jimmy Zhang · 12 years ago
  83. 5b1a545 Add AES crypto library by Yen Lin · 12 years ago
  84. 3ddecfc fdt: Add function to return next compatible subnode by Simon Glass · 12 years ago
  85. 96875e7 fdt: Add function to locate an array in the device tree by Simon Glass · 12 years ago
  86. e3ed057 gunzip: rename z{alloc, free} to gz{alloc, free} by Mike Frysinger · 12 years ago
  87. b68d63c GCC47: Fix warning in md5.c by Marek Vasut · 12 years ago
  88. 3786980 Move bootstage timer out of lib/time.c by Simon Glass · 12 years ago
  89. a939ea3 Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-staging by Wolfgang Denk · 12 years ago
  90. 96a78ac tegra: i2c: Add I2C driver by Yen Lin · 12 years ago
  91. c678227 fdt: Add function to allow aliases to refer to multiple nodes by Simon Glass · 12 years ago
  92. 9a263e5 fdt: Avoid early panic() when there is no FDT present by Simon Glass · 12 years ago
  93. 87f938c tegra: usb: Add support for Tegra USB peripheral by Simon Glass · 12 years ago
  94. ed3ee5c fdt: Add basic support for decoding GPIO definitions by Simon Glass · 12 years ago
  95. d17da65 fdt: Add functions to access phandles, arrays and bools by Simon Glass · 12 years ago
  96. f88fe2d fdt: Tidy up a few fdtdec problems by Simon Glass · 12 years ago
  97. dc254f3 fdt: Add tests for fdtdec by Simon Glass · 12 years ago
  98. a53f4a2 fdt: Add fdtdec_find_aliases() to deal with alias nodes by Simon Glass · 12 years ago
  99. f3e6110a lzma: fix printf warnings by Mike Frysinger · 13 years ago
  100. 24de357 SPL: Add YMODEM over UART load support by Matt Porter · 12 years ago