diff options
author | Nico Huber <nico.h@gmx.de> | 2020-10-05 10:30:41 +0200 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2020-10-08 19:04:02 +0000 |
commit | 11bda4d41cc20b1e3f9798f0f277aaa936b4b6e0 (patch) | |
tree | b796ee8a993da62bcf41b1ccfd9d0b1e76c5f708 /src/soc/intel/jasperlake | |
parent | abb3757847aff8b816c8052f2b55a806d8b245c7 (diff) |
Revert "soc/intel/jasperlake: Disable PAVP UPD"
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 <nico.h@gmx.de>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/46044
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Benjamin Doron <benjamin.doron00@gmail.com>
Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/soc/intel/jasperlake')
-rw-r--r-- | src/soc/intel/jasperlake/fsp_params.c | 3 |
1 files changed, 0 insertions, 3 deletions
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; |