aboutsummaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2015-04-18sandbox: Move CONFIG_SYS_VSNPRINTF to KconfigSimon Glass1-0/+3
2015-04-18Kconfig: Move CONFIG_BOOTSTAGE to KconfigSimon Glass2-1/+10
2015-04-18dm: select CONFIG_DM* optionsMasahiro Yamada1-12/+0
2015-04-18x86: chromebook_link: dts: Add PCH and LPC devicesSimon Glass3-33/+52
2015-04-18dm: x86: Add a uclass for an Low Pin Count (LPC) deviceSimon Glass2-0/+29
2015-04-18dm: x86: Add a uclass for a Platform Controller HubSimon Glass3-9/+29
2015-04-18dm: x86: spi: Convert ICH SPI driver to driver modelSimon Glass5-20/+25
2015-04-18dm: x86: pci: Convert chromebook_link to use driver model for pciSimon Glass6-67/+59
2015-04-18dm: x86: pci: Convert coreboot to use driver model for pciSimon Glass2-47/+23
2015-04-18dm: x86: pci: Add a PCI driver for driver modelSimon Glass3-0/+50
2015-04-16x86: Split up arch_cpu_init()Simon Glass1-0/+8
2015-04-16x86: Add a x86_ prefix to the x86-specific PCI functionsSimon Glass20-187/+191
2015-04-16x86: Add support for panther (Asus Chromebox)Simon Glass3-0/+81
2015-04-16x86: Support machines with >4GB of RAMSimon Glass1-2/+4
2015-03-28malloc_f: enable SYS_MALLOC_F by default if DM is onMasahiro Yamada1-3/+0
2015-03-28generic-board: select SYS_GENERIC_BOARD for some architecturesMasahiro Yamada1-1/+0
2015-03-28generic-board: move __HAVE_ARCH_GENERIC_BOARD to KconfigMasahiro Yamada1-3/+0
2015-03-24x86: quark: Enable on-chip ethernet controllersBin Meng1-0/+19
2015-03-24arch/x86/cpu/quark/mrc.c: Switch to U_BOOT_DATE / U_BOOT_TIMETom Rini1-1/+2
2015-03-24x86: quark: MRC codes clean upBin Meng7-1049/+955
2015-03-24remove unnecessary version.h includesRob Herring1-1/+0
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