From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-it0-x235.google.com (mail-it0-x235.google.com [IPv6:2607:f8b0:4001:c0b::235]) (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 16A4B8038D for ; Wed, 22 Mar 2017 08:38:29 -0700 (PDT) Received: by mail-it0-x235.google.com with SMTP id 190so26269199itm.0 for ; Wed, 22 Mar 2017 08:38:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=a9lHbeyXtlYR5/4PuLwU+GI9O3OhJmI8SnBkslkanCg=; b=HQmAffeqFpU9YGxJatRCP30lg/05dhRDCgnwbt6l8d3TOIoHkc1IrsqyLxV0LGpYV7 qhi535rgWFmmKWpKJ7ZP3Am3GXz5coEi+BlyuMKCNT7jh7Wa8mrFTwAs6J8It+q+Ygpi kP7cbKSEb8FOfS7ZQtaEoGSbASCuHQXzcFjIc= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=a9lHbeyXtlYR5/4PuLwU+GI9O3OhJmI8SnBkslkanCg=; b=lfTB6qgVzTkpHRNQRFkDB9TG65agEPjiKAOPeO5WC2cCSg9HlLV6u3X7wNEno/uv3e GbqannFdq7dGYTjb2/nS7mtItrvWD/1fhGyi6I20tRyNiAg5XDgjEDv9Z05v5VN0s1Cm gsaz5KKdaZgjdZLl3GC3Pe554Ny4kozgml81rx08CPChFSzqe6xVemPnlwtCtcebzC+l kx3nmQsZhzrm+C9HR7cuBSp4SF3PPFbfT8QduCBPS8FigMncPZjbDiDfVB5UmyrQEmIP uJHjpxOhYYPjmdRtQBbjNRbbD4GQqgs+jBEk5UEHzkanakpy/ddUrgawhFPiwmoStDVg XRZg== X-Gm-Message-State: AFeK/H1AOjgxR43wzrniCh5M49r21nnPYP9TrZZr+SwZ1oFxw6RZg8LuVwEoUB99CtCj12irTt+tX+f2DcSpQT7T X-Received: by 10.36.77.10 with SMTP id l10mr8378276itb.59.1490197108393; Wed, 22 Mar 2017 08:38:28 -0700 (PDT) MIME-Version: 1.0 Received: by 10.107.10.27 with HTTP; Wed, 22 Mar 2017 08:38:27 -0700 (PDT) In-Reply-To: <1490191448-22398-1-git-send-email-ard.biesheuvel@linaro.org> References: <1490191448-22398-1-git-send-email-ard.biesheuvel@linaro.org> From: Ard Biesheuvel Date: Wed, 22 Mar 2017 15:38:27 +0000 Message-ID: To: "edk2-devel@lists.01.org" , Leif Lindholm , Laszlo Ersek , "Carsey, Jaben" , Ruiyu Ni , "Kinney, Michael D" , Kelly Steele Cc: Ard Biesheuvel Subject: Re: [PATCH 0/4] Shell/Quark/ArmPkg: promote shell app FILE_GUID to proper GUID 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 15:38:29 -0000 Content-Type: text/plain; charset=UTF-8 On 22 March 2017 at 14:04, Ard Biesheuvel wrote: > To avoid the need for open coded GUID declarations that copy the FILE_GUID > of the Shell app, add it to ShellPkg.dec and replace existing references. > Thanks all I went ahead and pushed 2edc20c46863 ShellPkg: add GUID declaration for FILE_GUID of UEFI Shell app to package 07548e17c5ff ArmPkg/PlatformBootManagerLib: refer to Shell FILE_GUID directly c81c2c0fc453 ArmVirtPkg/ArmVirtQemu: refer to Shell app via its declared GUID because I have some stuff queued up that depends on it. > Ard Biesheuvel (4): > ShellPkg: add GUID declaration for FILE_GUID of UEFI Shell app to > package > QuarkPlatformPkg/PlatformBootManagerLib: use new UefiShellFileGuid > definition > ArmPkg/PlatformBootManagerLib: refer to Shell FILE_GUID directly > ArmVirtPkg/ArmVirtQemu: refer to Shell app via its declared GUID > > ArmPkg/Library/PlatformBootManagerLib/PlatformBm.c | 5 ++--- > ArmPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf | 3 ++- > ArmVirtPkg/ArmVirtQemu.dsc | 1 - > ArmVirtPkg/ArmVirtQemuKernel.dsc | 1 - > ArmVirtPkg/Library/PlatformBootManagerLib/PlatformBm.c | 2 +- > ArmVirtPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf | 6 +++--- > QuarkPlatformPkg/Library/PlatformBootManagerLib/PlatformBootManager.c | 4 +--- > QuarkPlatformPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf | 2 ++ > ShellPkg/ShellPkg.dec | 3 +++ > 9 files changed, 14 insertions(+), 13 deletions(-) > > -- > 2.7.4 >