aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
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