summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2015-01-24x86: ivybridge: Drop the Kconfig MRC cache informationSimon Glass1-28/+0
2015-01-24x86: config: Enable hook for saving MRC configurationSimon Glass1-0/+5
2015-01-24x86: Implement a cache for Memory Reference Code parametersSimon Glass5-0/+464
2015-01-24x86: dts: Add SPI flash MRC details for chromebook_linkSimon Glass1-1/+14
2015-01-24x86: Use ipchecksum from net/Simon Glass4-97/+4
2015-01-23x86: Fix various code format issues in start16.SBin Meng1-10/+10
2015-01-23x86: Test mtrr support flag before accessing mtrr msrBin Meng3-2/+19
2015-01-23x86: Save mtrr support flag in global dataBin Meng2-6/+14
2015-01-23x86: Add missing DECLARE_GLOBAL_DATA_PTR for mtrr.cBin Meng1-0/+2
2015-01-23x86: Fix out of bounds irq handlers accessSebastien Ronsse1-1/+1
2015-01-23x86: Support ROMs on other archsSimon Glass1-0/+2
2015-01-13x86: coreboot: Configure pci memory regionsBin Meng1-2/+28
2015-01-13x86: Make chromebook_link the default board for corebootBin Meng3-219/+217
2015-01-13x86: coreboot: Move coreboot-specific defines from coreboot.h to KconfigBin Meng2-0/+17
2015-01-13x86: Hide ROM chip size when CONFIG_X86_RESET_VECTOR is not selectedBin Meng1-0/+2
2015-01-13x86: Move CONFIG_X86_RESET_VECTOR and CONFIG_SYS_X86_START16 to KconfigBin Meng1-0/+9
2015-01-13x86: Allow a hardcoded TSC frequency provided by KconfigBin Meng2-2/+26
2015-01-13x86: coreboot: Set up timer base correctlyBin Meng1-13/+20
2015-01-13x86: fsp: Drop get_hob_type() and get_hob_length()Bin Meng5-44/+14
2015-01-13x86: Add an 'mtrr' command to list and adjust MTRRsSimon Glass2-0/+139
2015-01-13x86: ivybridge: Update microcode early in bootSimon Glass5-13/+40
2015-01-13x86: Disable CAR before relocation on platforms that need itSimon Glass1-0/+8
2015-01-13x86: ivybridge: Add a way to turn off the CARSimon Glass1-0/+46
2015-01-13x86: Commit the current MTRRs before relocationSimon Glass1-0/+8
2015-01-13x86: ivybridge: Request MTRRs for DRAM regionsSimon Glass1-0/+10
2015-01-13x86: ivybridge: Set up an MTRR for the video frame bufferSimon Glass1-0/+7
2015-01-13x86: Add support for MTRRsSimon Glass6-101/+187
2015-01-13x86: ivybridge: Drop support for ROM cachingSimon Glass1-25/+0
2015-01-13x86: Tidy up VESA mode numbersSimon Glass1-4/+7
2015-01-13x86: Use cache, don't clear the display in video BIOSSimon Glass1-3/+2
2015-01-13x86: ivybridge: Only run the Video BIOS when video is enabledSimon Glass1-1/+8
2015-01-13x86: Drop RAMTOP KconfigSimon Glass2-12/+0
2015-01-13x86: Correct XIP_ROM_SIZESimon Glass1-1/+1
2015-01-13x86: crownbay: Add pci devices in the dts fileBin Meng1-0/+81
2015-01-13x86: Use ePAPR defined properties for x86-uartBin Meng1-3/+2
2015-01-12x86: Simplify the fsp hob access functionsBin Meng5-100/+101
2015-01-12pci: Make pci apis usable before relocationBin Meng3-6/+5
2015-01-12x86: Support pci bus scan in the early phaseBin Meng1-0/+1
2015-01-12x86: Add missing DECLARE_GLOBAL_DATA_PTR for pci.cBin Meng1-0/+2
2015-01-12x86: Clean up the board dts filesBin Meng3-24/+7
2015-01-12x86: Rename coreboot.dsti to serial.dtsiBin Meng3-2/+2
2015-01-12x86: Remove alex.dts in arch/x86/dtsBin Meng2-25/+0
2014-12-18x86: Clean up the FSP support codesBin Meng13-290/+279
2014-12-18x86: Rename coreboot-serial to x86-serialBin Meng1-1/+1
2014-12-18x86: crownbay: Add SDHCI supportBin Meng2-1/+48
2014-12-18x86: crownbay: Add SPI flash supportBin Meng2-1/+40
2014-12-18x86: Use consistent name XXX_ADDR for binary blob flash addressBin Meng4-5/+5
2014-12-18x86: Add queensbay and crownbay Kconfig filesBin Meng2-0/+92
2014-12-18x86: Enable the queensbay cpu directory buildBin Meng1-0/+1
2014-12-18x86: ich6-gpio: Add Intel Tunnel Creek GPIO supportBin Meng2-2/+15