aboutsummaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2015-02-12dm: Kconfig: Move CONFIG_SYS_MALLOC_F_LEN to KconfigSimon Glass1-0/+6
2015-02-12dm: x86: Move driver model CONFIGs to KconfigSimon Glass1-0/+9
2015-02-10Merge branch 'master' of git://git.denx.de/u-boot-x86Tom Rini64-149/+10646
2015-02-09common: Move dram_init() declaration to common locationMichal Simek1-6/+0
2015-02-06x86: Use tab instead of space to indent in PCIE_ECAM_BASEBin Meng1-1/+1
2015-02-06x86: Add SD/MMC support to quark/galileoBin Meng1-0/+11
2015-02-06x86: Add SPI support to quark/galileoBin Meng2-0/+30
2015-02-06x86: galileo: Add GPIO supportBin Meng1-0/+14
2015-02-06x86: quark: Initialize non-standard BARsBin Meng2-0/+78
2015-02-06x86: quark: Call MRC in dram_init()Bin Meng2-2/+122
2015-02-06x86: quark: Enable the Memory Reference Code buildBin Meng1-0/+1
2015-02-06x86: quark: Add System Memory Controller supportBin Meng2-0/+3210
2015-02-06x86: quark: Add utility codes needed for MRCBin Meng4-0/+2068
2015-02-06x86: quark: Add Memory Reference Code (MRC) main routinesBin Meng2-0/+391
2015-02-06x86: quark: Bypass TSC calibrationBin Meng1-0/+5
2015-02-06x86: Allow overriding TSC_FREQ_IN_MHZBin Meng1-20/+20
2015-02-06x86: Enable the Intel quark/galileo buildBin Meng2-0/+18
2015-02-06x86: Add basic Intel Galileo board supportBin Meng2-0/+44
2015-02-06x86: Add basic Intel Quark processor supportBin Meng6-0/+295
2015-02-06x86: quark: Add Cache-As-RAM initializationBin Meng1-0/+105
2015-02-06x86: Define macros for pci configuration space accessBin Meng2-7/+13
2015-02-06x86: quark: Add routines to access message bus registersBin Meng2-0/+183
2015-02-06x86: Add header files for Intel Quark SoC definesBin Meng2-0/+68
2015-02-06x86: Add support for Intel Minnowboard MaxSimon Glass15-2/+3831
2015-02-06x86: Allow a UART to be set up before the FSP is readySimon Glass2-0/+7
2015-02-06x86: Allow FSP Kconfig settings for all x86Simon Glass2-38/+38
2015-02-06x86: Remove unnecessary casts and fix comment typosSimon Glass1-5/+5
2015-02-06x86: mmc: Move common FSP functions into a common fileSimon Glass5-72/+59
2015-02-05x86: Make CAR and DRAM FSP code commonSimon Glass4-1/+3
2015-02-05x86: Adjust the FSP types slightlySimon Glass4-7/+9
2015-02-05x86: Move common FSP code into a common locationSimon Glass18-8/+16
2015-02-05x86: video: Allow video ROM execution to fall back to the other methodSimon Glass1-1/+2
2015-02-05x86: Rename MMCONF_BASE_ADDRESS and make it common across x86Simon Glass3-2/+16
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