HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/48932 )
Change subject: src/(LGA775): Mouve NO_CBFS_MCACHE to socket_LGA775/Kconfig ......................................................................
src/(LGA775): Mouve NO_CBFS_MCACHE to socket_LGA775/Kconfig
Change-Id: Ide75a0232dd9800d54fb50fe11bc17222096f5e2 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/cpu/intel/socket_LGA775/Kconfig M src/mainboard/asus/p5gc-mx/Kconfig M src/mainboard/gigabyte/ga-945gcm-s2l/Kconfig M src/northbridge/intel/x4x/Kconfig 4 files changed, 1 insertion(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/32/48932/1
diff --git a/src/cpu/intel/socket_LGA775/Kconfig b/src/cpu/intel/socket_LGA775/Kconfig index 8db932c..c7d99a4 100644 --- a/src/cpu/intel/socket_LGA775/Kconfig +++ b/src/cpu/intel/socket_LGA775/Kconfig @@ -14,6 +14,7 @@ select MMX select SSE select SIPI_VECTOR_IN_ROM + select NO_CBFS_MCACHE
config DCACHE_RAM_SIZE hex diff --git a/src/mainboard/asus/p5gc-mx/Kconfig b/src/mainboard/asus/p5gc-mx/Kconfig index a0dc96e7..ff3bbca 100644 --- a/src/mainboard/asus/p5gc-mx/Kconfig +++ b/src/mainboard/asus/p5gc-mx/Kconfig @@ -17,7 +17,6 @@ select BOARD_ROMSIZE_KB_512 select MAINBOARD_HAS_NATIVE_VGA_INIT select INTEL_GMA_HAVE_VBT - select NO_CBFS_MCACHE
config MAINBOARD_DIR string diff --git a/src/mainboard/gigabyte/ga-945gcm-s2l/Kconfig b/src/mainboard/gigabyte/ga-945gcm-s2l/Kconfig index f6a99e7..9a8bf5b 100644 --- a/src/mainboard/gigabyte/ga-945gcm-s2l/Kconfig +++ b/src/mainboard/gigabyte/ga-945gcm-s2l/Kconfig @@ -18,7 +18,6 @@ select MAINBOARD_HAS_NATIVE_VGA_INIT select REALTEK_8168_RESET if BOARD_GIGABYTE_GA_945GCM_S2L select INTEL_GMA_HAVE_VBT - select NO_CBFS_MCACHE
config MAINBOARD_DIR string diff --git a/src/northbridge/intel/x4x/Kconfig b/src/northbridge/intel/x4x/Kconfig index 8226fe9..00e9a3a 100644 --- a/src/northbridge/intel/x4x/Kconfig +++ b/src/northbridge/intel/x4x/Kconfig @@ -13,7 +13,6 @@ select CACHE_MRC_SETTINGS select PARALLEL_MP select BOOT_DEVICE_SPI_FLASH_NO_EARLY_WRITES - select NO_CBFS_MCACHE
config CBFS_SIZE hex
HAOUAS Elyes has abandoned this change. ( https://review.coreboot.org/c/coreboot/+/48932 )
Change subject: src/(LGA775): Mouve NO_CBFS_MCACHE to socket_LGA775/Kconfig ......................................................................
Abandoned