summaryrefslogtreecommitdiff
path: root/src/mainboard/ocp
diff options
context:
space:
mode:
authorJonathan Zhang <jonzhang@fb.com>2020-06-26 14:36:01 -0700
committerPhilipp Deppenwiese <zaolin.daisuki@gmail.com>2020-07-07 22:24:41 +0000
commite4aab352ee2d3981f5ec8d28a77ee93163fdf365 (patch)
tree41a4bc751ff65cc9e2cbcc5265c9fad26a50fd06 /src/mainboard/ocp
parente69b1af925e489930f7b441840c7d8b9cb71be62 (diff)
downloadcoreboot-e4aab352ee2d3981f5ec8d28a77ee93163fdf365.tar.xz
vendorcode/intel/fsp/fsp2_0/cpx_sp: Update to FSP ww26 release and adapt soc
CPX-SP FSP ww26 release added UPDs to allow FSP serial redirection. Also update memory map HOB definition file accordingly. The CPX-SP soc code is updated to direct FSP log to SOL. Signed-off-by: Jonathan Zhang <jonzhang@fb.com> Change-Id: Ifd86fb710a0b2bdc8a43225b50b24f585d320caf Reviewed-on: https://review.coreboot.org/c/coreboot/+/42840 Reviewed-by: Christian Walter <christian.walter@9elements.com> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/ocp')
-rw-r--r--src/mainboard/ocp/deltalake/romstage.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mainboard/ocp/deltalake/romstage.c b/src/mainboard/ocp/deltalake/romstage.c
index 35c7e2d14b..fb9a549033 100644
--- a/src/mainboard/ocp/deltalake/romstage.c
+++ b/src/mainboard/ocp/deltalake/romstage.c
@@ -14,7 +14,9 @@ static void mainboard_config_gpios(FSPM_UPD *mupd)
static void mainboard_config_iio(FSPM_UPD *mupd)
{
- /* To be implemented */
+ /* Send FSP log message to SOL */
+ mupd->FspmConfig.SerialIoUartDebugEnable = 1;
+ mupd->FspmConfig.SerialIoUartDebugIoBase = 0x2f8;
}
void mainboard_memory_init_params(FSPM_UPD *mupd)