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 4F18A740035 for ; Fri, 1 Dec 2023 00:35:04 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=kXPBmrNT9OGjx7iPEv6l59Ran7jFFnqpkLA4we2jRD0=; 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=1701390903; v=1; b=aOUS1tAIT5484W9Nl+gO5xVnB0qH02LP0fOxv8yyAhgu74rl10pYt18j9OTO6CDaWsHojJDK gkxu51FXWsIcgO5UZrDIEL/PtmSqkkyaSDaXAKqOVqLZTsxlAV8ZWlMC/PcsO35jWX3pM3MjmAx u1hrk5nf/swa0nAK0GjYnzY8= X-Received: by 127.0.0.2 with SMTP id fnZaYY7687511xJjLciUPv3c; Thu, 30 Nov 2023 16:35:03 -0800 X-Received: from mail-oo1-f48.google.com (mail-oo1-f48.google.com [209.85.161.48]) by mx.groups.io with SMTP id smtpd.web10.11851.1701390898823521532 for ; Thu, 30 Nov 2023 16:34:58 -0800 X-Received: by mail-oo1-f48.google.com with SMTP id 006d021491bc7-589d4033e84so855714eaf.1 for ; Thu, 30 Nov 2023 16:34:58 -0800 (PST) X-Gm-Message-State: j1lQtL5IaWI6aFBUJR6pRnPTx7686176AA= X-Google-Smtp-Source: AGHT+IHktfq13eB9ECwyUTle90fcIKf0FNyf+SGeJRRuGiVAN9ZkryVAMoHeHbEfnF0xJhyxe/XGlA== X-Received: by 2002:a05:6358:27a3:b0:16d:fcfd:bb88 with SMTP id l35-20020a05635827a300b0016dfcfdbb88mr26142788rwb.6.1701390897843; Thu, 30 Nov 2023 16:34:57 -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.57 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 30 Nov 2023 16:34:57 -0800 (PST) From: "Taylor Beebe" To: devel@edk2.groups.io Cc: Leif Lindholm , Meenakshi Aggarwal Subject: [edk2-devel] [PATCH v1 12/17] Silicon/NXP: Add ImagePropertiesRecordLib Instance Date: Thu, 30 Nov 2023 16:34:34 -0800 Message-ID: <20231201003440.807-13-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=aOUS1tAI; 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 ImagePropertiesRecordLib is used by DxeMain and PiSmmCore, so it needs to be added to most platforms. Signed-off-by: Taylor Beebe Cc: Leif Lindholm Cc: Meenakshi Aggarwal --- Silicon/NXP/NxpQoriqLs.dsc.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/Silicon/NXP/NxpQoriqLs.dsc.inc b/Silicon/NXP/NxpQoriqLs.dsc.inc index 80b26fc643c4..920d2f6c4ddf 100644 --- a/Silicon/NXP/NxpQoriqLs.dsc.inc +++ b/Silicon/NXP/NxpQoriqLs.dsc.inc @@ -98,6 +98,7 @@ NonDiscoverableDeviceRegistrationLib|MdeModulePkg/Library/NonDiscoverableDeviceRegistrationLib/NonDiscoverableDeviceRegistrationLib.inf ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf + ImagePropertiesRecordLib|MdeModulePkg/Library/ImagePropertiesRecordLib/ImagePropertiesRecordLib.inf I2cLib|Silicon/NXP/Library/I2cLib/I2cLib.inf ResetSystemLib|ArmPkg/Library/ArmSmcPsciResetSystemLib/ArmSmcPsciResetSystemLib.inf -- 2.43.0.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#111947): https://edk2.groups.io/g/devel/message/111947 Mute This Topic: https://groups.io/mt/102906517/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-