aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/amd/serengeti_cheetah/Kconfig
AgeCommit message (Expand)Author
2018-05-31Remove all AMD K8 boardsKyösti Mälkki
2015-06-05AMD K8 fam10: Refactor Kconfig SB_HT_CHAIN_ON_BUS0Kyösti Mälkki
2014-12-07Kconfig: Remove ACPI_SSDTX_NUM.Vladimir Serbinenko
2014-05-10Replace SERIAL_CPU_INIT with PARALLEL_CPU_INITKyösti Mälkki
2014-05-03Move ARCH_* from board/Kconfig to cpu or soc Kconfig.Furquan Shaikh
2013-12-29AMD K8 (rev-F): Always have RAMINIT_SYSINFOKyösti Mälkki
2013-06-24AMD: Drop empty root_complexKyösti Mälkki
2013-05-08Drop CONFIG_AP_CODE_IN_CARStefan Reinauer
2012-11-28amdk8/amdfam10: Use CAR_GLOBAL for sysinfoPatrick Georgi
2012-11-16Drop unneeded BOARD_HAS_FADT optionStefan Reinauer
2012-11-16Drop CONFIG_HAVE_BUS_CONFIG, clean up KconfigStefan Reinauer
2012-07-31Revert "remove CONFIG_SERIAL_CPU_INIT"Sven Schnelle
2012-07-02remove CONFIG_SERIAL_CPU_INITSven Schnelle
2012-02-17amd/amd8111: Move HAVE_HARD_RESET to southbridgePatrick Georgi
2012-02-07Delete hard-coded driver includesKyösti Mälkki
2011-12-06Fix AMD 8132 and 8151 southbridge buildsKyösti Mälkki
2011-03-01Use subsystem id from devicetree.cb instead of Kconfig and moveSven Schnelle
2010-12-08Move "select CACHE_AS_RAM" lines from boards into CPU socket.Uwe Hermann
2010-11-05Move QRANK_DIMM_SUPPORT to Kconfig, removing it from romstage.cPatrick Georgi
2010-10-07Remove duplicate line from pci_ids.h.Jonathan Kollasch
2010-09-28Remove redundant HW_MEM_HOLE_SIZEK and HW_MEM_HOLE_SIZE_AUTO_INC settings.Myles Watson
2010-09-10Move memory type information out of some AMD sockets.Myles Watson
2010-08-30We call this cache as ram everywhere, so let's call it the same in KconfigStefan Reinauer
2010-08-30Restructured all vendors' Kconfig files to no longer source the boards'Jens Rottmann
2010-08-03Drop the USE_PRINTK_IN_CAR option. It's a bogus decision to make for any user /Stefan Reinauer
2010-07-06Re-integrate "USE_OPTION_TABLE" code.Edwin Beasant
2010-03-30drop USE_INIT from mainboard Kconfig files, it's already set in src/KconfigStefan Reinauer
2010-03-29This patch drops the coreboot CMOS checksum ranges from Kconfig becauseStefan Reinauer
2010-03-01- Add rules that build either 4 or 5 ssdts (only those variants exist in the ...Patrick Georgi
2010-02-28disable AP_CODE_IN_CAR. The K8 code has an alternate code path to do the job,Stefan Reinauer
2010-02-28- Add config flag for boards that have their own fadt.cPatrick Georgi
2010-01-25More Kconfig changes to improve match with newconfig:Patrick Georgi
2010-01-18Move all IOAPIC selection to southbridges, and remove themPatrick Georgi
2009-11-27Make newconfig and kconfig agree on MAINBOARD_PCI_SUBSYSTEM_{VENDOR,DEVICE}_IDPatrick Georgi
2009-10-26Define some variables that were not defined. There are a couple left.Myles Watson
2009-10-20Remove CONFIG_CPU_AMD_FAM10 & CONFIG_CPU_AMDK8 from mainboards. They should beMyles Watson
2009-10-20Fix all board names in Kconfig as per wiki / vendor website.Uwe Hermann
2009-10-16Set default ROM sizes per-board to match the ROM chip that cameUwe Hermann
2009-10-15Add CONFIG_GENERATE_* for tables so that the user can select which tables notMyles Watson
2009-10-11HAVE_ACPI_TABLES cleanups for kconfig:Uwe Hermann
2009-10-07Convert all "default y" options to "select FOO" (shorter).Uwe Hermann
2009-10-06Various fixes to Kconfig: All kconfig-boards should have aPatrick Georgi
2009-10-03Move HAVE_FAILOVER_BOOT and USE_FAILOVER_IMAGE fromPatrick Georgi
2009-10-03Remove duplicate and not too useful Kconfig board comments asUwe Hermann
2009-09-28Trivial config fix for Serengeti Cheetah. Change a type and a default. Myles Watson
2009-09-28Trivial config fix for Serengeti Cheetah. Remove duplication, add a default.Myles Watson
2009-09-22src/Kconfig: Remove HT-specific options.Myles Watson
2009-09-22tables.diff: Add Kconfig dialogues for ACPI, MP_TABLE, ...Myles Watson
2009-09-17Remove warnings from Kconfig. Trivial.Myles Watson
2009-08-29Set the mainboard/amd directory up to support more than one. Ronald G. Minnich
2009-08-27Clean up some DCACHE related options.Patrick Georgi
2009-08-25Make PCI_ROM_RUN a boolean (like it is elsewhere) whichPatrick Georgi
2009-08-25Replace PIRQ_TABLE with HAVE_PIRQ_TABLE, the former doesn't exist.Uwe Hermann
2009-08-25Various Kconfig and Makefile.inc fixes and cosmetics.Uwe Hermann
2009-08-13Fix some conflicting types of variablesPatrick Georgi
2009-08-12Fix multiple missing files and errors from the recent commit. This happenedRonald G. Minnich
2009-08-12Kconfig!Patrick Georgi