aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2013-01-14Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'Albert ARIBAUD1-0/+9
2013-01-10EXYNOS5: FDT: Add compatible strings for PMICRajeshwari Shinde1-0/+1
2013-01-08arm: move C runtime setup code in crt0.SAlbert ARIBAUD1-0/+14
2013-01-08EXYNOS5: FDT: Add compatible strings for USBRajeshwari Shinde1-0/+2
2013-01-08EXYNOS5: FDT: Add compatible strings for SPIRajeshwari Shinde1-0/+1
2013-01-08EXYNOS5: FDT: Add compatible strings for soundRajeshwari Shinde1-0/+2
2013-01-08FDT: Add compatible string for I2CRajeshwari Shinde1-0/+1
2012-12-26fdt: exynos5: Add DT node definition for SROM and SMSC9215Hatim RV1-0/+2
2012-12-19Merge remote-tracking branch 'u-boot/master' into u-boot-arm-mergedAllen Martin14-193/+491
2012-12-13env: Add environment variable flagsJoe Hershberger1-0/+4
2012-12-13env: Add support for callbacks to environment varsJoe Hershberger1-4/+63
2012-12-13env: Hide '.' variables in env print by defaultJoe Hershberger1-1/+4
2012-12-13env: Refactor apply into change_okJoe Hershberger1-27/+43
2012-12-13env: Consolidate common code in hsearch_r()Joe Hershberger1-34/+37
2012-12-13env: Refactor do_apply to a flagJoe Hershberger1-17/+20
2012-12-13Make linux kernel string funcs available to toolsJoe Hershberger3-39/+52
2012-12-13vsprintf:fix: Change type returned by ustrtoulLukasz Majewski1-1/+1
2012-12-11Add strcasecmp() and strncasecmp()Simon Glass1-4/+12
2012-12-11sha256: Use const where possible and add watchdog functionSimon Glass1-2/+35
2012-12-11sha1: Use const where possible, and unsigned for input lenSimon Glass1-8/+11
2012-12-07Merge branch 'master' of git://git.denx.de/u-boot-x86Tom Rini2-0/+25
2012-12-06Introduce arch_phys_memset which works like memset but on physical memoryGabe Black2-0/+25
2012-12-06lzma: update to lzma sdk 9.20Stefan Reinauer5-34/+91
2012-11-19tegra: Add SOC support for display/lcdWei Ni1-0/+1
2012-11-19tegra: Add support for PWMSimon Glass1-0/+1
2012-11-12fdt: Remove fdtdec_find_alias_node() functionSimon Glass1-23/+1
2012-11-12fdt: Add polarity-aware gpio functions to fdtdecSean Paul1-0/+20
2012-11-12fdt: Add fdtdec_get_uint64 to decode a 64-bit value from a propertyChe-Liang Chiou1-0/+13
2012-11-12fdt: Add function to read boolean propertyGabe Black1-0/+14
2012-11-12fdt: Export fdtdec_lookup() and fix the nameGerald Van Baren1-1/+1
2012-11-12fdt: Add function for decoding multiple gpios globally availableAbhilash Kesavan1-3/+2
2012-11-12fdt: Add fdtdec_decode_region() to decode memory regionSimon Glass1-0/+17
2012-11-12fdt: Add function to get a config string from device treeSimon Glass1-10/+18
2012-11-12fdt: Add function to get config int from device treeAbhilash Kesavan1-0/+22
2012-11-04lib/vsprintf.c: sparse fixesKim Phillips1-2/+2
2012-11-04lib/zlib: sparse fixesKim Phillips5-43/+16
2012-11-02lib/vsprintf.c: don't special-case pointers to address nullWolfgang Denk1-0/+6
2012-10-22Merge branch 'next'Gerald Van Baren3-1/+112
2012-10-15libfdt: Add helper function to create a trivial, empty treeGerald Van Baren2-1/+85
2012-10-15libfdt: Add support for appending the values to a existing propertyMinghuan Lian1-0/+27
2012-10-15lib: vsprintf.c: replace NUM_TYPE with s64/u64 typesDaniel Schwierzeck1-6/+5
2012-10-15lib: vsprintf.c: fix checkpath.pl warningsDaniel Schwierzeck1-50/+77
2012-10-15ARM: prevent misaligned array initsAlbert ARIBAUD1-0/+3
2012-10-01OMAP: networking support for SPLIlya Yanok2-2/+9
2012-09-29lib: add gzip lib function callbackLei Wen2-0/+143
2012-09-29lib: zlib: remove the limitation for cannot using 0 as startLei Wen1-3/+1
2012-09-29lib: zlib: include deflate into zlib buildLei Wen3-4/+16
2012-09-29lib: zlib: import trees file from 1.2.5Lei Wen2-0/+1371
2012-09-29lib: zlib: import deflate source file from 1.2.5Lei Wen2-0/+2176
2012-09-21Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-stagingTom Rini1-8/+19