summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Tidy up data sizes and function comment in display_optionsSimon Glass2014-10-271-9/+5
* Use uint64_t instead of u64 in put_dec()Simon Glass2014-10-271-1/+1
* Use uint64_t for time typesSimon Glass2014-10-271-6/+6
* lmb: make local functions staticJeroen Hofstee2014-10-251-1/+1
* kconfig: move CONFIG_USE_PRIVATE_LIBGCC to KconfigMasahiro Yamada2014-10-231-0/+11
* kconfig: move CONFIG_SYS_HZ to lib/KconfigMasahiro Yamada2014-10-232-4/+8
* Merge git://git.denx.de/u-boot-x86Tom Rini2014-10-231-0/+1
|\
| * x86: dts: Add device tree compatible string for Intel IPCSimon Glass2014-10-221-0/+1
* | Merge git://git.denx.de/u-boot-fdtTom Rini2014-10-232-0/+147
|\ \
| * | fdt: Add a function to return PCI BDF tripletThierry Reding2014-10-221-0/+14
| * | fdt: Add resource parsing functionsThierry Reding2014-10-221-0/+57
| * | fdt: Add functions to retrieve stringsThierry Reding2014-10-221-0/+30
| * | fdt: Add a function to get the index of a stringThierry Reding2014-10-221-0/+26
| * | fdt: Add a function to count stringsThierry Reding2014-10-221-0/+20
| |/
* | initcall: Display error number when an error occursSimon Glass2014-10-221-3/+5
|/
* kconfig: move CONFIG_CC_OPTIMIZE_LIBS_FOR_SPEED to KconfigMasahiro Yamada2014-09-241-0/+8
* kconfig: add blank Kconfig filesMasahiro Yamada2014-09-241-0/+3
* kbuild: force to define __UBOOT__ in all the C sourcesMasahiro Yamada2014-09-162-2/+0
* Merge branch 'master' of git://git.denx.de/u-boot-dmTom Rini2014-09-131-0/+15
|\
| * dm: fdt: Add a function to look up a chosen nodeSimon Glass2014-09-101-0/+15
* | video: Add driver for Parade PS8625 dP to LVDS bridgeVadim Bendebury2014-09-051-0/+1
* | video: exynos_fimd: Add framework to disable FIMD sysmmuAjay Kumar2014-09-051-0/+1
|/
* lib, linux: move linux specific defines to linux/compat.hHeiko Schocher2014-08-252-0/+48
* lib, list_sort: add list_sort from linux 3.14Heiko Schocher2014-08-252-0/+299
* lib, rbtree: resync with Linux-3.14Heiko Schocher2014-08-251-255/+429
* lib: lmb: fix overflow in __lmb_alloc_base w/ large RAMStephen Warren2014-08-091-1/+4
* rsa: Fix two errors in the implementationSimon Glass2014-08-092-2/+3
* fdt: Sync up with libfdtSimon Glass2014-08-095-7/+95
* Implement generalised RSA public exponents for verified bootMichael van der Westhuizen2014-08-092-8/+145
* 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
OpenPOWER on IntegriCloud