From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-x229.google.com (mail-wm0-x229.google.com [IPv6:2a00:1450:400c:c09::229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 96DD48036B for ; Wed, 22 Mar 2017 06:01:48 -0700 (PDT) Received: by mail-wm0-x229.google.com with SMTP id 196so8593829wmm.1 for ; Wed, 22 Mar 2017 06:01:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=h2NojZWQbCmBMCFkxOTPIQsTl0JA8z/5zZPxRetF++c=; b=I9DKMfgLl4jt+NLP3MjrH1IeNfuvxUGoJ2yxzRnMC/HqtnGCMVLdoRX0DO+C8uYhgp V1c2nxfOIQixseXywRcYefRZie/eW+QeeAyTPUzTNZR3aBY+E4hdeAtiwFqnX249OxHG t13OGnLGvYdWYgmXAlJudpiSiJC34i941d/To= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=h2NojZWQbCmBMCFkxOTPIQsTl0JA8z/5zZPxRetF++c=; b=iqQb31Bt38XnelKzAGeuTHTcjgU8l53Hz3bpaAiKOjCxPwciO7Da90yK9mGtIkdUEN nss77gKHEBLss248ulpqlnNVN1seWkFNmb1fbmOBiLFz1NxA557o8zHBUrs0hmZDe9ud Ux3OCkh0wDFVi3gJ7pamsRuHpOPeDKZHOO9ah3nVkz+2rdFzUMjfeqL7xWgJKZmuCzKY whh6a0/mDFyXDJBVSKWZbppQSj01BFuQ78M8Ij5/r6uSZFWqFoU3fQKj/LgYUgkQyKYB BXDKCaO2iQOgv2AWSfPyAoTcLBHukrjIdImUrmpLl2MUyTxH67O35uiLrwqa6jJbg/MN b/rQ== X-Gm-Message-State: AFeK/H1xPGdLG4nuRj4kGBx/v6THNVX09WnrbmN069cbPwVk+OXbf8TUcUY7bhjbwABt4mKF X-Received: by 10.28.88.2 with SMTP id m2mr8131015wmb.12.1490187707252; Wed, 22 Mar 2017 06:01:47 -0700 (PDT) Received: from bivouac.eciton.net (bivouac.eciton.net. [2a00:1098:0:86:1000:23:0:2]) by smtp.gmail.com with ESMTPSA id k43sm1763978wrk.42.2017.03.22.06.01.45 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 22 Mar 2017 06:01:46 -0700 (PDT) Date: Wed, 22 Mar 2017 13:01:44 +0000 From: Leif Lindholm To: Ard Biesheuvel Cc: edk2-devel@lists.01.org, ryan.harkin@linaro.org, eugene@hp.com Message-ID: <20170322130144.GW16034@bivouac.eciton.net> References: <1490043181-20031-1-git-send-email-ard.biesheuvel@linaro.org> <1490043181-20031-2-git-send-email-ard.biesheuvel@linaro.org> MIME-Version: 1.0 In-Reply-To: <1490043181-20031-2-git-send-email-ard.biesheuvel@linaro.org> User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [PATCH 1/3] ArmPkg/DefaultExceptionHandlerLib: add missing GUID to .inf X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Mar 2017 13:01:49 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Mon, Mar 20, 2017 at 08:52:59PM +0000, Ard Biesheuvel wrote: > Add the gEfiDebugImageInfoTableGuid, which is referenced in the code, > to both .INF files describing this module. > > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Ard Biesheuvel Reviewed-by: Leif Lindholm > --- > ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLib.inf | 3 +++ > ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLibBase.inf | 3 +++ > 2 files changed, 6 insertions(+) > > diff --git a/ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLib.inf b/ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLib.inf > index 5d3ce892ff3c..f5421b1240a1 100644 > --- a/ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLib.inf > +++ b/ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLib.inf > @@ -42,3 +42,6 @@ [LibraryClasses] > PeCoffGetEntryPointLib > ArmDisassemblerLib > SerialPortLib > + > +[Guids] > + gEfiDebugImageInfoTableGuid > diff --git a/ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLibBase.inf b/ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLibBase.inf > index 8f5b3e1010c8..b53a5e89f507 100644 > --- a/ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLibBase.inf > +++ b/ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLibBase.inf > @@ -40,3 +40,6 @@ [LibraryClasses] > PeCoffGetEntryPointLib > ArmDisassemblerLib > SerialPortLib > + > +[Guids] > + gEfiDebugImageInfoTableGuid > -- > 2.7.4 >