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 A358E941A60 for ; Mon, 27 Nov 2023 18:18:37 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=XEFEBXSeDEawOxCLFqYVO1EfEMmZ9fLbAjar97LFuCQ=; 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=1701109116; v=1; b=vpVUaTCNalt/7/ktemJNKgoAGLmYFEZQfZb2FE6S9Y5bwKjz/JV+tsiBCxNRQAuu9fmc6EX8 fNPRQnjzY5fOKxwPBBX0ylYIN7wfrKGxbKcJKPyIRGfdgGvgRRji69Pij9vk3WRXgjWJZNG8owT QW4GjvgI/k04q7SGYyVYZJvc= X-Received: by 127.0.0.2 with SMTP id YCvhYY7687511xRLo3NQOBV4; Mon, 27 Nov 2023 10:18:36 -0800 X-Received: from mail-pl1-f173.google.com (mail-pl1-f173.google.com [209.85.214.173]) by mx.groups.io with SMTP id smtpd.web11.102322.1701109114782234202 for ; Mon, 27 Nov 2023 10:18:34 -0800 X-Received: by mail-pl1-f173.google.com with SMTP id d9443c01a7336-1cfc2d03b3aso10962455ad.1 for ; Mon, 27 Nov 2023 10:18:34 -0800 (PST) X-Gm-Message-State: 2PTP7tdA7yksghJfuxvArq9wx7686176AA= X-Google-Smtp-Source: AGHT+IE5tigLUHi6SxCi196AUMZXVPhA7bAtYQuzR7uWlxe2mZH4CkcwiMXklU2HboZbeJVcPSzneQ== X-Received: by 2002:a17:903:1209:b0:1cc:4669:c0eb with SMTP id l9-20020a170903120900b001cc4669c0ebmr11964967plh.21.1701109114120; Mon, 27 Nov 2023 10:18:34 -0800 (PST) X-Received: from localhost.localdomain ([50.46.253.1]) by smtp.gmail.com with ESMTPSA id c6-20020a170902c1c600b001cfd0ed1604sm2013259plc.87.2023.11.27.10.18.33 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 27 Nov 2023 10:18:33 -0800 (PST) From: "Taylor Beebe" To: devel@edk2.groups.io Cc: Guo Dong , Sean Rhodes , James Lu , Gua Guo , Michael D Kinney Subject: [edk2-devel] [PATCH v5 05/16] UefiPayloadPkg: Add ImagePropertiesRecordLib Instance Date: Mon, 27 Nov 2023 10:18:03 -0800 Message-ID: <20231127181818.411-6-taylor.d.beebe@gmail.com> In-Reply-To: <20231127181818.411-1-taylor.d.beebe@gmail.com> References: <20231127181818.411-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=vpVUaTCN; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=gmail.com (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io Add an instance of ImagePropertiesRecordLib which will be used by the DXE Core. Cc: Guo Dong Cc: Sean Rhodes Cc: James Lu Cc: Gua Guo Signed-off-by: Taylor Beebe Reviewed-by: Michael D Kinney Reviewed-by: Gua Guo --- UefiPayloadPkg/UefiPayloadPkg.dsc | 1 + 1 file changed, 1 insertion(+) diff --git a/UefiPayloadPkg/UefiPayloadPkg.dsc b/UefiPayloadPkg/UefiPayloadPkg.dsc index af9308ef8ed7..a65f9d5b831a 100644 --- a/UefiPayloadPkg/UefiPayloadPkg.dsc +++ b/UefiPayloadPkg/UefiPayloadPkg.dsc @@ -284,6 +284,7 @@ [LibraryClasses] # DebugPrintErrorLevelLib|UefiPayloadPkg/Library/DebugPrintErrorLevelLibHob/DebugPrintErrorLevelLibHob.inf PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf + ImagePropertiesRecordLib|MdeModulePkg/Library/ImagePropertiesRecordLib/ImagePropertiesRecordLib.inf !if $(SOURCE_DEBUG_ENABLE) == TRUE PeCoffExtraActionLib|SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/PeCoffExtraActionLibDebug.inf DebugCommunicationLib|SourceLevelDebugPkg/Library/DebugCommunicationLibSerialPort/DebugCommunicationLibSerialPort.inf -- 2.42.0.windows.2 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#111742): https://edk2.groups.io/g/devel/message/111742 Mute This Topic: https://groups.io/mt/102834912/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-