aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2014-09-16kbuild: force to define __UBOOT__ in all the C sourcesMasahiro Yamada2-2/+0
2014-09-13Merge branch 'master' of git://git.denx.de/u-boot-dmTom Rini1-0/+15
2014-09-10dm: fdt: Add a function to look up a chosen nodeSimon Glass1-0/+15
2014-09-05video: Add driver for Parade PS8625 dP to LVDS bridgeVadim Bendebury1-0/+1
2014-09-05video: exynos_fimd: Add framework to disable FIMD sysmmuAjay Kumar1-0/+1
2014-08-25lib, linux: move linux specific defines to linux/compat.hHeiko Schocher2-0/+48
2014-08-25lib, list_sort: add list_sort from linux 3.14Heiko Schocher2-0/+299
2014-08-25lib, rbtree: resync with Linux-3.14Heiko Schocher1-255/+429
2014-08-09lib: lmb: fix overflow in __lmb_alloc_base w/ large RAMStephen Warren1-1/+4
2014-08-09rsa: Fix two errors in the implementationSimon Glass2-2/+3
2014-08-09fdt: Sync up with libfdtSimon Glass5-7/+95
2014-08-09Implement generalised RSA public exponents for verified bootMichael van der Westhuizen2-8/+145
2014-07-23fdt: Add a function to get the node offset of an aliasSimon Glass1-0/+15
2014-07-23fdt: Add a function to get the alias sequence of a nodeSimon Glass1-0/+46
2014-07-23Add a simple malloc() implementation for pre-relocationSimon Glass1-0/+3
2014-07-22Add option -r to env import to allow import of text files with CRLF as line e...Alexander Holler1-1/+16
2014-07-22lib/time.c cleanupsPavel Machek1-8/+10
2014-07-18lib:vsprintf: reduce scope of pack_hex_byteJeroen Hofstee1-11/+11
2014-07-18lib:sha1: remove unused constantJeroen Hofstee1-2/+0
2014-07-18lib:lmb: use __weakJeroen Hofstee1-4/+2
2014-07-18lib: div64: add missing includeJeroen Hofstee1-0/+1
2014-06-23lib, fdt: move fdtdec_get_int() out of lib/fdtdec.cHeiko Schocher3-36/+40
2014-06-19includes: move openssl headers to include/u-bootJeroen Hofstee5-9/+9
2014-06-19mkimage: Automatically expand FDT in more casesSimon Glass1-9/+18
2014-06-19libfdt: Fix segfault when calling fit_check_format() on corrupt FIT imagesJon Nalley1-1/+1
2014-06-11LzmaTools: don't self assign valuesJeroen Hofstee1-2/+2
2014-06-11fdt: Update functions which write to an FDT to return -ENOSPCSimon Glass1-9/+19
2014-06-02Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'Albert ARIBAUD2-6/+15
2014-05-28initcall: Improve debugging supportSimon Glass1-5/+12
2014-05-28exynos: Enable the LCD backlight for snowSimon Glass1-0/+1
2014-05-28power: Add support for TPS65090 PMU chip.Tom Wai-Hong Tam1-0/+1
2014-05-23eMMC: add support for operations in RPMB partitionPierre Aubert1-0/+1
2014-05-16ARM: dts: exynos: rename from EXYNOS5_DWMMC to EXYNOS_DWMMCJaehoon Chung1-1/+1
2014-05-12lib/sha256: fix compile on some hostsAndreas Bießmann1-1/+3
2014-04-18aes: make apply_cbc_chain_data non-staticStephen Warren1-12/+3
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