summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-09-16kconfig: fix savedefconfig to handle TPL correctlyMasahiro Yamada
2014-09-16kconfig: fix whitespace handling bug of savedefconfigMasahiro Yamada
2014-09-16kconfig: fix savedefconfig to output empty defconfigMasahiro Yamada
2014-09-16standalone: use GCC_VERSION defined in compiler-gcc.hMasahiro Yamada
2014-09-16compiler*.h: sync include/linux/compiler*.h with Linux 3.16Masahiro Yamada
2014-09-16implement the Android sparse image formatSteve Rae
2014-09-16cleanup code which handles the Android sparse image formatSteve Rae
2014-09-16update code which handles Android sparse image formatSteve Rae
2014-09-16add code to handle Android sparse image formatSteve Rae
2014-09-16cmd_mem: add static to internally used functionsMasahiro Yamada
2014-09-16kgdb: Remove first_entry for kgdbPeng Fan
2014-09-16tools/genboardscfg.py: improve performance more with KconfiglibMasahiro Yamada
2014-09-16tools: Import KconfiglibMasahiro Yamada
2014-09-16SPDX: Add ISC SPDX-License-IdentifierMasahiro Yamada
2014-09-16kbuild: force to define __UBOOT__ in all the C sourcesMasahiro Yamada
2014-09-16rtl8169: Defer network packet processingThierry Reding
2014-09-15openrisc: Fix a few type cast related warningsVasili Galka
2014-09-15Fix a few printf argument verification warningsVasili Galka
2014-09-15cosmetic: README.scrapyard: add NIOS2 boardsMasahiro Yamada
2014-09-13kconfig: remove redundant "string" type in arch and board KconfigsMasahiro Yamada
2014-09-13kconfig: add CONFIG_SYS_{ARCH, CPU, ...} type def to arch/KconfigMasahiro Yamada
2014-09-13Merge branch 'master' of git://git.denx.de/u-boot-dmTom Rini
2014-09-12Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini
2014-09-11arm: Fix _start for CONFIG_SYS_DV_NOR_BOOT_CFGBenoît Thébaudeau
2014-09-11arm: Make reset position-independentBenoît Thébaudeau
2014-09-11README.clang: build command with clangJeroen Hofstee
2014-09-11Makefile: default to cc for host compilerJeroen Hofstee
2014-09-10dm: tegra: Enable driver model for serialSimon Glass
2014-09-10tegra: dts: Add serial port detailsSimon Glass
2014-09-10dm: serial: Add driver model support for ns16550Simon Glass
2014-09-10dm: serial: Collect common baud rate code in ns16550Simon Glass
2014-09-10dm: serial: Move baud rate calculation to ns16550.cSimon Glass
2014-09-10sandbox: dts: Add a serial console nodeSimon Glass
2014-09-10sandbox: serial: Support a coloured consoleSimon Glass
2014-09-10sandbox: Convert serial driver to use driver modelSimon Glass
2014-09-10dm: Add a uclass for serial devicesSimon Glass
2014-09-10dm: Adjust lists_bind_fdt() to return the bound deviceSimon Glass
2014-09-10dm: fdt: Add a function to look up a chosen nodeSimon Glass
2014-09-10serial: Set up the 'priv' pointer when creating a serial deviceSimon Glass
2014-09-10tegra: Convert tegra GPIO driver to use driver modelSimon Glass
2014-09-10dm: tegra: Set up a pre-reloc malloc()Simon Glass
2014-09-10dm: Make driver model available before board_init()Simon Glass
2014-09-10Set up stdio earlier when using driver modelSimon Glass
2014-09-10dm: Move pre-reloc init earlier to cope with board_early_init_f()Simon Glass
2014-09-10Merge branch 'master' of git://www.denx.de/git/u-boot-microblazeTom Rini
2014-09-10microblaze: remove #ident directive to fix build errorMasahiro Yamada
2014-09-09Merge branch 'buildman' of git://git.denx.de/u-boot-x86Tom Rini
2014-09-09Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini
2014-09-09buildman: fix typos of --dry-run help messageMasahiro Yamada
2014-09-09buildman: Create parent directories as necessaryThierry Reding