From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from sin.source.kernel.org (sin.source.kernel.org [145.40.73.55]) by mx.groups.io with SMTP id smtpd.web12.10968.1656094047679972384 for ; Fri, 24 Jun 2022 11:07:28 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@kernel.org header.s=k20201202 header.b=IIaepcdh; spf=pass (domain: kernel.org, ip: 145.40.73.55, mailfrom: ardb@kernel.org) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by sin.source.kernel.org (Postfix) with ESMTPS id C3EFBCE2D4A for ; Fri, 24 Jun 2022 18:07:24 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 39DCCC341C8 for ; Fri, 24 Jun 2022 18:07:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1656094043; bh=Q9BlhWmJwdYbiU9IqCESoscAoDkXAG7Z0XcZ+RuIYjI=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=IIaepcdhry1Qlf6j59loXxn3kCwyqpSCuTdbjgNF4f4eUaGY80kKByqDaPkgs+nTu 3k4DoCOkVizxmQ7XHcByZ+MF6pgSiGRBc2LXTc0rU82pHUt6sx4V/AKavmKiNDXtmP vcYwLpyYDLUIPuWypqNeT/++uYe1BzvTHJoTzAdMacKdthhlrfx/IN52y0MQuvpjqM 2IWUJ3Bva1miMwk39fK49oViQ9aBKSV+t/FGp6g0vTcu+oN2hIwmDp8GQYAzpU6h7R qwBDwkHimIt0YB1NwNwrJ+MZYjxWXdP8MJLW7yjETWxBtybVzua1w0IwCiiU7t3vFS orIUGdmySjtBg== Received: by mail-lj1-f173.google.com with SMTP id b21so2944586ljf.1 for ; Fri, 24 Jun 2022 11:07:23 -0700 (PDT) X-Gm-Message-State: AJIora9hBElAdT6ZRgjY+MPp75kxGuI64rn+ysW1mpZ1D5+DulFCAF6o O7zukZxdpSuT1mpOqvJg+zxxSh5bVuIkD9lHuGc= X-Google-Smtp-Source: AGRyM1vpr+Sa61K3ivulclyj645tqA9CAt/MEFLxggodwy5RMOwVQIWMqGhZVhwq6gxdYTX3oIF3R/JizZmeRi8iLRs= X-Received: by 2002:a2e:312:0:b0:25a:5d2f:5ffd with SMTP id 18-20020a2e0312000000b0025a5d2f5ffdmr97188ljd.373.1656094041240; Fri, 24 Jun 2022 11:07:21 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: "Ard Biesheuvel" Date: Fri, 24 Jun 2022 20:07:09 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH 0/2] Include HardwareInfoLib in all platforms using To: Nicolas Ojeda Leon Cc: edk2-devel-groups-io , Alexander Graf , Leif Lindholm , Sami Mujawar , Brijesh Singh , Erdem Aktas , James Bottomley , Min Xu , Tom Lendacky , Rebecca Cran , Peter Grehan , Sebastien Boeuf , Anthony Perard , Julien Grall , Ard Biesheuvel , Jiewen Yao , Jordan Justen , Gerd Hoffmann Content-Type: text/plain; charset="UTF-8" On Thu, 23 Jun 2022 at 17:23, Nicolas Ojeda Leon wrote: > > In past days, a patch series to support multiple PCI host bridges in Ovmf > was merged which caused an error in ArmVirtQemuKernel.dsc build, part > of the CI pipeline. > > These 2 commits aim at fixing this issue by adding the HardwareInfoLib > to all ArmVirt* platofrms as well as for IntelTdx which were missing > this library that now is a dependency of PciHostBridgeUtilityLib. > > Nicolas Ojeda Leon (2): > ArmVirtPkg: Include DxeHardwareInfoLib library class in dsc > Ovmf: Include HardwareInfoLib library classes for IntelTdx > Thanks for the fixes Merged as #3012 > ArmVirtPkg/ArmVirt.dsc.inc | 1 + > ArmVirtPkg/ArmVirtQemu.dsc | 1 - > OvmfPkg/IntelTdx/IntelTdxX64.dsc | 2 ++ > 3 files changed, 3 insertions(+), 1 deletion(-) > > -- > 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 > > >