diff options
author | Leah Rowe <leah@libreboot.org> | 2024-10-31 02:36:55 +0000 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2024-10-31 02:38:01 +0000 |
commit | 38006cb2bc0bbce3fae9b7663ad06c20b8ce1866 (patch) | |
tree | 672ea4062546857bf1e16aaa7a51e171e2cc39e0 /config/coreboot/dell3050micro_fsp_16mb | |
parent | 97054498e9460b1cbc5800817fc0c9d64458536a (diff) |
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 <leah@libreboot.org>
Diffstat (limited to 'config/coreboot/dell3050micro_fsp_16mb')
-rw-r--r-- | config/coreboot/dell3050micro_fsp_16mb/config/libgfxinit_corebootfb | 4 | ||||
-rw-r--r-- | config/coreboot/dell3050micro_fsp_16mb/config/libgfxinit_txtmode | 4 |
2 files changed, 4 insertions, 4 deletions
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 |