summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD2014-04-084-5798/+3813
|\
| * cmd:gpt: randomly generate each partition uuid if undefinedPrzemyslaw Marczak2014-04-021-2/+2
| * new commands: uuid and guid - generate random unique identifierPrzemyslaw Marczak2014-04-021-1/+43
| * lib: uuid: add functions to generate UUID version 4Przemyslaw Marczak2014-04-022-4/+65
| * lib: uuid: code refactor for proper maintain between uuid bin and stringPrzemyslaw Marczak2014-04-021-24/+59
| * part_efi: move uuid<->string conversion functions into lib/uuid.cPrzemyslaw Marczak2014-04-022-7/+55
| * lib: rand: introduce new configs: CONFIG_LIB_RAND and CONFIG_LIB_HW_RANDPrzemyslaw Marczak2014-03-281-3/+1
| * Logo: TIZEN: Change booting logo size to official size.Jonghwa Lee2014-03-282-5774/+3605
* | Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD2014-03-251-0/+26
|\ \ | |/
| * sandbox: Add LCD driverSimon Glass2014-03-171-0/+1
| * cros_ec: sandbox: Add Chrome OS EC emulationSimon Glass2014-03-171-0/+1
| * cros_ec: Add a function for reading a flash map entrySimon Glass2014-03-171-0/+24
* | drivers:mmc:sdhci: enable support for DTPiotr Wilczek2014-03-121-0/+1
* | video:mipidsim:fdt: Add DT support for mipi dsim driverPiotr Wilczek2014-03-121-0/+1
|/
* kbuild, blackfin: Add CONFIG_CC_OPTIMIZE_LIBS_FOR_SPEEDMasahiro Yamada2014-03-071-0/+2
* Add 64-bit data support for memory commandsYork Sun2014-03-041-1/+16
* arm: Switch to -mno-unaligned-access when supported by the compilerTom Rini2014-02-261-3/+0
* kbuild: use Linux Kernel build scriptsMasahiro Yamada2014-02-192-2/+2
* kbuild: change out-of-tree buildMasahiro Yamada2014-02-191-1/+1
* Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'Albert ARIBAUD2014-02-135-5079/+10766
|\
| * lib: tizen: change Tizen logo with the new one.Przemyslaw Marczak2014-02-035-5079/+10766
* | mmc: tegra: support Tegra124Stephen Warren2014-02-031-0/+1
|/
* lib: fix return codes when CONFIG_SYS_VSNPRINTF is enabledDarwin Rambo2014-01-241-0/+1
* lib: time: add weak timer_init() functionDarwin Rambo2014-01-241-0/+5
* lzma: fix buffer bound check errorAntonios Vamporakis2014-01-141-1/+4
* Add crc8 routineSimon Glass2014-01-082-0/+26
* time: fix usec_to_tick()Stephen Warren2013-12-131-2/+2
* Merge branch 'sandbox1' of http://git.denx.de/u-boot-x86Tom Rini2013-11-251-4/+4
|\
| * sandbox: Correct data sizes and printf() strings in fdtdec.cSimon Glass2013-11-211-4/+4
* | Makefile: move some libraries to lib/MakefileMasahiro Yamada2013-11-251-0/+7
|/
* lib: descend into sub directories only when it is necessaryMasahiro Yamada2013-11-174-6/+4
* time: fix gcc warnings on MIPS64Daniel Schwierzeck2013-11-111-2/+2
* time: add weak annotation to timer_read_counter declarationRob Herring2013-11-081-1/+1
* env: fix the env export varnamePierre Aubert2013-11-081-1/+1
* Introduce common timer functionsRob Herring2013-11-041-0/+73
* config: consolidate CONFIG_SYS_HZ definitionRob Herring2013-11-041-0/+4
* lib: convert makefiles to Kbuild styleMasahiro Yamada2013-10-317-203/+54
* exynos5: dts: Add COMPAT string data for USB 3.0 PHY and XHCIVivek Gautam2013-10-201-0/+2
* Coding Style cleanup: remove trailing empty linesWolfgang Denk2013-10-142-2/+0
* Coding Style cleanup: remove trailing white spaceWolfgang Denk2013-10-141-1/+1
* Cosmetic: Fix a number of typos, no functional changes.Robert P. J. Day2013-09-201-1/+1
* lzo: correctly bounds-check output bufferKees Cook2013-09-031-1/+7
* lzma: correctly bounds-check output bufferKees Cook2013-09-031-2/+6
* gzip: correctly bounds-check output bufferKees Cook2013-09-031-2/+2
* libfdt: SPDX-License-Identifier: GPL-2.0+ BSD-2-ClauseRoger Meier2013-08-108-368/+8
* Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini2013-07-241-0/+1
|\
| * fdtdec: Add compatible string for High speed i2cnaveen krishna chatradhi2013-07-231-0/+1
* | Add eCos-2.0 SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-33/+1
* | Add LGPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-14/+2
* | Add LGPL-2.1+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-14/+1
OpenPOWER on IntegriCloud