From 1ac6f8b804b0be461f5254a6bace3a9823177ba3 Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Wed, 20 Jan 2021 13:13:26 +0100 Subject: nb/intel/gm45: Define and use MMCONF_BUS_NUMBER Change-Id: I635f3615f566502f79bbd81f9f743ce63bba3b1a Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/coreboot/+/49758 Reviewed-by: Arthur Heymans Tested-by: build bot (Jenkins) --- src/northbridge/intel/gm45/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/northbridge/intel/gm45/Kconfig') diff --git a/src/northbridge/intel/gm45/Kconfig b/src/northbridge/intel/gm45/Kconfig index 4637a22561..256b088d25 100644 --- a/src/northbridge/intel/gm45/Kconfig +++ b/src/northbridge/intel/gm45/Kconfig @@ -29,6 +29,10 @@ config VGA_BIOS_ID config MMCONF_BASE_ADDRESS default 0xf0000000 +config MMCONF_BUS_NUMBER + int + default 64 + config SMM_RESERVED_SIZE hex default 0x100000 -- cgit v1.2.3