From 38006cb2bc0bbce3fae9b7663ad06c20b8ce1866 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Thu, 31 Oct 2024 02:36:55 +0000 Subject: coreboot/dell3050micro: enable coffeelake CPUs pin mod needed (soldering) but according to mate, you can use some coffeelake CPUs on these machines, despite them being intel 7th gen. this includes 8-core chips. this patch enables the software configuration in coreboot. Signed-off-by: Leah Rowe --- config/coreboot/dell3050micro_fsp_16mb/config/libgfxinit_corebootfb | 4 ++-- config/coreboot/dell3050micro_fsp_16mb/config/libgfxinit_txtmode | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'config') diff --git a/config/coreboot/dell3050micro_fsp_16mb/config/libgfxinit_corebootfb b/config/coreboot/dell3050micro_fsp_16mb/config/libgfxinit_corebootfb index 81dcd9da..1604646b 100644 --- a/config/coreboot/dell3050micro_fsp_16mb/config/libgfxinit_corebootfb +++ b/config/coreboot/dell3050micro_fsp_16mb/config/libgfxinit_corebootfb @@ -122,7 +122,7 @@ CONFIG_CBFS_SIZE=0xEEE000 CONFIG_CONSOLE_SERIAL=y CONFIG_LINEAR_FRAMEBUFFER_MAX_HEIGHT=2160 CONFIG_LINEAR_FRAMEBUFFER_MAX_WIDTH=3840 -CONFIG_MAX_CPUS=8 +CONFIG_MAX_CPUS=16 # CONFIG_ONBOARD_VGA_IS_PRIMARY is not set CONFIG_POST_DEVICE=y CONFIG_POST_IO=y @@ -284,7 +284,7 @@ CONFIG_SOC_INTEL_COMMON_SKYLAKE_BASE=y CONFIG_SOC_INTEL_KABYLAKE=y CONFIG_SKYLAKE_SOC_PCH_H=y CONFIG_MAINBOARD_SUPPORTS_KABYLAKE_CPU=y -# CONFIG_MAINBOARD_SUPPORTS_COFFEELAKE_CPU is not set +CONFIG_MAINBOARD_SUPPORTS_COFFEELAKE_CPU=y CONFIG_SOC_INTEL_COMMON_BLOCK_P2SB=y CONFIG_FIXED_SMBUS_IO_BASE=0xefa0 CONFIG_CBFS_CACHE_ALIGN=8 diff --git a/config/coreboot/dell3050micro_fsp_16mb/config/libgfxinit_txtmode b/config/coreboot/dell3050micro_fsp_16mb/config/libgfxinit_txtmode index 1104bc31..c9c4e16a 100644 --- a/config/coreboot/dell3050micro_fsp_16mb/config/libgfxinit_txtmode +++ b/config/coreboot/dell3050micro_fsp_16mb/config/libgfxinit_txtmode @@ -120,7 +120,7 @@ CONFIG_FMDFILE="" CONFIG_MAINBOARD_VENDOR="Dell Inc." CONFIG_CBFS_SIZE=0xEEE000 CONFIG_CONSOLE_SERIAL=y -CONFIG_MAX_CPUS=8 +CONFIG_MAX_CPUS=16 # CONFIG_ONBOARD_VGA_IS_PRIMARY is not set CONFIG_POST_DEVICE=y CONFIG_POST_IO=y @@ -282,7 +282,7 @@ CONFIG_SOC_INTEL_COMMON_SKYLAKE_BASE=y CONFIG_SOC_INTEL_KABYLAKE=y CONFIG_SKYLAKE_SOC_PCH_H=y CONFIG_MAINBOARD_SUPPORTS_KABYLAKE_CPU=y -# CONFIG_MAINBOARD_SUPPORTS_COFFEELAKE_CPU is not set +CONFIG_MAINBOARD_SUPPORTS_COFFEELAKE_CPU=y CONFIG_SOC_INTEL_COMMON_BLOCK_P2SB=y CONFIG_FIXED_SMBUS_IO_BASE=0xefa0 CONFIG_CBFS_CACHE_ALIGN=8 -- cgit v1.2.1