From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-x22e.google.com (mail-wm0-x22e.google.com [IPv6:2a00:1450:400c:c09::22e]) (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 229F51A1E2A for ; Fri, 14 Oct 2016 12:55:25 -0700 (PDT) Received: by mail-wm0-x22e.google.com with SMTP id c78so845506wme.0 for ; Fri, 14 Oct 2016 12:55:25 -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=F129M71GUvC8pl6bbYduty/gh4dRdQaar6AHgFTjMmQ=; b=UgcDavuMBX/FgEz58k6/kljMWLJiXyyFTKBEvHsO3A8wv2f9E4viv0f7caSRl0hWDn MV/qXD8vmUlGomNMzXMaw8boCwJfb+GxhN6fMMZc/IctS/hbWfhc1WnIvR+bSjtsMsyx dnAeUE4/87FGO7AN59uintW6oLzTJtzytSEas= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=F129M71GUvC8pl6bbYduty/gh4dRdQaar6AHgFTjMmQ=; b=FSzz/GfmZPNOqP9H+l8GLmFc/JJWxqidWu2Y6I8caJmOO4RCMT33IC+g33t6FcCWyq wx76mzmFn8e/m1sMyt7xOkw3SWr0F+sRUO9LkSkiHULSrJBPRvmNs/EQ6TSMLcZIeJ7j Iq3/L/qgPzICewg5yfFJHJgTNAr5Y19PfuTXSlKIXZDY/0JsTXGOabmJHmLm3DrNqfiv sFFzAq/lUL4lajeAqmhVGqPOvmjem1/rCdr+IThrJi+MVFMURshryC5iBrzLdc8MXFBh R9SyiFoDFmEJ5mB9/t8AbiHwhhthlfdj8lTgUwBVbIpIquZQevhTvikfbcjXRZZzJj3m ftdA== X-Gm-Message-State: AA6/9Rl5ammHdYOsN0e94skYtxo7PnkKI/vKwl22G7FrzFHfnUSfaID4YD9l3/DhliwS7DS8 X-Received: by 10.194.84.144 with SMTP id z16mr3237055wjy.210.1476474923568; Fri, 14 Oct 2016 12:55:23 -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 z192sm60906wmz.12.2016.10.14.12.55.22 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 14 Oct 2016 12:55:22 -0700 (PDT) Date: Fri, 14 Oct 2016 20:55:20 +0100 From: Leif Lindholm To: Ruiyu Ni Cc: edk2-devel@lists.01.org, Ard Biesheuvel Message-ID: <20161014195520.GQ3471@bivouac.eciton.net> References: <20161014094431.473584-1-ruiyu.ni@intel.com> <20161014094431.473584-4-ruiyu.ni@intel.com> MIME-Version: 1.0 In-Reply-To: <20161014094431.473584-4-ruiyu.ni@intel.com> User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [PATCH 3/5] ArmPkg/LinuxLoader: Reference Shell protocols in MdePkg X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Oct 2016 19:55:25 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Much as I would like to kill off the LinuxLoader, I can't just yet, and like Tim I approve of the core change. Reviewed-by: Leif Lindholm On Fri, Oct 14, 2016 at 05:44:29PM +0800, Ruiyu Ni wrote: > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Ruiyu Ni > Cc: Leif Lindholm > Cc: Ard Biesheuvel > --- > ArmPkg/Application/LinuxLoader/LinuxLoader.h | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/ArmPkg/Application/LinuxLoader/LinuxLoader.h b/ArmPkg/Application/LinuxLoader/LinuxLoader.h > index 8a23d7f..0d18c24 100644 > --- a/ArmPkg/Application/LinuxLoader/LinuxLoader.h > +++ b/ArmPkg/Application/LinuxLoader/LinuxLoader.h > @@ -25,8 +25,8 @@ > #include > #include > > -#include > -#include > +#include > +#include > > #include > > -- > 2.9.0.windows.1 >