1. 5ff5539 bootstage: Define an optional microsecond timer by Simon Glass · 13 years ago
  2. 5454ddb nand: Sanitize ONFI strings. by Christian Hitz · 13 years ago
  3. 4c6de85 nand: Merge BCH code from Linux nand driver by Christian Hitz · 13 years ago
  4. 7029a24 spl: display_options.o is required for SPI flash support in SPL by Christian Riesch · 13 years ago
  5. 71ec92b vsprintf: Move function documentation into header file by Simon Glass · 13 years ago
  6. 046a37b Add safe vsnprintf and snprintf library functions by Sonny Rao · 13 years ago
  7. 42c4a23 Include common.h in qsort.c to fix build warning by Simon Glass · 13 years ago
  8. ff85628 sandbox: Fix warnings in hashtable.c by Simon Glass · 13 years ago
  9. 37f2fe7 env: allow to export only selected variables by Wolfgang Denk · 13 years ago
  10. 41d68b3 zlib: Fix integer cast of pointer by Simon Glass · 13 years ago
  11. dd05984 GCC4.6: Squash warnings in LzmaTools.c by Marek Vasut · 13 years ago
  12. b5220bc fdt: add decode helper library by Simon Glass · 13 years ago
  13. 3cce8a5 Move simple_itoa to vsprintf by Simon Glass · 13 years ago
  14. c4c9fbe consolidate mdelay by providing a common function for all users by Anatolij Gustschin · 13 years ago
  15. e11938e lib: add uuid_str_to_bin for use with bootp and PXE uuid by Jason Hobbs · 13 years ago
  16. 4d91a6e Replace space and tab checks with isblank by Jason Hobbs · 13 years ago
  17. 92faa8b zlib: handle overflow while calculating available stream input size by Anatolij Gustschin · 13 years ago
  18. 7b8ffea GCC4.6: Squash warning in lzo1x_decompress.c by Marek Vasut · 13 years ago
  19. 21726a7 Add assert() for debug assertions by Simon Glass · 13 years ago
  20. fa82f87 Convert ISO-8859 files to UTF-8 by Albert ARIBAUD · 13 years ago
  21. 84b5e80 Constify getenv(), setenv() and hash code functions by Wolfgang Denk · 13 years ago
  22. 40e0188 panic: remove warning "'noreturn' function does return" by Heiko Schocher · 13 years ago
  23. 09c2e90 unify version_string by Andreas Bießmann · 13 years ago
  24. 05bad4a scaled down version of generic libraries for SPL by Aneesh V · 13 years ago
  25. b038db8 memcpy/memmove: Do not copy to same address by Matthias Weisser · 13 years ago
  26. d1c6314 libfdt: Implement property iteration functions by David Gibson · 14 years ago
  27. 05a22ba Support ePAPR compliant phandle properties by David Gibson · 15 years ago
  28. a7fd0d9 lib, vsprintf: introduce strict_strtoul by Heiko Schocher · 13 years ago
  29. f18185a zlib: fix DEBUG build by Mike Frysinger · 13 years ago
  30. e89516f zlib: split up to match original source tree by Mike Frysinger · 13 years ago
  31. a000b79 common: add a grepenv command by Kim Phillips · 13 years ago
  32. af4d907 env: fix env var autocompletion by Kim Phillips · 13 years ago
  33. f039ada Fix gunzip to work for any gziped uImage size by Catalin Radu · 13 years ago
  34. 55f7934 strmhz: Make hz unsigned to support greater than 2146 MHz clock by Ed Swarthout · 13 years ago
  35. c81c122 Fix hash table deletion to prevent lost entries by Peter Barada · 13 years ago
  36. ed6ce67 lib: add crc7 from Linux by Thomas Chou · 14 years ago
  37. 0c51c24 Small coding style fix in lib/asm-offsets.c by Stefan Roese · 14 years ago
  38. 89c95f0 asm-offsets: generate bd_t size by Mike Frysinger · 14 years ago
  39. 560d424 env: re-add support for auto-completion by Mike Frysinger · 14 years ago
  40. 2eb1573 hashtable: drop all non-reentrant versions by Mike Frysinger · 14 years ago
  41. 543f0a3 ctype: constify lookup table by Mike Frysinger · 14 years ago
  42. 908c6b6 string_to_ip: constify "s" arg by Mike Frysinger · 14 years ago
  43. 882b7d7 do_reset: unify duplicate prototypes by Mike Frysinger · 14 years ago
  44. 6d8962e Switch from archive libraries to partial linking by Sebastien Carlier · 14 years ago
  45. 071bc92 Coding Style cleanup by Wolfgang Denk · 14 years ago
  46. 25ddd1f Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value by Wolfgang Denk · 14 years ago
  47. 16a354f include/asm-offsets.h: automatically generate assembler constants by Wolfgang Denk · 14 years ago
  48. be4424c zlib: Add further watchdog reset calls by Stefan Roese · 14 years ago
  49. f852628 zlib/gunzip: Use WATCHDOG_RESET macro by Stefan Roese · 14 years ago
  50. fc5fc76 lib/hashtable.c: add CONFIG_ENV_MIN_ENTRIES by Andreas Bießmann · 14 years ago
  51. ea882ba New implementation for internal handling of environment variables. by Wolfgang Denk · 14 years ago
  52. a6826fb Add hash table support as base for new environment code by Wolfgang Denk · 14 years ago
  53. 54c6977 Add qsort - add support for sorting data arrays by Wolfgang Denk · 14 years ago
  54. 65cd3fa Add basic errno support. by Wolfgang Denk · 14 years ago
  55. 150f723 display_buffer: fix misaligned buffer by Reinhard Meyer · 14 years ago
  56. 64419e4 print_buffer: optimize & shrink by Mike Frysinger · 14 years ago
  57. 54841ab Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · 14 years ago
  58. f2d76ae Avoid use of divides in print_size by Nick Thompson · 14 years ago
  59. 4b42c90 allow print_size to print large numbers on 32-bit systems by Timur Tabi · 14 years ago
  60. 52dbac6 fix print_size printing fractional gigabyte numbers on 32-bit platforms by Timur Tabi · 14 years ago
  61. a47a12b Move arch/ppc to arch/powerpc by Stefan Roese · 14 years ago
  62. 0de71d5 Move libfdt/ into lib/ by Peter Tyser · 14 years ago
  63. 78acc47 Rename lib_generic/ to lib/ by Peter Tyser · 14 years ago[Renamed from lib_generic]
  64. 322ff39 env: fix endian ordering in crc table by Jeff Angielski · 14 years ago
  65. 44431ca gzip/zlib: make features optional by Mike Frysinger · 15 years ago
  66. a16028d lmb: only force on arches that use it by Mike Frysinger · 15 years ago
  67. dac4d7e sha1: add dedicated config option by Mike Frysinger · 15 years ago
  68. 6a45e38 Make getenv_IPaddr() global by Dirk Behme · 15 years ago
  69. 87d93a1 move prototypes for gunzip() and zunzip() to common.h by Wolfgang Wegner · 15 years ago
  70. 4b142fe common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOUL by Heiko Schocher · 15 years ago
  71. 206c00f Merge branch 'master' into next by Wolfgang Denk · 15 years ago
  72. a9f99ab zlib.c: avoid build conflicts for cradle board by Wolfgang Denk · 15 years ago
  73. 2a49bf3 Merge branch 'master' into next by Wolfgang Denk · 15 years ago
  74. f68ab43 lzma: ignore unset filesizes by Mike Frysinger · 15 years ago
  75. cd514ae zlib: Optimize decompression by Joakim Tjernlund · 15 years ago
  76. 20dde48 add lzop decompression support by Peter Korsgaard · 15 years ago
  77. 3eb90ba Generic udelay() with watchdog support by Ingo van Lil · 15 years ago
  78. 3ee8c12 crc32: Impl. linux optimized crc32() by Joakim Tjernlund · 15 years ago
  79. 9ef7851 circbuf: Move to lib_generic and conditionally compile by Peter Tyser · 15 years ago
  80. e3ea948 lib_generic memset: fill one word at a time if possible by Alessandro Rubini · 15 years ago
  81. ecd830b lib_generic memcpy: copy one word at a time if possible by Alessandro Rubini · 15 years ago
  82. 7662eb2 zlib: fix code when DEBUG is defined by Giuseppe CONDORELLI · 15 years ago
  83. 253cb83 zlib: add watchdog reset call by Giuseppe CONDORELLI · 15 years ago
  84. dce3d79 zlib: updated to v.1.2.3 by Giuseppe CONDORELLI · 15 years ago
  85. 3f1649f Fix LZMA string.h header inclusion issue and remove unused variables. by Luigi 'Comio' Mantellini · 15 years ago
  86. fafbb2c add WATCHDOG_RESET to allow LZMA kernel decompression on slow machines by rhabarber1848@web.de · 15 years ago
  87. 4791050 Use do_div from div64.h for vsprintf by Dirk Behme · 15 years ago
  88. f33b325 Revert "zlib: updated to v.1.2.3" by Wolfgang Denk · 15 years ago
  89. 28958b8 Coding Style cleanup; update CHANGELOG. by Wolfgang Denk · 15 years ago
  90. b201171 zlib: updated to v.1.2.3 by Giuseppe CONDORELLI · 15 years ago
  91. caf72ff Refresh LZMA-lib to v4.65 by Luigi 'Comio' Mantellini · 15 years ago
  92. 3756609 compiler.h: unify system ifdef cruft here by Mike Frysinger · 15 years ago
  93. be33b04 Remove legacy NAND and disk on chip code. by Scott Wood · 15 years ago
  94. 35f6a94 lib_generic: gunzip: New function zunzip by Ricardo Ribalda Delgado · 15 years ago
  95. c0a14ae Update CHANGELOG, coding style cleanup. by Wolfgang Denk · 15 years ago
  96. a31e091 rename include/zlib.h to include/u-boot/zlib.h by Jean-Christophe PLAGNIOL-VILLARD · 15 years ago
  97. b1b4e89 Add LZO decompressor support by Stefan Roese · 15 years ago
  98. 6c6166f vsprintf: pull updates from Linux kernel by Mike Frysinger · 15 years ago
  99. ab76e98 bzip2: move ifdef handling to Makefile COBJS-$(...) by Mike Frysinger · 15 years ago
  100. 107b801 Fix gunzip in case of insufficient output buffer by Matthias Fuchs · 16 years ago