summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* fdt: Include arch specific gpio.h instead of asm-generic/gpio.hMichal Simek2012-08-101-2/+1
* Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk2012-07-082-2/+53
|\
| * SPL: lib/Makefile: Add crc32.c to SPL buildStefan Roese2012-07-071-1/+1
| * net: use common rand()/srand() functionsMichael Walle2012-07-071-1/+3
| * lib: add rand() functionMichael Walle2012-07-072-0/+49
* | lib/powerpc: addrmap_phys_to_virt() should return a pointerTimur Tabi2012-07-061-8/+11
|/
* create lib/tizen directoryDonghwa Lee2012-05-254-0/+5186
* tegra: Add tegra keyboard driverRakesh Iyer2012-05-151-0/+1
* fdt: Add fdtdec functions to read byte arrayAnton Staff2012-05-151-0/+24
* tegra: Add EMC support for optimal memory timingsJimmy Zhang2012-05-151-0/+2
* Add AES crypto libraryYen Lin2012-05-152-0/+599
* fdt: Add function to return next compatible subnodeSimon Glass2012-05-151-0/+15
* fdt: Add function to locate an array in the device treeSimon Glass2012-05-151-0/+11
* gunzip: rename z{alloc, free} to gz{alloc, free}Mike Frysinger2012-04-301-7/+4
* GCC47: Fix warning in md5.cMarek Vasut2012-04-291-2/+2
* Move bootstage timer out of lib/time.cSimon Glass2012-04-101-17/+0
* Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-stagingWolfgang Denk2012-03-301-2/+2
|\
| * lzma: fix printf warningsMike Frysinger2012-03-281-2/+2
* | tegra: i2c: Add I2C driverYen Lin2012-03-291-0/+2
* | fdt: Add function to allow aliases to refer to multiple nodesSimon Glass2012-03-291-4/+18
* | fdt: Avoid early panic() when there is no FDT presentSimon Glass2012-03-291-5/+19
* | tegra: usb: Add support for Tegra USB peripheralSimon Glass2012-03-291-0/+1
* | fdt: Add basic support for decoding GPIO definitionsSimon Glass2012-03-291-0/+79
* | fdt: Add functions to access phandles, arrays and boolsSimon Glass2012-03-291-0/+67
* | fdt: Tidy up a few fdtdec problemsSimon Glass2012-03-291-6/+16
* | fdt: Add tests for fdtdecSimon Glass2012-03-292-0/+227
* | fdt: Add fdtdec_find_aliases() to deal with alias nodesSimon Glass2012-03-291-0/+116
* | SPL: Add YMODEM over UART load supportMatt Porter2012-03-261-0/+3
|/
* bootstage: Define an optional microsecond timerSimon Glass2012-03-181-0/+17
* nand: Sanitize ONFI strings.Christian Hitz2012-01-261-0/+39
OpenPOWER on IntegriCloud