UPSTREAM: nb/intel/x4x/Kconfig: Don't fix CBFS_SIZE on i82801gx southbridge

The x4x northbridge can be paired with either an ICH7 (in the case of
g41) or an ICH10 (all other cases: g45, q45, p45, ...). Only ICH10
sometimes occurs with a descriptor, gbe and an ME region.

ICH7 is always descriptorless so it makes no sense to fix CBFS to
accommodate for those other objects.

BUG=none
BRANCH=none
TEST=none

Change-Id: I150ac6c49ed853522802c5c948c61699fe123925
Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Original-Commit-Id: 4bc9c28811
Original-Change-Id: I4a01dfdbce1807e44932a3ac812110382332abd8
Original-Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Original-Reviewed-on: https://review.coreboot.org/19181
Original-Tested-by: build bot (Jenkins)
Original-Reviewed-by: Nico Huber <nico.h@gmx.de>
Reviewed-on: https://chromium-review.googlesource.com/480289
This commit is contained in:
Arthur Heymans 2017-04-06 21:37:49 +02:00 committed by chrome-bot
commit 261c541487

View file

@ -28,7 +28,7 @@ config NORTHBRIDGE_SPECIFIC_OPTIONS # dummy
config CBFS_SIZE
hex
default 0x100000
default 0x100000 if !SOUTHBRIDGE_INTEL_I82801GX
config BOOTBLOCK_NORTHBRIDGE_INIT
string