soc/intel/pantherlake: Add configs for pre-production silicon
This patch introduces a new configuration option `SOC_INTEL_PANTHERLAKE_PRE_PRODUCTION_SILICON` that allows users to specify if their mainboard is using Panther Lake pre-production silicon aka Engineering Silicon (ES) with pre-production signed ME Firmwares. The default value is set to 'n', ensuring it is disabled unless explicitly chosen. BUG=b:424355826 TEST=No change in the functionality, just added new configs. Change-Id: I8ad83b07f057a227b62e33b6c6c0f46c3952be6b Signed-off-by: Jamie Ryu <jamie.m.ryu@intel.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/88218 Reviewed-by: Pranava Y N <pranavayn@google.com> Reviewed-by: Dinesh Gehlot <digehlot@google.com> Reviewed-by: Subrata Banik <subratabanik@google.com> Reviewed-by: Kapil Porwal <kapilporwal@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
8687b3d108
commit
e9731f8925
1 changed files with 7 additions and 0 deletions
|
|
@ -134,6 +134,13 @@ config SOC_INTEL_PANTHERLAKE_H
|
|||
help
|
||||
Choose this option if the mainboard is built using PTL-H 4Xe system-on-a-chip (SoC).
|
||||
|
||||
config SOC_INTEL_PANTHERLAKE_PRE_PRODUCTION_SILICON
|
||||
bool
|
||||
default n
|
||||
help
|
||||
Choose this option if your mainboard has a Panther Lake pre-production
|
||||
silicon and pre-production signed ME Firmwares are integrated.
|
||||
|
||||
config SOC_INTEL_WILDCATLAKE
|
||||
bool
|
||||
select SOC_INTEL_PANTHERLAKE_BASE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue