aboutsummaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2013-12-13time: fix usec_to_tick()Stephen Warren1-2/+2
2013-11-25Merge branch 'sandbox1' of http://git.denx.de/u-boot-x86Tom Rini1-4/+4
2013-11-25Makefile: move some libraries to lib/MakefileMasahiro Yamada1-0/+7
2013-11-21sandbox: Correct data sizes and printf() strings in fdtdec.cSimon Glass1-4/+4
2013-11-17lib: descend into sub directories only when it is necessaryMasahiro Yamada4-6/+4
2013-11-11time: fix gcc warnings on MIPS64Daniel Schwierzeck1-2/+2
2013-11-08time: add weak annotation to timer_read_counter declarationRob Herring1-1/+1
2013-11-08env: fix the env export varnamePierre Aubert1-1/+1
2013-11-04Introduce common timer functionsRob Herring1-0/+73
2013-11-04config: consolidate CONFIG_SYS_HZ definitionRob Herring1-0/+4
2013-10-31lib: convert makefiles to Kbuild styleMasahiro Yamada7-203/+54
2013-10-20exynos5: dts: Add COMPAT string data for USB 3.0 PHY and XHCIVivek Gautam1-0/+2
2013-10-14Coding Style cleanup: remove trailing empty linesWolfgang Denk2-2/+0
2013-10-14Coding Style cleanup: remove trailing white spaceWolfgang Denk1-1/+1
2013-09-20Cosmetic: Fix a number of typos, no functional changes.Robert P. J. Day1-1/+1
2013-09-03lzo: correctly bounds-check output bufferKees Cook1-1/+7
2013-09-03lzma: correctly bounds-check output bufferKees Cook1-2/+6
2013-09-03gzip: correctly bounds-check output bufferKees Cook1-2/+2
2013-08-10libfdt: SPDX-License-Identifier: GPL-2.0+ BSD-2-ClauseRoger Meier8-368/+8
2013-07-24Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini1-0/+1
2013-07-24Add eCos-2.0 SPDX-License-Identifier to source filesWolfgang Denk1-33/+1
2013-07-24Add LGPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-14/+2
2013-07-24Add LGPL-2.1+ SPDX-License-Identifier to source filesWolfgang Denk1-14/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk36-545/+36
2013-07-23fdtdec: Add compatible string for High speed i2cnaveen krishna chatradhi1-0/+1
2013-07-16tpm: add AUTH1 cmds for LoadKey2 and GetPubKeyReinhard Pfau1-1/+350
2013-07-12Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-0/+3
2013-07-11ARM: Tegra: USB: EHCI: Add support for Tegra30/Tegra114Jim Lin1-0/+2
2013-07-03lib/rsa/rsa-sig.c: compile on OS XAndreas Bießmann1-1/+0
2013-06-26libfdt: Add fdt_find_regions()Simon Glass1-0/+129
2013-06-26image: Add RSA support for image signingSimon Glass3-0/+893
2013-06-26Add trace librarySimon Glass2-0/+380
2013-06-26Add function to print a number with grouped digitsSimon Glass1-0/+16
2013-06-26cros: adds cros_ec keyboard driverHung-ying Tyan1-0/+1
2013-06-26cros: add cros_ec driverHung-ying Tyan1-0/+1
2013-06-24EXYNOS5: FDT: Add compatible strings for SerialRajeshwari Shinde1-0/+1
2013-06-22Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-0/+1
2013-06-20Makefile: move the common makefile line to public areaYing Zhang1-10/+4
2013-06-19Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'Albert ARIBAUD1-0/+1
2013-06-13FDT: Add compatible string for DWMMCAmar1-0/+1
2013-06-03tpm: Add support for new Infineon I2C TPM (SLB 9645 TT 1.2 I2C)Vincent Palatin1-0/+1
2013-05-31Merge branch 'master' of git://git.denx.de/u-boot-nand-flashTom Rini1-0/+59
2013-05-31mtd: resync with Linux-3.7.1Sergey Lapin1-0/+59
2013-05-30Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD3-3/+36
2013-05-14libfdt: Add fdt_next_subnode() to permit easy subnode iterationSimon Glass1-0/+28
2013-05-10Export fdt_stringlist_contains()Simon Glass1-3/+2
2013-05-09env: throw an error when an empty key is usedLucian Cojocar1-0/+6
2013-05-05lib: import bitrev library from the linux kernelMike Dunn2-0/+60
2013-05-01lib: consolidate hang()Andreas Bießmann2-0/+48
2013-05-01"env grep" - add support for regular expression matchesWolfgang Denk1-3/+26
2013-05-01Add SLRE - Super Light Regular Expression libraryWolfgang Denk2-0/+725
2013-05-01"env grep" - reimplement command using hexport_r()Wolfgang Denk1-36/+28
2013-05-01hashtable: preparations to use hexport_r() for "env grep"Wolfgang Denk1-8/+24
2013-05-01fdt: Skip checking FDT if the pointer is NULLSimon Glass1-1/+2
2013-05-01sandbox: Switch over to generic boardSimon Glass1-1/+1
2013-04-19crc32: Correct endianness of crc32 resultSimon Glass1-1/+4
2013-04-15Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2-1/+3
2013-04-12tpm: Add TPM command libraryChe-liang Chiou2-0/+582
2013-04-12tpm: Add Infineon slb9635_i2c TPM driverRong Chang1-0/+1
2013-04-08omap_gpmc: add support for hw assisted BCH8Andreas Bießmann1-1/+1
2013-04-04Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'Albert ARIBAUD1-0/+2
2013-03-28Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD1-0/+3
2013-03-27EXYNOS5: FDT: Add compatible strings for FIMDAjay Kumar1-0/+1
2013-03-27EXYNOS: FDT: Add compatible strings for FIMDAjay Kumar1-0/+1
2013-03-26Merge branch 'u-boot-tegra/master' into 'u-boot-arm/master'Albert ARIBAUD1-0/+1
2013-03-26Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'Albert ARIBAUD1-0/+2
2013-03-25tegra114: fdt: add compatible string for tegra114 SPI ctrlAllen Martin1-0/+1
2013-03-19sf: Enable FDT-based configuration and memory mappingSimon Glass1-0/+1
2013-03-19fdt: Add fdtdec_get_addr_size() to read reg propertiesSimon Glass1-6/+21
2013-03-18Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-0/+3
2013-03-15Introduce a basic initcall implementationSimon Glass2-0/+40
2013-03-14Tegra30: mmc: Add Tegra30 SDMMC compatible entry to fdtdec & driverTom Warren1-0/+1
2013-03-14Tegra: MMC: Add DT support to MMC driver for all T20 boardsTom Warren1-0/+1
2013-03-14Tegra: I2C: Add T114 clock support to tegra_i2c driverTom Warren1-0/+1
2013-03-12Exynos5: FDT: Add TMU device node valuesAkshay Saraswat1-0/+1
2013-03-11display_options:print_buffer: align ASCII printAndreas Bießmann1-6/+14
2013-03-08EXYNOS5: FDT: Add compatible strings for MAX98095Rajeshwari Shinde1-0/+1
2013-02-28Roll crc32 into hash infrastructureSimon Glass1-0/+9
2013-02-28Update print_buffer() to use constSimon Glass1-1/+2
2013-02-19vsprintf: add ustrtoll functionPiotr Wilczek1-0/+23
2013-02-12Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-0/+2
2013-02-11tegra: add SPI SLINK driverAllen Martin1-0/+1
2013-02-11tegra: spi: add fdt support to tegra SPI SFLASH driverAllen Martin1-0/+1
2013-02-07libfdt: update from upstream dtc commit 142419eKim Phillips5-7/+7
2013-01-14Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'Albert ARIBAUD1-0/+9
2013-01-10EXYNOS5: FDT: Add compatible strings for PMICRajeshwari Shinde1-0/+1
2013-01-08arm: move C runtime setup code in crt0.SAlbert ARIBAUD1-0/+14
2013-01-08EXYNOS5: FDT: Add compatible strings for USBRajeshwari Shinde1-0/+2
2013-01-08EXYNOS5: FDT: Add compatible strings for SPIRajeshwari Shinde1-0/+1
2013-01-08EXYNOS5: FDT: Add compatible strings for soundRajeshwari Shinde1-0/+2
2013-01-08FDT: Add compatible string for I2CRajeshwari Shinde1-0/+1
2012-12-26fdt: exynos5: Add DT node definition for SROM and SMSC9215Hatim RV1-0/+2
2012-12-19Merge remote-tracking branch 'u-boot/master' into u-boot-arm-mergedAllen Martin14-193/+491
2012-12-13env: Add environment variable flagsJoe Hershberger1-0/+4
2012-12-13env: Add support for callbacks to environment varsJoe Hershberger1-4/+63
2012-12-13env: Hide '.' variables in env print by defaultJoe Hershberger1-1/+4
2012-12-13env: Refactor apply into change_okJoe Hershberger1-27/+43
2012-12-13env: Consolidate common code in hsearch_r()Joe Hershberger1-34/+37
2012-12-13env: Refactor do_apply to a flagJoe Hershberger1-17/+20
2012-12-13Make linux kernel string funcs available to toolsJoe Hershberger3-39/+52
2012-12-13vsprintf:fix: Change type returned by ustrtoulLukasz Majewski1-1/+1
2012-12-11Add strcasecmp() and strncasecmp()Simon Glass1-4/+12
2012-12-11sha256: Use const where possible and add watchdog functionSimon Glass1-2/+35
2012-12-11sha1: Use const where possible, and unsigned for input lenSimon Glass1-8/+11
2012-12-07Merge branch 'master' of git://git.denx.de/u-boot-x86Tom Rini2-0/+25
2012-12-06Introduce arch_phys_memset which works like memset but on physical memoryGabe Black2-0/+25
2012-12-06lzma: update to lzma sdk 9.20Stefan Reinauer5-34/+91
2012-11-19tegra: Add SOC support for display/lcdWei Ni1-0/+1
2012-11-19tegra: Add support for PWMSimon Glass1-0/+1
2012-11-12fdt: Remove fdtdec_find_alias_node() functionSimon Glass1-23/+1
2012-11-12fdt: Add polarity-aware gpio functions to fdtdecSean Paul1-0/+20
2012-11-12fdt: Add fdtdec_get_uint64 to decode a 64-bit value from a propertyChe-Liang Chiou1-0/+13
2012-11-12fdt: Add function to read boolean propertyGabe Black1-0/+14
2012-11-12fdt: Export fdtdec_lookup() and fix the nameGerald Van Baren1-1/+1
2012-11-12fdt: Add function for decoding multiple gpios globally availableAbhilash Kesavan1-3/+2
2012-11-12fdt: Add fdtdec_decode_region() to decode memory regionSimon Glass1-0/+17
2012-11-12fdt: Add function to get a config string from device treeSimon Glass1-10/+18
2012-11-12fdt: Add function to get config int from device treeAbhilash Kesavan1-0/+22
2012-11-04lib/vsprintf.c: sparse fixesKim Phillips1-2/+2
2012-11-04lib/zlib: sparse fixesKim Phillips5-43/+16
2012-11-02lib/vsprintf.c: don't special-case pointers to address nullWolfgang Denk1-0/+6
2012-10-22Merge branch 'next'Gerald Van Baren3-1/+112
2012-10-15libfdt: Add helper function to create a trivial, empty treeGerald Van Baren2-1/+85
2012-10-15libfdt: Add support for appending the values to a existing propertyMinghuan Lian1-0/+27
2012-10-15lib: vsprintf.c: replace NUM_TYPE with s64/u64 typesDaniel Schwierzeck1-6/+5
2012-10-15lib: vsprintf.c: fix checkpath.pl warningsDaniel Schwierzeck1-50/+77
2012-10-15ARM: prevent misaligned array initsAlbert ARIBAUD1-0/+3
2012-10-01OMAP: networking support for SPLIlya Yanok2-2/+9
2012-09-29lib: add gzip lib function callbackLei Wen2-0/+143
2012-09-29lib: zlib: remove the limitation for cannot using 0 as startLei Wen1-3/+1
2012-09-29lib: zlib: include deflate into zlib buildLei Wen3-4/+16
2012-09-29lib: zlib: import trees file from 1.2.5Lei Wen2-0/+1371
2012-09-29lib: zlib: import deflate source file from 1.2.5Lei Wen2-0/+2176
2012-09-21Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-stagingTom Rini1-8/+19
2012-09-21Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-0/+1
2012-09-21fdt: Tidy debugging, add to fdtdec_get_int/addr()Simon Glass1-8/+19
2012-09-18env: delete selected vars not present in imported envGerlando Falauto1-8/+42
2012-09-18env: check and apply changes on delete/destroyGerlando Falauto1-6/+10
2012-09-18env: add check/apply logic to himport_r()Gerlando Falauto1-1/+19
2012-09-18env: make himport_r() selective on variablesGerlando Falauto1-1/+26
2012-09-07tegra: nand: Add Tegra NAND driverJim Lin1-0/+1
2012-08-10fdt: Include arch specific gpio.h instead of asm-generic/gpio.hMichal Simek1-2/+1
2012-07-08Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk2-2/+53
2012-07-07SPL: lib/Makefile: Add crc32.c to SPL buildStefan Roese1-1/+1
2012-07-07net: use common rand()/srand() functionsMichael Walle1-1/+3
2012-07-07lib: add rand() functionMichael Walle2-0/+49
2012-07-06lib/powerpc: addrmap_phys_to_virt() should return a pointerTimur Tabi1-8/+11
2012-05-25create lib/tizen directoryDonghwa Lee4-0/+5186
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-10Move 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-26SPL: Add YMODEM over UART load supportMatt Porter1-0/+3
2012-03-18bootstage: Define an optional microsecond timerSimon Glass1-0/+17
2012-01-26nand: Sanitize ONFI strings.Christian Hitz1-0/+39
2012-01-26nand: 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-17vsprintf: Move function documentation into header fileSimon Glass1-100/+0
2011-12-17Add 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-27GCC4.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-17lib: add uuid_str_to_bin for use with bootp and PXE uuidJason Hobbs2-0/+86
2011-10-17Replace 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-01GCC4.6: Squash warning in lzo1x_decompress.cMarek Vasut1-2/+1
2011-09-10Add assert() for debug assertionsSimon Glass2-5/+8
2011-08-04Convert ISO-8859 files to UTF-8Albert ARIBAUD1-1/+1
2011-07-30Constify getenv(), setenv() and hash code functionsWolfgang Denk1-3/+3
2011-07-28panic: 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-14libfdt: Implement property iteration functionsDavid Gibson3-36/+97
2011-07-14Support 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
2011-04-30zlib: split up to match original source treeMike Frysinger15-2219/+2316
2011-04-28common: add a grepenv commandKim Phillips1-0/+23