summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* gunzip: rename z{alloc, free} to gz{alloc, free}Mike Frysinger2012-04-301-7/+4
* GCC47: Fix warning in md5.cMarek Vasut2012-04-291-2/+2
* Move bootstage timer out of lib/time.cSimon Glass2012-04-101-17/+0
* Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-stagingWolfgang Denk2012-03-301-2/+2
|\
| * lzma: fix printf warningsMike Frysinger2012-03-281-2/+2
* | tegra: i2c: Add I2C driverYen Lin2012-03-291-0/+2
* | fdt: Add function to allow aliases to refer to multiple nodesSimon Glass2012-03-291-4/+18
* | fdt: Avoid early panic() when there is no FDT presentSimon Glass2012-03-291-5/+19
* | tegra: usb: Add support for Tegra USB peripheralSimon Glass2012-03-291-0/+1
* | fdt: Add basic support for decoding GPIO definitionsSimon Glass2012-03-291-0/+79
* | fdt: Add functions to access phandles, arrays and boolsSimon Glass2012-03-291-0/+67
* | fdt: Tidy up a few fdtdec problemsSimon Glass2012-03-291-6/+16
* | fdt: Add tests for fdtdecSimon Glass2012-03-292-0/+227
* | fdt: Add fdtdec_find_aliases() to deal with alias nodesSimon Glass2012-03-291-0/+116
* | SPL: Add YMODEM over UART load supportMatt Porter2012-03-261-0/+3
|/
* bootstage: Define an optional microsecond timerSimon Glass2012-03-181-0/+17
* nand: Sanitize ONFI strings.Christian Hitz2012-01-261-0/+39
* nand: Merge BCH code from Linux nand driverChristian Hitz2012-01-262-0/+1359
* spl: display_options.o is required for SPI flash support in SPLChristian Riesch2011-12-241-0/+2
* vsprintf: Move function documentation into header fileSimon Glass2011-12-171-100/+0
* Add safe vsnprintf and snprintf library functionsSonny Rao2011-12-171-52/+213
* Include common.h in qsort.c to fix build warningSimon Glass2011-12-071-0/+1
* sandbox: Fix warnings in hashtable.cSimon Glass2011-11-221-5/+5
* env: allow to export only selected variablesWolfgang Denk2011-11-081-2/+13
* zlib: Fix integer cast of pointerSimon Glass2011-10-281-1/+1
* GCC4.6: Squash warnings in LzmaTools.cMarek Vasut2011-10-271-7/+7
* fdt: add decode helper librarySimon Glass2011-10-262-0/+148
* Move simple_itoa to vsprintfSimon Glass2011-10-261-0/+16
* consolidate mdelay by providing a common function for all usersAnatolij Gustschin2011-10-221-0/+6
* lib: add uuid_str_to_bin for use with bootp and PXE uuidJason Hobbs2011-10-172-0/+86
* Replace space and tab checks with isblankJason Hobbs2011-10-171-1/+3
* zlib: handle overflow while calculating available stream input sizeAnatolij Gustschin2011-10-171-0/+8
* GCC4.6: Squash warning in lzo1x_decompress.cMarek Vasut2011-10-011-2/+1
* Add assert() for debug assertionsSimon Glass2011-09-102-5/+8
* Convert ISO-8859 files to UTF-8Albert ARIBAUD2011-08-041-1/+1
* Constify getenv(), setenv() and hash code functionsWolfgang Denk2011-07-301-3/+3
* panic: remove warning "'noreturn' function does return"Heiko Schocher2011-07-281-0/+2
* unify version_stringAndreas Bießmann2011-07-281-2/+1
* scaled down version of generic libraries for SPLAneesh V2011-07-261-4/+7
* memcpy/memmove: Do not copy to same addressMatthias Weisser2011-07-261-0/+6
* libfdt: Implement property iteration functionsDavid Gibson2011-07-143-36/+97
* Support ePAPR compliant phandle propertiesDavid Gibson2011-07-141-6/+27
* lib, vsprintf: introduce strict_strtoulHeiko Schocher2011-05-121-0/+51
* zlib: fix DEBUG buildMike Frysinger2011-05-121-1/+2
* zlib: split up to match original source treeMike Frysinger2011-04-3015-2219/+2316
* common: add a grepenv commandKim Phillips2011-04-281-0/+23
* env: fix env var autocompletionKim Phillips2011-04-281-1/+1
* Fix gunzip to work for any gziped uImage sizeCatalin Radu2011-04-121-6/+10
* strmhz: Make hz unsigned to support greater than 2146 MHz clockEd Swarthout2011-03-221-1/+1
* Fix hash table deletion to prevent lost entriesPeter Barada2011-03-221-5/+13
OpenPOWER on IntegriCloud