summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-12-13env: Consolidate common code in hsearch_r()Joe Hershberger
2012-12-13env: Refactor do_apply to a flagJoe Hershberger
2012-12-13Make linux kernel string funcs available to toolsJoe Hershberger
2012-12-13vsprintf:fix: Change type returned by ustrtoulLukasz Majewski
2012-12-11Add strcasecmp() and strncasecmp()Simon Glass
2012-12-11sha256: Use const where possible and add watchdog functionSimon Glass
2012-12-11sha1: Use const where possible, and unsigned for input lenSimon Glass
2012-12-07Merge branch 'master' of git://git.denx.de/u-boot-x86Tom Rini
2012-12-06Introduce arch_phys_memset which works like memset but on physical memoryGabe Black
2012-12-06lzma: update to lzma sdk 9.20Stefan Reinauer
2012-11-19tegra: Add SOC support for display/lcdWei Ni
2012-11-19tegra: Add support for PWMSimon Glass
2012-11-12fdt: Remove fdtdec_find_alias_node() functionSimon Glass
2012-11-12fdt: Add polarity-aware gpio functions to fdtdecSean Paul
2012-11-12fdt: Add fdtdec_get_uint64 to decode a 64-bit value from a propertyChe-Liang Chiou
2012-11-12fdt: Add function to read boolean propertyGabe Black
2012-11-12fdt: Export fdtdec_lookup() and fix the nameGerald Van Baren
2012-11-12fdt: Add function for decoding multiple gpios globally availableAbhilash Kesavan
2012-11-12fdt: Add fdtdec_decode_region() to decode memory regionSimon Glass
2012-11-12fdt: Add function to get a config string from device treeSimon Glass
2012-11-12fdt: Add function to get config int from device treeAbhilash Kesavan
2012-11-04lib/vsprintf.c: sparse fixesKim Phillips
2012-11-04lib/zlib: sparse fixesKim Phillips
2012-11-02lib/vsprintf.c: don't special-case pointers to address nullWolfgang Denk
2012-10-22Merge branch 'next'Gerald Van Baren
2012-10-15libfdt: Add helper function to create a trivial, empty treeGerald Van Baren
2012-10-15libfdt: Add support for appending the values to a existing propertyMinghuan Lian
2012-10-15lib: vsprintf.c: replace NUM_TYPE with s64/u64 typesDaniel Schwierzeck
2012-10-15lib: vsprintf.c: fix checkpath.pl warningsDaniel Schwierzeck
2012-10-15ARM: prevent misaligned array initsAlbert ARIBAUD
2012-10-01OMAP: networking support for SPLIlya Yanok
2012-09-29lib: add gzip lib function callbackLei Wen
2012-09-29lib: zlib: remove the limitation for cannot using 0 as startLei Wen
2012-09-29lib: zlib: include deflate into zlib buildLei Wen
2012-09-29lib: zlib: import trees file from 1.2.5Lei Wen
2012-09-29lib: zlib: import deflate source file from 1.2.5Lei Wen
2012-09-21Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-stagingTom Rini
2012-09-21Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini
2012-09-21fdt: Tidy debugging, add to fdtdec_get_int/addr()Simon Glass
2012-09-18env: delete selected vars not present in imported envGerlando Falauto
2012-09-18env: check and apply changes on delete/destroyGerlando Falauto
2012-09-18env: add check/apply logic to himport_r()Gerlando Falauto
2012-09-18env: make himport_r() selective on variablesGerlando Falauto
2012-09-07tegra: nand: Add Tegra NAND driverJim Lin
2012-08-10fdt: Include arch specific gpio.h instead of asm-generic/gpio.hMichal Simek
2012-07-08Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk
2012-07-07SPL: lib/Makefile: Add crc32.c to SPL buildStefan Roese
2012-07-07net: use common rand()/srand() functionsMichael Walle
2012-07-07lib: add rand() functionMichael Walle
2012-07-06lib/powerpc: addrmap_phys_to_virt() should return a pointerTimur Tabi