From nobody Sun May 5 08:44:08 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.12 as permitted sender) client-ip=66.175.222.12; envelope-from=bounce+27952+53280+1787277+3901457@groups.io; helo=web01.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+53280+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=linaro.org ARC-Seal: i=1; a=rsa-sha256; t=1579103085; cv=none; d=zohomail.com; s=zohoarc; b=igZ8y0DLUBh+42AWvm5a4y841OnycOqEGYdcHgiVwLXPFZRJ4emWukx035hxF08SDNrUe7TXEOCFgTwP20KK/iP63/aq6UdvboGETYHNu9J6eKVRUOTWvc1yuQzwh+7NAX2ufo4mOZOJq8Y3eHd7SLnAx628g5Vm0vkIVudouG8= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1579103085; h=Content-Transfer-Encoding:Cc:Date:From:List-Id:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:Sender:Subject:To; bh=KGQm4bRCo49Y6IwO00SAR0c0UAhvrfYni6SB3zbZskg=; b=i8hteUiyYWe9oVzrd2VXK7rxsoWIU6fvVbEJco1fxsJ1xje8uWcUbvZP4Zfnkb4z3OsctoMhyf3oRXryjKmSdgoQGjnKWfMbCVTMjYwxUOT4YlHkfkTbT/L1+0+fAuGK4G2t3hlKIv/fmBJL7YoF1Y9KNDuTbrEW3Ds0vIv3Pso= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+53280+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from web01.groups.io (web01.groups.io [66.175.222.12]) by mx.zohomail.com with SMTPS id 1579103085543401.6085198260181; Wed, 15 Jan 2020 07:44:45 -0800 (PST) Return-Path: X-Received: by 127.0.0.2 with SMTP id geGNYY1788612xvftdAILKEb; Wed, 15 Jan 2020 07:44:45 -0800 X-Received: from mail-wr1-f66.google.com (mail-wr1-f66.google.com [209.85.221.66]) by mx.groups.io with SMTP id smtpd.web09.8833.1579103084320768482 for ; Wed, 15 Jan 2020 07:44:44 -0800 X-Received: by mail-wr1-f66.google.com with SMTP id c9so16222643wrw.8 for ; Wed, 15 Jan 2020 07:44:44 -0800 (PST) X-Gm-Message-State: yg3oAUBQ1AtajOBlyoUGcaMNx1787277AA= X-Google-Smtp-Source: APXvYqzi79FUtKAIGFUxuzkxxJYhkTOQIIeyb2vS3+Q54X6HR+26JeBFfcgFHJbmJgtcUXUeCK1srQ== X-Received: by 2002:a5d:42c5:: with SMTP id t5mr13988370wrr.73.1579103082623; Wed, 15 Jan 2020 07:44:42 -0800 (PST) X-Received: from dogfood.home ([2a01:cb1d:112:6f00:d550:cc24:ff08:3949]) by smtp.gmail.com with ESMTPSA id z4sm308630wma.2.2020.01.15.07.44.41 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 15 Jan 2020 07:44:41 -0800 (PST) From: "Ard Biesheuvel" To: devel@edk2.groups.io Cc: leif.lindholm@linaro.org, Ard Biesheuvel Subject: [edk2-devel] [PATCH edk2-platforms] Silicon/AMD/StyxSpiFvDxe: declare missing GUID dependency Date: Wed, 15 Jan 2020 16:44:01 +0100 Message-Id: <20200115154401.12972-1-ard.biesheuvel@linaro.org> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: 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,ard.biesheuvel@linaro.org Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1579103085; bh=vA3r66ygxHTKpcRep1GPjtWEVZPTk+PSbd0qzuynUzY=; h=Cc:Date:From:Reply-To:Subject:To; b=OIYrmROR7De/kjXKzzeOOm6UUtOTNyQ+ZeyPSBRHmsk2sQxtaZ/57vrJXq7Vl7rymje IyJIe12NzSOgmIL+FZcv99tDeQIaiKt3li5wzezfs6w9oDAIFeIrZJ5P6KmCeEFh4WuAL xlaIGxtQeuNa2J8jyksXnTy7ZSUfX0AMbFg= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Type: text/plain; charset="utf-8" StyxSpiFvDxe depends on gEfiEventVirtualAddressChangeGuid, but got away with not declaring it in its INF because of a transitive dependency. However, this dependency got dropped in core EDK2, resulting in build failures of the Styx platform. Signed-off-by: Ard Biesheuvel Reviewed-by: Leif Lindholm --- Silicon/AMD/Styx/Drivers/StyxSpiFvDxe/StyxSpiFvDxe.inf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Silicon/AMD/Styx/Drivers/StyxSpiFvDxe/StyxSpiFvDxe.inf b/Silic= on/AMD/Styx/Drivers/StyxSpiFvDxe/StyxSpiFvDxe.inf index bcc2306ec93d..54a2e4ea9da6 100644 --- a/Silicon/AMD/Styx/Drivers/StyxSpiFvDxe/StyxSpiFvDxe.inf +++ b/Silicon/AMD/Styx/Drivers/StyxSpiFvDxe/StyxSpiFvDxe.inf @@ -35,6 +35,9 @@ UefiRuntimeLib DxeServicesTableLib =20 +[Guids] + gEfiEventVirtualAddressChangeGuid + [FixedPcd] gArmTokenSpaceGuid.PcdFdBaseAddress =20 --=20 2.20.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#53280): https://edk2.groups.io/g/devel/message/53280 Mute This Topic: https://groups.io/mt/69718927/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-