[ADLS] Fix Tcc issue caused due to incorrect UPD setting.

Some of the RTCT table entries werent populated due to this
missing UPD setting. Hence, assigning it to the correct value.

TEST= Verified the fix on ADLS board.

Signed-off-by: Sindhura Grandhi <sindhura.grandhi@intel.com>
This commit is contained in:
Sindhura Grandhi 2022-03-11 13:28:41 -07:00 committed by Guo Dong
parent 698fdf1e72
commit 5be18b2731
1 changed files with 4 additions and 0 deletions

View File

@ -387,6 +387,10 @@ TccModePostMemConfig (
FspsUpd->FspsConfig.TccCacheCfgBase = (UINT32)(UINTN)TccCacheconfigBase;
FspsUpd->FspsConfig.TccCacheCfgSize = TccCacheconfigSize;
DEBUG ((DEBUG_INFO, "Load Tcc Cache @0x%p, size = 0x%x\n", TccCacheconfigBase, TccCacheconfigSize));
if (IsPchS ()) {
FspsUpd->FspsConfig.TccMode = 1;
}
}
// Load Tcc Crl binary from container