aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2014-09-09buildman: Add additional functional testsSimon Glass1-18/+306
2014-09-09patman: Start with a clean series when neededSimon Glass1-1/+3
2014-09-09buildman: Provide an internal option to clean the outpur dirSimon Glass1-1/+10
2014-09-09buildman: Correct counting of build failures on retrySimon Glass1-7/+8
2014-09-09buildman: Allow tests to have their own boardsSimon Glass2-10/+31
2014-09-09buildman: Avoid looking at config file or toolchains in testsSimon Glass2-5/+29
2014-09-09buildman: Set up bsettings outside the control moduleSimon Glass2-1/+2
2014-09-09buildman: Add a functional testSimon Glass4-18/+206
2014-09-09patman: Provide a way to intercept commands for testingSimon Glass1-0/+20
2014-09-09buildman: Move full help code into the control moduleSimon Glass2-6/+8
2014-09-09buildman: Move the command line code into its own fileSimon Glass2-71/+87
2014-09-09patman: RunPipe() should not pipe stdout/stderr unless askedSimon Glass2-3/+7
2014-09-09buildman: Enhance basic test to check summary outputSimon Glass1-5/+96
2014-09-09buildman: Send builder output through a function for testingSimon Glass1-28/+30
2014-09-09patman: Add a way of recording terminal output for testingSimon Glass1-0/+72
2014-09-09clang: workaround for generated constantsJeroen Hofstee2-4/+5