From 29f1b747954784a7b133e9db79382d8d466a7f3a Mon Sep 17 00:00:00 2001 From: Marshall Dawson Date: Wed, 6 Sep 2017 14:59:45 -0600 Subject: amd/stoneyridge: Simplify memory hole calculation Delete the obselete Kconfig symbols regarding the memory hole. Integrate the hole check into domain_set_resources(). The hardware configuration is done by AGESA, so only discover the setting and adjust the mmio_basek accordingly. BUG=b:66202887 TEST=Check settings with HDT Change-Id: Id15a88897e29bff28ab7c498dc4d3818834f08b2 Signed-off-by: Marshall Dawson Reviewed-on: https://review.coreboot.org/21496 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- src/soc/amd/stoneyridge/Kconfig | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/soc/amd/stoneyridge/Kconfig') diff --git a/src/soc/amd/stoneyridge/Kconfig b/src/soc/amd/stoneyridge/Kconfig index f8768e7ea7..1e13cc0383 100644 --- a/src/soc/amd/stoneyridge/Kconfig +++ b/src/soc/amd/stoneyridge/Kconfig @@ -110,14 +110,6 @@ config BOTTOMIO_POSITION option is useful when PCI peripherals requesting large address ranges are present. -config HW_MEM_HOLE_SIZEK - hex - default 0x200000 - -config HW_MEM_HOLE_SIZE_AUTO_INC - bool - default n - config MMCONF_BASE_ADDRESS hex default 0xF8000000 -- cgit v1.2.3