Ronak Kanabar has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/41763 )
Change subject: soc/intel/jasperlake: Disable PAVP UPD ......................................................................
soc/intel/jasperlake: Disable PAVP UPD
This patch will disable PAVP UPD, which is by default enable in FSP.
BUG=b:155595624 BRANCH=None TEST=Build, boot JSLRVP, Verified UPD values from FSP log
Change-Id: I8e103ad11ae6ffa6b9efe4bf249bbe344bc10a30 Signed-off-by: Ronak Kanabar ronak.kanabar@intel.com --- M src/soc/intel/jasperlake/fsp_params.c 1 file changed, 3 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/63/41763/1
diff --git a/src/soc/intel/jasperlake/fsp_params.c b/src/soc/intel/jasperlake/fsp_params.c index 45162f9..311af3e 100644 --- a/src/soc/intel/jasperlake/fsp_params.c +++ b/src/soc/intel/jasperlake/fsp_params.c @@ -199,6 +199,9 @@ params->XdciEnable = 0; }
+ /* Disable Pavp */ + params->PavpEnable = 0 + /* Provide correct UART number for FSP debug logs */ params->SerialIoDebugUartNumber = CONFIG_UART_FOR_CONSOLE;
Hello V Sowmya, build bot (Jenkins), Patrick Georgi, Furquan Shaikh, Maulik V Vaghela, Subrata Banik, Aamir Bohra, Patrick Rudolph, Karthik Ramasubramanian,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/41763
to look at the new patch set (#2).
Change subject: soc/intel/jasperlake: Disable PAVP UPD ......................................................................
soc/intel/jasperlake: Disable PAVP UPD
This patch will disable PAVP UPD, which is by default enable in FSP.
BUG=b:155595624 BRANCH=None TEST=Build, boot JSLRVP, Verified UPD values from FSP log
Change-Id: I8e103ad11ae6ffa6b9efe4bf249bbe344bc10a30 Signed-off-by: Ronak Kanabar ronak.kanabar@intel.com --- M src/soc/intel/jasperlake/fsp_params.c 1 file changed, 3 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/63/41763/2
Justin TerAvest has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/41763 )
Change subject: soc/intel/jasperlake: Disable PAVP UPD ......................................................................
Patch Set 2: Code-Review+2
Paul Menzel has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/41763 )
Change subject: soc/intel/jasperlake: Disable PAVP UPD ......................................................................
Patch Set 2:
(1 comment)
https://review.coreboot.org/c/coreboot/+/41763/2//COMMIT_MSG Commit Message:
https://review.coreboot.org/c/coreboot/+/41763/2//COMMIT_MSG@9 PS2, Line 9: enable enabled
Hello V Sowmya, build bot (Jenkins), Patrick Georgi, Furquan Shaikh, Maulik V Vaghela, Justin TerAvest, Subrata Banik, Aamir Bohra, Patrick Rudolph, Karthik Ramasubramanian,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/41763
to look at the new patch set (#3).
Change subject: soc/intel/jasperlake: Disable PAVP UPD ......................................................................
soc/intel/jasperlake: Disable PAVP UPD
This patch will disable PAVP UPD, which is by default enabled in FSP.
BUG=b:155595624 BRANCH=None TEST=Build, boot JSLRVP, Verified UPD values from FSP log
Change-Id: I8e103ad11ae6ffa6b9efe4bf249bbe344bc10a30 Signed-off-by: Ronak Kanabar ronak.kanabar@intel.com --- M src/soc/intel/jasperlake/fsp_params.c 1 file changed, 3 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/63/41763/3
Ronak Kanabar has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/41763 )
Change subject: soc/intel/jasperlake: Disable PAVP UPD ......................................................................
Patch Set 3:
(1 comment)
https://review.coreboot.org/c/coreboot/+/41763/2//COMMIT_MSG Commit Message:
https://review.coreboot.org/c/coreboot/+/41763/2//COMMIT_MSG@9 PS2, Line 9: enable
enabled
Done
Karthik Ramasubramanian has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/41763 )
Change subject: soc/intel/jasperlake: Disable PAVP UPD ......................................................................
Patch Set 3: Code-Review+2
Patrick Georgi has submitted this change. ( https://review.coreboot.org/c/coreboot/+/41763 )
Change subject: soc/intel/jasperlake: Disable PAVP UPD ......................................................................
soc/intel/jasperlake: Disable PAVP UPD
This patch will disable PAVP UPD, which is by default enabled in FSP.
BUG=b:155595624 BRANCH=None TEST=Build, boot JSLRVP, Verified UPD values from FSP log
Change-Id: I8e103ad11ae6ffa6b9efe4bf249bbe344bc10a30 Signed-off-by: Ronak Kanabar ronak.kanabar@intel.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/41763 Reviewed-by: Karthik Ramasubramanian kramasub@google.com Reviewed-by: Justin TerAvest teravest@chromium.org Tested-by: build bot (Jenkins) no-reply@coreboot.org --- M src/soc/intel/jasperlake/fsp_params.c 1 file changed, 3 insertions(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Justin TerAvest: Looks good to me, approved Karthik Ramasubramanian: Looks good to me, approved
diff --git a/src/soc/intel/jasperlake/fsp_params.c b/src/soc/intel/jasperlake/fsp_params.c index eafc374..75e1c64 100644 --- a/src/soc/intel/jasperlake/fsp_params.c +++ b/src/soc/intel/jasperlake/fsp_params.c @@ -210,6 +210,9 @@ params->XdciEnable = 0; }
+ /* Disable Pavp */ + params->PavpEnable = 0; + /* Provide correct UART number for FSP debug logs */ params->SerialIoDebugUartNumber = CONFIG_UART_FOR_CONSOLE;
Nico Huber has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/41763 )
Change subject: soc/intel/jasperlake: Disable PAVP UPD ......................................................................
Patch Set 4:
What is the reason for this change. All other platforms leave it enabled why disable it for this one? Also, if it should be globally disabled why not update the FSP binary?
Please always mention the reason for a change in the commit message.
Ronak Kanabar has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/41763 )
Change subject: soc/intel/jasperlake: Disable PAVP UPD ......................................................................
Patch Set 4:
Patch Set 4:
What is the reason for this change. All other platforms leave it enabled why disable it for this one? Also, if it should be globally disabled why not update the FSP binary?
Please always mention the reason for a change in the commit message.
In other platforms FSP default is 0. In JSL it is 1 so need to disable it from here.
Nico Huber has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/41763 )
Change subject: soc/intel/jasperlake: Disable PAVP UPD ......................................................................
Patch Set 4:
Patch Set 4:
Patch Set 4:
What is the reason for this change. All other platforms leave it enabled why disable it for this one? Also, if it should be globally disabled why not update the FSP binary?
Please always mention the reason for a change in the commit message.
In other platforms FSP default is 0. In JSL it is 1 so need to disable it from here.
Are you sure about this? A quick grep suggests otherwise:
$ git grep Enable\ PavpEnable -- $(git ls-files src/vendorcode/intel/fsp/*.h) src/vendorcode/intel/fsp/fsp2_0/cannonlake/FspsUpd.h: Enable(Default): Enable PavpEnable, Disable: Disable PavpEnable src/vendorcode/intel/fsp/fsp2_0/jasperlake/FspsUpd.h: Enable(Default): Enable PavpEnable, Disable: Disable PavpEnable src/vendorcode/intel/fsp/fsp2_0/tigerlake/FspsUpd.h: Enable(Default): Enable PavpEnable, Disable: Disable PavpEnable $ cd 3rdparty/fsp/ $ git grep Enable\ PavpEnable -- $(git ls-files *.h) AmberLakeFspBinPkg/Include/FspsUpd.h: Enable(Default): Enable PavpEnable, Disable: Disable PavpEnable CoffeeLakeFspBinPkg/Include/FspsUpd.h: Enable(Default): Enable PavpEnable, Disable: Disable PavpEnable CometLakeFspBinPkg/CometLake1/Include/FspsUpd.h: Enable(Default): Enable PavpEnable, Disable: Disable PavpEnable IceLakeFspBinPkg/Include/FspsUpd.h: Enable(Default): Enable PavpEnable, Disable: Disable PavpEnable KabylakeFspBinPkg/Include/FspsUpd.h: Enable(Default): Enable PavpEnable, Disable: Disable PavpEnable
Are all the comments wrong?
Benjamin Doron has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/41763 )
Change subject: soc/intel/jasperlake: Disable PAVP UPD ......................................................................
Patch Set 4:
Patch Set 4:
Patch Set 4:
Patch Set 4:
What is the reason for this change. All other platforms leave it enabled why disable it for this one? Also, if it should be globally disabled why not update the FSP binary?
Please always mention the reason for a change in the commit message.
In other platforms FSP default is 0. In JSL it is 1 so need to disable it from here.
Are you sure about this? A quick grep suggests otherwise:
$ git grep Enable\ PavpEnable -- $(git ls-files src/vendorcode/intel/fsp/*.h) src/vendorcode/intel/fsp/fsp2_0/cannonlake/FspsUpd.h: Enable(Default): Enable PavpEnable, Disable: Disable PavpEnable src/vendorcode/intel/fsp/fsp2_0/jasperlake/FspsUpd.h: Enable(Default): Enable PavpEnable, Disable: Disable PavpEnable src/vendorcode/intel/fsp/fsp2_0/tigerlake/FspsUpd.h: Enable(Default): Enable PavpEnable, Disable: Disable PavpEnable $ cd 3rdparty/fsp/ $ git grep Enable\ PavpEnable -- $(git ls-files *.h) AmberLakeFspBinPkg/Include/FspsUpd.h: Enable(Default): Enable PavpEnable, Disable: Disable PavpEnable CoffeeLakeFspBinPkg/Include/FspsUpd.h: Enable(Default): Enable PavpEnable, Disable: Disable PavpEnable CometLakeFspBinPkg/CometLake1/Include/FspsUpd.h: Enable(Default): Enable PavpEnable, Disable: Disable PavpEnable IceLakeFspBinPkg/Include/FspsUpd.h: Enable(Default): Enable PavpEnable, Disable: Disable PavpEnable KabylakeFspBinPkg/Include/FspsUpd.h: Enable(Default): Enable PavpEnable, Disable: Disable PavpEnable
Are all the comments wrong?
The comments are correct, according to the BSF files.