summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2014-09-09patman: make run results better visibleVadim Bendebury
2014-09-09buildman: Ignore conflicting tagsSimon Glass
2014-09-09buildman: Permit branch names with an embedded '/'Simon Glass
2014-09-09buildman: Expand output test to cover directory prefixesSimon Glass
2014-09-09buildman: Add additional functional testsSimon Glass
2014-09-09patman: Start with a clean series when neededSimon Glass
2014-09-09buildman: Provide an internal option to clean the outpur dirSimon Glass
2014-09-09buildman: Correct counting of build failures on retrySimon Glass
2014-09-09buildman: Allow tests to have their own boardsSimon Glass
2014-09-09buildman: Avoid looking at config file or toolchains in testsSimon Glass
2014-09-09buildman: Set up bsettings outside the control moduleSimon Glass
2014-09-09buildman: Add a functional testSimon Glass
2014-09-09patman: Provide a way to intercept commands for testingSimon Glass
2014-09-09buildman: Move full help code into the control moduleSimon Glass
2014-09-09buildman: Move the command line code into its own fileSimon Glass
2014-09-09patman: RunPipe() should not pipe stdout/stderr unless askedSimon Glass
2014-09-09buildman: Enhance basic test to check summary outputSimon Glass
2014-09-09buildman: Send builder output through a function for testingSimon Glass
2014-09-09patman: Add a way of recording terminal output for testingSimon Glass