aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-10-21debug_uart: Adjust the declaration of debug_uart_init()Simon Glass5-6/+11
2015-10-21x86: spi: Add support for Wildcat PointGeorge McCollister1-1/+2
2015-10-21x86: pci: Add PCI IDs for Wildcat PointGeorge McCollister1-0/+2
2015-10-21x86: Pass correct cpu_index to ap_init()Bin Meng1-2/+2
2015-10-21x86: galileo: Enable mrc cacheBin Meng2-0/+5
2015-10-21x86: quark: Implement mrc cacheBin Meng2-7/+64
2015-10-21x86: ivybridge: Correct two typos for MRCBin Meng1-2/+2
2015-10-21x86: Remove unused rw-mrc-cache properties in the link and panther dts filesBin Meng2-5/+0
2015-10-21x86: baytrail: Issue full system reset in reset_cpu()Bin Meng1-0/+6
2015-10-21x86: Enable mrc cache for bayleybay and minnowmaxBin Meng5-0/+15
2015-10-21x86: baytrail: Save mrc cache to spi flashBin Meng1-0/+19
2015-10-21x86: fsp: Pass mrc cache to fsp_init() and save it to gd after fsp_init()Bin Meng2-1/+35
2015-10-21x86: Use struct mrc_region to describe a mrc regionBin Meng3-15/+27
2015-10-21x86: ivybridge: Use APIs provided in the mrccache libBin Meng1-108/+4
2015-10-21x86: Add more common routines to manipulate mrc cacheBin Meng2-0/+140
2015-10-21x86: Add various minor tidy-ups in mrccache codesBin Meng2-18/+16
2015-10-21x86: Do sanity test on the cache record in mrccache_update()Bin Meng2-1/+4
2015-10-21x86: Move mrccache.[c|h] to a common placeBin Meng7-4/+5
2015-10-21x86: Add ENABLE_MRC_CACHE Kconfig optionBin Meng1-0/+8
2015-10-21x86: fsp: Add a hdr sub-command to show header informationBin Meng1-1/+31
2015-10-21x86: fsp: Make hob command a sub-command to fspBin Meng4-10/+30
2015-10-21x86: fsp: Print GUID whenever applicable in the hob command outputBin Meng1-3/+19
2015-10-21x86: fsp: Compact the output of hob commandBin Meng1-14/+14
2015-10-21x86: Add SMBIOS table supportBin Meng6-2/+522
2015-10-21Makefile: Generate U_BOOT_DMI_DATE for SMBIOSBin Meng1-0/+2
2015-10-21doc: Complement document about booting VxWorksBin Meng2-8/+76
2015-10-21cmd: bootvx: Add asmlinkage to the VxWorks x86 entryBin Meng1-0/+6
2015-10-21cmd: bootvx: Pass E820 information to an x86 VxWorks kernelBin Meng2-0/+59
2015-10-21cmd: bootvx: Always get VxWorks bootline from envBin Meng3-85/+68
2015-10-21cmd: bootvx: Pass netmask and gatewayip to VxWorks bootlineBin Meng1-2/+15
2015-10-21cmd: bootvx: Avoid strlen() calls when constructing VxWorks bootlineBin Meng1-10/+10
2015-10-21cmd: elf: Reorder load_elf_image_phdr() and load_elf_image_shdr()Bin Meng1-82/+79
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-19Prepare v2015.10v2015.10Tom Rini1-1/+1
2015-10-19powerpc: Drop old non-generic-board codeSimon Glass1-986/+0
2015-10-19sbc8641d: enable and test CONFIG_SYS_GENERIC_BOARDPaul Gortmaker1-0/+2