summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
...
| * | | tools/genboardscfg.py: improve performance more with KconfiglibMasahiro Yamada2014-09-16-440/+258
| * | | tools: Import KconfiglibMasahiro Yamada2014-09-16-0/+3799
| * | | SPDX: Add ISC SPDX-License-IdentifierMasahiro Yamada2014-09-16-0/+18
| * | | kbuild: force to define __UBOOT__ in all the C sourcesMasahiro Yamada2014-09-16-56/+1
| * | | rtl8169: Defer network packet processingThierry Reding2014-09-16-1/+2
| * | | openrisc: Fix a few type cast related warningsVasili Galka2014-09-15-4/+4
| * | | Fix a few printf argument verification warningsVasili Galka2014-09-15-4/+4
| * | | cosmetic: README.scrapyard: add NIOS2 boardsMasahiro Yamada2014-09-15-6/+8
| * | | kconfig: remove redundant "string" type in arch and board KconfigsMasahiro Yamada2014-09-13-2161/+0
| * | | kconfig: add CONFIG_SYS_{ARCH, CPU, ...} type def to arch/KconfigMasahiro Yamada2014-09-13-0/+56
| * | | Merge branch 'master' of git://git.denx.de/u-boot-dmTom Rini2014-09-13-149/+2542
| |\ \ \
| | * | | dm: tegra: Enable driver model for serialSimon Glass2014-09-10-1/+47
| | * | | tegra: dts: Add serial port detailsSimon Glass2014-09-10-10/+1405
| | * | | dm: serial: Add driver model support for ns16550Simon Glass2014-09-10-3/+218
| | * | | dm: serial: Collect common baud rate code in ns16550Simon Glass2014-09-10-20/+13
| | * | | dm: serial: Move baud rate calculation to ns16550.cSimon Glass2014-09-10-11/+34
| | * | | sandbox: dts: Add a serial console nodeSimon Glass2014-09-10-0/+23
| | * | | sandbox: serial: Support a coloured consoleSimon Glass2014-09-10-0/+83
| | * | | sandbox: Convert serial driver to use driver modelSimon Glass2014-09-10-31/+39
| | * | | dm: Add a uclass for serial devicesSimon Glass2014-09-10-0/+310
| | * | | dm: Adjust lists_bind_fdt() to return the bound deviceSimon Glass2014-09-10-5/+13
| | * | | dm: fdt: Add a function to look up a chosen nodeSimon Glass2014-09-10-0/+27
| | * | | serial: Set up the 'priv' pointer when creating a serial deviceSimon Glass2014-09-10-0/+1
| | * | | tegra: Convert tegra GPIO driver to use driver modelSimon Glass2014-09-10-62/+283
| | * | | dm: tegra: Set up a pre-reloc malloc()Simon Glass2014-09-10-0/+1
| | * | | dm: Make driver model available before board_init()Simon Glass2014-09-10-16/+50
| | * | | Set up stdio earlier when using driver modelSimon Glass2014-09-10-6/+11
| | * | | dm: Move pre-reloc init earlier to cope with board_early_init_f()Simon Glass2014-09-10-2/+2
| * | | | Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2014-09-12-473/+2235
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| * | | Merge branch 'master' of git://www.denx.de/git/u-boot-microblazeTom Rini2014-09-10-1/+4
| |\ \ \
| | * | | microblaze: remove #ident directive to fix build errorMasahiro Yamada2014-09-10-1/+0
| | * | | microblaze: Fix printf size_t format related warnings (again...)Vasili Galka2014-09-09-0/+4
| * | | | Merge branch 'buildman' of git://git.denx.de/u-boot-x86Tom Rini2014-09-09-172/+972
| |\ \ \ \
| | * | | | buildman: fix typos of --dry-run help messageMasahiro Yamada2014-09-09-1/+1
| | * | | | buildman: Create parent directories as necessaryThierry Reding2014-09-09-3/+6
| | * | | | patman: make run results better visibleVadim Bendebury2014-09-09-1/+6
| | * | | | buildman: Ignore conflicting tagsSimon Glass2014-09-09-9/+13
| | * | | | buildman: Permit branch names with an embedded '/'Simon Glass2014-09-09-5/+14
| | * | | | buildman: Expand output test to cover directory prefixesSimon Glass2014-09-09-8/+46
| | * | | | buildman: Add additional functional testsSimon Glass2014-09-09-18/+306
| | * | | | patman: Start with a clean series when neededSimon Glass2014-09-09-1/+3
| | * | | | buildman: Provide an internal option to clean the outpur dirSimon Glass2014-09-09-1/+10
| | * | | | buildman: Correct counting of build failures on retrySimon Glass2014-09-09-7/+8
| | * | | | buildman: Allow tests to have their own boardsSimon Glass2014-09-09-10/+31
| | * | | | buildman: Avoid looking at config file or toolchains in testsSimon Glass2014-09-09-5/+29
| | * | | | buildman: Set up bsettings outside the control moduleSimon Glass2014-09-09-1/+2
| | * | | | buildman: Add a functional testSimon Glass2014-09-09-18/+206
| | * | | | patman: Provide a way to intercept commands for testingSimon Glass2014-09-09-0/+20
| | * | | | buildman: Move full help code into the control moduleSimon Glass2014-09-09-6/+8
| | * | | | buildman: Move the command line code into its own fileSimon Glass2014-09-09-71/+87