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 D0295780091 for ; Fri, 1 Dec 2023 00:35:00 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=zEz1SWnZVy2unfvH0DlF+0zVUJBOENegIwjgNUYQr6Q=; 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=1701390899; v=1; b=DK01gOtyD1PbzxUqc0yPEEYldesLORQtozqLWcFBgtVidLGzNpEMMNYg3o9/7oB2WHeNuba5 G57KyhPujt8SW86RezqSQ4dPPsXXyTnJLTYXcGCUJITJyvBQmn5T0qzO5b4MRp/nuQWEUUjLp/b CoVH/mV2z/mr8TMRTPEjyqrM= X-Received: by 127.0.0.2 with SMTP id 8gt2YY7687511xWSzN948MZ1; Thu, 30 Nov 2023 16:34:59 -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.11846.1701390896410729613 for ; Thu, 30 Nov 2023 16:34:56 -0800 X-Received: by mail-pf1-f174.google.com with SMTP id d2e1a72fcca58-6cde4aeea29so1328766b3a.2 for ; Thu, 30 Nov 2023 16:34:56 -0800 (PST) X-Gm-Message-State: a91OWIcxeqzwmxDwfAThPs0vx7686176AA= X-Google-Smtp-Source: AGHT+IEWglRuCe5dhq3cyTdbHFePC0ZV/SIOIH9vmEFbjDgStwqqyQxcpZ5Qzc7GPxLPZ+GcWiHsEw== X-Received: by 2002:a05:6a00:a87:b0:6bd:b7c5:f777 with SMTP id b7-20020a056a000a8700b006bdb7c5f777mr26723050pfl.16.1701390895723; Thu, 30 Nov 2023 16:34:55 -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:55 -0800 (PST) From: "Taylor Beebe" To: devel@edk2.groups.io Cc: Ard Biesheuvel , Leif Lindholm , Graeme Gregory , Marcin Juszkiewicz Subject: [edk2-devel] [PATCH v1 08/17] Platform/Qemu/SbsaQemu: Add ImagePropertiesRecordLib Instance Date: Thu, 30 Nov 2023 16:34:30 -0800 Message-ID: <20231201003440.807-9-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=DK01gOty; 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: Ard Biesheuvel Cc: Leif Lindholm Cc: Graeme Gregory Cc: Marcin Juszkiewicz --- Platform/Qemu/SbsaQemu/SbsaQemu.dsc | 1 + 1 file changed, 1 insertion(+) diff --git a/Platform/Qemu/SbsaQemu/SbsaQemu.dsc b/Platform/Qemu/SbsaQemu/SbsaQemu.dsc index fa85bd8dab89..de43bfb6528d 100644 --- a/Platform/Qemu/SbsaQemu/SbsaQemu.dsc +++ b/Platform/Qemu/SbsaQemu/SbsaQemu.dsc @@ -78,6 +78,7 @@ DEFINE NETWORK_HTTP_BOOT_ENABLE = FALSE SortLib|MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf FileHandleLib|MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf + ImagePropertiesRecordLib|MdeModulePkg/Library/ImagePropertiesRecordLib/ImagePropertiesRecordLib.inf FdtLib|EmbeddedPkg/Library/FdtLib/FdtLib.inf UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf -- 2.43.0.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#111943): https://edk2.groups.io/g/devel/message/111943 Mute This Topic: https://groups.io/mt/102906513/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-