aboutsummaryrefslogtreecommitdiff
path: root/src/Kconfig
AgeCommit message (Expand)Author
2016-05-02lib/coreboot_table: use the architecture dependent table sizeAaron Durbin
2016-04-21arch: use Kconfig variable for coreboot table sizeAaron Durbin
2016-04-19kbuild: Allow drivers to fit src/drivers/[X]/[Y]/ schemeStefan Reinauer
2016-03-11Kconfig: remove COMPRESS_PRERAM_STAGES option from x86Martin Roth
2016-02-22cbfs: Add LZ4 in-place decompression support for pre-RAM stagesJulius Werner
2016-02-18lib: Add Kconfig to toggle boot state debuggingLee Leahy
2016-02-12timestamp: Remove HAS_PRECBMEM_TIMESTAMP_REGION KconfigJulius Werner
2016-02-12Make MRC vs native a config rather than making a separate chipset for it.Vladimir Serbinenko
2016-02-10Kconfig: Move defaults for CBFS_SIZEMartin Roth
2016-02-09Kconfig: Move payloads section to payloads/KconfigMartin Roth
2016-02-04chromeos/vboot: provide support for x86 memory init verificationAaron Durbin
2016-02-03build_system: Extend site-localMartin Roth
2016-01-22Kconfig: Recommend not enabling UPDATE_IMAGE optionMartin Roth
2016-01-22build system: Add option for auto generated cbfs attributesWerner Zeh
2016-01-22src/Kconfig: Indent with tabs instead of spacesMartin Roth
2016-01-21chromeos: import Chrome OS fmapsPatrick Georgi
2016-01-21Kconfig: add comments for toolchain choicesMartin Roth
2016-01-21console: Simplify bootblock console Kconfig selection logicAlexandru Gagniuc
2016-01-15lib: NHLT ACPI table supportAaron Durbin
2016-01-07cpu/amd/microcode: Introduce CBFS access spinlock to avoid IOMMU failureTimothy Pearson
2015-12-30Kconfig: move fmap description file prompt into the mainboard menuMartin Roth
2015-12-29northbridge/intel/x4x: Intel 4-series northbridge supportDamien Zammit
2015-12-18drivers/pc80: Add optional spinlock for nvram CBFS accessTimothy Pearson
2015-12-17Kconfig: Fix CONFIG_GDB_STUB dependenciesDenis 'GNUtoo' Carikli
2015-12-15src/console: Add x86 romstage spinlock option and printk spinlock supportTimothy Pearson
2015-12-11build system: Switch to fmap based firmware layoutPatrick Georgi
2015-11-23IASL: Enable warnings as errorsMartin Roth
2015-11-18Remove dependency for HAS_PRECBMEM_TIMESTAMP_REGIONMartin Roth
2015-11-18Kconfig: fix typo in description of the TRACE optionBen Gardner
2015-11-16arm64: Implement generic stage transitions for non-Tegra SoCsJulius Werner
2015-11-11arm/arm64: Generalize bootblock C entry pointJulius Werner
2015-11-03drivers/pc80: Rework normal / fallback selector codeTimothy Pearson
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-10-25Separate bootsplash image menuconfig option from othersKonstantin Aladyshev
2015-10-20Enable MULTIPLE_CBFS_INSTANCES on x86, tooPatrick Georgi
2015-10-11Kconfig: Hide RAM_CODE_SUPPORT.Vladimir Serbinenko
2015-10-11Kconfig: Hide BOARD_ID_MANUAL.Vladimir Serbinenko
2015-10-05Add EM100 'hyper term' spi console support in ramstage & smmMartin Roth
2015-10-03sandybridge ivybridge: Treat native init as first class citizenAlexandru Gagniuc
2015-08-30Kconfig: Remove EXPERT modeAlexandru Gagniuc
2015-08-13skylake: remove CBFS_SIZE option in SoC directoryAaron Durbin
2015-07-14riscv-emulation: Set stack size to 0 in KconfigThaminda Edirisooriya
2015-07-07payloads: Reorganize Kconfig for external payloadsStefan Reinauer
2015-07-07timestamp: add generic cache regionAaron Durbin
2015-07-02Move baytrail & fsp_baytrail to the common IFD interface.Martin Roth
2015-06-23southbridge/intel: Create common IFD Kconfig and MakefileMartin Roth
2015-06-23Kconfig: Move CBFS_SIZE into Mainboard menuMartin Roth
2015-06-21Reorder arch & vendorcode in KconfigMartin Roth
2015-06-11lenovo: Hide SMBIOS configVladimir Serbinenko
2015-06-10kconfig: Reorder config includesDuncan Laurie
2015-06-07acpi/sata: add generic sata ssdt port generatorAlexander Couzens
2015-06-02Kconfig: Remove RELOCATABLE_MODULES.Vladimir Serbinenko
2015-05-26fmap: new API using region_deviceAaron Durbin
2015-05-26ACPI: slic supportVladimir Serbinenko
2015-05-26acpi: Remove monolithic ACPIVladimir Serbinenko
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2015-05-08fmaptool: Introduce the fmd ("flashmap descriptor") language and compilerSol Boucher
2015-04-28Kconfig whitespace fixesMartin Roth
2015-04-24fsp: Move fsp to fsp1_0Marc Jones
2015-04-22rtc: add config flag to denote rtc API availabilityPatrick Georgi
2015-04-22build system: add manual board id supportStefan Reinauer
2015-04-22Kconfig: Don't select GENERIC_GPIO_LIB in BOARD_ID_SUPPORTStefan Reinauer
2015-04-20rk3288: Disable ramstage compression by defaultJulius Werner
2015-04-17Fix non-x86 __PRE_RAM__ assertions and add FATAL_ASSERTS Kconfig optionJulius Werner
2015-04-17cbfs: look for CBFS header in a predefined placeVadim Bendebury
2015-04-15Kconfig: Fix incorrect CONFIG_STACK_SIZE values for X86 and ARM64Julius Werner
2015-04-14CBFS: Correct ROM_SIZE for ARM boards, use CBFS_SIZE for cbfstoolJulius Werner
2015-04-13arm: Redesign mainboard and SoC hooks for bootblockJulius Werner
2015-04-10cbtables: Add RAM config informationDavid Hendricks
2015-04-10gpio: decouple tristate gpio support from board IDDavid Hendricks
2015-04-08timer: Add generic udelay() implementationAaron Durbin
2015-04-07kconfig: drop intermittend forwarder filesStefan Reinauer
2015-04-02Clean up architecture-specific KconfigsJulius Werner
2015-03-23Enable publishing of board ID where supportedVadim Bendebury
2015-03-23Publish the board ID value in coreboot table, when configuredVadim Bendebury
2015-03-23Generalize revision number calculation functionVadim Bendebury
2015-03-21arch/mips: Add base MIPS architecture supportPaul Burton
2015-03-20Kconfig: Add MAX_REBOOT_CNT descriptionTimothy Pearson
2015-03-17lib: Add Kconfig option to enable/disable auto fallback controlTimothy Pearson
2015-02-16nvram: Add option to reset NVRAM to default parameters on every bootTimothy Pearson
2015-02-12payloads/seabios: Enable SeaVGABIOS option if native text init supportedTimothy Pearson
2015-01-27CBMEM: Always use DYNAMIC_CBMEMKyösti Mälkki
2015-01-27CBMEM: Support DYNAMIC_CBMEM with LATE_CBMEM_INITKyösti Mälkki
2015-01-27CBMEM: Tidy up CAR migrationKyösti Mälkki
2015-01-27CBMEM: Tag chipsets with LATE_CBMEM_INITKyösti Mälkki
2015-01-02Allow RISCV to be compiled with ANY_TOOLCHAINRonald G. Minnich
2014-12-30Provide a common CBFS wrapper for SPI storageVadim Bendebury
2014-12-30CBMEM: Always build for x86 romstageKyösti Mälkki
2014-12-29Revert "src/Kconfig: Don't treat warns as errors on Clang builds yet"Edward O'Callaghan
2014-12-07Kconfig: Remove ACPI_SSDTX_NUM.Vladimir Serbinenko
2014-12-01Add UCB RISCV support for architecture, soc, and emulation mainboard..Ronald G. Minnich
2014-11-14AMD: Move RAMBASE and RAMTOPKyösti Mälkki
2014-11-09Kconfig: Hide DYNAMIC_CBMEM.Vladimir Serbinenko
2014-10-28src/Kconfig: Don't treat warns as errors on Clang builds yetEdward O'Callaghan
2014-10-22reg_script: default to n for ARCH_X86Isaac Christensen
2014-10-18i945: Consolidate FADT codeVladimir Serbinenko
2014-10-17Kconfig: move SMBIOS related options to SMBIOS table optionStefan Reinauer
2014-10-17Kconfig: clean up options in top level and device menuStefan Reinauer
2014-10-16smbios: Mark laptops as suchVladimir Serbinenko
2014-10-16ACPI: Remove CONFIG_GENERATE_ACPI_TABLESVladimir Serbinenko