From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: None (no SPF record) identity=mailfrom; client-ip=2a00:1450:400c:c09::241; helo=mail-wm0-x241.google.com; envelope-from=pete@akeo.ie; receiver=edk2-devel@lists.01.org Received: from mail-wm0-x241.google.com (mail-wm0-x241.google.com [IPv6:2a00:1450:400c:c09::241]) (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 8840821F0DA75 for ; Wed, 7 Feb 2018 02:44:15 -0800 (PST) Received: by mail-wm0-x241.google.com with SMTP id 143so2261467wma.5 for ; Wed, 07 Feb 2018 02:49:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=akeo-ie.20150623.gappssmtp.com; s=20150623; h=subject:to:references:cc:from:message-id:date:user-agent :mime-version:in-reply-to:content-language:content-transfer-encoding; bh=g+Za9Y5lclPbxawLPGQmm8Ucb17mBv92jY4ccfh5I8s=; b=PUh0QjHzy1dEqhdXvgLfcFM/A3A3gm8itWUxAaqQOoC8KsNt3SsM66gPKWqxxPlPeN kwlmESvEjfJWIQLXU5yn/52HU1kFV3Q/AX1A1EmEwqC9K/5+fhm+vobWt6m/s8NLo8uK 7/my3SIQpLV+HMdlw6l2CGFIYoxR80W17REQCSyrO6rk6iPpkJy8Fm6TgZ/WZyE70Am9 FBH/w6l+aTrxViAYSpOop90r8Ljv8gzQHhK/i2SnWR42VmwbgCNrOfkFOpaNaG2taLr6 SfQ+Djeilh5miGLiN+yjyqxKmz60HR0gjCU9MelaevjbdoEafV+1gIsKie2eDMWKl6bt +3mQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:cc:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=g+Za9Y5lclPbxawLPGQmm8Ucb17mBv92jY4ccfh5I8s=; b=ZsJLFC2HK0Jlux0Qn8Ih5GlU3eblT+PFwv0r6mDutby2YyvWLLKJZAJIlWQIYrWkpS ua93sbM/i/Qm8YydwHaiEOeZ82G3o2GlUEs+kdHG1MTfe7XMQtbAYP+G4WmnzLWDbShk KkQHvUWC5AJXVk+6C9JQ+4Oh1qFbidpJY7UIBG6FbqD2WrJtgBLG07+4Q4x8/H64p0Ku xUCvYKR/julCLzBGkx0FM0K9phPnQtrFjNafC6NBWfRWwUVPAJbfcX8j1nGcPUW3EOW1 nCx7V5TTzx2Hdy7hABLaT/6uUfbS+8LwW0udeZTBdsRmJzgL0N/A8jn5RLKw8GyDib2O DLow== X-Gm-Message-State: APf1xPDlDHq+tZ7Fz+y5uIT3ozNrgUQdLuvu7Xt+D+9y7cr3eZLf4yMg ovbH2JHPGACnVpmIBjbx7/01/VVhLFQ= X-Google-Smtp-Source: AH8x225oDSOP0jN6OVJFqqumTjPP3+KYMdSeK5kqFebJSRbfzH7mcN4LwOYoVCiJzAQli/neBLqgxQ== X-Received: by 10.80.161.5 with SMTP id 5mr8123713edj.65.1518000597706; Wed, 07 Feb 2018 02:49:57 -0800 (PST) Received: from [10.0.0.101] ([84.203.73.234]) by smtp.googlemail.com with ESMTPSA id j17sm1085304ede.84.2018.02.07.02.49.56 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 07 Feb 2018 02:49:57 -0800 (PST) To: edk2-devel@lists.01.org References: <1517968603-39820-1-git-send-email-liming.gao@intel.com> Cc: "Gao, Liming" From: Pete Batard Message-ID: <2b9aa445-72e8-fcbd-d316-1e0a4a3ef4ff@akeo.ie> Date: Wed, 7 Feb 2018 10:49:56 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: <1517968603-39820-1-git-send-email-liming.gao@intel.com> Subject: Re: [Patch] MdePkg BaseCpuLib: Make it pass VS ARM build X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Feb 2018 10:44:16 -0000 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-GB Content-Transfer-Encoding: 7bit Thanks Liming. Looks good to me. /Pete On 2018.02.07 01:56, Liming Gao wrote: > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Liming Gao Reviewed-by: Pete Batard > --- > MdePkg/Library/BaseCpuLib/BaseCpuLib.inf | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/MdePkg/Library/BaseCpuLib/BaseCpuLib.inf b/MdePkg/Library/BaseCpuLib/BaseCpuLib.inf > index 637a3c5..996446e 100644 > --- a/MdePkg/Library/BaseCpuLib/BaseCpuLib.inf > +++ b/MdePkg/Library/BaseCpuLib/BaseCpuLib.inf > @@ -4,7 +4,7 @@ > # CPU Library implemented using ASM functions for IA-32 and X64, > # PAL CALLs for IPF, and empty functions for EBC. > # > -# Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.
> +# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.
> # Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.
> # Portions copyright (c) 2011 - 2013, ARM Ltd. All rights reserved.
> # > @@ -65,6 +65,8 @@ > [Sources.ARM] > Arm/CpuFlushTlb.asm | RVCT > Arm/CpuSleep.asm | RVCT > + Arm/CpuFlushTlb.asm | MSFT > + Arm/CpuSleep.asm | MSFT > Arm/CpuFlushTlb.S | GCC > Arm/CpuSleep.S | GCC > >