From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp-fw-33001.amazon.com (smtp-fw-33001.amazon.com [207.171.190.10]) by mx.groups.io with SMTP id smtpd.web09.8999.1655998023247791400 for ; Thu, 23 Jun 2022 08:27:03 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@amazon.com header.s=amazon201209 header.b=r1wrkPgl; spf=pass (domain: amazon.de, ip: 207.171.190.10, mailfrom: prvs=166bdb412=ncoleon@amazon.de) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=amazon.com; i=@amazon.com; q=dns/txt; s=amazon201209; t=1655998024; x=1687534024; h=from:to:cc:subject:date:message-id:mime-version; bh=x6IUOjrndbkKBAFRqLCgWcaYigCnouNuw9VUVlW/OUE=; b=r1wrkPglgPLHN5iWsLWRcsMY0C4pUuYgNfDX323RY4FcjCqSzzRGNi5s 3wWP7kSNtgI9wS0Zl3J9UVieeDE5OkXfzkgpDc6gzOcCv9ykATffD0pON EDWTFdNpPfJneJNv0vOp8d/APEj5tuCETeSSQSIcLwdISgYsQJgvJLb43 4=; X-IronPort-AV: E=Sophos;i="5.92,216,1650931200"; d="scan'208";a="204638422" Received: from iad12-co-svc-p1-lb1-vlan2.amazon.com (HELO email-inbound-relay-pdx-2a-92ba9394.us-west-2.amazon.com) ([10.43.8.2]) by smtp-border-fw-33001.sea14.amazon.com with ESMTP; 23 Jun 2022 15:26:45 +0000 Received: from EX13D49EUC003.ant.amazon.com (pdx1-ws-svc-p6-lb9-vlan3.pdx.amazon.com [10.236.137.198]) by email-inbound-relay-pdx-2a-92ba9394.us-west-2.amazon.com (Postfix) with ESMTPS id 9660343584; Thu, 23 Jun 2022 15:26:42 +0000 (UTC) Received: from ub4014a598e6c52.ant.amazon.com (10.43.160.26) by EX13D49EUC003.ant.amazon.com (10.43.164.91) with Microsoft SMTP Server (TLS) id 15.0.1497.36; Thu, 23 Jun 2022 15:26:34 +0000 From: "Ojeda Leon, Nicolas" To: CC: , , , , , , , , , , , , , , , , , Nicolas Ojeda Leon , Alexander Graf , Ard Biesheuvel Subject: [PATCH] Ovmf: Include HardwareInfoLib library classes for IntelTdx Date: Thu, 23 Jun 2022 17:26:23 +0200 Message-ID: <8f81fa862b2366d2937e2561788c43258a326124.1655997901.git.ncoleon@amazon.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 X-Originating-IP: [10.43.160.26] X-ClientProxiedBy: EX13D30UWC002.ant.amazon.com (10.43.162.235) To EX13D49EUC003.ant.amazon.com (10.43.164.91) Content-Type: text/plain Include HardwareInfoLib classes in the IntelTdxX64.dsc for this platform to use it during build given that PciHostBridgeUtilityLib depends on it. Cc: Alexander Graf Cc: Gerd Hoffmann Cc: Ard Biesheuvel Signed-off-by: Nicolas Ojeda Leon --- OvmfPkg/IntelTdx/IntelTdxX64.dsc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/OvmfPkg/IntelTdx/IntelTdxX64.dsc b/OvmfPkg/IntelTdx/IntelTdxX64.dsc index a40f7228b9..c662ae8720 100644 --- a/OvmfPkg/IntelTdx/IntelTdxX64.dsc +++ b/OvmfPkg/IntelTdx/IntelTdxX64.dsc @@ -164,6 +164,8 @@ LoadLinuxLib|OvmfPkg/Library/LoadLinuxLib/LoadLinuxLib.inf MemEncryptSevLib|OvmfPkg/Library/BaseMemEncryptSevLib/DxeMemEncryptSevLib.inf MemEncryptTdxLib|OvmfPkg/Library/BaseMemEncryptTdxLib/BaseMemEncryptTdxLib.inf + PeiHardwareInfoLib|OvmfPkg/Library/HardwareInfoLib/PeiHardwareInfoLib.inf + DxeHardwareInfoLib|OvmfPkg/Library/HardwareInfoLib/DxeHardwareInfoLib.inf LockBoxLib|OvmfPkg/Library/LockBoxLib/LockBoxBaseLib.inf CustomizedDisplayLib|MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf -- 2.17.1 Amazon Development Center Germany GmbH Krausenstr. 38 10117 Berlin Geschaeftsfuehrung: Christian Schlaeger, Jonathan Weiss Eingetragen am Amtsgericht Charlottenburg unter HRB 149173 B Sitz: Berlin Ust-ID: DE 289 237 879