From 18988e73fb58558629795dd34d790c8ab3364e0e Mon Sep 17 00:00:00 2001 From: Pedro Queiros Date: Mon, 29 Mar 2021 18:00:21 +0200 Subject: [PATCH] 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 --- Platform/ElkhartlakeBoardPkg/Script/StitchIfwiConfig.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Platform/ElkhartlakeBoardPkg/Script/StitchIfwiConfig.py b/Platform/ElkhartlakeBoardPkg/Script/StitchIfwiConfig.py index 06f87ba4..11f79b9f 100644 --- a/Platform/ElkhartlakeBoardPkg/Script/StitchIfwiConfig.py +++ b/Platform/ElkhartlakeBoardPkg/Script/StitchIfwiConfig.py @@ -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'),