From 985821c4f2feda41ed2d1ab83f6ae7b8f15197bd Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Tue, 5 Jan 2021 14:38:57 +0100 Subject: cpu/intel/socket_LGA775: Increase DCACHE_RAM_SIZE MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Increase DCACHE_RAM_SIZE to 32kB and remove "NO_CBFS_MCACHE". It’s quite safe to increase DCACHE_RAM_SIZE. All LGA775 targets should have at least 256K L2 cache. That is plenty for XIP RO cache of bootblock + romstage and a 32K CAR. Change-Id: I393b2727bd90a990c3108a4dbead62b17d7fc531 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/c/coreboot/+/49505 Tested-by: build bot (Jenkins) Reviewed-by: Arthur Heymans Reviewed-by: Paul Menzel --- src/mainboard/asus/p5gc-mx/Kconfig | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mainboard/asus/p5gc-mx/Kconfig') diff --git a/src/mainboard/asus/p5gc-mx/Kconfig b/src/mainboard/asus/p5gc-mx/Kconfig index a0dc96e7c5..ff3bbca46e 100644 --- a/src/mainboard/asus/p5gc-mx/Kconfig +++ b/src/mainboard/asus/p5gc-mx/Kconfig @@ -17,7 +17,6 @@ config BOARD_SPECIFIC_OPTIONS select BOARD_ROMSIZE_KB_512 select MAINBOARD_HAS_NATIVE_VGA_INIT select INTEL_GMA_HAVE_VBT - select NO_CBFS_MCACHE config MAINBOARD_DIR string -- cgit v1.2.3