From 38aafa329f4529dfc84b4c49d25cc5eb7f8fe400 Mon Sep 17 00:00:00 2001 From: Nico Huber Date: Sun, 4 Sep 2022 22:20:21 +0200 Subject: Revert "allocator_v4: Treat above 4G resources more natively" This reverts commit 117e436115484f0ce184114b22b716616592e77e. Depends on top-down allocation to keep the behavior to place hot-plug reservations above 4G. The latter was merged prema- turely, though. Change-Id: I5721cb84b29fc42240dff94f49a94461d88e7fbc Signed-off-by: Nico Huber Reviewed-on: https://review.coreboot.org/c/coreboot/+/67329 Reviewed-by: Angel Pons Tested-by: build bot (Jenkins) Reviewed-by: Lean Sheng Tan Reviewed-by: Martin L Roth --- src/device/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/device/Kconfig') diff --git a/src/device/Kconfig b/src/device/Kconfig index 8d10c17f4e..af9beb32f5 100644 --- a/src/device/Kconfig +++ b/src/device/Kconfig @@ -934,7 +934,7 @@ config RESOURCE_ALLOCATOR_V4 above 4G boundary as well. config RESOURCE_ALLOCATION_TOP_DOWN - bool "Allocate resources from top down" if !PCIEXP_HOTPLUG_PREFETCH_MEM_ABOVE_4G + bool "Allocate resources from top down" default y depends on RESOURCE_ALLOCATOR_V4 -- cgit v1.2.3