aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-09-16compiler*.h: sync include/linux/compiler*.h with Linux 3.16Masahiro Yamada6-44/+236
2014-09-16implement the Android sparse image formatSteve Rae3-53/+111
2014-09-16cleanup code which handles the Android sparse image formatSteve Rae1-41/+56
2014-09-16update code which handles Android sparse image formatSteve Rae1-2438/+0
2014-09-16add code to handle Android sparse image formatSteve Rae1-0/+2643
2014-09-16cmd_mem: add static to internally used functionsMasahiro Yamada1-3/+4
2014-09-16kgdb: Remove first_entry for kgdbPeng Fan1-12/+2
2014-09-16tools/genboardscfg.py: improve performance more with KconfiglibMasahiro Yamada1-440/+258
2014-09-16tools: Import KconfiglibMasahiro Yamada1-0/+3799
2014-09-16SPDX: Add ISC SPDX-License-IdentifierMasahiro Yamada2-0/+18
2014-09-16kbuild: force to define __UBOOT__ in all the C sourcesMasahiro Yamada56-56/+1
2014-09-16rtl8169: Defer network packet processingThierry Reding1-1/+2
2014-09-15openrisc: Fix a few type cast related warningsVasili Galka1-4/+4
2014-09-15Fix a few printf argument verification warningsVasili Galka3-4/+4
2014-09-15cosmetic: README.scrapyard: add NIOS2 boardsMasahiro Yamada1-6/+8
2014-09-13kconfig: remove redundant "string" type in arch and board KconfigsMasahiro Yamada603-2161/+0
2014-09-13kconfig: add CONFIG_SYS_{ARCH, CPU, ...} type def to arch/KconfigMasahiro Yamada1-0/+56
2014-09-13Merge branch 'master' of git://git.denx.de/u-boot-dmTom Rini51-149/+2542
2014-09-12Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini93-473/+2235
2014-09-11arm: Fix _start for CONFIG_SYS_DV_NOR_BOOT_CFGBenoît Thébaudeau1-1/+2
2014-09-11arm: Make reset position-independentBenoît Thébaudeau1-2/+1
2014-09-11README.clang: build command with clangJeroen Hofstee1-0/+56
2014-09-11Makefile: default to cc for host compilerJeroen Hofstee1-2/+2
2014-09-10dm: tegra: Enable driver model for serialSimon Glass3-1/+47
2014-09-10tegra: dts: Add serial port detailsSimon Glass24-10/+1405
2014-09-10dm: serial: Add driver model support for ns16550Simon Glass4-3/+218
2014-09-10dm: serial: Collect common baud rate code in ns16550Simon Glass1-20/+13
2014-09-10dm: serial: Move baud rate calculation to ns16550.cSimon Glass3-11/+34
2014-09-10sandbox: dts: Add a serial console nodeSimon Glass2-0/+23
2014-09-10sandbox: serial: Support a coloured consoleSimon Glass1-0/+83
2014-09-10sandbox: Convert serial driver to use driver modelSimon Glass2-31/+39
2014-09-10dm: Add a uclass for serial devicesSimon Glass4-0/+310
2014-09-10dm: Adjust lists_bind_fdt() to return the bound deviceSimon Glass3-5/+13
2014-09-10dm: fdt: Add a function to look up a chosen nodeSimon Glass2-0/+27
2014-09-10serial: Set up the 'priv' pointer when creating a serial deviceSimon Glass1-0/+1
2014-09-10tegra: Convert tegra GPIO driver to use driver modelSimon Glass4-62/+283
2014-09-10dm: tegra: Set up a pre-reloc malloc()Simon Glass1-0/+1
2014-09-10dm: Make driver model available before board_init()Simon Glass3-16/+50
2014-09-10Set up stdio earlier when using driver modelSimon Glass1-6/+11
2014-09-10dm: Move pre-reloc init earlier to cope with board_early_init_f()Simon Glass1-2/+2
2014-09-10Merge branch 'master' of git://www.denx.de/git/u-boot-microblazeTom Rini2-1/+4
2014-09-10microblaze: remove #ident directive to fix build errorMasahiro Yamada1-1/+0
2014-09-09Merge branch 'buildman' of git://git.denx.de/u-boot-x86Tom Rini14-172/+972
2014-09-09Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini65-46/+4322
2014-09-09buildman: fix typos of --dry-run help messageMasahiro Yamada1-1/+1
2014-09-09buildman: Create parent directories as necessaryThierry Reding2-3/+6
2014-09-09patman: make run results better visibleVadim Bendebury1-1/+6
2014-09-09buildman: Ignore conflicting tagsSimon Glass3-9/+13
2014-09-09buildman: Permit branch names with an embedded '/'Simon Glass2-5/+14
2014-09-09buildman: Expand output test to cover directory prefixesSimon Glass1-8/+46