summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* fdt: Add a function to get the node offset of an aliasSimon Glass2014-07-231-0/+15
* fdt: Add a function to get the alias sequence of a nodeSimon Glass2014-07-231-0/+46
* Add a simple malloc() implementation for pre-relocationSimon Glass2014-07-231-0/+3
* Add option -r to env import to allow import of text files with CRLF as line e...Alexander Holler2014-07-221-1/+16
* lib/time.c cleanupsPavel Machek2014-07-221-8/+10
* lib:vsprintf: reduce scope of pack_hex_byteJeroen Hofstee2014-07-181-11/+11
* lib:sha1: remove unused constantJeroen Hofstee2014-07-181-2/+0
* lib:lmb: use __weakJeroen Hofstee2014-07-181-4/+2
* lib: div64: add missing includeJeroen Hofstee2014-07-181-0/+1
* lib, fdt: move fdtdec_get_int() out of lib/fdtdec.cHeiko Schocher2014-06-233-36/+40
* includes: move openssl headers to include/u-bootJeroen Hofstee2014-06-195-9/+9
* mkimage: Automatically expand FDT in more casesSimon Glass2014-06-191-9/+18
* libfdt: Fix segfault when calling fit_check_format() on corrupt FIT imagesJon Nalley2014-06-191-1/+1
* LzmaTools: don't self assign valuesJeroen Hofstee2014-06-111-2/+2
* fdt: Update functions which write to an FDT to return -ENOSPCSimon Glass2014-06-111-9/+19
* Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'Albert ARIBAUD2014-06-022-6/+15
|\
| * initcall: Improve debugging supportSimon Glass2014-05-281-5/+12
| * exynos: Enable the LCD backlight for snowSimon Glass2014-05-281-0/+1
| * power: Add support for TPS65090 PMU chip.Tom Wai-Hong Tam2014-05-281-0/+1
| * ARM: dts: exynos: rename from EXYNOS5_DWMMC to EXYNOS_DWMMCJaehoon Chung2014-05-161-1/+1
* | eMMC: add support for operations in RPMB partitionPierre Aubert2014-05-231-0/+1
* | lib/sha256: fix compile on some hostsAndreas Bießmann2014-05-121-1/+3
|/
* aes: make apply_cbc_chain_data non-staticStephen Warren2014-04-181-12/+3
* Merge branch 'next'Tom Rini2014-04-177-77/+314
|\
| * env: Implement support for AES encryption into fw_* toolsMarek Vasut2014-03-211-0/+4
| * aes: Implement AES-128-CBC decryption functionMarek Vasut2014-03-211-0/+28
| * aes: Move the AES-128-CBC encryption function to common codeMarek Vasut2014-03-211-0/+52
| * tools, fit_check_sign: verify a signed fit imageHeiko Schocher2014-03-214-8/+42
| * rsa: add sha256,rsa4096 algorithmHeiko Schocher2014-03-212-16/+69
| * rsa: add sha256-rsa2048 algorithmHeiko Schocher2014-03-214-64/+129
| * fit: add sha256 supportHeiko Schocher2014-03-211-2/+3
* | 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
OpenPOWER on IntegriCloud