From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id 541E9D802C8 for ; Fri, 1 Dec 2023 00:34:57 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=n5arkx0NJrS1vFZOmNzC8yqRwJw1C/BMvsdvT7b0zS0=; c=relaxed/simple; d=groups.io; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20140610; t=1701390896; v=1; b=lSsh3snKqIGAJMgnzyR4TOTzDcA/NORAPikoxUkROIVwH5xB8a5bToe7hlhA9lHMIQJPIzZd E8sD8xMCGK+hiL+/yQwHCJSfuzivbUWyxB8q/TKX/PcW8TjIaUrSZBcywdhSoXz7EusBz0CRxYU +85z3ynS1x/RChaa+9pzpQ1M= X-Received: by 127.0.0.2 with SMTP id yDqMYY7687511xWcJ3bj5d4u; Thu, 30 Nov 2023 16:34:56 -0800 X-Received: from mail-pf1-f174.google.com (mail-pf1-f174.google.com [209.85.210.174]) by mx.groups.io with SMTP id smtpd.web10.11844.1701390894162114790 for ; Thu, 30 Nov 2023 16:34:54 -0800 X-Received: by mail-pf1-f174.google.com with SMTP id d2e1a72fcca58-6cdcef787ffso1577612b3a.0 for ; Thu, 30 Nov 2023 16:34:54 -0800 (PST) X-Gm-Message-State: tfetOsZUKj7vXsdwKVTXrN38x7686176AA= X-Google-Smtp-Source: AGHT+IEvxOrLyiNHLaHaGxErAmveES/nFk1vW5UQzQrCyuj1F9c8/EPTP8RI5KSyeIpDjGVa5oIPxA== X-Received: by 2002:a05:6a00:2c94:b0:6cd:d53c:f5ea with SMTP id ef20-20020a056a002c9400b006cdd53cf5eamr8100994pfb.6.1701390893517; Thu, 30 Nov 2023 16:34:53 -0800 (PST) X-Received: from localhost.localdomain ([50.46.253.1]) by smtp.gmail.com with ESMTPSA id y3-20020a634b03000000b005c21c23180bsm1864709pga.76.2023.11.30.16.34.53 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 30 Nov 2023 16:34:53 -0800 (PST) From: "Taylor Beebe" To: devel@edk2.groups.io Cc: Zailiang Sun , Yi Qian , Nate DeSimone , Sai Chaganty Subject: [edk2-devel] [PATCH v1 04/17] Platform/Intel/Vlv2TbltDevicePkg: Add ImagePropertiesRecordLib Instance Date: Thu, 30 Nov 2023 16:34:26 -0800 Message-ID: <20231201003440.807-5-taylor.d.beebe@gmail.com> In-Reply-To: <20231201003440.807-1-taylor.d.beebe@gmail.com> References: <20231201003440.807-1-taylor.d.beebe@gmail.com> MIME-Version: 1.0 Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,taylor.d.beebe@gmail.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: Content-Transfer-Encoding: 8bit X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=lSsh3snK; spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=gmail.com (policy=none) ImagePropertiesRecordLib is used by DxeMain and PiSmmCore, so it needs to be added to most platforms. Signed-off-by: Taylor Beebe Cc: Zailiang Sun Cc: Yi Qian Cc: Nate DeSimone Cc: Sai Chaganty --- Platform/Intel/Vlv2TbltDevicePkg/PlatformPkgIA32.dsc | 1 + Platform/Intel/Vlv2TbltDevicePkg/PlatformPkgX64.dsc | 1 + 2 files changed, 2 insertions(+) diff --git a/Platform/Intel/Vlv2TbltDevicePkg/PlatformPkgIA32.dsc b/Platform/Intel/Vlv2TbltDevicePkg/PlatformPkgIA32.dsc index 4adbaa69666f..938795d6c982 100644 --- a/Platform/Intel/Vlv2TbltDevicePkg/PlatformPkgIA32.dsc +++ b/Platform/Intel/Vlv2TbltDevicePkg/PlatformPkgIA32.dsc @@ -154,6 +154,7 @@ SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf IoApicLib|PcAtChipsetPkg/Library/BaseIoApicLib/BaseIoApicLib.inf DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf + ImagePropertiesRecordLib|MdeModulePkg/Library/ImagePropertiesRecordLib/ImagePropertiesRecordLib.inf # # CPU diff --git a/Platform/Intel/Vlv2TbltDevicePkg/PlatformPkgX64.dsc b/Platform/Intel/Vlv2TbltDevicePkg/PlatformPkgX64.dsc index c7d9733dad76..384394e31c51 100644 --- a/Platform/Intel/Vlv2TbltDevicePkg/PlatformPkgX64.dsc +++ b/Platform/Intel/Vlv2TbltDevicePkg/PlatformPkgX64.dsc @@ -156,6 +156,7 @@ SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf IoApicLib|PcAtChipsetPkg/Library/BaseIoApicLib/BaseIoApicLib.inf DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf + ImagePropertiesRecordLib|MdeModulePkg/Library/ImagePropertiesRecordLib/ImagePropertiesRecordLib.inf # # CPU -- 2.43.0.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#111939): https://edk2.groups.io/g/devel/message/111939 Mute This Topic: https://groups.io/mt/102906509/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-