1. c068d44 lib, list_sort: add list_sort from linux 3.14 by Heiko Schocher · 10 years ago
  2. b047d67 lib, fdt: move fdtdec_get_int() out of lib/fdtdec.c by Heiko Schocher · 10 years ago
  3. 91fdabc eMMC: add support for operations in RPMB partition by Pierre Aubert · 10 years ago
  4. 4e4815f lib: uuid: add functions to generate UUID version 4 by Przemyslaw Marczak · 10 years ago
  5. a96a0e6 part_efi: move uuid<->string conversion functions into lib/uuid.c by Przemyslaw Marczak · 10 years ago
  6. 3c1c68c lib: rand: introduce new configs: CONFIG_LIB_RAND and CONFIG_LIB_HW_RAND by Przemyslaw Marczak · 11 years ago
  7. e91df49 kbuild, blackfin: Add CONFIG_CC_OPTIMIZE_LIBS_FOR_SPEED by Masahiro Yamada · 11 years ago
  8. 1551df3 arm: Switch to -mno-unaligned-access when supported by the compiler by Tom Rini · 11 years ago
  9. 6825a95 kbuild: use Linux Kernel build scripts by Masahiro Yamada · 11 years ago
  10. 9e41403 kbuild: change out-of-tree build by Masahiro Yamada · 11 years ago
  11. 60d18d3 Add crc8 routine by Simon Glass · 11 years ago
  12. fdc3697 Makefile: move some libraries to lib/Makefile by Masahiro Yamada · 11 years ago
  13. 0a1a157 lib: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  14. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  15. b2e16a8 Add trace library by Simon Glass · 11 years ago
  16. f90572d Makefile: move the common makefile line to public area by Ying Zhang · 11 years ago
  17. 0dd9c7a9 lib: import bitrev library from the linux kernel by Mike Dunn · 11 years ago
  18. d2eae43 lib: consolidate hang() by Andreas Bießmann · 11 years ago
  19. a5ecbe6 Add SLRE - Super Light Regular Expression library by Wolfgang Denk · 12 years ago
  20. 17059f9 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 11 years ago
  21. 8732b07 tpm: Add TPM command library by Che-liang Chiou · 12 years ago
  22. 4a09300 omap_gpmc: add support for hw assisted BCH8 by Andreas Bießmann · 11 years ago
  23. c8a311d Introduce a basic initcall implementation by Simon Glass · 12 years ago
  24. e772cb3 Make linux kernel string funcs available to tools by Joe Hershberger · 12 years ago
  25. 40fef04 Introduce arch_phys_memset which works like memset but on physical memory by Gabe Black · 12 years ago
  26. b823fd9 ARM: prevent misaligned array inits by Albert ARIBAUD · 12 years ago
  27. 7ac2fe2 OMAP: networking support for SPL by Ilya Yanok · 12 years ago
  28. 88d52c6 lib: add gzip lib function callback by Lei Wen · 12 years ago
  29. aca587b SPL: lib/Makefile: Add crc32.c to SPL build by Stefan Roese · 13 years ago
  30. 99e139d net: use common rand()/srand() functions by Michael Walle · 12 years ago
  31. 9acf1ca lib: add rand() function by Michael Walle · 12 years ago
  32. 5b1a545 Add AES crypto library by Yen Lin · 12 years ago
  33. dc254f3 fdt: Add tests for fdtdec by Simon Glass · 13 years ago
  34. 24de357 SPL: Add YMODEM over UART load support by Matt Porter · 13 years ago
  35. 4c6de85 nand: Merge BCH code from Linux nand driver by Christian Hitz · 13 years ago
  36. 7029a24 spl: display_options.o is required for SPI flash support in SPL by Christian Riesch · 13 years ago
  37. b5220bc fdt: add decode helper library by Simon Glass · 13 years ago
  38. e11938e lib: add uuid_str_to_bin for use with bootp and PXE uuid by Jason Hobbs · 13 years ago
  39. 05bad4a scaled down version of generic libraries for SPL by Aneesh V · 13 years ago
  40. e89516f zlib: split up to match original source tree by Mike Frysinger · 13 years ago
  41. ed6ce67 lib: add crc7 from Linux by Thomas Chou · 14 years ago
  42. 6d8962e Switch from archive libraries to partial linking by Sebastien Carlier · 14 years ago
  43. a6826fb Add hash table support as base for new environment code by Wolfgang Denk · 14 years ago
  44. 54c6977 Add qsort - add support for sorting data arrays by Wolfgang Denk · 14 years ago
  45. 65cd3fa Add basic errno support. by Wolfgang Denk · 14 years ago
  46. 78acc47 Rename lib_generic/ to lib/ by Peter Tyser · 14 years ago[Renamed from lib_generic/Makefile]
  47. 44431ca gzip/zlib: make features optional by Mike Frysinger · 15 years ago
  48. a16028d lmb: only force on arches that use it by Mike Frysinger · 15 years ago
  49. dac4d7e sha1: add dedicated config option by Mike Frysinger · 15 years ago
  50. 6a45e38 Make getenv_IPaddr() global by Dirk Behme · 15 years ago
  51. 2a49bf3 Merge branch 'master' into next by Wolfgang Denk · 15 years ago
  52. 3eb90ba Generic udelay() with watchdog support by Ingo van Lil · 15 years ago
  53. 9ef7851 circbuf: Move to lib_generic and conditionally compile by Peter Tyser · 15 years ago
  54. ab76e98 bzip2: move ifdef handling to Makefile COBJS-$(...) by Mike Frysinger · 16 years ago
  55. 63240ba Introduce addr_map library by Kumar Gala · 16 years ago
  56. 7ba890b Add Red Black Tree support by Kyungmin Park · 16 years ago
  57. bbf52df crc16: move to lib_generic by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  58. 717a222 gunzip: move to lib_generic by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  59. 0768b7a Consolidate strmhz() implementation by Haavard Skinnemoen · 16 years ago
  60. b571afd add SHA256 support by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  61. 53677ef Big white-space cleanup. by Wolfgang Denk · 16 years ago
  62. 0ede0c3 Add the MD5 algorithm by Bartlomiej Sieka · 17 years ago
  63. 4ed6552 [new uImage] Introduce lmb from linux kernel for memory mgmt of boot images by Kumar Gala · 17 years ago
  64. f0037c5 Build: split COBJS value into multiple lines by Grant Likely · 17 years ago
  65. f7c086e Move 64bit division from avr32 to generic lib by Dirk Behme · 17 years ago
  66. 566a494 [PCS440EP] upgrade the PCS440EP board: by Heiko Schocher · 17 years ago
  67. 2b208f5 Move "ar" flags to config.mk to allow for silent "make -s" by Wolfgang Denk · 18 years ago
  68. 511d0c7 Coding style cleanup by Wolfgang Denk · 18 years ago
  69. f932863 Add support for a saving build objects in a separate directory. by Marian Balakowicz · 18 years ago
  70. c29fdfc Patch by Yuli Barcohen, 14 Aug 2003: add support for bzip2 uncompression by wdenk · 21 years ago
  71. 87e33a6 Initial revision by wdenk · 22 years ago