summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | net: dns: fix for DNS queries sent to the wrong MAC addressGerhard Sittig2014-09-161-0/+3
* | | kconfig: add sanity checks for SPL configurationMasahiro Yamada2014-09-161-0/+30
* | | net: usb: Add SMSC copyright to smsc95xx driverSimon Glass2014-09-161-0/+1
* | | mtdcore: Fix a build error with CONFIG_CMD_MTDPARTS_SPREADmaxin.john@enea.com2014-09-161-2/+2
* | | mtd: nand: davinci_nand: update write_page function for keystone RBLKhoronzhuk, Ivan2014-09-161-0/+1
* | | generic_board: do not set gd->fdt_blob unless CONFIG_OF_CONTROL=yMasahiro Yamada2014-09-161-4/+6
* | | kbuild: standalone: simplify clean-filesMasahiro Yamada2014-09-161-1/+1
* | | scripts/Makefile.clean: clean also $(extra-m) and $(extra-)Masahiro Yamada2014-09-161-2/+2
* | | kconfig: show an error message when defconfig is not foundMasahiro Yamada2014-09-161-0/+7
* | | common: fix include guards for CONFIG_MPGabriel Huau2014-09-161-2/+2
* | | kconfig: fix a bug of "make config"Masahiro Yamada2014-09-161-1/+1
* | | kconfig: fix savedefconfig to handle TPL correctlyMasahiro Yamada2014-09-161-3/+3
* | | kconfig: fix whitespace handling bug of savedefconfigMasahiro Yamada2014-09-161-8/+29
* | | kconfig: fix savedefconfig to output empty defconfigMasahiro Yamada2014-09-161-0/+1
* | | standalone: use GCC_VERSION defined in compiler-gcc.hMasahiro Yamada2014-09-161-5/+2
* | | compiler*.h: sync include/linux/compiler*.h with Linux 3.16Masahiro Yamada2014-09-166-44/+236
* | | implement the Android sparse image formatSteve Rae2014-09-163-53/+111
* | | cleanup code which handles the Android sparse image formatSteve Rae2014-09-161-41/+56
* | | update code which handles Android sparse image formatSteve Rae2014-09-161-2438/+0
* | | add code to handle Android sparse image formatSteve Rae2014-09-161-0/+2643
* | | cmd_mem: add static to internally used functionsMasahiro Yamada2014-09-161-3/+4
* | | kgdb: Remove first_entry for kgdbPeng Fan2014-09-161-12/+2
* | | tools/genboardscfg.py: improve performance more with KconfiglibMasahiro Yamada2014-09-161-440/+258
* | | tools: Import KconfiglibMasahiro Yamada2014-09-161-0/+3799
* | | SPDX: Add ISC SPDX-License-IdentifierMasahiro Yamada2014-09-162-0/+18
* | | kbuild: force to define __UBOOT__ in all the C sourcesMasahiro Yamada2014-09-1656-56/+1
* | | rtl8169: Defer network packet processingThierry Reding2014-09-161-1/+2
* | | openrisc: Fix a few type cast related warningsVasili Galka2014-09-151-4/+4
* | | Fix a few printf argument verification warningsVasili Galka2014-09-153-4/+4
* | | cosmetic: README.scrapyard: add NIOS2 boardsMasahiro Yamada2014-09-151-6/+8
* | | kconfig: remove redundant "string" type in arch and board KconfigsMasahiro Yamada2014-09-13603-2161/+0
* | | kconfig: add CONFIG_SYS_{ARCH, CPU, ...} type def to arch/KconfigMasahiro Yamada2014-09-131-0/+56
* | | Merge branch 'master' of git://git.denx.de/u-boot-dmTom Rini2014-09-1351-149/+2542
|\ \ \
| * | | dm: tegra: Enable driver model for serialSimon Glass2014-09-103-1/+47
| * | | tegra: dts: Add serial port detailsSimon Glass2014-09-1024-10/+1405
| * | | dm: serial: Add driver model support for ns16550Simon Glass2014-09-104-3/+218
| * | | dm: serial: Collect common baud rate code in ns16550Simon Glass2014-09-101-20/+13
| * | | dm: serial: Move baud rate calculation to ns16550.cSimon Glass2014-09-103-11/+34
| * | | sandbox: dts: Add a serial console nodeSimon Glass2014-09-102-0/+23
| * | | sandbox: serial: Support a coloured consoleSimon Glass2014-09-101-0/+83
| * | | sandbox: Convert serial driver to use driver modelSimon Glass2014-09-102-31/+39
| * | | dm: Add a uclass for serial devicesSimon Glass2014-09-104-0/+310
| * | | dm: Adjust lists_bind_fdt() to return the bound deviceSimon Glass2014-09-103-5/+13
| * | | dm: fdt: Add a function to look up a chosen nodeSimon Glass2014-09-102-0/+27
| * | | serial: Set up the 'priv' pointer when creating a serial deviceSimon Glass2014-09-101-0/+1
| * | | tegra: Convert tegra GPIO driver to use driver modelSimon Glass2014-09-104-62/+283
| * | | dm: tegra: Set up a pre-reloc malloc()Simon Glass2014-09-101-0/+1
| * | | dm: Make driver model available before board_init()Simon Glass2014-09-103-16/+50
| * | | Set up stdio earlier when using driver modelSimon Glass2014-09-101-6/+11
| * | | dm: Move pre-reloc init earlier to cope with board_early_init_f()Simon Glass2014-09-101-2/+2
OpenPOWER on IntegriCloud