1. 71497d0 env: Add environment variable flags by Joe Hershberger · Tue Dec 11 22:16:31 2012 -0600
  2. 60fd3ad env: Add support for callbacks to environment vars by Joe Hershberger · Tue Dec 11 22:16:24 2012 -0600
  3. 79a905e env: Hide '.' variables in env print by default by Joe Hershberger · Tue Dec 11 22:16:23 2012 -0600
  4. 638e659 env: Refactor apply into change_ok by Joe Hershberger · Tue Dec 11 22:16:21 2012 -0600
  5. e5611c3 env: Consolidate common code in hsearch_r() by Joe Hershberger · Tue Dec 11 22:16:20 2012 -0600
  6. a46f770 env: Refactor do_apply to a flag by Joe Hershberger · Tue Dec 11 22:16:19 2012 -0600
  7. 32ec63c Make linux kernel string funcs available to tools by Joe Hershberger · Tue Dec 11 22:16:18 2012 -0600
  8. 99180d6 vsprintf:fix: Change type returned by ustrtoul by Lukasz Majewski · Tue Dec 11 11:09:42 2012 +0100
  9. 459af69 Add strcasecmp() and strncasecmp() by Simon Glass · Wed Dec 05 14:46:35 2012 +0000
  10. 0df8243 sha256: Use const where possible and add watchdog function by Simon Glass · Wed Dec 05 14:46:34 2012 +0000
  11. 5f60fa2 sha1: Use const where possible, and unsigned for input len by Simon Glass · Wed Dec 05 14:46:33 2012 +0000
  12. b8d71e3 Merge branch 'master' of git://git.denx.de/u-boot-x86 by Tom Rini · Fri Dec 07 06:43:40 2012 -0700
  13. a2f3a93 Introduce arch_phys_memset which works like memset but on physical memory by Gabe Black · Sun Dec 02 04:55:18 2012 +0000
  14. 1569a85 lzma: update to lzma sdk 9.20 by Stefan Reinauer · Sat Nov 03 11:45:19 2012 +0000
  15. e1d15ca fdt: Remove fdtdec_find_alias_node() function by Simon Glass · Wed Oct 31 14:02:42 2012 +0000
  16. adbcfc9 fdt: Add polarity-aware gpio functions to fdtdec by Sean Paul · Thu Oct 25 16:31:06 2012 +0000
  17. d81d017 fdt: Add fdtdec_get_uint64 to decode a 64-bit value from a property by Che-Liang Chiou · Thu Oct 25 16:31:05 2012 +0000
  18. 3e1c151 fdt: Add function to read boolean property by Gabe Black · Thu Oct 25 16:31:04 2012 +0000
  19. cdac339 fdt: Export fdtdec_lookup() and fix the name by Gerald Van Baren · Mon Nov 12 23:13:54 2012 -0500
  20. 4353ffc fdt: Add function for decoding multiple gpios globally available by Abhilash Kesavan · Thu Oct 25 16:31:01 2012 +0000
  21. f909b9c fdt: Add fdtdec_decode_region() to decode memory region by Simon Glass · Thu Oct 25 16:31:00 2012 +0000
  22. b049447 fdt: Add function to get a config string from device tree by Simon Glass · Thu Oct 25 16:30:59 2012 +0000
  23. 67217af fdt: Add function to get config int from device tree by Abhilash Kesavan · Thu Oct 25 16:30:58 2012 +0000
  24. 7554150 lib/vsprintf.c: sparse fixes by Kim Phillips · Mon Oct 29 13:34:36 2012 +0000
  25. 8eb6994 lib/zlib: sparse fixes by Kim Phillips · Mon Oct 29 13:34:35 2012 +0000
  26. 88a8b01 lib/vsprintf.c: don't special-case pointers to address null by Wolfgang Denk · Tue Oct 30 09:19:52 2012 +0000
  27. add42f4 Merge branch 'next' by Gerald Van Baren · Mon Oct 22 20:42:09 2012 -0400
  28. cb17cfa libfdt: Add helper function to create a trivial, empty tree by Gerald Van Baren · Mon Oct 15 22:24:36 2012 -0400
  29. 3064827 libfdt: Add support for appending the values to a existing property by Minghuan Lian · Mon Aug 27 19:38:59 2012 -0500
  30. a3e5c52 lib: vsprintf.c: replace NUM_TYPE with s64/u64 types by Daniel Schwierzeck · Sun Sep 16 06:55:04 2012 +0000
  31. fc14785 lib: vsprintf.c: fix checkpath.pl warnings by Daniel Schwierzeck · Sun Sep 16 06:55:03 2012 +0000
  32. d6d4ec8 ARM: prevent misaligned array inits by Albert ARIBAUD · Tue Oct 09 09:28:15 2012 +0000
  33. f7a2c55 OMAP: networking support for SPL by Ilya Yanok · Tue Sep 18 00:22:50 2012 +0000
  34. 7592d1b lib: add gzip lib function callback by Lei Wen · Fri Sep 28 04:26:46 2012 +0000
  35. 86a3628 lib: zlib: remove the limitation for cannot using 0 as start by Lei Wen · Fri Sep 28 04:26:45 2012 +0000
  36. 8dd348f lib: zlib: include deflate into zlib build by Lei Wen · Fri Sep 28 04:26:44 2012 +0000
  37. 55e68bb lib: zlib: import trees file from 1.2.5 by Lei Wen · Fri Sep 28 04:26:43 2012 +0000
  38. b834a39 lib: zlib: import deflate source file from 1.2.5 by Lei Wen · Fri Sep 28 04:26:42 2012 +0000
  39. 0c947f7 Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-staging by Tom Rini · Fri Sep 21 16:22:18 2012 -0700
  40. e1ced00 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · Fri Sep 21 14:53:13 2012 -0700
  41. c8c86dd fdt: Tidy debugging, add to fdtdec_get_int/addr() by Simon Glass · Thu Jul 12 05:25:01 2012 +0000
  42. 6765eb1 env: delete selected vars not present in imported env by Gerlando Falauto · Sun Aug 26 21:53:00 2012 +0000
  43. 393acf0 env: check and apply changes on delete/destroy by Gerlando Falauto · Fri Aug 24 00:11:40 2012 +0000
  44. d392595 env: add check/apply logic to himport_r() by Gerlando Falauto · Fri Aug 24 00:11:39 2012 +0000
  45. 9b0e1ff env: make himport_r() selective on variables by Gerlando Falauto · Fri Aug 24 00:11:38 2012 +0000
  46. 5d309e6 tegra: nand: Add Tegra NAND driver by Jim Lin · Sun Jul 29 20:53:29 2012 +0000
  47. bcd35ce fdt: Include arch specific gpio.h instead of asm-generic/gpio.h by Michal Simek · Wed Jul 11 02:26:38 2012 +0000
  48. b06a15e Merge branch 'master' of git://git.denx.de/u-boot-arm by Wolfgang Denk · Sun Jul 08 19:26:33 2012 +0200
  49. a64a5b5 SPL: lib/Makefile: Add crc32.c to SPL build by Stefan Roese · Thu Jan 05 10:57:20 2012 +0100
  50. b90b97a net: use common rand()/srand() functions by Michael Walle · Tue Jun 05 11:33:15 2012 +0000
  51. d96bd01 lib: add rand() function by Michael Walle · Tue Jun 05 11:33:14 2012 +0000
  52. f11b08a lib/powerpc: addrmap_phys_to_virt() should return a pointer by Timur Tabi · Fri May 04 12:21:30 2012 +0000
  53. fa13491 create lib/tizen directory by Donghwa Lee · Thu May 10 12:02:55 2012 +0900
  54. 382abbd tegra: Add tegra keyboard driver by Rakesh Iyer · Tue Apr 17 09:01:35 2012 +0000
  55. f2305ec fdt: Add fdtdec functions to read byte array by Anton Staff · Tue Apr 17 09:01:28 2012 +0000
  56. 5983ef8 tegra: Add EMC support for optimal memory timings by Jimmy Zhang · Mon Apr 02 13:18:52 2012 +0000
  57. 2f87903 Add AES crypto library by Yen Lin · Thu Apr 05 11:54:58 2012 +0000
  58. 2e979b1 fdt: Add function to return next compatible subnode by Simon Glass · Mon Apr 02 13:18:42 2012 +0000
  59. 744ec23 fdt: Add function to locate an array in the device tree by Simon Glass · Mon Apr 02 13:18:41 2012 +0000
  60. 802383b gunzip: rename z{alloc, free} to gz{alloc, free} by Mike Frysinger · Mon Apr 09 13:39:53 2012 +0000
  61. e7ab380 GCC47: Fix warning in md5.c by Marek Vasut · Sun Apr 29 00:28:40 2012 +0200
  62. fd0b644 Move bootstage timer out of lib/time.c by Simon Glass · Thu Apr 05 12:05:17 2012 +0000
  63. 43dbcdf Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-staging by Wolfgang Denk · Fri Mar 30 20:17:02 2012 +0200
  64. ccf7e90 tegra: i2c: Add I2C driver by Yen Lin · Tue Mar 06 19:00:23 2012 +0000
  65. 1f77266 fdt: Add function to allow aliases to refer to multiple nodes by Simon Glass · Fri Feb 03 15:13:53 2012 +0000
  66. 1691f69 fdt: Avoid early panic() when there is no FDT present by Simon Glass · Wed Mar 28 10:08:24 2012 +0000
  67. 08d6ec2 tegra: usb: Add support for Tegra USB peripheral by Simon Glass · Mon Feb 27 10:52:49 2012 +0000
  68. 0d83c4d fdt: Add basic support for decoding GPIO definitions by Simon Glass · Mon Feb 27 10:52:36 2012 +0000
  69. c469736 fdt: Add functions to access phandles, arrays and bools by Simon Glass · Mon Feb 27 10:52:35 2012 +0000
  70. 6544498 fdt: Tidy up a few fdtdec problems by Simon Glass · Mon Feb 27 10:52:34 2012 +0000
  71. 8894195 fdt: Add tests for fdtdec by Simon Glass · Tue Jan 17 08:20:51 2012 +0000
  72. b022ead fdt: Add fdtdec_find_aliases() to deal with alias nodes by Simon Glass · Tue Jan 17 08:20:50 2012 +0000
  73. 6001915 lzma: fix printf warnings by Mike Frysinger · Sat Jan 07 23:14:35 2012 +0000
  74. 79bfa73 SPL: Add YMODEM over UART load support by Matt Porter · Tue Jan 31 12:03:57 2012 +0000
  75. 4d7372f bootstage: Define an optional microsecond timer by Simon Glass · Sat Dec 10 11:08:03 2011 +0000
  76. 6f1c9e0 nand: Sanitize ONFI strings. by Christian Hitz · Wed Oct 12 09:32:05 2011 +0200
  77. 55f7bca nand: Merge BCH code from Linux nand driver by Christian Hitz · Wed Oct 12 09:31:59 2011 +0200
  78. db2115a spl: display_options.o is required for SPI flash support in SPL by Christian Riesch · Fri Dec 09 09:47:34 2011 +0000
  79. 71d4f18 vsprintf: Move function documentation into header file by Simon Glass · Wed Nov 02 09:52:09 2011 +0000
  80. cd55bde Add safe vsnprintf and snprintf library functions by Sonny Rao · Wed Nov 02 09:52:08 2011 +0000
  81. 75a88d5 Include common.h in qsort.c to fix build warning by Simon Glass · Tue Dec 06 13:37:16 2011 +0000
  82. 60b07a1 sandbox: Fix warnings in hashtable.c by Simon Glass · Mon Nov 21 19:04:23 2011 +0000
  83. 1e3cdf3 env: allow to export only selected variables by Wolfgang Denk · Sun Nov 06 22:49:44 2011 +0100
  84. 27956ca zlib: Fix integer cast of pointer by Simon Glass · Mon Oct 17 12:55:05 2011 +0000
  85. 92585c9 GCC4.6: Squash warnings in LzmaTools.c by Marek Vasut · Mon Oct 24 23:41:36 2011 +0000
  86. 2d2af85 fdt: add decode helper library by Simon Glass · Mon Oct 24 19:15:32 2011 +0000
  87. 931948a Move simple_itoa to vsprintf by Simon Glass · Fri Oct 21 18:51:33 2011 +0000
  88. 589c2ff consolidate mdelay by providing a common function for all users by Anatolij Gustschin · Wed Oct 12 02:31:39 2011 +0000
  89. 6e39cce lib: add uuid_str_to_bin for use with bootp and PXE uuid by Jason Hobbs · Tue Aug 23 11:06:56 2011 +0000
  90. cafa1aa Replace space and tab checks with isblank by Jason Hobbs · Tue Aug 23 11:06:54 2011 +0000
  91. 5640719 zlib: handle overflow while calculating available stream input size by Anatolij Gustschin · Sat Oct 15 06:32:52 2011 +0000
  92. b7cb6f7 GCC4.6: Squash warning in lzo1x_decompress.c by Marek Vasut · Fri Sep 30 12:13:26 2011 +0200
  93. 02aa9e6 Add assert() for debug assertions by Simon Glass · Wed Jun 29 09:49:34 2011 +0000
  94. 60fbc8d Convert ISO-8859 files to UTF-8 by Albert ARIBAUD · Thu Aug 04 18:45:45 2011 +0200
  95. d67abff Constify getenv(), setenv() and hash code functions by Wolfgang Denk · Fri Jul 29 14:42:18 2011 +0200
  96. 8cce81f panic: remove warning "'noreturn' function does return" by Heiko Schocher · Tue Jul 26 20:55:57 2011 +0000
  97. 61d0195 unify version_string by Andreas Bießmann · Mon Jul 18 20:24:04 2011 +0200
  98. 55fc5b6 scaled down version of generic libraries for SPL by Aneesh V · Wed Jul 13 05:11:06 2011 +0000
  99. 5bf6348 memcpy/memmove: Do not copy to same address by Matthias Weisser · Sun May 22 23:03:55 2011 +0000
  100. 7b64da1 libfdt: Implement property iteration functions by David Gibson · Tue Mar 09 17:39:14 2010 +1100