summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * x86: fsp: Make hob command a sub-command to fspBin Meng2015-10-214-10/+30
| * x86: fsp: Print GUID whenever applicable in the hob command outputBin Meng2015-10-211-3/+19
| * x86: fsp: Compact the output of hob commandBin Meng2015-10-211-14/+14
| * x86: Add SMBIOS table supportBin Meng2015-10-216-2/+522
| * Makefile: Generate U_BOOT_DMI_DATE for SMBIOSBin Meng2015-10-211-0/+2
| * doc: Complement document about booting VxWorksBin Meng2015-10-212-8/+76
| * cmd: bootvx: Add asmlinkage to the VxWorks x86 entryBin Meng2015-10-211-0/+6
| * cmd: bootvx: Pass E820 information to an x86 VxWorks kernelBin Meng2015-10-212-0/+59
| * cmd: bootvx: Always get VxWorks bootline from envBin Meng2015-10-213-85/+68
| * cmd: bootvx: Pass netmask and gatewayip to VxWorks bootlineBin Meng2015-10-211-2/+15
| * cmd: bootvx: Avoid strlen() calls when constructing VxWorks bootlineBin Meng2015-10-211-10/+10
| * cmd: elf: Reorder load_elf_image_phdr() and load_elf_image_shdr()Bin Meng2015-10-211-82/+79
| * cmd: Clean up cmd_elf a little bitBin Meng2015-10-211-98/+73
| * cmd: Convert CONFIG_CMD_ELF to KconfigBin Meng2015-10-21142-118/+33
| * x86: Remove quotation mark in CONFIG_HOSTNAMEBin Meng2015-10-211-1/+1
| * x86: Move install_e820_map() out of zimage.cBin Meng2015-10-215-29/+41
| * x86: Initialize GDT entry 1 to be the 32-bit CS as wellBin Meng2015-10-211-1/+6
| * x86: Allow disabling IGD on Intel QueensbayBin Meng2015-10-214-0/+33
| * x86: ivybridge: Remove the dead codes that programs pci bridgeBin Meng2015-10-211-32/+0
| * dm: pci: Enable VGA address forwarding on bridgesBin Meng2015-10-211-0/+18
| * dm: pci: Fix pci_last_busno() to return the real last bus noBin Meng2015-10-211-24/+1
| * video: vesa_fb: Fix wrong return value check of pci_find_class()Bin Meng2015-10-211-1/+1
| * pci: Set PCI_COMMAND_IO bit for VGA deviceBin Meng2015-10-211-0/+6
| * dm: pci: Adjust pci_find_and_bind_driver() to return -EPERMSimon Glass2015-10-211-12/+19
| * dm: pci: Correct a few debug() statementsSimon Glass2015-10-211-2/+2
| * dm: pci: Tidy up auto-config error handlingSimon Glass2015-10-211-3/+12
| * malloc_simple: Add debug() informationSimon Glass2015-10-211-0/+4
* | linux/bitops.h: GENMASK copy from linuxJagan Teki2015-10-212-0/+19
* | linux/bitops: Move BIT definitions at topJagan Teki2015-10-211-4/+3
* | Merge git://git.denx.de/u-boot-marvellTom Rini2015-10-2036-65/+3570
|\ \
| * | mmc: mv_sdhci: Configure the SDHCI MBUS bridge windowsStefan Roese2015-10-211-0/+41
| * | arm: mvebu: Enable DM_SERIAL on AXP / A38x boardsStefan Roese2015-10-212-1/+8
| * | arm: mvebu: Enable DM_USB on AXP / A38x boardsStefan Roese2015-10-215-9/+11
| * | usb: ehci-marvell.c: Add DM supportStefan Roese2015-10-212-16/+77
| * | arm: mvebu: Add DM (driver model) supportStefan Roese2015-10-216-5/+8
| * | arm: mvebu: Add basic Armada XP / 38x dtsi/dts filesStefan Roese2015-10-2112-0/+3257
| * | arm: mvebu: Do not call board_init_r() from board_init_f()Stefan Roese2015-10-211-2/+0
| * | kwbimage: Align payload size to 4 bytesStefan Roese2015-10-211-0/+3
| * | dm: core: Enable optional use of fdt_translate_address()Stefan Roese2015-10-212-0/+50
| * | arm: mvebu: Only set CONFIG_SKIP_LOWLEVEL_INIT for SPLStefan Roese2015-10-214-12/+25
| * | arm: mvebu: Add option to use UART xmodem protocol via kwbootStefan Roese2015-10-216-2/+65
| * | arm: mvebu: Move Armada XP/38x Kconfig to mach specific Kconfig fileStefan Roese2015-10-208-21/+28
| |/
* | sunxi: Add CHIP supportMaxime Ripard2015-10-204-1/+231
* | axp209: Sync the DTSI with the kernelMaxime Ripard2015-10-201-0/+5
* | sun5i: Sync the DTSI with the kernelMaxime Ripard2015-10-204-10/+146
* | sunxi: Use Kconfig CONFIG_MMCMaxime Ripard2015-10-203-4/+10
* | sunxi: board: Only try to use the MMC related functions if enabledMaxime Ripard2015-10-201-1/+5
* | mmc: Add generic Kconfig optionMaxime Ripard2015-10-201-0/+6
* | fastboot: Implement OEM format only when we have MMC supportMaxime Ripard2015-10-201-1/+1
* | sunxi: Add support for android boot imageMaxime Ripard2015-10-201-0/+1
OpenPOWER on IntegriCloud