summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Convert CONFIG_BOARD_EARLY_INIT_F to KconfigSimon Glass2017-01-25607-290/+459
* Convert CONFIG_ARCH_EARLY_INIT_R to KconfigSimon Glass2017-01-2534-21/+31
* config: Drop CONFIG_ARCH_DMA_PIO_WORDSSimon Glass2017-01-252-7/+1
* travis-ci: Add swig and libpython-dev to the package listTom Rini2017-01-241-0/+2
* mach-omap2: Cleanup secure boot media generationAndrew F. Davis2017-01-241-10/+28
* tools: Correct python building host toolsTom Rini2017-01-241-1/+2
* bootz/booti: relocate ramdisk if CONFIG_SYS_BOOT_RAMDISK_HIGH setCédric Schieli2017-01-242-0/+6
* arm: am57xx: cl-som-am57x: fix EthernetUri Mashiach2017-01-242-3/+3
* Kconfig: Migrate BOARD_LATE_INIT to a selectTom Rini2017-01-24305-281/+146
* NXP: Introduce board/freescale/common/Kconfig and migrate CHAIN_OF_TRUSTTom Rini2017-01-2430-13/+66
* imx31_phycore: Split the eet variant out into a different TARGETTom Rini2017-01-244-5/+8
* rpi: Fix device tree path on ARM64Tuomas Tynkkynen2017-01-241-21/+27
* mmc: Print error code for mmc_complete_init failureJagan Teki2017-01-231-1/+3
* mmc: sdhci: Distinguish between base clock and maximum peripheral frequencyStefan Herbrechtsmeier2017-01-2313-34/+52
* Merge branch 'master' of git://git.denx.de/u-boot-uniphierTom Rini2017-01-2255-415/+934
|\
| * ARM: uniphier: add PXs3 SoC supportMasahiro Yamada2017-01-229-0/+31
| * ARM: dts: uniphier: add PXs3 SoC/board supportMasahiro Yamada2017-01-223-0/+381
| * pinctrl: uniphier: support UniPhier PXs3 pinctrl driverMasahiro Yamada2017-01-223-9/+156
| * ARM: dts: uniphier: compile only DT files that make senseMasahiro Yamada2017-01-221-9/+18
| * ARM: uniphier: add macro to generate SoC data look-up functionMasahiro Yamada2017-01-223-33/+23
| * ARM: uniphier: simplify SoC ID get functionMasahiro Yamada2017-01-2217-317/+214
| * ARM: uniphier: replace <common.h> with <linux/delay.h> where possibleMasahiro Yamada2017-01-224-4/+5
| * ARM: uniphier: replace <linux/err.h> with <linux/errno.h>Masahiro Yamada2017-01-2213-14/+16
| * ARM: uniphier: add uniphier_v8_defconfigMasahiro Yamada2017-01-221-0/+34
| * ARM: uniphier: make SPL optional for ARVv8 SoCsMasahiro Yamada2017-01-2211-30/+56
| * ARM: uniphier: add missing static and const qualifierMasahiro Yamada2017-01-221-3/+3
| * ARM: uniphier: fix delay fixup code in LD11 UMC initKotaro Hayashi2017-01-221-0/+1
| * ARM: uniphier: update UMC_MEMMAPSET value for LD20 SoCWataru Okoshi2017-01-221-2/+2
* | travis-ci: Split p1_p2_rdb_pc and p1010rdb into separate jobsTom Rini2017-01-211-1/+3
|/
* status_led: Kconfig migrationUri Mashiach2017-01-2189-454/+486
* status_led: Kconfig migration - introductionUri Mashiach2017-01-213-34/+355
* config: Move CONFIG_BOARD_LATE_INIT to defconfigsJagan Teki2017-01-21375-280/+338
* common: Kconfig: Add BOARD_LATE_INIT entryJagan Teki2017-01-211-0/+10
* mx6saberesd_spl: Correct falcon mode additionTom Rini2017-01-202-2/+3
* bootm: qnx: Disable data cache before booting QNX imageEmmanuel Vadot2017-01-202-11/+12
* tools: mkimage: fix sizeof_mismatch found by coveritySven Ebenfeld2017-01-201-1/+1
* ARM: OMAP5+: Remove unsed dpll structuresLokesh Vutla2017-01-201-55/+4
* ARM: OMAP4: Fix compiler warningLokesh Vutla2017-01-201-1/+3
* binman: add tools directory to the python pathEmmanuel Vadot2017-01-201-0/+1
* build: Always build the libfdt python moduleEmmanuel Vadot2017-01-201-1/+1
* MAINTAINERS: DFU: Change e-mail address of DFU maintanierLukasz Majewski2017-01-201-1/+1
* odroid-c2: Enable distro bootAndreas Färber2017-01-204-1/+17
* meson: misc_init_r is board-specificAndreas Färber2017-01-202-1/+2
* board_init.c: Always use memset()Tom Rini2017-01-201-18/+0
* ARM: Default to using optimized memset and memcpy routinesTom Rini2017-01-2015-6/+48
* mach-omap2: Fix secure boot media generationAndrew F. Davis2017-01-201-5/+1
* spl: Add some missing newlinesAndrew F. Davis2017-01-201-2/+2
* spl: Remove inline ifdef check for EXT and FAT supportAndrew F. Davis2017-01-202-4/+0
* common/image.c: Use correct suffixes for binary sizesxypron.glpk@gmx.de2017-01-201-1/+1
* api: storage: Test all block device in dev_stor_getEmmanuel Vadot2017-01-201-64/+34