summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | arm: mvebu: db-88f6820-gp: Add SDIO/MMC SPL boot supportStefan Roese2015-07-241-0/+28
* | | spl: spl_mmc: Add option to boot from a MMC partition with offsetStefan Roese2015-07-241-0/+5
* | | kwbimage: Rename CONFIG_SYS_SPI_U_BOOT_OFFS to CONFIG_SYS_U_BOOT_OFFSStefan Roese2015-07-242-8/+8
* | | kwbimage: Add support for SDIO/MMC boot device selectionStefan Roese2015-07-241-0/+1
* | | arm: mvebu: Add SPL SDIO/MMC boot supportStefan Roese2015-07-241-1/+12
| |/ |/|
* | Merge git://git.denx.de/u-boot-uniphierTom Rini2015-07-2328-45/+603
|\ \
| * | ARM: UniPhier: document reference support cardMasahiro Yamada2015-07-231-2/+44
| * | ARM: dts: UniPhier: add I2C ch4 device node for PH1-sLD3Masahiro Yamada2015-07-231-0/+9
| * | ARM: UniPhier: add PH1-sLD3 SoC supportMasahiro Yamada2015-07-2323-16/+494
| * | ARM: UniPhier: update CONFIG_BOOTARGSMasahiro Yamada2015-07-231-1/+1
| * | ARM: UniPhier: disable CONFIG_FITMasahiro Yamada2015-07-233-6/+0
| * | ARM: UniPhier: add environment variable for TFTP bootMasahiro Yamada2015-07-231-0/+10
| * | ARM: UniPhier: add environment sets for non-FIT Linux bootMasahiro Yamada2015-07-231-18/+43
| * | ARM: dts: UniPhier: add device-specific compatible string for EEPROMMasahiro Yamada2015-07-231-1/+1
| |/
* | Merge git://git.denx.de/u-boot-marvellTom Rini2015-07-2398-10/+22783
|\ \
| * | arm: mvebu: db-88f6820: Add SPL support with DDR init codeStefan Roese2015-07-235-1/+86
| * | arm: mvebu: a38x: Use correct PEX register access macrosStefan Roese2015-07-232-5/+4
| * | arm: mvebu: Add Armada 38x DDR3 training code from Marvell bin_hdrStefan Roese2015-07-2344-0/+17369
| * | arm: mvebu: drivers/ddr: Move Armada XP DDR init code into new directoryStefan Roese2015-07-2326-5/+5
| * | arm: mvebu: Add Armada 38x SERDES / PHY init code from Marvell bin_hdrStefan Roese2015-07-2313-0/+5204
| * | arm: mvebu: serdes: Move Armada XP SERDES / PHY init code into new directoryStefan Roese2015-07-237-3/+4
| * | Makefile: Fix mvebu build target to use SPL load and exe-addressStefan Roese2015-07-231-1/+1
| * | arm: mvebu: Disable MMU before changing register base addressStefan Roese2015-07-231-0/+18
| * | arm: mvebu: spl.c: Add call to board_early_init_f()Stefan Roese2015-07-231-0/+7
| * | arm: mvebu: Use default reg base address for SPL on A38xStefan Roese2015-07-231-0/+10
| * | arm: mvebu: Call timer_init early before PHY and DDR initStefan Roese2015-07-232-0/+9
| * | arm: mvebu: add Armada XP SATA supportAnton Schubert2015-07-233-0/+71
| |/
* | linux_compat: handle __GFP_ZERO in kmalloc()Masahiro Yamada2015-07-222-15/+18
* | linux_compat: move vzalloc() to header file as an inline functionMasahiro Yamada2015-07-222-7/+4
* | linux_compat: remove cpu_relax() defineMasahiro Yamada2015-07-222-2/+1
* | x86: delete unneeded declarations of disable_irq() and enable_irq()Masahiro Yamada2015-07-221-4/+0
* | net: Allow drivers to return -ENOSYS with the write_hwaddr() methodSimon Glass2015-07-212-1/+9
* | dm: usb: eth: Add driver-model support to the asix driverSimon Glass2015-07-211-21/+216
* | dm: usb: Add driver-model support to ehci-pciSimon Glass2015-07-211-20/+77
* | x86: minnowmax: Drop the cache line size hackSimon Glass2015-07-211-3/+0
* | dm: usb: Adjust the USB_DEVICE() macro namingSimon Glass2015-07-216-9/+25
* | dm: usb: eth: Support driver model with USB EthernetSimon Glass2015-07-213-12/+206
* | dm: eth: Avoid blocking on packet receptionSimon Glass2015-07-216-6/+17
* | dm: usb: Avoid using USB ethernet with CONFIG_DM_USB and no DM_ETHSimon Glass2015-07-211-2/+5
* | dm: usb: Correct the struct usb_driver_entry commentSimon Glass2015-07-211-2/+2
* | dm: pci: Add a function to get the BDF for a deviceSimon Glass2015-07-213-12/+19
* | dm: eth: Add driver-model support to the rtl8169 driverSimon Glass2015-07-211-49/+187
* | dm: pci: Add support for PCI driver matchingSimon Glass2015-07-213-19/+197
* | usb: Update some EHCI driver licenses to use SPDXSimon Glass2015-07-215-68/+5
* | usb: ehci: Correct a missing hypen in an error messageSimon Glass2015-07-211-1/+1
* | dm: core: Add \n to two dm_warn() messagesSimon Glass2015-07-211-2/+2
* | musb: Add device-model support to the musb-host u-boot glueHans de Goede2015-07-212-1/+73
* | musb: Add musb_host_data struct to hold global dataHans de Goede2015-07-212-54/+77
* | musb: Rename and wrap public functionsHans de Goede2015-07-211-11/+59
* | musb: Update usb-compat to work with struct usb_device without a parent ptrHans de Goede2015-07-213-1/+75
OpenPOWER on IntegriCloud