From: Shenglei Zhang <shenglei.zhang@intel.com>
To: edk2-devel@lists.01.org
Cc: Michael D Kinney <michael.d.kinney@intel.com>,
Liming Gao <liming.gao@intel.com>
Subject: [PATCH 1/3] MdePkg/BaseCpuLib: Remove inline X86 assembly code
Date: Tue, 5 Mar 2019 09:40:57 +0800 [thread overview]
Message-ID: <20190305014059.17988-2-shenglei.zhang@intel.com> (raw)
In-Reply-To: <20190305014059.17988-1-shenglei.zhang@intel.com>
MdePkg BaseCpuLib still uses the inline X86 assembly code
in C code files.It should be updated to consume nasm only.
https://bugzilla.tianocore.org/show_bug.cgi?id=1163
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Shenglei Zhang <shenglei.zhang@intel.com>
---
MdePkg/Library/BaseCpuLib/BaseCpuLib.inf | 6 ------
1 file changed, 6 deletions(-)
diff --git a/MdePkg/Library/BaseCpuLib/BaseCpuLib.inf b/MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
index af2f09617a..bc6585d8dd 100644
--- a/MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
+++ b/MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
@@ -55,18 +55,12 @@
Ebc/CpuSleepFlushTlb.c
[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
[Sources.AARCH64]
AArch64/CpuFlushTlb.S | GCC
AArch64/CpuSleep.S | GCC
- AArch64/CpuFlushTlb.asm | MSFT
- AArch64/CpuSleep.asm | MSFT
[Packages]
MdePkg/MdePkg.dec
--
2.18.0.windows.1
next prev parent reply other threads:[~2019-03-05 1:41 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-05 1:40 [PATCH 0/3] MdePkg: Remove inline X86 assembly code Shenglei Zhang
2019-03-05 1:40 ` Shenglei Zhang [this message]
2019-03-05 1:40 ` [PATCH 2/3] MdePkg/BaseLib: " Shenglei Zhang
2019-03-05 1:40 ` [PATCH 3/3] MdePkg/BaseSynchronizationLib: " Shenglei Zhang
2019-03-05 20:57 ` Andrew Fish
2019-03-05 21:32 ` Gao, Liming
2019-03-05 21:45 ` Kinney, Michael D
2019-03-05 22:43 ` Andrew Fish
2019-03-07 0:28 ` Gao, Liming
2019-03-07 0:41 ` Kinney, Michael D
2019-03-07 1:31 ` Andrew Fish
2019-03-07 5:06 ` Yao, Jiewen
2019-03-07 5:56 ` Andrew Fish
2019-03-07 6:09 ` Yao, Jiewen
2019-03-07 6:45 ` Andrew Fish
2019-03-07 7:15 ` Gao, Liming
2019-03-07 7:25 ` Yao, Jiewen
2019-03-09 0:07 ` Kinney, Michael D
2019-03-09 0:15 ` Andrew Fish
2019-03-14 22:27 ` Gao, Liming
2019-03-05 2:10 ` [PATCH 0/3] MdePkg: " Gao, Liming
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-list from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190305014059.17988-2-shenglei.zhang@intel.com \
--to=devel@edk2.groups.io \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox