summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2012-05-15tegra: Add tegra keyboard driverRakesh Iyer1-0/+1
2012-05-15fdt: Add fdtdec functions to read byte arrayAnton Staff1-0/+24
2012-05-15tegra: Add EMC support for optimal memory timingsJimmy Zhang1-0/+2
2012-05-15Add AES crypto libraryYen Lin2-0/+599
2012-05-15fdt: Add function to return next compatible subnodeSimon Glass1-0/+15
2012-05-15fdt: Add function to locate an array in the device treeSimon Glass1-0/+11
2012-04-30gunzip: rename z{alloc, free} to gz{alloc, free}Mike Frysinger1-7/+4
2012-04-29GCC47: Fix warning in md5.cMarek Vasut1-2/+2
2012-04-11Move bootstage timer out of lib/time.cSimon Glass1-17/+0
2012-03-30Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-stagingWolfgang Denk1-2/+2
2012-03-29tegra: i2c: Add I2C driverYen Lin1-0/+2
2012-03-29fdt: Add function to allow aliases to refer to multiple nodesSimon Glass1-4/+18
2012-03-29fdt: Avoid early panic() when there is no FDT presentSimon Glass1-5/+19
2012-03-29tegra: usb: Add support for Tegra USB peripheralSimon Glass1-0/+1
2012-03-29fdt: Add basic support for decoding GPIO definitionsSimon Glass1-0/+79
2012-03-29fdt: Add functions to access phandles, arrays and boolsSimon Glass1-0/+67
2012-03-29fdt: Tidy up a few fdtdec problemsSimon Glass1-6/+16
2012-03-29fdt: Add tests for fdtdecSimon Glass2-0/+227
2012-03-29fdt: Add fdtdec_find_aliases() to deal with alias nodesSimon Glass1-0/+116
2012-03-28lzma: fix printf warningsMike Frysinger1-2/+2
2012-03-27SPL: Add YMODEM over UART load supportMatt Porter1-0/+3
2012-03-19bootstage: Define an optional microsecond timerSimon Glass1-0/+17
2012-01-27nand: Sanitize ONFI strings.Christian Hitz1-0/+39
2012-01-27nand: Merge BCH code from Linux nand driverChristian Hitz2-0/+1359
2011-12-24spl: display_options.o is required for SPI flash support in SPLChristian Riesch1-0/+2
2011-12-18vsprintf: Move function documentation into header fileSimon Glass1-100/+0
2011-12-18Add safe vsnprintf and snprintf library functionsSonny Rao1-52/+213
2011-12-07Include common.h in qsort.c to fix build warningSimon Glass1-0/+1
2011-11-22sandbox: Fix warnings in hashtable.cSimon Glass1-5/+5
2011-11-08env: allow to export only selected variablesWolfgang Denk1-2/+13
2011-10-28zlib: Fix integer cast of pointerSimon Glass1-1/+1
2011-10-28GCC4.6: Squash warnings in LzmaTools.cMarek Vasut1-7/+7
2011-10-26fdt: add decode helper librarySimon Glass2-0/+148
2011-10-26Move simple_itoa to vsprintfSimon Glass1-0/+16
2011-10-22consolidate mdelay by providing a common function for all usersAnatolij Gustschin1-0/+6
2011-10-18lib: add uuid_str_to_bin for use with bootp and PXE uuidJason Hobbs2-0/+86
2011-10-18Replace space and tab checks with isblankJason Hobbs1-1/+3
2011-10-17zlib: handle overflow while calculating available stream input sizeAnatolij Gustschin1-0/+8
2011-10-02GCC4.6: Squash warning in lzo1x_decompress.cMarek Vasut1-2/+1
2011-09-10Add assert() for debug assertionsSimon Glass2-5/+8
2011-08-05Convert ISO-8859 files to UTF-8Albert ARIBAUD1-1/+1
2011-07-30Constify getenv(), setenv() and hash code functionsWolfgang Denk1-3/+3
2011-07-29panic: remove warning "'noreturn' function does return"Heiko Schocher1-0/+2
2011-07-28unify version_stringAndreas Bießmann1-2/+1
2011-07-26scaled down version of generic libraries for SPLAneesh V1-4/+7
2011-07-26memcpy/memmove: Do not copy to same addressMatthias Weisser1-0/+6
2011-07-15libfdt: Implement property iteration functionsDavid Gibson3-36/+97
2011-07-15Support ePAPR compliant phandle propertiesDavid Gibson1-6/+27
2011-05-12lib, vsprintf: introduce strict_strtoulHeiko Schocher1-0/+51
2011-05-12zlib: fix DEBUG buildMike Frysinger1-1/+2