MMCONF_SUPPORT: Flip default to enabled

Also remove separate MMCONF_SUPPORT_DEFAULT flag.

Change-Id: Idf1accdb93843a8fe2ee9c09fb984968652476e0
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/17694
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
Kyösti Mälkki
2016-11-29 16:46:56 +02:00
parent 6f66f414a0
commit 3d15e10aef
46 changed files with 22 additions and 40 deletions

View File

@@ -16,7 +16,6 @@
config CPU_AMD_AGESA_FAMILY10
bool
select CPU_AMD_MODEL_10XXX
select MMCONF_SUPPORT_DEFAULT
select X86_AMD_FIXED_MTRRS
if CPU_AMD_AGESA_FAMILY10

View File

@@ -15,7 +15,6 @@
config CPU_AMD_AGESA_FAMILY12
bool
select MMCONF_SUPPORT_DEFAULT
select X86_AMD_FIXED_MTRRS
if CPU_AMD_AGESA_FAMILY12

View File

@@ -15,7 +15,6 @@
config CPU_AMD_AGESA_FAMILY14
bool
select MMCONF_SUPPORT_DEFAULT
select X86_AMD_FIXED_MTRRS
if CPU_AMD_AGESA_FAMILY14

View File

@@ -15,7 +15,6 @@
config CPU_AMD_AGESA_FAMILY15
bool
select MMCONF_SUPPORT_DEFAULT
select X86_AMD_FIXED_MTRRS
if CPU_AMD_AGESA_FAMILY15

View File

@@ -16,7 +16,6 @@
config CPU_AMD_AGESA_FAMILY15_RL
bool
select MMCONF_SUPPORT_DEFAULT
select X86_AMD_FIXED_MTRRS
if CPU_AMD_AGESA_FAMILY15_RL

View File

@@ -15,7 +15,6 @@
config CPU_AMD_AGESA_FAMILY15_TN
bool
select MMCONF_SUPPORT_DEFAULT
select X86_AMD_FIXED_MTRRS
if CPU_AMD_AGESA_FAMILY15_TN

View File

@@ -15,7 +15,6 @@
config CPU_AMD_AGESA_FAMILY16_KB
bool
select MMCONF_SUPPORT_DEFAULT
select X86_AMD_FIXED_MTRRS
if CPU_AMD_AGESA_FAMILY16_KB

View File

@@ -6,7 +6,6 @@ config CPU_AMD_MODEL_10XXX
select ARCH_RAMSTAGE_X86_32
select SSE
select SSE2
select MMCONF_SUPPORT_DEFAULT
select TSC_SYNC_LFENCE
select UDELAY_LAPIC
select HAVE_MONOTONIC_TIMER

View File

@@ -24,6 +24,7 @@ if CPU_AMD_GEODE_GX2
config CPU_SPECIFIC_OPTIONS
def_bool y
select NO_MMCONF_SUPPORT
config DCACHE_RAM_BASE
hex

View File

@@ -9,6 +9,7 @@ if CPU_AMD_GEODE_LX
config CPU_SPECIFIC_OPTIONS
def_bool y
select NO_MMCONF_SUPPORT
select TSC_MONOTONIC_TIMER
config DCACHE_RAM_BASE

View File

@@ -15,7 +15,6 @@
config CPU_AMD_PI_00630F01
bool
select MMCONF_SUPPORT_DEFAULT
select X86_AMD_FIXED_MTRRS
if CPU_AMD_PI_00630F01

View File

@@ -15,7 +15,6 @@
config CPU_AMD_PI_00660F01
bool
select MMCONF_SUPPORT_DEFAULT
select X86_AMD_FIXED_MTRRS
if CPU_AMD_PI_00660F01

View File

@@ -15,7 +15,6 @@
config CPU_AMD_PI_00670F00
bool
select MMCONF_SUPPORT_DEFAULT
select X86_AMD_FIXED_MTRRS
if CPU_AMD_PI_00670F00

View File

@@ -15,7 +15,6 @@
config CPU_AMD_PI_00730F01
bool
select MMCONF_SUPPORT_DEFAULT
select X86_AMD_FIXED_MTRRS
if CPU_AMD_PI_00730F01