summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* mvebu: a37xx: Add init for ESPRESSBin Topaz switchKonstantin Porotchkin2017-03-231-0/+91
* mvebu: neta: a37xx: Add fixed link support to neta driverKonstantin Porotchkin2017-03-231-27/+82
* mvebu: neta: Add support for board init functionKonstantin Porotchkin2017-03-231-1/+15
* arm64: a37xx: Handle pin controls in early board initKonstantin Porotchkin2017-03-231-1/+25
* arm64: a37xx: dts: Add pin control nodes to DTKonstantin Porotchkin2017-03-231-0/+14
* arm64: a37xx: Enable bubt command support on A3720-DBKonstantin Porotchkin2017-03-231-0/+3
* arm64: a37xx: Enable Marvell ETH PHY supportKonstantin Porotchkin2017-03-231-0/+1
* arm64: mvebu: Rename the db-88f3720 to armada-37xx platformKonstantin Porotchkin2017-03-236-11/+11
* mvebu: usb: xhci: Add VBUS regulator supply to the host driverKonstantin Porotchkin2017-03-233-1/+41
* arm64: mvebu: Add default configuraton for MACCHIATOBin boardKonstantin Porotchkin2017-03-231-0/+74
* arm64: mvebu: dts: Add DTS file for MACCHIATOBin boardRabeeh Khoury2017-03-232-0/+294
* mvebu: pcie: Add support for GPIO reset for PCIe deviceKonstantin Porotchkin2017-03-232-0/+69
* arm64: mvebu: dts: Add i2c1 pin definitions to CPMKonstantin Porotchkin2017-03-231-0/+4
* arm64: mvebu: gpio: Add GPIO nodes to A8K family devicesKonstantin Porotchkin2017-03-235-0/+46
* Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini2017-03-2114-8/+119
|\
| * mmc: xenon_sdhci: Add missing host->max_clk to Xenon SDHCI driverStefan Roese2017-03-211-1/+2
| * mmc: drop unnecessary send_status requestXu Ziyuan2017-03-211-4/+0
| * mmc: sdhci: only flush cache for data commandKevin Liu2017-03-211-2/+4
| * mmc: tangier: Add Intel Tangier eMMC/SDHCI driverFelipe Balbi2017-03-213-0/+96
| * mmc: pci: Add CONFIG_MMC_PCIFelipe Balbi2017-03-2110-1/+17
* | configs: am43xx_evm: Enable SPL_DMLokesh Vutla2017-03-216-8/+12
* | ARM: AM43xx: Enable DM_I2C/SPI/ETHLokesh Vutla2017-03-211-0/+5
* | ARM: dts: am43xx: Add u-boot specific dtsiLokesh Vutla2017-03-211-0/+38
* | configs: dra7xx_evm: Enable SPL_DMLokesh Vutla2017-03-214-15/+11
* | configs: am57xx_evm: Enable SPL_DMLokesh Vutla2017-03-213-8/+11
* | ARM: dts: OMAP5+: Add u-boot specific dtsiLokesh Vutla2017-03-211-0/+50
* | ARM: OMAP2+: define _image_binary_end to fix SPL_OF_CONTROLLokesh Vutla2017-03-211-0/+2
* | spl: Correct call to spl_common_init() with SPL_STACK_R_MALLOC_SIMPLE_LENTom Rini2017-03-211-2/+3
* | board: ns2: Add support for Broadcom Northstar 2Jon Mason2017-03-207-0/+160
* | da850: Add instructions to copy AIS image to NANDahaslam@baylibre.com2017-03-201-0/+41
* | Pass empty CFLAGS on invocation of libfdt/setup.pyMax Filippov2017-03-201-1/+1
* | Kconfig: Don't use RSA_FREESCALE_EXP on IMXGeorge McCollister2017-03-201-2/+2
* | ARM: am43xx: fix SOC revision print outsTero Kristo2017-03-201-1/+7
* | test-fit.py: Minor grammar/spelling/clarification tweaksRobert P. J. Day2017-03-201-5/+8
* | part_efi: document device-tree binding for part_efi configurationPhilipp Tomsich2017-03-201-0/+8
* | doc: move documentation for /config node into a separate filePhilipp Tomsich2017-03-202-16/+14
* | part_efi: support padding between the GPT header and partition entriesPhilipp Tomsich2017-03-202-4/+64
* | net: don't override ethernet address environmentRoger Quadros2017-03-201-0/+3
* | ARM: k2g: setup PRU ethernet MAC addressesRoger Quadros2017-03-202-0/+21
* | ARM: Use Kconfig for board EEPROM's I2C bus and chip addressRoger Quadros2017-03-204-8/+12
* | board: ti: am57xx-idk: Auto detect LCD PanelNishanth Menon2017-03-201-8/+70
* | board: ti: am571x-idk: Update pinmux for ICSS2 EthernetRoger Quadros2017-03-201-31/+31
* | board: ti: am571x-idk: Support 6 port Ethernet or 4 port Ethernet with LCDRoger Quadros2017-03-202-35/+109
* | ti: common: board_detect: commodify ethaddr environment setting codeRoger Quadros2017-03-202-0/+74
* | ti_armv7_keystone2: Define scratch space in SRAMFranklin S Cooper Jr2017-03-201-0/+7
* | ti: common: board_detect: Rename EEPROM scratch start macroLokesh Vutla2017-03-202-4/+6
* | ARM: OMAP5+: GPIO: Add GPIO_TO_PIN() macroRoger Quadros2017-03-201-0/+4
* | travis-ci: Re-work i.MX6 jobs, clarify Freescale and AArch64Tom Rini2017-03-201-3/+6
|/
* ti: boot: Register the MMC controllers in SPL in the same way as in u-bootJean-Jacques Hiblot2017-03-1927-43/+30
* Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2017-03-19145-466/+12949
|\