From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-yb1-f171.google.com (mail-yb1-f171.google.com [209.85.219.171]) by mx.groups.io with SMTP id smtpd.web09.20300.1621845535442030926 for ; Mon, 24 May 2021 01:38:55 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@linaro.org header.s=google header.b=y+wlMEdE; spf=pass (domain: linaro.org, ip: 209.85.219.171, mailfrom: ilias.apalodimas@linaro.org) Received: by mail-yb1-f171.google.com with SMTP id g38so36997678ybi.12 for ; Mon, 24 May 2021 01:38:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc:content-transfer-encoding; bh=DqqZqPXi+xrPmN43LoBmXjh1LLplfmtusosNl9DH4WY=; b=y+wlMEdE1dr2Q07K3iQGmTapcqx/Z2Y0IL62AoeRisIw75NLk/xzt7qSaXmEd6kGdF 4ylkNsyWiiuagXBCBCnTjPCXnZ1VBhPzAnUI1OhepvzEo6+C1iVSoXJC8z+/9pr71e9s GVh8Z1jY3d6/tznARZ2baCMzIZX8xw/ugASPk5z7I+KHINL0N+2bNOb2sdJsM6uFt5QZ AKxbTl0edqUG/PgTA5UEhx9n83Czr7OEJEhscOCD+Yznc2cKv2FVKzqHEXYK77k0ShhG FCrVHc95O1XRHCbFWBsIh+O4Qe2xeGa41e9koaQHl21iWM8zU1BGIq/vUTF0iT+d3oDn vzlg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=DqqZqPXi+xrPmN43LoBmXjh1LLplfmtusosNl9DH4WY=; b=IXMlwo/IrPxgHJa0sCRFnreS9t8ZP+bB79pXucBhwF/xtTOEmg0tSkMIWVd08xqRGE VAFQQPpo7Orb4GWZJ2tmgs0RNKnorPOoNmmaaTnOiHTLT7LrRBWG6NbrJrZv3fuOTm/4 suIvOA67jlj55T194r8FBc58fF/9KLtxEjPxW2yJnXIyQDxu3NBCiKPJskLIQDELHXpt bLKe8MvnOJ0yQZVRxqnukHcUSquuX5NoSMmgCgHlTQz1LGas1HNyDoh7ydAsqP7z5bMR h0QMUy/N5m0sIWMySoR7WIEeNXso7KzsDvAzUTXEO8o42bfSUWKzqBXV4wRH3pkonwmk UnCw== X-Gm-Message-State: AOAM533v+bOyguWRHFVqc2cXttqBu0VRZ+hwIvL1kdQSXzju7t7bAXr5 du5KdWuU4MBO0m5phrKWy+dtpoLuPl/ebrV9tfGJfg== X-Google-Smtp-Source: ABdhPJwyBce1b7ygUzagk6DRg7eo+09BsCrzJdHMjG4iC2yn5SUJB4qMPWFbNWI3r5TPGk3JaT0cgUAytcNwR1gviLQ= X-Received: by 2002:a25:b80e:: with SMTP id v14mr35338487ybj.408.1621845534717; Mon, 24 May 2021 01:38:54 -0700 (PDT) MIME-Version: 1.0 References: <20210523201634.283436-1-ilias.apalodimas@linaro.org> In-Reply-To: From: "Ilias Apalodimas" Date: Mon, 24 May 2021 11:38:18 +0300 Message-ID: Subject: Re: [PATCH] Silicon/StMMRpmb: Consume MdeLibs.dsc.inc for RegisterFilterLib To: Sami Mujawar Cc: "devel@edk2.groups.io" , "ardb+tianocore@kernel.org" , "leif@nuviainc.com" Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Hi Sami, Indeed I forgot about that patchset! Since Etienne's patches are reviewed already, feel free to ignore this so he won't need to rebase his code. Thanks /Ilias On Mon, 24 May 2021 at 11:12, Sami Mujawar wrote: > > Hi Ilias, > > > > Thank you for this patch. > > > > I think this change may have been covered in https://edk2.groups.io/g/dev= el/topic/82880299#75180. However, this is an independent fix that is needed= to the current code (before the 32-bit support is merged). > > > > Reviewed-by: Sami Mujawar > > > > Regards, > > > > Sami Mujawar > > > > From: Ilias Apalodimas > Date: Sunday, 23 May 2021 at 21:16 > To: devel@edk2.groups.io , Sami Mujawar > Cc: ardb+tianocore@kernel.org , leif@nuviainc.= com , Ilias Apalodimas > Subject: [PATCH] Silicon/StMMRpmb: Consume MdeLibs.dsc.inc for RegisterFi= lterLib > > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3246 > > MdeLibs.dsc.inc was added for some basic/default library > instances provided by MdePkg and RegisterFilterLibNull Library > was also added into it as the first version of MdeLibs.dsc.inc. > > So update platform dsc to consume MdeLibs.dsc.inc for > RegisterFilterLibNull which will be consumed by IoLib and BaseLib. > > Signed-off-by: Ilias Apalodimas > --- > .../PlatformStandaloneMmPkg/PlatformStandaloneMmRpmb.dsc | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/Platform/StandaloneMm/PlatformStandaloneMmPkg/PlatformStanda= loneMmRpmb.dsc b/Platform/StandaloneMm/PlatformStandaloneMmPkg/PlatformStan= daloneMmRpmb.dsc > index f99a47ebf605..266e2297dd09 100644 > --- a/Platform/StandaloneMm/PlatformStandaloneMmPkg/PlatformStandaloneMmR= pmb.dsc > +++ b/Platform/StandaloneMm/PlatformStandaloneMmPkg/PlatformStandaloneMmR= pmb.dsc > @@ -22,6 +22,8 @@ > FLASH_DEFINITION =3D Platform/StandaloneMm/PlatformStand= aloneMmPkg/PlatformStandaloneMmRpmb.fdf > > DEFINE DEBUG_MESSAGE =3D TRUE > > > > + !include MdePkg/MdeLibs.dsc.inc > > + > > ########################################################################= ######## > > # > > # Library Class section - list of all Library Classes needed by this Pla= tform. > > -- > 2.31.1 > > IMPORTANT NOTICE: The contents of this email and any attachments are conf= idential and may also be privileged. If you are not the intended recipient,= please notify the sender immediately and do not disclose the contents to a= ny other person, use it for any purpose, or store or copy the information i= n any medium. Thank you.