aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2014-04-17Merge branch 'next'Tom Rini7-77/+314
2014-04-08Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD4-5798/+3813
2014-04-02cmd:gpt: randomly generate each partition uuid if undefinedPrzemyslaw Marczak1-2/+2
2014-04-02new commands: uuid and guid - generate random unique identifierPrzemyslaw Marczak1-1/+43
2014-04-02lib: uuid: add functions to generate UUID version 4Przemyslaw Marczak2-4/+65
2014-04-02lib: uuid: code refactor for proper maintain between uuid bin and stringPrzemyslaw Marczak1-24/+59
2014-04-02part_efi: move uuid<->string conversion functions into lib/uuid.cPrzemyslaw Marczak2-7/+55
2014-03-28lib: rand: introduce new configs: CONFIG_LIB_RAND and CONFIG_LIB_HW_RANDPrzemyslaw Marczak1-3/+1
2014-03-28Logo: TIZEN: Change booting logo size to official size.Jonghwa Lee2-5774/+3605
2014-03-25Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD1-0/+26
2014-03-21env: Implement support for AES encryption into fw_* toolsMarek Vasut1-0/+4
2014-03-21aes: Implement AES-128-CBC decryption functionMarek Vasut1-0/+28
2014-03-21aes: Move the AES-128-CBC encryption function to common codeMarek Vasut1-0/+52
2014-03-21tools, fit_check_sign: verify a signed fit imageHeiko Schocher4-8/+42
2014-03-21rsa: add sha256,rsa4096 algorithmHeiko Schocher2-16/+69
2014-03-21rsa: add sha256-rsa2048 algorithmHeiko Schocher4-64/+129
2014-03-21fit: add sha256 supportHeiko Schocher1-2/+3
2014-03-17sandbox: Add LCD driverSimon Glass1-0/+1
2014-03-17cros_ec: sandbox: Add Chrome OS EC emulationSimon Glass1-0/+1
2014-03-17cros_ec: Add a function for reading a flash map entrySimon Glass1-0/+24
2014-03-12drivers:mmc:sdhci: enable support for DTPiotr Wilczek1-0/+1
2014-03-12video:mipidsim:fdt: Add DT support for mipi dsim driverPiotr Wilczek1-0/+1
2014-03-07kbuild, blackfin: Add CONFIG_CC_OPTIMIZE_LIBS_FOR_SPEEDMasahiro Yamada1-0/+2
2014-03-04Add 64-bit data support for memory commandsYork Sun1-1/+16
2014-02-26arm: Switch to -mno-unaligned-access when supported by the compilerTom Rini1-3/+0
2014-02-19kbuild: use Linux Kernel build scriptsMasahiro Yamada2-2/+2
2014-02-19kbuild: change out-of-tree buildMasahiro Yamada1-1/+1
2014-02-13Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'Albert ARIBAUD5-5079/+10766
2014-02-03mmc: tegra: support Tegra124Stephen Warren1-0/+1
2014-02-03lib: tizen: change Tizen logo with the new one.Przemyslaw Marczak5-5079/+10766
2014-01-24lib: fix return codes when CONFIG_SYS_VSNPRINTF is enabledDarwin Rambo1-0/+1
2014-01-24lib: time: add weak timer_init() functionDarwin Rambo1-0/+5
2014-01-14lzma: fix buffer bound check errorAntonios Vamporakis1-1/+4
2014-01-08Add crc8 routineSimon Glass2-0/+26
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