summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
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-12Add strcasecmp() and strncasecmp()Simon Glass1-4/+12
2012-12-12sha256: Use const where possible and add watchdog functionSimon Glass1-2/+35
2012-12-12sha1: 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-07Introduce arch_phys_memset which works like memset but on physical memoryGabe Black2-0/+25
2012-12-07lzma: update to lzma sdk 9.20Stefan Reinauer5-34/+91
2012-11-13fdt: Remove fdtdec_find_alias_node() functionSimon Glass1-23/+1
2012-11-13fdt: Add polarity-aware gpio functions to fdtdecSean Paul1-0/+20
2012-11-13fdt: Add fdtdec_get_uint64 to decode a 64-bit value from a propertyChe-Liang Chiou1-0/+13
2012-11-13fdt: Add function to read boolean propertyGabe Black1-0/+14
2012-11-13fdt: Export fdtdec_lookup() and fix the nameGerald Van Baren1-1/+1
2012-11-13fdt: Add function for decoding multiple gpios globally availableAbhilash Kesavan1-3/+2
2012-11-13fdt: Add fdtdec_decode_region() to decode memory regionSimon Glass1-0/+17
2012-11-13fdt: Add function to get a config string from device treeSimon Glass1-10/+18
2012-11-13fdt: 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-03lib/vsprintf.c: don't special-case pointers to address nullWolfgang Denk1-0/+6
2012-10-23Merge branch 'next'Gerald Van Baren3-1/+112
2012-10-16libfdt: Add helper function to create a trivial, empty treeGerald Van Baren2-1/+85
2012-10-16libfdt: 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-22Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-stagingTom Rini1-8/+19
2012-09-22Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-0/+1
2012-09-22fdt: Tidy debugging, add to fdtdec_get_int/addr()Simon Glass1-8/+19
2012-09-18env: delete selected vars not present in imported envGerlando Falauto1-8/+42
2012-09-18env: check and apply changes on delete/destroyGerlando Falauto1-6/+10
2012-09-18env: add check/apply logic to himport_r()Gerlando Falauto1-1/+19
2012-09-18env: make himport_r() selective on variablesGerlando Falauto1-1/+26
2012-09-08tegra: nand: Add Tegra NAND driverJim Lin1-0/+1
2012-08-11fdt: Include arch specific gpio.h instead of asm-generic/gpio.hMichal Simek1-2/+1
2012-07-08Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk2-2/+53
2012-07-07SPL: lib/Makefile: Add crc32.c to SPL buildStefan Roese1-1/+1
2012-07-07net: use common rand()/srand() functionsMichael Walle1-1/+3