summaryrefslogtreecommitdiff
path: root/src/Kconfig
AgeCommit message (Expand)Author
2011-01-27Add new ec subdir for Embedded Controllers and common ACPI EC supportSven Schnelle
2010-12-30Per default, use SeaBIOS payload instead of no payload.Stefan Reinauer
2010-12-19The same mechanisms are used for normal and fallback images. Stefan Reinauer
2010-12-16- Fix shortcoming in Kconfig when handling multiple "choice"sStefan Reinauer
2010-12-11After this has been brought up many times before, rename src/arch/i386 toStefan Reinauer
2010-11-10Ensure that config options hidden by r6054 have defaults, and fix MALLOCDBG()Peter Stuge
2010-11-10Debugging facility improvements.Uwe Hermann
2010-10-13Enable or disable the power button in KconfigPeter Stuge
2010-10-07Remove duplicate line from pci_ids.h.Jonathan Kollasch
2010-10-01Move CACHE_AS_RAM_ADDRESS_DEBUG out of romstage.c into Kconfig,Patrick Georgi
2010-09-07Make a Kconfig option for debugging output from realmode emulation. Trivial.Myles Watson
2010-08-27drop three unneeded config variables:Jens Rottmann
2010-08-26CONFIG_DEBUG_RAM_SETUP and CONFIG_DEBUG_SMBUS are only available if the board /Jens Rottmann
2010-08-09make sconfig parser regeneration menu selectableStefan Reinauer
2010-08-03Drop the USE_PRINTK_IN_CAR option. It's a bogus decision to make for any user /Stefan Reinauer
2010-08-01- fix SMM code relocation raceStefan Reinauer
2010-07-08Fix all warnings in the tree Stefan Reinauer
2010-07-06Re-integrate "USE_OPTION_TABLE" code.Edwin Beasant
2010-06-05Fix two warnings:Stefan Reinauer
2010-06-01CONFIG_DEBUG is too generic. Remove it and replace it with CONFIG_DEBUG_SMBUSMyles Watson
2010-05-19Move the 'USE CMOS' Kconfig question.Joe Korty
2010-05-16Following patch reprograms SIL3114 into PCI IDE native mode compatible class ...Rudolf Marek
2010-04-27Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer
2010-04-23Make USE_OPTION_TABLE user visible, so it can be edited.Patrick Georgi
2010-04-14zero warning days. Move RAMTOP and RAMBASE together.Stefan Reinauer
2010-04-12- move the XIP_ROM_* flags to src/cpu/x86/Kconfig exclusivelyPatrick Georgi
2010-04-08Move Kconfig for HT limits to northbridge/amd/Kconfig.Myles Watson
2010-04-07clean up age old via epia target.Stefan Reinauer
2010-04-06No warnings day, next round.Stefan Reinauer
2010-03-31This patch drops arch/i386/lib/console.c and arch/i386/lib/console_print.c andStefan Reinauer
2010-03-29This patch drops the coreboot CMOS checksum ranges from Kconfig becauseStefan Reinauer
2010-03-27ccache and scan-build actually work together, so remove thePatrick Georgi
2010-03-25Add support to build with ccache in the build systemPatrick Georgi
2010-03-18Remove remaining uses ofPatrick Georgi
2010-03-16Make CLANG selectable in KconfigPatrick Georgi
2010-03-14Move deprecated Kconfig options to their own file,Patrick Georgi
2010-03-14Add scan-build support to the build system.Patrick Georgi
2010-03-13Fix llshellStefan Reinauer
2010-03-05This patch is from 2009-10-20Uwe Hermann
2010-03-01Various cometic and coding-style fixes (trivial).Uwe Hermann
2010-03-01Allow per-board setting of HT clock and width soTimothy Pearson
2010-03-01This patch implements MBI (modular bios interface) support to the i830 chipset.Stefan Reinauer
2010-02-28- Add config flag for boards that have their own fadt.cPatrick Georgi
2010-02-27- make HAVE_HARD_RESET match what newconfig didPatrick Georgi
2010-02-25Make Kconfig more similar to newconfig: enable "HAVE_HIGH_TABLES" perStefan Reinauer
2010-02-25HAVE_MOVNTI really means SSE2. Also add sfence in the MOVNTI case.Stefan Reinauer
2010-02-09Allow building images with different prefixes (ie. normal/romstage,Patrick Georgi
2010-01-20These two files accidently got a wrong license header.Stefan Reinauer
2010-01-19drop COREBOOT_V2 and COREBOOT_V4 define. We're not sharing code with v3Stefan Reinauer
2010-01-04- Fix UDELAY options and HAVE_INIT_TIMER [kconfig]Patrick Georgi