aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-05-15tegra: Add tegra keyboard driverRakesh Iyer
2012-05-15fdt: Add fdtdec functions to read byte arrayAnton Staff
2012-05-15tegra: Add EMC support for optimal memory timingsJimmy Zhang
2012-05-15Add AES crypto libraryYen Lin
2012-05-15fdt: Add function to return next compatible subnodeSimon Glass
2012-05-15fdt: Add function to locate an array in the device treeSimon Glass
2012-04-30gunzip: rename z{alloc, free} to gz{alloc, free}Mike Frysinger
2012-04-29GCC47: Fix warning in md5.cMarek Vasut
2012-04-10Move bootstage timer out of lib/time.cSimon Glass
2012-03-30Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-stagingWolfgang Denk
2012-03-29tegra: i2c: Add I2C driverYen Lin
2012-03-29fdt: Add function to allow aliases to refer to multiple nodesSimon Glass
2012-03-29fdt: Avoid early panic() when there is no FDT presentSimon Glass
2012-03-29tegra: usb: Add support for Tegra USB peripheralSimon Glass
2012-03-29fdt: Add basic support for decoding GPIO definitionsSimon Glass
2012-03-29fdt: Add functions to access phandles, arrays and boolsSimon Glass
2012-03-29fdt: Tidy up a few fdtdec problemsSimon Glass
2012-03-29fdt: Add tests for fdtdecSimon Glass
2012-03-29fdt: Add fdtdec_find_aliases() to deal with alias nodesSimon Glass
2012-03-28lzma: fix printf warningsMike Frysinger
2012-03-26SPL: Add YMODEM over UART load supportMatt Porter
2012-03-18bootstage: Define an optional microsecond timerSimon Glass
2012-01-26nand: Sanitize ONFI strings.Christian Hitz
2012-01-26nand: Merge BCH code from Linux nand driverChristian Hitz
2011-12-24spl: display_options.o is required for SPI flash support in SPLChristian Riesch
2011-12-17vsprintf: Move function documentation into header fileSimon Glass
2011-12-17Add safe vsnprintf and snprintf library functionsSonny Rao
2011-12-07Include common.h in qsort.c to fix build warningSimon Glass
2011-11-22sandbox: Fix warnings in hashtable.cSimon Glass
2011-11-08env: allow to export only selected variablesWolfgang Denk
2011-10-28zlib: Fix integer cast of pointerSimon Glass
2011-10-27GCC4.6: Squash warnings in LzmaTools.cMarek Vasut
2011-10-26fdt: add decode helper librarySimon Glass
2011-10-26Move simple_itoa to vsprintfSimon Glass
2011-10-22consolidate mdelay by providing a common function for all usersAnatolij Gustschin
2011-10-17lib: add uuid_str_to_bin for use with bootp and PXE uuidJason Hobbs
2011-10-17Replace space and tab checks with isblankJason Hobbs
2011-10-17zlib: handle overflow while calculating available stream input sizeAnatolij Gustschin
2011-10-01GCC4.6: Squash warning in lzo1x_decompress.cMarek Vasut
2011-09-10Add assert() for debug assertionsSimon Glass
2011-08-04Convert ISO-8859 files to UTF-8Albert ARIBAUD
2011-07-30Constify getenv(), setenv() and hash code functionsWolfgang Denk
2011-07-28panic: remove warning "'noreturn' function does return"Heiko Schocher
2011-07-28unify version_stringAndreas Bießmann
2011-07-26scaled down version of generic libraries for SPLAneesh V
2011-07-26memcpy/memmove: Do not copy to same addressMatthias Weisser
2011-07-14libfdt: Implement property iteration functionsDavid Gibson
2011-07-14Support ePAPR compliant phandle propertiesDavid Gibson
2011-05-12lib, vsprintf: introduce strict_strtoulHeiko Schocher
2011-05-12zlib: fix DEBUG buildMike Frysinger