aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/Kconfig
AgeCommit message (Expand)AuthorFilesLines
2015-08-26x86: Generate a valid ACPI tableSaket Sinha1-0/+9
2015-08-26x86: fsp: Add comments about U-Boot entering start.S twiceBin Meng1-1/+1
2015-08-26x86: fsp: Enlarge the size of malloc() pool before relocationBin Meng1-0/+7
2015-08-26x86: kconfig: Hide "System tables" for corebootBin Meng1-1/+1
2015-08-26x86: kconfig: Hide "System tables" for EFIBin Meng1-3/+1
2015-08-05x86: Handle running as EFI payloadSimon Glass1-0/+6
2015-08-05x86: Add EFI board codeBen Stoltz1-0/+1
2015-08-05x86: Add support for U-Boot as an EFI applicationBen Stoltz1-0/+3
2015-07-28x86: Reserve PCIe ECAM address range in the E820 tableBin Meng1-0/+10
2015-07-14x86: Remove MARK_GRAPHICS_MEM_WRCOMBBin Meng1-8/+0
2015-07-14x86: Move VGA option rom macros to KconfigBin Meng1-0/+22
2015-07-14x86: Generate a valid MultiProcessor (MP) tableBin Meng1-0/+9
2015-07-14x86: kconfig: Fix minor nits in MAX_CPUSBin Meng1-12/+12
2015-07-14x86: kconfig: Make MAX_CPUS and AP_STACK_SIZE depend on SMPBin Meng1-0/+2
2015-07-14x86: Add Kconfig options to be used by arch/x86/cpu/config.mkBin Meng1-0/+15
2015-06-25Move default y configs out of arch/board KconfigJoe Hershberger1-15/+0
2015-06-04x86: kconfig: Make FSP_TEMP_RAM_ADDR depend on HAVE_FSPBin Meng1-0/+1
2015-06-04x86: Move FRAMEBUFFER_SET_VESA_MODE etc to video KconfigBin Meng1-141/+0
2015-06-04x86: Make QEMU the default vendorBin Meng1-1/+1
2015-06-04x86: Support QEMU x86 targetsBin Meng1-0/+5
2015-04-30x86: Add multi-processor initSimon Glass1-0/+30
2015-04-29x86: Add support for the Simple Firmware Interface (SFI)Simon Glass1-0/+14
2015-04-29x86: Kconfig: Move DM_SPI & DM_SPI_FLASH to arch/KconfigBin Meng1-6/+0
2015-04-29x86: Kconfig: MARK_GRAPHICS_MEM_WRCOMB cosmeticsBin Meng1-4/+4
2015-04-29x86: Kconfig: Move platform options forwardBin Meng1-10/+9
2015-04-29x86: Kconfig: Divide the target selection to vendor/modelBin Meng1-79/+13
2015-04-29x86: Support platform PIRQ routingBin Meng1-0/+31
2015-04-18sandbox: Move CONFIG_SYS_VSNPRINTF to KconfigSimon Glass1-0/+3
2015-04-18Kconfig: Move CONFIG_BOOTSTAGE to KconfigSimon Glass1-0/+9
2015-04-18dm: select CONFIG_DM* optionsMasahiro Yamada1-12/+0
2015-04-18dm: x86: spi: Convert ICH SPI driver to driver modelSimon Glass1-0/+9
2015-04-16x86: Add support for panther (Asus Chromebox)Simon Glass1-0/+16
2015-03-28malloc_f: enable SYS_MALLOC_F by default if DM is onMasahiro Yamada1-3/+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-06x86: Use tab instead of space to indent in PCIE_ECAM_BASEBin Meng1-1/+1
2015-02-06x86: Allow overriding TSC_FREQ_IN_MHZBin Meng1-20/+20
2015-02-06x86: Enable the Intel quark/galileo buildBin Meng1-0/+17
2015-02-06x86: Add support for Intel Minnowboard MaxSimon Glass1-0/+15
2015-02-06x86: Allow FSP Kconfig settings for all x86Simon Glass1-0/+38
2015-02-05x86: Rename MMCONF_BASE_ADDRESS and make it common across x86Simon Glass1-0/+14
2015-01-13x86: coreboot: Move coreboot-specific defines from coreboot.h to KconfigBin Meng1-0/+2
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 Meng1-0/+20
2015-01-13x86: Drop RAMTOP KconfigSimon Glass1-4/+0
2015-01-13x86: Correct XIP_ROM_SIZESimon Glass1-1/+1
2014-12-18x86: Add queensbay and crownbay Kconfig filesBin Meng1-0/+13
2014-12-13x86: Make ROM_SIZE configurable in KconfigBin Meng1-1/+77
2014-11-25x86: Add vesa mode configuration optionsSimon Glass1-0/+149