From 6d085446feb3d47154ff9641b66f583ddc218d40 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Sun, 14 Feb 2021 01:55:18 +0200 Subject: soc/intel/baytrail,braswell: Drop aliases on MMCONF_BASE_ADDRESS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add MMCONF_BUS_NUMBER=256 to match previous allocation. Change-Id: I01a86481e392a9347afdc2860b58617b20c4f05a Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/c/coreboot/+/50663 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons --- src/soc/intel/braswell/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/soc/intel/braswell/Kconfig') diff --git a/src/soc/intel/braswell/Kconfig b/src/soc/intel/braswell/Kconfig index fcf07fafab..0e1b6db34f 100644 --- a/src/soc/intel/braswell/Kconfig +++ b/src/soc/intel/braswell/Kconfig @@ -59,6 +59,10 @@ config VBOOT config MMCONF_BASE_ADDRESS default 0xe0000000 +config MMCONF_BUS_NUMBER + int + default 256 + config MAX_CPUS int default 4 -- cgit v1.2.3