summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* arm: move C runtime setup code in crt0.SAlbert ARIBAUD2013-01-081-0/+14
* Merge remote-tracking branch 'u-boot/master' into u-boot-arm-mergedAllen Martin2012-12-1914-193/+491
|\
| * env: Add environment variable flagsJoe Hershberger2012-12-131-0/+4
| * env: Add support for callbacks to environment varsJoe Hershberger2012-12-131-4/+63
| * env: Hide '.' variables in env print by defaultJoe Hershberger2012-12-131-1/+4
| * env: Refactor apply into change_okJoe Hershberger2012-12-131-27/+43
| * env: Consolidate common code in hsearch_r()Joe Hershberger2012-12-131-34/+37
| * env: Refactor do_apply to a flagJoe Hershberger2012-12-131-17/+20
| * Make linux kernel string funcs available to toolsJoe Hershberger2012-12-133-39/+52
| * vsprintf:fix: Change type returned by ustrtoulLukasz Majewski2012-12-131-1/+1
| * Add strcasecmp() and strncasecmp()Simon Glass2012-12-111-4/+12
| * sha256: Use const where possible and add watchdog functionSimon Glass2012-12-111-2/+35
| * sha1: Use const where possible, and unsigned for input lenSimon Glass2012-12-111-8/+11
| * Merge branch 'master' of git://git.denx.de/u-boot-x86Tom Rini2012-12-072-0/+25
| |\
| | * Introduce arch_phys_memset which works like memset but on physical memoryGabe Black2012-12-062-0/+25
| * | lzma: update to lzma sdk 9.20Stefan Reinauer2012-12-065-34/+91
| |/
| * fdt: Remove fdtdec_find_alias_node() functionSimon Glass2012-11-121-23/+1
| * fdt: Add polarity-aware gpio functions to fdtdecSean Paul2012-11-121-0/+20
| * fdt: Add fdtdec_get_uint64 to decode a 64-bit value from a propertyChe-Liang Chiou2012-11-121-0/+13
| * fdt: Add function to read boolean propertyGabe Black2012-11-121-0/+14
| * fdt: Export fdtdec_lookup() and fix the nameGerald Van Baren2012-11-121-1/+1
| * fdt: Add function for decoding multiple gpios globally availableAbhilash Kesavan2012-11-121-3/+2
| * fdt: Add fdtdec_decode_region() to decode memory regionSimon Glass2012-11-121-0/+17
| * fdt: Add function to get a config string from device treeSimon Glass2012-11-121-10/+18
| * fdt: Add function to get config int from device treeAbhilash Kesavan2012-11-121-0/+22
* | tegra: Add SOC support for display/lcdWei Ni2012-11-191-0/+1
* | tegra: Add support for PWMSimon Glass2012-11-191-0/+1
|/
* lib/vsprintf.c: sparse fixesKim Phillips2012-11-041-2/+2
* lib/zlib: sparse fixesKim Phillips2012-11-045-43/+16
* lib/vsprintf.c: don't special-case pointers to address nullWolfgang Denk2012-11-021-0/+6
* Merge branch 'next'Gerald Van Baren2012-10-223-1/+112
|\
| * libfdt: Add helper function to create a trivial, empty treeGerald Van Baren2012-10-152-1/+85
| * libfdt: Add support for appending the values to a existing propertyMinghuan Lian2012-10-151-0/+27
* | lib: vsprintf.c: replace NUM_TYPE with s64/u64 typesDaniel Schwierzeck2012-10-151-6/+5
* | lib: vsprintf.c: fix checkpath.pl warningsDaniel Schwierzeck2012-10-151-50/+77
* | ARM: prevent misaligned array initsAlbert ARIBAUD2012-10-151-0/+3
|/
* OMAP: networking support for SPLIlya Yanok2012-10-012-2/+9
* lib: add gzip lib function callbackLei Wen2012-09-292-0/+143
* lib: zlib: remove the limitation for cannot using 0 as startLei Wen2012-09-291-3/+1
* lib: zlib: include deflate into zlib buildLei Wen2012-09-293-4/+16
* lib: zlib: import trees file from 1.2.5Lei Wen2012-09-292-0/+1371
* lib: zlib: import deflate source file from 1.2.5Lei Wen2012-09-292-0/+2176
* Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-stagingTom Rini2012-09-211-8/+19
|\
| * fdt: Tidy debugging, add to fdtdec_get_int/addr()Simon Glass2012-09-211-8/+19
* | Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2012-09-211-0/+1
|\ \ | |/ |/|
| * tegra: nand: Add Tegra NAND driverJim Lin2012-09-071-0/+1
* | env: delete selected vars not present in imported envGerlando Falauto2012-09-181-8/+42
* | env: check and apply changes on delete/destroyGerlando Falauto2012-09-181-6/+10
* | env: add check/apply logic to himport_r()Gerlando Falauto2012-09-181-1/+19
* | env: make himport_r() selective on variablesGerlando Falauto2012-09-181-1/+26
|/
OpenPOWER on IntegriCloud