diff options
author | Leah Rowe <leah@libreboot.org> | 2025-10-04 22:22:55 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2025-10-04 22:23:52 +0100 |
commit | f358cfaa55219c537de0eb534997be36cba93f14 (patch) | |
tree | ac7409c8773a9e947ea8d119e97fa3fb44ec2f75 /config/coreboot | |
parent | 6a00b7a584aebd7ecc04f6b8b2e813f357127089 (diff) |
coreboot/x2e_n150: fix the alderlake n fsp link
this fixes ./mk inject
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config/coreboot')
-rw-r--r-- | config/coreboot/x2e_n150/config/fspgop | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/coreboot/x2e_n150/config/fspgop b/config/coreboot/x2e_n150/config/fspgop index 63c2eac0..6dad173c 100644 --- a/config/coreboot/x2e_n150/config/fspgop +++ b/config/coreboot/x2e_n150/config/fspgop @@ -260,6 +260,7 @@ CONFIG_SOC_INTEL_COMMON_LPSS_UART_CLK_M_VAL=0x25a CONFIG_SOC_INTEL_COMMON_LPSS_UART_CLK_N_VAL=0x7fff CONFIG_FSP_TYPE_IOT=y CONFIG_FSP_HEADER_PATH="3rdparty/fsp/AlderLakeFspBinPkg/IoT/AlderLakeN/Include/" +CONFIG_FSP_FD_PATH="3rdparty/fsp/AlderLakeFspBinPkg/IoT/AlderLakeN/Fsp.fd" CONFIG_SOC_INTEL_COMMON_DEBUG_CONSENT=0 CONFIG_DATA_BUS_WIDTH=128 CONFIG_DIMMS_PER_CHANNEL=2 |