diff options
author | Nico Huber <nico.h@gmx.de> | 2017-07-29 01:10:49 +0200 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2017-07-30 00:06:51 +0000 |
commit | 2b5c02143152cee95fc189f05cca2243089ab45d (patch) | |
tree | 38390ac38a30f8309e30aba4780fa6658b489519 /src/mainboard/google | |
parent | f1778ce33366f2005f1ac5e492525012b47d788e (diff) | |
download | coreboot-2b5c02143152cee95fc189f05cca2243089ab45d.tar.xz |
intel/sandybridge: Gather MMCONF_BASE_ADDRESS defaults
All affected boards did the same USE_NATIVE_RAMINIT distinction or
actually selected USE_NATIVE_RAMINIT. Also update autoport.
Change-Id: I924c43cec1e36e84db40e4b8e1dd0e05cad2b978
Signed-off-by: Nico Huber <nico.h@gmx.de>
Reviewed-on: https://review.coreboot.org/20813
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Rudolph <siro@das-labor.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Reviewed-by: Alexander Couzens <lynxis@fe80.eu>
Diffstat (limited to 'src/mainboard/google')
-rw-r--r-- | src/mainboard/google/butterfly/Kconfig | 4 | ||||
-rw-r--r-- | src/mainboard/google/link/Kconfig | 4 | ||||
-rw-r--r-- | src/mainboard/google/parrot/Kconfig | 4 | ||||
-rw-r--r-- | src/mainboard/google/stout/Kconfig | 4 |
4 files changed, 0 insertions, 16 deletions
diff --git a/src/mainboard/google/butterfly/Kconfig b/src/mainboard/google/butterfly/Kconfig index ffd0c03cd1..1f4547dedd 100644 --- a/src/mainboard/google/butterfly/Kconfig +++ b/src/mainboard/google/butterfly/Kconfig @@ -28,10 +28,6 @@ config MAINBOARD_PART_NUMBER string default "Butterfly" -config MMCONF_BASE_ADDRESS - hex - default 0xf8000000 if USE_NATIVE_RAMINIT - config MAX_CPUS int default 8 diff --git a/src/mainboard/google/link/Kconfig b/src/mainboard/google/link/Kconfig index 217e6c1d15..66b7421464 100644 --- a/src/mainboard/google/link/Kconfig +++ b/src/mainboard/google/link/Kconfig @@ -30,10 +30,6 @@ config MAINBOARD_PART_NUMBER string default "Link" -config MMCONF_BASE_ADDRESS - hex - default 0xf8000000 if USE_NATIVE_RAMINIT - config MAX_CPUS int default 8 diff --git a/src/mainboard/google/parrot/Kconfig b/src/mainboard/google/parrot/Kconfig index 5ce1f2492e..fa45e4a4b4 100644 --- a/src/mainboard/google/parrot/Kconfig +++ b/src/mainboard/google/parrot/Kconfig @@ -28,10 +28,6 @@ config MAINBOARD_PART_NUMBER string default "Parrot" -config MMCONF_BASE_ADDRESS - hex - default 0xf8000000 if USE_NATIVE_RAMINIT - config MAX_CPUS int default 8 diff --git a/src/mainboard/google/stout/Kconfig b/src/mainboard/google/stout/Kconfig index d34f595c9f..eca4eaeada 100644 --- a/src/mainboard/google/stout/Kconfig +++ b/src/mainboard/google/stout/Kconfig @@ -28,10 +28,6 @@ config MAINBOARD_PART_NUMBER string default "Stout" -config MMCONF_BASE_ADDRESS - hex - default 0xf8000000 if USE_NATIVE_RAMINIT - config MAX_CPUS int default 8 |