summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
...
| * cmd: Clean up cmd_elf a little bitBin Meng2015-10-21-98/+73
| * cmd: Convert CONFIG_CMD_ELF to KconfigBin Meng2015-10-21-118/+33
| * x86: Remove quotation mark in CONFIG_HOSTNAMEBin Meng2015-10-21-1/+1
| * x86: Move install_e820_map() out of zimage.cBin Meng2015-10-21-29/+41
| * x86: Initialize GDT entry 1 to be the 32-bit CS as wellBin Meng2015-10-21-1/+6
| * x86: Allow disabling IGD on Intel QueensbayBin Meng2015-10-21-0/+33
| * x86: ivybridge: Remove the dead codes that programs pci bridgeBin Meng2015-10-21-32/+0
| * dm: pci: Enable VGA address forwarding on bridgesBin Meng2015-10-21-0/+18
| * dm: pci: Fix pci_last_busno() to return the real last bus noBin Meng2015-10-21-24/+1
| * video: vesa_fb: Fix wrong return value check of pci_find_class()Bin Meng2015-10-21-1/+1
| * pci: Set PCI_COMMAND_IO bit for VGA deviceBin Meng2015-10-21-0/+6
| * dm: pci: Adjust pci_find_and_bind_driver() to return -EPERMSimon Glass2015-10-21-12/+19
| * dm: pci: Correct a few debug() statementsSimon Glass2015-10-21-2/+2
| * dm: pci: Tidy up auto-config error handlingSimon Glass2015-10-21-3/+12
| * malloc_simple: Add debug() informationSimon Glass2015-10-21-0/+4
* | linux/bitops.h: GENMASK copy from linuxJagan Teki2015-10-21-0/+19
* | linux/bitops: Move BIT definitions at topJagan Teki2015-10-21-4/+3
* | Merge git://git.denx.de/u-boot-marvellTom Rini2015-10-20-65/+3570
|\ \
| * | mmc: mv_sdhci: Configure the SDHCI MBUS bridge windowsStefan Roese2015-10-21-0/+41
| * | arm: mvebu: Enable DM_SERIAL on AXP / A38x boardsStefan Roese2015-10-21-1/+8
| * | arm: mvebu: Enable DM_USB on AXP / A38x boardsStefan Roese2015-10-21-9/+11
| * | usb: ehci-marvell.c: Add DM supportStefan Roese2015-10-21-16/+77
| * | arm: mvebu: Add DM (driver model) supportStefan Roese2015-10-21-5/+8
| * | arm: mvebu: Add basic Armada XP / 38x dtsi/dts filesStefan Roese2015-10-21-0/+3257
| * | arm: mvebu: Do not call board_init_r() from board_init_f()Stefan Roese2015-10-21-2/+0
| * | kwbimage: Align payload size to 4 bytesStefan Roese2015-10-21-0/+3
| * | dm: core: Enable optional use of fdt_translate_address()Stefan Roese2015-10-21-0/+50
| * | arm: mvebu: Only set CONFIG_SKIP_LOWLEVEL_INIT for SPLStefan Roese2015-10-21-12/+25
| * | arm: mvebu: Add option to use UART xmodem protocol via kwbootStefan Roese2015-10-21-2/+65
| * | arm: mvebu: Move Armada XP/38x Kconfig to mach specific Kconfig fileStefan Roese2015-10-20-21/+28
| |/
* | sunxi: Add CHIP supportMaxime Ripard2015-10-20-1/+231
* | axp209: Sync the DTSI with the kernelMaxime Ripard2015-10-20-0/+5
* | sun5i: Sync the DTSI with the kernelMaxime Ripard2015-10-20-10/+146
* | sunxi: Use Kconfig CONFIG_MMCMaxime Ripard2015-10-20-4/+10
* | sunxi: board: Only try to use the MMC related functions if enabledMaxime Ripard2015-10-20-1/+5
* | mmc: Add generic Kconfig optionMaxime Ripard2015-10-20-0/+6
* | fastboot: Implement OEM format only when we have MMC supportMaxime Ripard2015-10-20-1/+1
* | sunxi: Add support for android boot imageMaxime Ripard2015-10-20-0/+1
* | sunxi: Add defconfig for the Sinovoip BPI-M2 boardHans de Goede2015-10-20-1/+233
* | sunxi: Fix sorting of boards in MAINTAINERSHans de Goede2015-10-20-1/+1
* | sunxi: Add a bootcmd_sunxi_compat to the default environment to boot old kernelsHans de Goede2015-10-20-0/+17
* | sunxi: power: Columbus: only enable ELDO3 when necessaryHans de Goede2015-10-20-1/+0
* | sunxi: power: Change axp209 LDO3 and LDO4 default to disabledHans de Goede2015-10-20-2/+2
* | sunxi: power: Add support for disabling axp209 regulatorsHans de Goede2015-10-20-4/+54
* | sunxi: power: Drop protection against multiple calls from axp221 axp_init()Hans de Goede2015-10-20-6/+0
* | sunxi: power: Use pmic_bus functions for axp152 / axp209 driverHans de Goede2015-10-20-38/+26
* | sunxi: power: Change A23/A33 aldo1 default voltage to 3.0VHans de Goede2015-10-20-7/+2
* | sunxi: power: Change A23/A33 VDD-SYS default from 1.2V to 1.1VHans de Goede2015-10-20-3/+3
* | sunxi: power: Unify axp pmic function namesHans de Goede2015-10-20-148/+106
* | sunxi: power: Make all voltages configurable through KconfigHans de Goede2015-10-20-99/+185