summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-01-25Convert CONFIG_BOARD_EARLY_INIT_F to KconfigSimon Glass607-290/+459
2017-01-25Convert CONFIG_ARCH_EARLY_INIT_R to KconfigSimon Glass34-21/+31
2017-01-25config: Drop CONFIG_ARCH_DMA_PIO_WORDSSimon Glass2-7/+1
2017-01-24travis-ci: Add swig and libpython-dev to the package listTom Rini1-0/+2
2017-01-24mach-omap2: Cleanup secure boot media generationAndrew F. Davis1-10/+28
2017-01-24tools: Correct python building host toolsTom Rini1-1/+2
2017-01-24bootz/booti: relocate ramdisk if CONFIG_SYS_BOOT_RAMDISK_HIGH setCédric Schieli2-0/+6
2017-01-24arm: am57xx: cl-som-am57x: fix EthernetUri Mashiach2-3/+3
2017-01-24Kconfig: Migrate BOARD_LATE_INIT to a selectTom Rini305-281/+146
2017-01-24NXP: Introduce board/freescale/common/Kconfig and migrate CHAIN_OF_TRUSTTom Rini30-13/+66
2017-01-24imx31_phycore: Split the eet variant out into a different TARGETTom Rini4-5/+8
2017-01-24rpi: Fix device tree path on ARM64Tuomas Tynkkynen1-21/+27
2017-01-23mmc: Print error code for mmc_complete_init failureJagan Teki1-1/+3
2017-01-23mmc: sdhci: Distinguish between base clock and maximum peripheral frequencyStefan Herbrechtsmeier13-34/+52
2017-01-22Merge branch 'master' of git://git.denx.de/u-boot-uniphierTom Rini55-415/+934
2017-01-22ARM: uniphier: add PXs3 SoC supportMasahiro Yamada9-0/+31
2017-01-22ARM: dts: uniphier: add PXs3 SoC/board supportMasahiro Yamada3-0/+381
2017-01-22pinctrl: uniphier: support UniPhier PXs3 pinctrl driverMasahiro Yamada3-9/+156
2017-01-22ARM: dts: uniphier: compile only DT files that make senseMasahiro Yamada1-9/+18
2017-01-22ARM: uniphier: add macro to generate SoC data look-up functionMasahiro Yamada3-33/+23
2017-01-22ARM: uniphier: simplify SoC ID get functionMasahiro Yamada17-317/+214
2017-01-22ARM: uniphier: replace <common.h> with <linux/delay.h> where possibleMasahiro Yamada4-4/+5
2017-01-22ARM: uniphier: replace <linux/err.h> with <linux/errno.h>Masahiro Yamada13-14/+16
2017-01-22ARM: uniphier: add uniphier_v8_defconfigMasahiro Yamada1-0/+34
2017-01-22ARM: uniphier: make SPL optional for ARVv8 SoCsMasahiro Yamada11-30/+56
2017-01-22ARM: uniphier: add missing static and const qualifierMasahiro Yamada1-3/+3
2017-01-22ARM: uniphier: fix delay fixup code in LD11 UMC initKotaro Hayashi1-0/+1
2017-01-22ARM: uniphier: update UMC_MEMMAPSET value for LD20 SoCWataru Okoshi1-2/+2
2017-01-21travis-ci: Split p1_p2_rdb_pc and p1010rdb into separate jobsTom Rini1-1/+3
2017-01-21status_led: Kconfig migrationUri Mashiach89-454/+486
2017-01-21status_led: Kconfig migration - introductionUri Mashiach3-34/+355
2017-01-21config: Move CONFIG_BOARD_LATE_INIT to defconfigsJagan Teki375-280/+338
2017-01-21common: Kconfig: Add BOARD_LATE_INIT entryJagan Teki1-0/+10
2017-01-20mx6saberesd_spl: Correct falcon mode additionTom Rini2-2/+3
2017-01-20bootm: qnx: Disable data cache before booting QNX imageEmmanuel Vadot2-11/+12
2017-01-20tools: mkimage: fix sizeof_mismatch found by coveritySven Ebenfeld1-1/+1
2017-01-20ARM: OMAP5+: Remove unsed dpll structuresLokesh Vutla1-55/+4
2017-01-20ARM: OMAP4: Fix compiler warningLokesh Vutla1-1/+3
2017-01-20binman: add tools directory to the python pathEmmanuel Vadot1-0/+1
2017-01-20build: Always build the libfdt python moduleEmmanuel Vadot1-1/+1
2017-01-20MAINTAINERS: DFU: Change e-mail address of DFU maintanierLukasz Majewski1-1/+1
2017-01-20odroid-c2: Enable distro bootAndreas Färber4-1/+17
2017-01-20meson: misc_init_r is board-specificAndreas Färber2-1/+2
2017-01-20board_init.c: Always use memset()Tom Rini1-18/+0
2017-01-20ARM: Default to using optimized memset and memcpy routinesTom Rini15-6/+48
2017-01-20mach-omap2: Fix secure boot media generationAndrew F. Davis1-5/+1
2017-01-20spl: Add some missing newlinesAndrew F. Davis1-2/+2
2017-01-20spl: Remove inline ifdef check for EXT and FAT supportAndrew F. Davis2-4/+0
2017-01-20common/image.c: Use correct suffixes for binary sizesxypron.glpk@gmx.de1-1/+1
2017-01-20api: storage: Test all block device in dev_stor_getEmmanuel Vadot1-64/+34