vc/intel/fsp/ptl: Update PTL header files to FSP 3182_01

Update header files for FSP for Panther Lake platform to version
3182.01, previous version being 3144.01.

Changes include:
- Update FspmUpd.h
- Add PprRetryLimit and Use1p5ReadPostamble variable

BUG=b:421287370
TEST=Able to build google/fatcat with the partial header changes

Change-Id: I14e8c3c8751ae6aa0718d0015a1611ced6a2cdd4
Signed-off-by: Alok Agarwal <alok.agarwal@intel.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/87879
Reviewed-by: Pranava Y N <pranavayn@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Subrata Banik <subratabanik@google.com>
This commit is contained in:
Alok 2025-05-28 13:16:33 +05:30 committed by Subrata Banik
commit 25385df017

View file

@ -1415,9 +1415,21 @@ typedef struct {
**/
UINT8 RDTCIDLE;
/** Offset 0x031B - Reserved
/** Offset 0x031B - PPR Retry Limit
Sets a limit on the number of times Memory Testing will be retried after attempting
to repair using PPR.
**/
UINT8 Reserved32[20];
UINT8 PprRetryLimit;
/** Offset 0x031C - Use 1p5 Read Postamble
Enables/Disable using 1p5 tCK Read Postamble for higher freqencies
$EN_DIS
**/
UINT8 Use1p5ReadPostamble;
/** Offset 0x031D - Reserved
**/
UINT8 Reserved32[18];
/** Offset 0x032F - Board Type
MrcBoardType, Options are 0=Mobile/Mobile Halo, 1=Desktop/DT Halo, 5=ULT/ULX/Mobile
@ -2811,8 +2823,8 @@ typedef struct {
UINT16 IgdDvmt50PreAlloc;
/** Offset 0x0AC8 - Internal Graphics
Enable/disable internal graphics.
$EN_DIS
Expect 3 values from 0 to 2
2:AUTO, 1:Enable, 0:Disable
**/
UINT8 InternalGraphics;