summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
* x86: baytrail: Save mrc cache to spi flashBin Meng2015-10-21-0/+19
* x86: fsp: Pass mrc cache to fsp_init() and save it to gd after fsp_init()Bin Meng2015-10-21-1/+35
* x86: Use struct mrc_region to describe a mrc regionBin Meng2015-10-21-15/+27
* x86: ivybridge: Use APIs provided in the mrccache libBin Meng2015-10-21-108/+4
* x86: Add more common routines to manipulate mrc cacheBin Meng2015-10-21-0/+140
* x86: Add various minor tidy-ups in mrccache codesBin Meng2015-10-21-18/+16
* x86: Do sanity test on the cache record in mrccache_update()Bin Meng2015-10-21-1/+4
* x86: Move mrccache.[c|h] to a common placeBin Meng2015-10-21-4/+5
* x86: Add ENABLE_MRC_CACHE Kconfig optionBin Meng2015-10-21-0/+8
* x86: fsp: Add a hdr sub-command to show header informationBin Meng2015-10-21-1/+31
* x86: fsp: Make hob command a sub-command to fspBin Meng2015-10-21-10/+30
* x86: fsp: Print GUID whenever applicable in the hob command outputBin Meng2015-10-21-3/+19
* x86: fsp: Compact the output of hob commandBin Meng2015-10-21-14/+14
* x86: Add SMBIOS table supportBin Meng2015-10-21-2/+522
* Makefile: Generate U_BOOT_DMI_DATE for SMBIOSBin Meng2015-10-21-0/+2
* doc: Complement document about booting VxWorksBin Meng2015-10-21-8/+76
* cmd: bootvx: Add asmlinkage to the VxWorks x86 entryBin Meng2015-10-21-0/+6
* cmd: bootvx: Pass E820 information to an x86 VxWorks kernelBin Meng2015-10-21-0/+59
* cmd: bootvx: Always get VxWorks bootline from envBin Meng2015-10-21-85/+68
* cmd: bootvx: Pass netmask and gatewayip to VxWorks bootlineBin Meng2015-10-21-2/+15
* cmd: bootvx: Avoid strlen() calls when constructing VxWorks bootlineBin Meng2015-10-21-10/+10
* cmd: elf: Reorder load_elf_image_phdr() and load_elf_image_shdr()Bin Meng2015-10-21-82/+79
* 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
* Prepare v2015.10Tom Rini2015-10-19-1/+1
* powerpc: Drop old non-generic-board codeSimon Glass2015-10-19-986/+0
* sbc8641d: enable and test CONFIG_SYS_GENERIC_BOARDPaul Gortmaker2015-10-19-0/+2
* sbc8641d: increase monitor size from 256k to 384kPaul Gortmaker2015-10-19-5/+5
* sbc8641d: add basic flash setup instructions to README filePaul Gortmaker2015-10-19-0/+21
* sbc8641d: set proper environment sector size.Paul Gortmaker2015-10-19-1/+1
* sbc8641d: increase malloc pool size to a sane defaultPaul Gortmaker2015-10-19-1/+1
* sbc8641d: enable command line editingPaul Gortmaker2015-10-19-0/+1
* image-fit: Fix signature checkingAndrej Rosano2015-10-19-1/+3
* igep00x0: Use BCH8 ECCLadislav Michl2015-10-19-5/+13
* vexpress64: Juno: Add initialisation code for Juno R1 PCIe host bridge.Liviu Dudau2015-10-19-1/+206
* vexpress64: Juno: Declare all 8GB of RAM and make them visible to the kernel.Liviu Dudau2015-10-19-1/+11
* dfu: dfu_sf: Take the start address into accountFabio Estevam2015-10-19-2/+10