Disable stitching customizations that can cause stitching errors

- Remove OEM key manifest file and  key hash static
  configurations.
  These tags are already handled by oem km helper
  functions.

- Disable RomTraceFiltering which causes build errors, and is not
  required for stitching.

Signed-off-by: Pedro Queiros <pedro.queiros@intel.com>
This commit is contained in:
Pedro Queiros 2021-03-29 18:00:21 +02:00 committed by Maurice Ma
parent c7935c10fb
commit 18988e73fb
1 changed files with 3 additions and 3 deletions

View File

@ -139,12 +139,12 @@ def get_xml_change_list (platform, plt_params_list, stitch_dir):
('./FlashSettings/VsccTable/VsccEntries/VsccEntry/VsccEntryDeviceId0', '0x40'),
('./FlashSettings/VsccTable/VsccEntries/VsccEntry/VsccEntryDeviceId1', '0x19'),
#('./IntelAmt/IntelAmtConfiguration/NetServicesSupported', 'No'),
('./PlatformProtection/PlatformIntegrity/OemPublicKeyHash', 'F8 F0 E3 69 15 81 76 99 0A 54 9E D4 C3 6D 1A 86 39 D8 87 3D EF F7 ED 2D E3 4C B4 1B CC B3 04 76 CE 0A A0 63 BC 5B 7A AC FF D9 50 9E 96 40 C6 99'),
('./PlatformProtection/PlatformIntegrity/OemExtInputFile', '$SourceDir\OemExtInputFile.bin'),
#('./PlatformProtection/PlatformIntegrity/OemPublicKeyHash', 'F8 F0 E3 69 15 81 76 99 0A 54 9E D4 C3 6D 1A 86 39 D8 87 3D EF F7 ED 2D E3 4C B4 1B CC B3 04 76 CE 0A A0 63 BC 5B 7A AC FF D9 50 9E 96 40 C6 99'),
#('./PlatformProtection/PlatformIntegrity/OemExtInputFile', '$SourceDir\OemExtInputFile.bin'),
('./PlatformProtection/BootGuardConfiguration/BtGuardKeyManifestId', '0x1'),
('./PlatformProtection/FuSaConfiguration/FuSaPrfTestComponents', '0x80003FB0'),
('./PlatformProtection/TpmOverSpiBusConfiguration/SpiOverTpmBusEnable', '$Yes'),
('./Debug/IntelTraceHubTechnology/RomTraceFiltering', '$SourceDir\RomTraceFiltering.bin'),
#('./Debug/IntelTraceHubTechnology/RomTraceFiltering', '$SourceDir\RomTraceFiltering.bin'),
#('./Debug/IntelTraceHubTechnology/UnlockToken', '$SourceDir\UnlockToken.bin'),
('./Debug/EarlyUsb2DbcOverType-AConfiguration/Usb2DbcPortEn', 'No USB2 Ports'),
('./Debug/DirectConnectInterfaceConfiguration/DciEnable', 'No'),