1. 525d1d8 avb2.0: integrate avb 2.0 into the build system by Igor Opaniuk · Sun Jun 03 21:56:37 2018 +0300
  2. 2d2fa49 lib: Add hexdump by Alexey Brodkin · Tue Jun 05 17:17:57 2018 +0300
  3. c568bcb mmc: Separate "mmc swrite" from fastboot by Alex Kiernan · Tue May 29 15:30:52 2018 +0000
  4. f3b4350 tpm: prepare support for TPMv2.x commands by Miquel Raynal · Tue May 15 11:57:08 2018 +0200
  5. 4c6759e tpm: disociate TPMv1.x specific and generic code by Miquel Raynal · Tue May 15 11:57:06 2018 +0200
  6. 294f82a tpm: prepare introduction of TPMv2.x support in Kconfig by Miquel Raynal · Tue May 15 11:57:05 2018 +0200
  7. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  8. 5b40428 spl: Split sprintf, strto* from SPL serial in Kconfig by Alex Kiernan · Thu Apr 19 04:32:54 2018 +0000
  9. 4b0de7c optee: Add lib entries for sharing OPTEE code across ports by Bryan O'Donoghue · Tue Mar 13 16:50:27 2018 +0000
  10. 11206f4 efi_driver: EFI block driver by Heinrich Schuchardt · Sun Jan 21 19:29:30 2018 +0100
  11. dbde288 lib: allow building lzo for the SPL by Jean-Jacques Hiblot · Fri Sep 15 12:57:30 2017 +0200
  12. cdccc03 lib: Add CRC32-C by Marek Behún · Sun Sep 03 17:00:23 2017 +0200
  13. d33ae3e efi_selftest: provide an EFI selftest application by Heinrich Schuchardt · Fri Sep 15 10:06:11 2017 +0200
  14. 857ad80 lib: at91: Add logo files used via API of DM_VIDEO by Wenyou Yang · Wed Sep 13 14:58:46 2017 +0800
  15. 0d138cf lib: add some utf16 handling helpers by Rob Clark · Sat Sep 09 06:47:40 2017 -0400
  16. a6945fe spl: fit: Eanble GZIP support for image decompression by York Sun · Tue Aug 15 11:14:43 2017 -0700
  17. 456e0cb lib: spl: differentiate between TPL and SPL for libfdt/of_control/of_platdata by Philipp Tomsich · Tue Jul 04 11:09:55 2017 +0200
  18. 8ff57ae dm: Add a function to create a 'live' device tree by Simon Glass · Thu May 18 20:08:55 2017 -0600
  19. 5bdd919 lib: move hash CONFIG options to Kconfig by Tom Rini · Mon May 15 12:17:49 2017 -0400
  20. fb22808 x86: Move smbios generation into arch independent directory by Alexander Graf · Fri Aug 19 01:23:23 2016 +0200
  21. ee532d9 x86: Move table csum into separate file by Alexander Graf · Fri Aug 19 01:23:21 2016 +0200
  22. e94b024 spl: saveenv: adding saveenv support in SPL by B, Ravi · Wed Sep 28 14:46:18 2016 +0530
  23. 98b685d Use separate options for TPL support by Simon Glass · Mon Sep 12 23:18:25 2016 -0600
  24. 4f3ce47 dm: Don't include fdtdec functions when of-platdata is enabled by Simon Glass · Mon Jul 04 11:58:05 2016 -0600
  25. 5021e3c verified-boot: Minimal support for booting U-Boot proper from SPL by Teddy Reed · Thu Jun 09 19:18:44 2016 -0700
  26. cae6eff lib: make strmhz available in SPL by Chris Packham · Tue May 31 20:30:59 2016 +1200
  27. 67ee705 efi_loader: hook up in build environment by Alexander Graf · Fri Mar 04 01:10:07 2016 +0100
  28. 8b42692 fdt: Allow libfdt to be used in SPL by Simon Glass · Mon Feb 22 22:55:45 2016 -0700
  29. 4f169a0 Makefile: remove BUILD_TAG from KBUILD_CFLAGS by Stephen Warren · Wed Feb 10 15:16:19 2016 -0700
  30. fe4f179 lib: split out strtoxxxx functions out of vsprintf.c by Sjoerd Simons · Fri Dec 04 23:27:39 2015 +0100
  31. 35f53ed lib: Split panic functions out of vsprintf.c by Sjoerd Simons · Fri Dec 04 23:27:38 2015 +0100
  32. 363ab7b lib/tiny-printf.c: Add tiny printf function for space limited environments by Stefan Roese · Mon Nov 23 07:00:22 2015 +0100
  33. 1294ecf Add a circular memory buffer implementation by Simon Glass · Sun Nov 08 23:47:47 2015 -0700
  34. f41a3ca Add support for LZ4 decompression algorithm by Julius Werner · Tue Oct 06 20:03:53 2015 -0700
  35. 366b24f of: clean up OF_CONTROL ifdef conditionals by Masahiro Yamada · Wed Aug 12 07:31:55 2015 +0900
  36. 1e35f39 of: flip CONFIG_SPL_DISABLE_OF_CONTROL into CONFIG_SPL_OF_CONTROL by Masahiro Yamada · Wed Aug 12 07:31:54 2015 +0900
  37. 9539e69 efi: Add start-up library code by Simon Glass · Fri Jul 31 09:31:36 2015 -0600
  38. d0d58d2 Add rivest cipher 4 (rc4) implementation by Simon Glass · Tue Jun 23 15:39:07 2015 -0600
  39. 49d06d2 Drop CONFIG_ERRNO_STR from SPL by Simon Glass · Tue Jun 23 15:39:03 2015 -0600
  40. 99dbe4b Add a dhrystone benchmark command by Simon Glass · Tue Jun 23 15:38:23 2015 -0600
  41. 49c087e fdt: Allow FDT functions to be built for SPL by Simon Glass · Fri Feb 27 22:06:40 2015 -0700
  42. 87e3161 lib: errno: introduce errno_str(): returns errno related message by Przemyslaw Marczak · Wed Oct 08 22:48:37 2014 +0200
  43. 40c945e libfdt: move CONFIG_OF_LIBFDT and CONFIG_FIT to lib/Makefile by Masahiro Yamada · Fri Nov 28 11:13:28 2014 +0900
  44. caf1319 libfdt: descend from lib/ to lib/libfdt/ by Masahiro Yamada · Fri Nov 28 11:13:27 2014 +0900
  45. 423d1b4 lib: bzip2: move bzip2 files to lib/bzip2/ directory by Masahiro Yamada · Fri Nov 28 11:13:26 2014 +0900
  46. 4f7a9a3 lib, linux: move linux specific defines to linux/compat.h by Heiko Schocher · Tue Jun 24 10:10:03 2014 +0200
  47. 762320b lib, list_sort: add list_sort from linux 3.14 by Heiko Schocher · Tue Jun 24 10:10:01 2014 +0200
  48. 80bff37 lib, fdt: move fdtdec_get_int() out of lib/fdtdec.c by Heiko Schocher · Sun Jun 22 06:33:29 2014 +0200
  49. 343cd9f eMMC: add support for operations in RPMB partition by Pierre Aubert · Thu Apr 24 10:30:06 2014 +0200
  50. b428514 lib: uuid: add functions to generate UUID version 4 by Przemyslaw Marczak · Wed Apr 02 10:20:04 2014 +0200
  51. fa90734 part_efi: move uuid<->string conversion functions into lib/uuid.c by Przemyslaw Marczak · Wed Apr 02 10:20:02 2014 +0200
  52. 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
  53. b564aed kbuild, blackfin: Add CONFIG_CC_OPTIMIZE_LIBS_FOR_SPEED by Masahiro Yamada · Wed Mar 05 16:59:37 2014 +0900
  54. 958a8f8 arm: Switch to -mno-unaligned-access when supported by the compiler by Tom Rini · Tue Feb 25 10:27:01 2014 -0500
  55. 0d68fb1 kbuild: use Linux Kernel build scripts by Masahiro Yamada · Tue Feb 04 17:24:28 2014 +0900
  56. 59f15f2 kbuild: change out-of-tree build by Masahiro Yamada · Tue Feb 04 17:24:24 2014 +0900
  57. 46e0bc9 Add crc8 routine by Simon Glass · Sun Nov 10 10:26:47 2013 -0700
  58. 1a96a03 Makefile: move some libraries to lib/Makefile by Masahiro Yamada · Mon Nov 18 11:17:30 2013 +0900
  59. f9e50cc lib: convert makefiles to Kbuild style by Masahiro Yamada · Thu Oct 17 17:35:01 2013 +0900
  60. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  61. c44b800 Add trace library by Simon Glass · Tue Jun 11 11:14:39 2013 -0700
  62. ded52a4 Makefile: move the common makefile line to public area by Ying Zhang · Mon May 20 14:07:26 2013 +0800
  63. f7eb8c7 lib: import bitrev library from the linux kernel by Mike Dunn · Fri Apr 12 11:59:17 2013 -0700
  64. d7a886b lib: consolidate hang() by Andreas Bießmann · Thu Apr 18 22:48:50 2013 +0000
  65. 2aceea1 Add SLRE - Super Light Regular Expression library by Wolfgang Denk · Sat Mar 23 23:50:31 2013 +0000
  66. de0cf30 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · Mon Apr 15 07:46:11 2013 -0400
  67. c18f901 tpm: Add TPM command library by Che-liang Chiou · Thu Feb 28 09:34:57 2013 +0000
  68. 82a6547 omap_gpmc: add support for hw assisted BCH8 by Andreas Bießmann · Fri Apr 05 04:55:21 2013 +0000
  69. 82a5fa0 Introduce a basic initcall implementation by Simon Glass · Tue Mar 05 14:39:40 2013 +0000
  70. 32ec63c Make linux kernel string funcs available to tools by Joe Hershberger · Tue Dec 11 22:16:18 2012 -0600
  71. a2f3a93 Introduce arch_phys_memset which works like memset but on physical memory by Gabe Black · Sun Dec 02 04:55:18 2012 +0000
  72. d6d4ec8 ARM: prevent misaligned array inits by Albert ARIBAUD · Tue Oct 09 09:28:15 2012 +0000
  73. f7a2c55 OMAP: networking support for SPL by Ilya Yanok · Tue Sep 18 00:22:50 2012 +0000
  74. 7592d1b lib: add gzip lib function callback by Lei Wen · Fri Sep 28 04:26:46 2012 +0000
  75. a64a5b5 SPL: lib/Makefile: Add crc32.c to SPL build by Stefan Roese · Thu Jan 05 10:57:20 2012 +0100
  76. b90b97a net: use common rand()/srand() functions by Michael Walle · Tue Jun 05 11:33:15 2012 +0000
  77. d96bd01 lib: add rand() function by Michael Walle · Tue Jun 05 11:33:14 2012 +0000
  78. 2f87903 Add AES crypto library by Yen Lin · Thu Apr 05 11:54:58 2012 +0000
  79. 8894195 fdt: Add tests for fdtdec by Simon Glass · Tue Jan 17 08:20:51 2012 +0000
  80. 79bfa73 SPL: Add YMODEM over UART load support by Matt Porter · Tue Jan 31 12:03:57 2012 +0000
  81. 55f7bca nand: Merge BCH code from Linux nand driver by Christian Hitz · Wed Oct 12 09:31:59 2011 +0200
  82. db2115a spl: display_options.o is required for SPI flash support in SPL by Christian Riesch · Fri Dec 09 09:47:34 2011 +0000
  83. 2d2af85 fdt: add decode helper library by Simon Glass · Mon Oct 24 19:15:32 2011 +0000
  84. 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
  85. 55fc5b6 scaled down version of generic libraries for SPL by Aneesh V · Wed Jul 13 05:11:06 2011 +0000
  86. 99596bd zlib: split up to match original source tree by Mike Frysinger · Fri Apr 08 12:23:30 2011 +0000
  87. 4f3391b lib: add crc7 from Linux by Thomas Chou · Tue Jan 11 09:38:20 2011 +0800
  88. a8d426f Switch from archive libraries to partial linking by Sebastien Carlier · Fri Nov 05 15:48:07 2010 +0100
  89. c9ae986 Add hash table support as base for new environment code by Wolfgang Denk · Sun Jun 20 13:17:12 2010 +0200
  90. 9069922 Add qsort - add support for sorting data arrays by Wolfgang Denk · Sun Jun 13 01:45:10 2010 +0200
  91. 74aedc1 Add basic errno support. by Wolfgang Denk · Sat Jun 12 00:19:46 2010 +0200
  92. 685b7f5 Rename lib_generic/ to lib/ by Peter Tyser · Mon Apr 12 22:28:05 2010 -0500[Renamed from lib_generic/Makefile]
  93. ab427ae gzip/zlib: make features optional by Mike Frysinger · Thu Jan 21 19:30:36 2010 -0500
  94. a0dadf8 lmb: only force on arches that use it by Mike Frysinger · Tue Nov 03 11:35:59 2009 -0500
  95. 9a84980 sha1: add dedicated config option by Mike Frysinger · Sun Jan 17 21:08:00 2010 -0500
  96. 8b3cc06 Make getenv_IPaddr() global by Dirk Behme · Sun Jan 03 08:33:58 2010 +0100
  97. e3c1dc5 Merge branch 'master' into next by Wolfgang Denk · Sat Dec 05 02:11:59 2009 +0100
  98. f0f778a Generic udelay() with watchdog support by Ingo van Lil · Tue Nov 24 14:09:21 2009 +0100
  99. e8b39e4 circbuf: Move to lib_generic and conditionally compile by Peter Tyser · Mon Nov 09 15:17:50 2009 -0600
  100. 7c1555f bzip2: move ifdef handling to Makefile COBJS-$(...) by Mike Frysinger · Thu Feb 05 21:04:50 2009 -0500