summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
* 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
|\ \ | |/ |/|
| * arm: Fix _start for CONFIG_SYS_DV_NOR_BOOT_CFGBenoît Thébaudeau2014-09-11-1/+2
| * arm: Make reset position-independentBenoît Thébaudeau2014-09-11-2/+1
| * README.clang: build command with clangJeroen Hofstee2014-09-11-0/+56
| * Makefile: default to cc for host compilerJeroen Hofstee2014-09-11-2/+2
| * clang: workaround for generated constantsJeroen Hofstee2014-09-09-4/+5
| * eabi_compat: add __aeabi_memcpy __aeabi_memsetJeroen Hofstee2014-09-09-2/+13
| * ARM: make gd a function for clangJeroen Hofstee2014-09-09-0/+25
| * cc-option: also detect unsupported warnings optionsJeroen Hofstee2014-09-09-2/+2
| * ARM: SPL: do not set gd againJeroen Hofstee2014-09-09-3/+0
| * board_r: ARM[64] do not set gd againJeroen Hofstee2014-09-09-1/+1
| * Merge branch 'u-boot-sunxi/master' into 'u-boot-arm/master'Albert ARIBAUD2014-09-09-44/+87
| |\
| | * sun7i: Add support for Olimex A20-OLinuXino-LIMEFUKAUMI Naoki2014-09-05-0/+43
| | * sunxi: Correct typo CONFIG_FTDFILE => CONFIG_FDTFILEIan Campbell2014-09-05-24/+24
| | * kconfig: remove redundant "SPL" from CONFIG_SYS_EXTRA_OPTIONSMasahiro Yamada2014-09-05-20/+20
| * | Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'Albert ARIBAUD2014-09-09-152/+1831
| |\ \
| | * | CONFIGS: peach-pit: Enable display for peach_pit boardAjay Kumar2014-09-05-0/+10
| | * | ARM: exynos: peach_pit: Add DT nodes for fimd and parade bridge chipAjay Kumar2014-09-05-0/+30
| | * | exynos5420: add callbacks needed for exynos_fb driverAjay Kumar2014-09-05-82/+50
| | * | ARM: exynos: Add missing declaration for gpio_direction_inputAjay Kumar2014-09-05-0/+1
| | * | video: Add driver for Parade PS8625 dP to LVDS bridgeVadim Bendebury2014-09-05-0/+223
| | * | video: exynos_fimd: Add framework to disable FIMD sysmmuAjay Kumar2014-09-05-0/+61
| | * | arm: exynos: Add get_lcd_clk and set_lcd_clk callbacks for Exynos5420Ajay Kumar2014-09-05-6/+80
| | * | arm: exynos: Add RPLL for Exynos5420Ajay Kumar2014-09-05-0/+16
| | * | exynos_fb: Remove usage of static definesAjay Kumar2014-09-05-23/+23
| | * | odroid: set MPLL clock to 880MHzPrzemyslaw Marczak2014-09-05-30/+30
| | * | MAINTAINERS: update the maintainer of Arndale boardMasahiro Yamada2014-09-05-1/+1
| | * | odroid: kconfig: add odroid_defconfigPrzemyslaw Marczak2014-09-05-0/+387