From 11bda4d41cc20b1e3f9798f0f277aaa936b4b6e0 Mon Sep 17 00:00:00 2001 From: Nico Huber Date: Mon, 5 Oct 2020 10:30:41 +0200 Subject: Revert "soc/intel/jasperlake: Disable PAVP UPD" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 69589294c205b616e80cafbbfb0b33e105a75386. No reason was given why this should deviate from the other platforms and the author can't explain it. Change-Id: I2e8d6f9bd4ebba69b6f7cdd9a1c5d08aaf2e798f Signed-off-by: Nico Huber Reviewed-on: https://review.coreboot.org/c/coreboot/+/46044 Tested-by: build bot (Jenkins) Reviewed-by: Benjamin Doron Reviewed-by: Michael Niewöhner Reviewed-by: Angel Pons --- src/soc/intel/jasperlake/fsp_params.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/soc/intel') diff --git a/src/soc/intel/jasperlake/fsp_params.c b/src/soc/intel/jasperlake/fsp_params.c index cdd088eb26..d2e07e9f58 100644 --- a/src/soc/intel/jasperlake/fsp_params.c +++ b/src/soc/intel/jasperlake/fsp_params.c @@ -207,9 +207,6 @@ void platform_fsp_silicon_init_params_cb(FSPS_UPD *supd) params->XdciEnable = 0; } - /* Disable Pavp */ - params->PavpEnable = 0; - /* Provide correct UART number for FSP debug logs */ params->SerialIoDebugUartNumber = CONFIG_UART_FOR_CONSOLE; -- cgit v1.2.3