index
:
u-boot-fsl-qoriq
master
scalys
Freescale u-boot tree with Scalys patches
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
2011-10-01
GCC4.6: Squash warning in lzo1x_decompress.c
Marek Vasut
2011-09-09
Add assert() for debug assertions
Simon Glass
2011-08-04
Convert ISO-8859 files to UTF-8
Albert ARIBAUD
2011-07-29
Constify getenv(), setenv() and hash code functions
Wolfgang Denk
2011-07-28
panic: remove warning "'noreturn' function does return"
Heiko Schocher
2011-07-28
unify version_string
Andreas Bießmann
2011-07-26
scaled down version of generic libraries for SPL
Aneesh V
2011-07-25
memcpy/memmove: Do not copy to same address
Matthias Weisser
2011-07-15
libfdt: Implement property iteration functions
David Gibson
2011-07-15
Support ePAPR compliant phandle properties
David Gibson
2011-05-12
lib, vsprintf: introduce strict_strtoul
Heiko Schocher
2011-05-12
zlib: fix DEBUG build
Mike Frysinger
2011-04-30
zlib: split up to match original source tree
Mike Frysinger
2011-04-27
common: add a grepenv command
Kim Phillips
2011-04-27
env: fix env var autocompletion
Kim Phillips
2011-04-12
Fix gunzip to work for any gziped uImage size
Catalin Radu
2011-03-22
strmhz: Make hz unsigned to support greater than 2146 MHz clock
Ed Swarthout
2011-03-22
Fix hash table deletion to prevent lost entries
Peter Barada
2011-01-18
lib: add crc7 from Linux
Thomas Chou
2011-01-17
Small coding style fix in lib/asm-offsets.c
Stefan Roese
2011-01-09
asm-offsets: generate bd_t size
Mike Frysinger
2011-01-09
env: re-add support for auto-completion
Mike Frysinger
2010-12-17
hashtable: drop all non-reentrant versions
Mike Frysinger
2010-11-28
ctype: constify lookup table
Mike Frysinger
2010-11-28
string_to_ip: constify "s" arg
Mike Frysinger
2010-11-28
do_reset: unify duplicate prototypes
Mike Frysinger
2010-11-17
Switch from archive libraries to partial linking
Sebastien Carlier
2010-10-27
Coding Style cleanup
Wolfgang Denk
2010-10-26
Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value
Wolfgang Denk
2010-10-26
include/asm-offsets.h: automatically generate assembler constants
Wolfgang Denk
2010-10-12
zlib: Add further watchdog reset calls
Stefan Roese
2010-10-12
zlib/gunzip: Use WATCHDOG_RESET macro
Stefan Roese
2010-10-06
lib/hashtable.c: add CONFIG_ENV_MIN_ENTRIES
Andreas Bießmann
2010-09-19
New implementation for internal handling of environment variables.
Wolfgang Denk
2010-09-19
Add hash table support as base for new environment code
Wolfgang Denk
2010-09-19
Add qsort - add support for sorting data arrays
Wolfgang Denk
2010-09-19
Add basic errno support.
Wolfgang Denk
2010-09-13
display_buffer: fix misaligned buffer
Reinhard Meyer
2010-08-08
print_buffer: optimize & shrink
Mike Frysinger
2010-07-04
Make sure that argv[] argument pointers are not modified.
Wolfgang Denk
2010-05-17
Avoid use of divides in print_size
Nick Thompson
2010-05-05
allow print_size to print large numbers on 32-bit systems
Timur Tabi
2010-05-05
fix print_size printing fractional gigabyte numbers on 32-bit platforms
Timur Tabi
2010-04-21
Move arch/ppc to arch/powerpc
Stefan Roese
2010-04-13
Move libfdt/ into lib/
Peter Tyser
2010-04-13
Rename lib_generic/ to lib/
Peter Tyser