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 B84D3D802DF for ; Fri, 1 Dec 2023 00:35:01 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=tSqnedjfJFjhALZucrP0yuEPJiuBauLZ1pLuESjETiU=; 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=1701390900; v=1; b=rHDcqkvW7tZnuYXYsX/R8CTa1JnNfYYNhXyLSl/k7bEPv6nyQFPBUeeak3XW4vVWLr65j9Mo IZ9tPgFuelyN+jovLb2Jj6RCxd5AQmAo3wrB1UjmB7BTnxoiKB5jZy/SURX2oypYWKlQ1D8Wfbq WNT9aocNUh+TZfR45jsHVvkw= X-Received: by 127.0.0.2 with SMTP id PZCMYY7687511xWKYW7dnqLk; Thu, 30 Nov 2023 16:35:00 -0800 X-Received: from mail-oo1-f44.google.com (mail-oo1-f44.google.com [209.85.161.44]) by mx.groups.io with SMTP id smtpd.web11.11659.1701390897292577417 for ; Thu, 30 Nov 2023 16:34:57 -0800 X-Received: by mail-oo1-f44.google.com with SMTP id 006d021491bc7-58ce8513da1so919281eaf.2 for ; Thu, 30 Nov 2023 16:34:57 -0800 (PST) X-Gm-Message-State: urDAgAZINvaMhB6e2rRNXPu0x7686176AA= X-Google-Smtp-Source: AGHT+IGBJtAtchin5JkfAfsVudpC/1b7sLEDeYAdLGCl9wUu0PMLj7e1UyKSSkUMDLLjGgV3su1EtA== X-Received: by 2002:a05:6358:a084:b0:16e:3fdc:4d4f with SMTP id u4-20020a056358a08400b0016e3fdc4d4fmr20241720rwn.27.1701390896405; Thu, 30 Nov 2023 16:34:56 -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.55 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 30 Nov 2023 16:34:56 -0800 (PST) From: "Taylor Beebe" To: devel@edk2.groups.io Cc: Daniel Schaefer Subject: [edk2-devel] [PATCH v1 09/17] Platform/SiFive/U5SeriesPkg: Add ImagePropertiesRecordLib Instance Date: Thu, 30 Nov 2023 16:34:31 -0800 Message-ID: <20231201003440.807-10-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=rHDcqkvW; 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: Daniel Schaefer --- Platform/SiFive/U5SeriesPkg/FreedomU500VC707Board/U500.dsc | 1 + Platform/SiFive/U5SeriesPkg/FreedomU540HiFiveUnleashedBoard/U540.dsc | 1 + 2 files changed, 2 insertions(+) diff --git a/Platform/SiFive/U5SeriesPkg/FreedomU500VC707Board/U500.dsc b/Platform/SiFive/U5SeriesPkg/FreedomU500VC707Board/U500.dsc index 4dc243867f40..0479d8f3b0ae 100644 --- a/Platform/SiFive/U5SeriesPkg/FreedomU500VC707Board/U500.dsc +++ b/Platform/SiFive/U5SeriesPkg/FreedomU500VC707Board/U500.dsc @@ -103,6 +103,7 @@ FdtLib|EmbeddedPkg/Library/FdtLib/FdtLib.inf VariableFlashInfoLib|MdeModulePkg/Library/BaseVariableFlashInfoLib/BaseVariableFlashInfoLib.inf VariablePolicyHelperLib|MdeModulePkg/Library/VariablePolicyHelperLib/VariablePolicyHelperLib.inf + ImagePropertiesRecordLib|MdeModulePkg/Library/ImagePropertiesRecordLib/ImagePropertiesRecordLib.inf # RISC-V Platform Library TimeBaseLib|EmbeddedPkg//Library/TimeBaseLib/TimeBaseLib.inf diff --git a/Platform/SiFive/U5SeriesPkg/FreedomU540HiFiveUnleashedBoard/U540.dsc b/Platform/SiFive/U5SeriesPkg/FreedomU540HiFiveUnleashedBoard/U540.dsc index 9dff112d0016..a297702952a0 100644 --- a/Platform/SiFive/U5SeriesPkg/FreedomU540HiFiveUnleashedBoard/U540.dsc +++ b/Platform/SiFive/U5SeriesPkg/FreedomU540HiFiveUnleashedBoard/U540.dsc @@ -103,6 +103,7 @@ FdtLib|EmbeddedPkg/Library/FdtLib/FdtLib.inf VariableFlashInfoLib|MdeModulePkg/Library/BaseVariableFlashInfoLib/BaseVariableFlashInfoLib.inf VariablePolicyHelperLib|MdeModulePkg/Library/VariablePolicyHelperLib/VariablePolicyHelperLib.inf + ImagePropertiesRecordLib|MdeModulePkg/Library/ImagePropertiesRecordLib/ImagePropertiesRecordLib.inf # RISC-V Platform Library TimeBaseLib|EmbeddedPkg//Library/TimeBaseLib/TimeBaseLib.inf -- 2.43.0.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#111944): https://edk2.groups.io/g/devel/message/111944 Mute This Topic: https://groups.io/mt/102906514/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-