summaryrefslogtreecommitdiff
path: root/src/cpu/amd/model_fxx/Kconfig
AgeCommit message (Expand)Author
2018-05-31Remove AMD K8 cpu and northbridge supportKyösti Mälkki
2016-12-11ACPI S3: Flip ACPI_HUGE_LOWMEM_BACKUP defaultKyösti Mälkki
2016-03-08Kconfig: Remove unneeded UDELAY_IO redeclarationStefan Reinauer
2015-10-30cpu/amd/model_fxx: Enable FIDVID code on Socket F K8Timothy Pearson
2015-07-22amd/model_fxx: set CPU_ADDR_BITS to 40 on all K8 machinesJonathan A. Kollasch
2015-02-03cpu/amd (non-AGESA): Load microcode updates from CBFSKyösti Mälkki
2015-01-27vboot2: add verstageStefan Reinauer
2014-05-06Introduce stage-specific architecture for corebootFurquan Shaikh
2014-05-03Move ARCH_* from board/Kconfig to cpu or soc Kconfig.Furquan Shaikh
2014-04-20Move MAX_PHYSICAL_CPUS to AMD k8 and fam10Kyösti Mälkki
2012-11-27Remove AMD special case for LAPIC based udelay()Patrick Georgi
2012-11-16Clean up KconfigStefan Reinauer
2012-08-09Synchronize rdtsc instructionsStefan Reinauer
2011-02-24Add compile-time defaults to some K8 CMOS options in case they're absent in CMOSJosef Kellermann
2010-11-16Move the SET_FIDVID* family of configuration options to Kconfig andPatrick Georgi
2010-09-30Move CAR settings to board config for socket 940 boards.Warren Turkal
2010-08-30We call this cache as ram everywhere, so let's call it the same in KconfigStefan Reinauer
2010-08-03Drop the USE_PRINTK_IN_CAR option. It's a bogus decision to make for any user /Stefan Reinauer
2010-04-13fix timer choice in Kconfig. HAVE_INIT_TIMER is selected correctly, no need toStefan Reinauer
2010-02-25HAVE_MOVNTI really means SSE2. Also add sfence in the MOVNTI case.Stefan Reinauer
2010-01-06Kconfig builds all boards now.Patrick Georgi
2009-12-31romcc:Patrick Georgi
2009-10-26Define some variables that were not defined. There are a couple left.Myles Watson
2009-10-18Simplify Kconfig files by using "select" where possible (trivial).Uwe Hermann
2009-10-09Remove default n statements to simplify .config and ldoptions files.Myles Watson
2009-10-01Fix Kconfig build for K8 boards.Myles Watson
2009-08-28Move DCACHE support into the cpu family for AMD model_fxx.Myles Watson
2009-08-25Various Kconfig and Makefile.inc fixes and cosmetics.Uwe Hermann
2009-08-13- AMD selected a couple of options that are incompatible with QEmu (andPatrick Georgi
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