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