summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-10-21x86: Move mrccache.[c|h] to a common placeBin Meng
2015-10-21x86: Add ENABLE_MRC_CACHE Kconfig optionBin Meng
2015-10-21x86: fsp: Add a hdr sub-command to show header informationBin Meng
2015-10-21x86: fsp: Make hob command a sub-command to fspBin Meng
2015-10-21x86: fsp: Print GUID whenever applicable in the hob command outputBin Meng
2015-10-21x86: fsp: Compact the output of hob commandBin Meng
2015-10-21x86: Add SMBIOS table supportBin Meng
2015-10-21Makefile: Generate U_BOOT_DMI_DATE for SMBIOSBin Meng
2015-10-21doc: Complement document about booting VxWorksBin Meng
2015-10-21cmd: bootvx: Add asmlinkage to the VxWorks x86 entryBin Meng
2015-10-21cmd: bootvx: Pass E820 information to an x86 VxWorks kernelBin Meng
2015-10-21cmd: bootvx: Always get VxWorks bootline from envBin Meng
2015-10-21cmd: bootvx: Pass netmask and gatewayip to VxWorks bootlineBin Meng
2015-10-21cmd: bootvx: Avoid strlen() calls when constructing VxWorks bootlineBin Meng
2015-10-21cmd: elf: Reorder load_elf_image_phdr() and load_elf_image_shdr()Bin Meng
2015-10-21cmd: Clean up cmd_elf a little bitBin Meng
2015-10-21cmd: Convert CONFIG_CMD_ELF to KconfigBin Meng
2015-10-21x86: Remove quotation mark in CONFIG_HOSTNAMEBin Meng
2015-10-21x86: Move install_e820_map() out of zimage.cBin Meng
2015-10-21x86: Initialize GDT entry 1 to be the 32-bit CS as wellBin Meng
2015-10-21x86: Allow disabling IGD on Intel QueensbayBin Meng
2015-10-21x86: ivybridge: Remove the dead codes that programs pci bridgeBin Meng
2015-10-21dm: pci: Enable VGA address forwarding on bridgesBin Meng
2015-10-21dm: pci: Fix pci_last_busno() to return the real last bus noBin Meng
2015-10-21video: vesa_fb: Fix wrong return value check of pci_find_class()Bin Meng
2015-10-21pci: Set PCI_COMMAND_IO bit for VGA deviceBin Meng
2015-10-21dm: pci: Adjust pci_find_and_bind_driver() to return -EPERMSimon Glass
2015-10-21dm: pci: Correct a few debug() statementsSimon Glass
2015-10-21dm: pci: Tidy up auto-config error handlingSimon Glass
2015-10-21malloc_simple: Add debug() informationSimon Glass
2015-10-21linux/bitops.h: GENMASK copy from linuxJagan Teki
2015-10-21linux/bitops: Move BIT definitions at topJagan Teki
2015-10-21Merge git://git.denx.de/u-boot-marvellTom Rini
2015-10-21mmc: mv_sdhci: Configure the SDHCI MBUS bridge windowsStefan Roese
2015-10-21arm: mvebu: Enable DM_SERIAL on AXP / A38x boardsStefan Roese
2015-10-21arm: mvebu: Enable DM_USB on AXP / A38x boardsStefan Roese
2015-10-21usb: ehci-marvell.c: Add DM supportStefan Roese
2015-10-21arm: mvebu: Add DM (driver model) supportStefan Roese
2015-10-21arm: mvebu: Add basic Armada XP / 38x dtsi/dts filesStefan Roese
2015-10-21arm: mvebu: Do not call board_init_r() from board_init_f()Stefan Roese
2015-10-21kwbimage: Align payload size to 4 bytesStefan Roese
2015-10-21dm: core: Enable optional use of fdt_translate_address()Stefan Roese
2015-10-21arm: mvebu: Only set CONFIG_SKIP_LOWLEVEL_INIT for SPLStefan Roese
2015-10-21arm: mvebu: Add option to use UART xmodem protocol via kwbootStefan Roese
2015-10-20sunxi: Add CHIP supportMaxime Ripard
2015-10-20axp209: Sync the DTSI with the kernelMaxime Ripard
2015-10-20sun5i: Sync the DTSI with the kernelMaxime Ripard
2015-10-20sunxi: Use Kconfig CONFIG_MMCMaxime Ripard
2015-10-20sunxi: board: Only try to use the MMC related functions if enabledMaxime Ripard
2015-10-20mmc: Add generic Kconfig optionMaxime Ripard