summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
...
* | ARM: DRA7xx: Enable post-processing of FIT artifacts loaded by U-BootAndreas Dannenberg2016-09-06-0/+1
* | ARM: AM43xx: Enable post-processing of FIT artifacts loaded by U-BootAndreas Dannenberg2016-09-06-0/+1
* | spl: Rework image header parse to allow abort on raw image and os bootPaul Kocialkowski2016-09-06-4/+7
* | regulator: fixed: obey startup delayJohn Keeping2016-09-06-0/+11
* | tools: moveconfig: add --spl option to move options for SPL buildMasahiro Yamada2016-09-06-3/+30
* | tools: moveconfig: warn loudly if moved option has no entry in KconfigMasahiro Yamada2016-09-06-14/+31
* | tools: moveconfig: use sets instead of lists for failed/suspicious boardsMasahiro Yamada2016-09-06-10/+10
* | tools: moveconfig: remove document about deprecated error messageMasahiro Yamada2016-09-06-4/+0
* | meson: odroid-c2: enable Ethernet support through the device treeBeniamino Galvani2016-09-06-16/+4
* | pinctrl: add driver for meson-gxbb pin controllerBeniamino Galvani2016-09-06-0/+704
* | arm: dts: update DTS files for meson-gxbb and odroid-c2Beniamino Galvani2016-09-06-1/+552
* | pinctrl: generic: scan for "pins" and "groups" properties in sub-nodesBeniamino Galvani2016-09-06-2/+4
* | image-fit: fix fit_image_load() OS checkAndreas Bießmann2016-09-06-1/+2
* | serial: bcm283x_mu: Detect disabled serial deviceAlexander Graf2016-09-06-1/+43
* | bcm2835_gpio: Implement GPIOF_FUNCAlexander Graf2016-09-06-13/+19
* | Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini2016-09-06-56/+547
|\ \
| * | sunxi: fix 64-bit compiler warning for SPL header parsingAndre Przywara2016-09-06-1/+1
| * | sunxi: Kconfig: rename non-existent SUN50I_A64 config symbolAndre Przywara2016-09-06-1/+1
| * | Revert "sunxi: Move the SPL stack top to 0x1A000 on Allwinner A64/A80"Andre Przywara2016-09-06-2/+3
| * | sunxi: Add defconfig and dts file for the Orange Pi Plus2E SBCHans de Goede2016-09-03-1/+105
| * | sunxi: Enable emac on H3 orangepi boardsHans de Goede2016-09-03-1/+3
| * | sunxi: Sync h3-orangepi dts files with kernelHans de Goede2016-09-03-47/+37
| * | sunxi: Fix H3 EMAC syscon register addressChen-Yu Tsai2016-09-03-3/+2
| * | sunxi: Add support for A33-OLinuXino boardStefan Mavrodiev2016-09-03-0/+275
| * | sunxi: Add iNet D978 rev2 defconfigIcenowy Zheng2016-09-03-0/+31
| * | sunxi: add proper device tree for iNet D978 rev2 boardsIcenowy Zheng2016-09-03-0/+89
| |/
* | Merge git://git.denx.de/u-boot-nand-flashTom Rini2016-09-06-7/+8
|\ \
| * | nand: Fix some more NULL name testsScott Wood2016-09-01-4/+4
| * | nand: Fix nand info for no deviceTony Lindgren2016-09-01-3/+3
| * | mtd: nand: pxa3xx: use nand_set_controller_dataChris Packham2016-09-01-0/+1
* | | ARM: dts: dra72-evm: fix broken ethernetMugunthan V N2016-09-06-1/+1
| |/ |/|
* | ARM: tegra: Add support for TK1-SOM board from Colorado EngineeringPeter Chubb2016-09-01-4/+1007
* | ARM: tegra: use numeric versioning for p2771-0000Stephen Warren2016-08-30-10/+10
|/
* x86: qemu: efi: Add two boards for EFI 32-bit and 64-bit payloadBin Meng2016-08-30-0/+99
* x86: efi: Fix EFI 64-bit payload build warningsBin Meng2016-08-30-16/+20
* x86: efi: payload: Make EFI payload build againBin Meng2016-08-30-4/+4
* x86: Add debugging when cpu_common_init() failsSimon Glass2016-08-30-1/+3
* x86: ivybridge: Allow microcode to be collatedSimon Glass2016-08-30-1/+11
* x86: Add debugging when a microcode update failsSimon Glass2016-08-30-1/+3
* Merge branch 'master' of git://git.denx.de/u-boot-uniphierTom Rini2016-08-28-80/+123
|\
| * ARM: uniphier: enable CONFIG_CMD_CACHEMasahiro Yamada2016-08-28-0/+6
| * ARM: uniphier: change UNIPHIER_SERIAL to default y optionMasahiro Yamada2016-08-28-6/+1
| * ARM: dts: uniphier: add u-boot, dm-pre-reloc to use eMMC boot on sLD3Masahiro Yamada2016-08-28-0/+9
| * ARM: uniphier: increase CONFIG_SYS_MALLOC_F_LEN for sLD3Masahiro Yamada2016-08-28-0/+1
| * ARM: uniphier: display revision of Micro Support Card 3.6.x kindlyMasahiro Yamada2016-08-28-2/+9
| * ARM: uniphier: support system reset functionality for PSCIMasahiro Yamada2016-08-28-2/+18
| * mmc: uniphier-sd: just return if already set to desired clock rateMasahiro Yamada2016-08-28-2/+5
| * mmc: uniphier-sd: return error code if unsupported width is givenMasahiro Yamada2016-08-28-5/+9
| * mmc: uniphier-sd: move uniphier_sd_init() belowMasahiro Yamada2016-08-28-21/+19
| * mmc: uniphier-sd: migrate to CONFIG_DM_MMC_OPSMasahiro Yamada2016-08-28-47/+51