1. 4f7a9a3 lib, linux: move linux specific defines to linux/compat.h by Heiko Schocher · Tue Jun 24 10:10:03 2014 +0200
  2. 762320b lib, list_sort: add list_sort from linux 3.14 by Heiko Schocher · Tue Jun 24 10:10:01 2014 +0200
  3. 80bff37 lib, fdt: move fdtdec_get_int() out of lib/fdtdec.c by Heiko Schocher · Sun Jun 22 06:33:29 2014 +0200
  4. 343cd9f eMMC: add support for operations in RPMB partition by Pierre Aubert · Thu Apr 24 10:30:06 2014 +0200
  5. b428514 lib: uuid: add functions to generate UUID version 4 by Przemyslaw Marczak · Wed Apr 02 10:20:04 2014 +0200
  6. fa90734 part_efi: move uuid<->string conversion functions into lib/uuid.c by Przemyslaw Marczak · Wed Apr 02 10:20:02 2014 +0200
  7. cd9c268 lib: rand: introduce new configs: CONFIG_LIB_RAND and CONFIG_LIB_HW_RAND by Przemyslaw Marczak · Tue Mar 25 10:58:19 2014 +0100
  8. b564aed kbuild, blackfin: Add CONFIG_CC_OPTIMIZE_LIBS_FOR_SPEED by Masahiro Yamada · Wed Mar 05 16:59:37 2014 +0900
  9. 958a8f8 arm: Switch to -mno-unaligned-access when supported by the compiler by Tom Rini · Tue Feb 25 10:27:01 2014 -0500
  10. 0d68fb1 kbuild: use Linux Kernel build scripts by Masahiro Yamada · Tue Feb 04 17:24:28 2014 +0900
  11. 59f15f2 kbuild: change out-of-tree build by Masahiro Yamada · Tue Feb 04 17:24:24 2014 +0900
  12. 46e0bc9 Add crc8 routine by Simon Glass · Sun Nov 10 10:26:47 2013 -0700
  13. 1a96a03 Makefile: move some libraries to lib/Makefile by Masahiro Yamada · Mon Nov 18 11:17:30 2013 +0900
  14. f9e50cc lib: convert makefiles to Kbuild style by Masahiro Yamada · Thu Oct 17 17:35:01 2013 +0900
  15. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  16. c44b800 Add trace library by Simon Glass · Tue Jun 11 11:14:39 2013 -0700
  17. ded52a4 Makefile: move the common makefile line to public area by Ying Zhang · Mon May 20 14:07:26 2013 +0800
  18. f7eb8c7 lib: import bitrev library from the linux kernel by Mike Dunn · Fri Apr 12 11:59:17 2013 -0700
  19. d7a886b lib: consolidate hang() by Andreas Bießmann · Thu Apr 18 22:48:50 2013 +0000
  20. 2aceea1 Add SLRE - Super Light Regular Expression library by Wolfgang Denk · Sat Mar 23 23:50:31 2013 +0000
  21. de0cf30 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · Mon Apr 15 07:46:11 2013 -0400
  22. c18f901 tpm: Add TPM command library by Che-liang Chiou · Thu Feb 28 09:34:57 2013 +0000
  23. 82a6547 omap_gpmc: add support for hw assisted BCH8 by Andreas Bießmann · Fri Apr 05 04:55:21 2013 +0000
  24. 82a5fa0 Introduce a basic initcall implementation by Simon Glass · Tue Mar 05 14:39:40 2013 +0000
  25. 32ec63c Make linux kernel string funcs available to tools by Joe Hershberger · Tue Dec 11 22:16:18 2012 -0600
  26. a2f3a93 Introduce arch_phys_memset which works like memset but on physical memory by Gabe Black · Sun Dec 02 04:55:18 2012 +0000
  27. d6d4ec8 ARM: prevent misaligned array inits by Albert ARIBAUD · Tue Oct 09 09:28:15 2012 +0000
  28. f7a2c55 OMAP: networking support for SPL by Ilya Yanok · Tue Sep 18 00:22:50 2012 +0000
  29. 7592d1b lib: add gzip lib function callback by Lei Wen · Fri Sep 28 04:26:46 2012 +0000
  30. a64a5b5 SPL: lib/Makefile: Add crc32.c to SPL build by Stefan Roese · Thu Jan 05 10:57:20 2012 +0100
  31. b90b97a net: use common rand()/srand() functions by Michael Walle · Tue Jun 05 11:33:15 2012 +0000
  32. d96bd01 lib: add rand() function by Michael Walle · Tue Jun 05 11:33:14 2012 +0000
  33. 2f87903 Add AES crypto library by Yen Lin · Thu Apr 05 11:54:58 2012 +0000
  34. 8894195 fdt: Add tests for fdtdec by Simon Glass · Tue Jan 17 08:20:51 2012 +0000
  35. 79bfa73 SPL: Add YMODEM over UART load support by Matt Porter · Tue Jan 31 12:03:57 2012 +0000
  36. 55f7bca nand: Merge BCH code from Linux nand driver by Christian Hitz · Wed Oct 12 09:31:59 2011 +0200
  37. db2115a spl: display_options.o is required for SPI flash support in SPL by Christian Riesch · Fri Dec 09 09:47:34 2011 +0000
  38. 2d2af85 fdt: add decode helper library by Simon Glass · Mon Oct 24 19:15:32 2011 +0000
  39. 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
  40. 55fc5b6 scaled down version of generic libraries for SPL by Aneesh V · Wed Jul 13 05:11:06 2011 +0000
  41. 99596bd zlib: split up to match original source tree by Mike Frysinger · Fri Apr 08 12:23:30 2011 +0000
  42. 4f3391b lib: add crc7 from Linux by Thomas Chou · Tue Jan 11 09:38:20 2011 +0800
  43. a8d426f Switch from archive libraries to partial linking by Sebastien Carlier · Fri Nov 05 15:48:07 2010 +0100
  44. c9ae986 Add hash table support as base for new environment code by Wolfgang Denk · Sun Jun 20 13:17:12 2010 +0200
  45. 9069922 Add qsort - add support for sorting data arrays by Wolfgang Denk · Sun Jun 13 01:45:10 2010 +0200
  46. 74aedc1 Add basic errno support. by Wolfgang Denk · Sat Jun 12 00:19:46 2010 +0200
  47. 685b7f5 Rename lib_generic/ to lib/ by Peter Tyser · Mon Apr 12 22:28:05 2010 -0500[Renamed from lib_generic/Makefile]
  48. ab427ae gzip/zlib: make features optional by Mike Frysinger · Thu Jan 21 19:30:36 2010 -0500
  49. a0dadf8 lmb: only force on arches that use it by Mike Frysinger · Tue Nov 03 11:35:59 2009 -0500
  50. 9a84980 sha1: add dedicated config option by Mike Frysinger · Sun Jan 17 21:08:00 2010 -0500
  51. 8b3cc06 Make getenv_IPaddr() global by Dirk Behme · Sun Jan 03 08:33:58 2010 +0100
  52. e3c1dc5 Merge branch 'master' into next by Wolfgang Denk · Sat Dec 05 02:11:59 2009 +0100
  53. f0f778a Generic udelay() with watchdog support by Ingo van Lil · Tue Nov 24 14:09:21 2009 +0100
  54. e8b39e4 circbuf: Move to lib_generic and conditionally compile by Peter Tyser · Mon Nov 09 15:17:50 2009 -0600
  55. 7c1555f bzip2: move ifdef handling to Makefile COBJS-$(...) by Mike Frysinger · Thu Feb 05 21:04:50 2009 -0500
  56. 0949bd1 Introduce addr_map library by Kumar Gala · Sat Dec 13 17:20:28 2008 -0600
  57. 06be5b9 Add Red Black Tree support by Kyungmin Park · Wed Oct 08 11:01:17 2008 +0900
  58. 9ec67ee crc16: move to lib_generic by Jean-Christophe PLAGNIOL-VILLARD · Fri Aug 29 01:18:11 2008 +0200
  59. b8ec24c gunzip: move to lib_generic by Jean-Christophe PLAGNIOL-VILLARD · Thu Aug 28 12:31:48 2008 +0200
  60. b644d6b Consolidate strmhz() implementation by Haavard Skinnemoen · Mon Aug 18 13:41:27 2008 +0200
  61. c58a6b8 add SHA256 support by Jean-Christophe PLAGNIOL-VILLARD · Sat Jun 07 12:29:52 2008 +0200
  62. a1be476 Big white-space cleanup. by Wolfgang Denk · Tue May 20 16:00:29 2008 +0200
  63. b0ce352 Add the MD5 algorithm by Bartlomiej Sieka · Fri Mar 14 16:22:34 2008 +0100
  64. 6d7bfa8 [new uImage] Introduce lmb from linux kernel for memory mgmt of boot images by Kumar Gala · Wed Feb 27 21:51:47 2008 -0600
  65. 1179ad1 Build: split COBJS value into multiple lines by Grant Likely · Mon Sep 24 09:05:30 2007 -0600
  66. fb1dacd Move 64bit division from avr32 to generic lib by Dirk Behme · Thu Aug 02 17:41:14 2007 +0200
  67. 633e03a [PCS440EP] upgrade the PCS440EP board: by Heiko Schocher · Fri Jun 22 19:11:54 2007 +0200
  68. 6a65e42 Move "ar" flags to config.mk to allow for silent "make -s" by Wolfgang Denk · Mon Oct 09 01:02:05 2006 +0200
  69. 4df0da5 Coding style cleanup by Wolfgang Denk · Mon Oct 09 00:42:01 2006 +0200
  70. d62379d Add support for a saving build objects in a separate directory. by Marian Balakowicz · Fri Sep 01 19:49:50 2006 +0200
  71. 710e350 Patch by Yuli Barcohen, 14 Aug 2003: add support for bzip2 uncompression by wdenk · Fri Aug 29 20:57:53 2003 +0000
  72. 87e33a6 Initial revision by wdenk · Sat Jul 20 18:56:22 2002 +0000