From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-pg1-f170.google.com (mail-pg1-f170.google.com [209.85.215.170]) by mx.groups.io with SMTP id smtpd.web08.7958.1666186000327519318 for ; Wed, 19 Oct 2022 06:26:40 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ventanamicro.com header.s=google header.b=CI/9Vxky; spf=pass (domain: ventanamicro.com, ip: 209.85.215.170, mailfrom: sunilvl@ventanamicro.com) Received: by mail-pg1-f170.google.com with SMTP id 128so16255485pga.1 for ; Wed, 19 Oct 2022 06:26:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ventanamicro.com; s=google; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc:subject:date:message-id:reply-to; bh=B/nXD/csPe+sObxZHQ4uovMV1O4HXEAukZcFPBzSK1Q=; b=CI/9VxkyTXWfhPL/0cJA9sQ+YrDmAH9Z60ajglYx7oWHzGDJ8J+2xtl9zldGI4whYb O71C1UvUrt0EIEQpH329A+rKZ/NIdrEy8BiHlN+oIhTrwA0b/KOvlro+v18b0Yk7OdE5 XiaITq8TtWlizbP9+P0PuOcIxefJx+GbXKJ+Mdmdr1G5G3dczfwa5uvq+raTzOl6owoV e8GFacKLfqdIJgsm8FNoInzRRN/7+qhsZS7bs1TYtbwLqIjlRPP/BmUbNA72hiO4R6JS WvwWaHcfP/W7IIixskog3LxMI+HxYakNKDkcYq8rNEUcXc3b/u+zgR7cATFuG9bgWEgS YobA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=B/nXD/csPe+sObxZHQ4uovMV1O4HXEAukZcFPBzSK1Q=; b=2L6UTlYcJ8pJF/ZCP10CiHsxh5TT7X/dWn407or7OFfCKLzSWPsAST3Fhit5UtU9Y1 a/y+jmr8LSyL9+I+PM+LhSF+FNKACXRgOfWo2qakkDVuyMzSrZMC6dAu+rsbrEqfAo6f ZbSmt1zgBiGCbKM2Q2zdp8zFXaZA/TccDe1AUbhfHmkvqgcA9nXBfv1WUmnrCnfDJhB7 g/bnJGUaldDKL7+G3kfi7o3d/W4UfxPkxeVN54j1jRRotgMdiC4ls5jB9V55ZVmDugBQ 326ZwkkNqTWXsu07xMsn4IbObvrsjpJBbp0GhcO9xZ+s2Hi1wNUPSvJBwoaPJly2acuH Wezg== X-Gm-Message-State: ACrzQf0ytD59hfZ2ghZ3RNl/DcTeCXO84z5m2ReCD362gtZPk5AXuNUQ 8VyuilsJy1LA0TLDYA/t5DHl5qMDmtCWQw== X-Google-Smtp-Source: AMsMyM4AU1lwSaejwyOsv7ZX4gWZGIZ3XHo+LnRfzYLTt4+Xxqh7FE83UTM64Gkzlc7Zn1UtJ8BhoQ== X-Received: by 2002:a17:902:ef96:b0:17e:e7f3:31db with SMTP id iz22-20020a170902ef9600b0017ee7f331dbmr8280011plb.127.1666185989029; Wed, 19 Oct 2022 06:26:29 -0700 (PDT) Return-Path: Received: from sunil-laptop ([49.206.13.138]) by smtp.gmail.com with ESMTPSA id n17-20020a170902e55100b00174c1855cd9sm10999495plf.267.2022.10.19.06.26.25 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 19 Oct 2022 06:26:28 -0700 (PDT) Date: Wed, 19 Oct 2022 18:56:22 +0530 From: "Sunil V L" To: Ard Biesheuvel Cc: devel@edk2.groups.io, sami.mujawar@arm.com, Leif Lindholm , Thomas Abraham , "nd@arm.com" Subject: Re: [edk2-devel] [PATCH edk2-platforms 2/4] Platform/ARM: create local definition of NorFlashPlatformLib Message-ID: References: <20221019103555.493477-1-ardb@kernel.org> <20221019103555.493477-3-ardb@kernel.org> <0d8b82d3-83ce-e8a8-468a-c41907f015d6@arm.com> MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Wed, Oct 19, 2022 at 02:56:39PM +0200, Ard Biesheuvel wrote: > On Wed, 19 Oct 2022 at 14:52, Sami Mujawar wrote: > > > > Hi Ard, > > > > Thank you for this patch. > > > > The patch at 'https://edk2.groups.io/g/devel/message/95239' is moving > > the NorFlashPlatformLib.h to > > MdePkg/Include/Library/NorFlashPlatformLib.h. Is the plan to drop > > Platform/ARM/Include/Library/NorFlashPlatformLib.h once the MdePkg patch > > is merged? > > > > MdePkg is not the place for this - it only carries things that are > defined in PI, UEFI, or other industry standard specifications. > > NorFlashPlatformLib is tightly coupled to NorFlashDxe. We will be > moving the latter into OvmfPkg/ so the library definition should move > there as well, most probably. > Okay. I will drop MdePkg changes then and add it in OvmfPkg. Thanks Sunil