Skip to content

Commit

Permalink
vc/intel/fsp/mtl: Update header files from 2364_00 to 2404_00
Browse files Browse the repository at this point in the history
Update header files for FSP for Meteor Lake platform to
version 2404_00, previous version being 2364_00.

FSPM:
1. Address offset changes
2. Rename `PlatformDebugConsent` to `PlatformDebugOption`

FSPS:
1. Address offset changes

Additionally, incorporate the UPD name change for MTL romstage.

BUG=b:255481471
TEST=Able to build and boot Google, Rex to ChromeOS.

Signed-off-by: vjadeja-intel <vikrant.l.jadeja@intel.com>
Signed-off-by: Subrata Banik <subratabanik@google.com>
Change-Id: I63ef4ecb6569141542a3b9bf4ee8cbcd2946582e
Reviewed-on: https://review.coreboot.org/c/coreboot/+/69182
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Kapil Porwal <kapilporwal@google.com>
Reviewed-by: Tarun Tuli <taruntuli@google.com>
Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
  • Loading branch information
vikrantjadeja authored and ElectricalPaul committed Nov 17, 2022
1 parent a9a97da commit 0ddeaed
Show file tree
Hide file tree
Showing 3 changed files with 1,084 additions and 202 deletions.
2 changes: 1 addition & 1 deletion src/soc/intel/meteorlake/romstage/fsp_params.c
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ static void fill_fspm_trace_params(FSP_M_CONFIG *m_cfg,
const struct soc_intel_meteorlake_config *config)
{
/* Set debug probe type */
m_cfg->PlatformDebugConsent = CONFIG_SOC_INTEL_METEORLAKE_DEBUG_CONSENT;
m_cfg->PlatformDebugOption = CONFIG_SOC_INTEL_METEORLAKE_DEBUG_CONSENT;

/* CrashLog config */
if (CONFIG(SOC_INTEL_CRASHLOG)) {
Expand Down

0 comments on commit 0ddeaed

Please sign in to comment.