aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2012-05-25create lib/tizen directoryDonghwa Lee
2012-05-15tegra: Add tegra keyboard driverRakesh Iyer
2012-05-15fdt: Add fdtdec functions to read byte arrayAnton Staff
2012-05-15tegra: Add EMC support for optimal memory timingsJimmy Zhang
2012-05-15Add AES crypto libraryYen Lin
2012-05-15fdt: Add function to return next compatible subnodeSimon Glass
2012-05-15fdt: Add function to locate an array in the device treeSimon Glass
2012-04-30gunzip: rename z{alloc, free} to gz{alloc, free}Mike Frysinger
2012-04-29GCC47: Fix warning in md5.cMarek Vasut
2012-04-10Move bootstage timer out of lib/time.cSimon Glass
2012-03-30Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-stagingWolfgang Denk
2012-03-29tegra: i2c: Add I2C driverYen Lin
2012-03-29fdt: Add function to allow aliases to refer to multiple nodesSimon Glass
2012-03-29fdt: Avoid early panic() when there is no FDT presentSimon Glass
2012-03-29tegra: usb: Add support for Tegra USB peripheralSimon Glass
2012-03-29fdt: Add basic support for decoding GPIO definitionsSimon Glass
2012-03-29fdt: Add functions to access phandles, arrays and boolsSimon Glass
2012-03-29fdt: Tidy up a few fdtdec problemsSimon Glass
2012-03-29fdt: Add tests for fdtdecSimon Glass
2012-03-29fdt: Add fdtdec_find_aliases() to deal with alias nodesSimon Glass
2012-03-28lzma: fix printf warningsMike Frysinger
2012-03-26SPL: Add YMODEM over UART load supportMatt Porter
2012-03-18bootstage: Define an optional microsecond timerSimon Glass
2012-01-26nand: Sanitize ONFI strings.Christian Hitz