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