summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/CapsulePei
diff options
context:
space:
mode:
authorHao Wu <hao.a.wu@intel.com>2018-12-21 09:50:39 +0800
committerHao Wu <hao.a.wu@intel.com>2018-12-25 09:15:34 +0800
commitd9f1cac51bd354507e880e614d11a1dc160d38a3 (patch)
tree2a16d515e3032102d3a48a7a4de6896b97e756c6 /MdeModulePkg/Universal/CapsulePei
parenta1b7461db369a013ce9d766583e2b11a0efc0787 (diff)
downloadedk2-d9f1cac51bd354507e880e614d11a1dc160d38a3.zip
edk2-d9f1cac51bd354507e880e614d11a1dc160d38a3.tar.gz
edk2-d9f1cac51bd354507e880e614d11a1dc160d38a3.tar.bz2
MdePkg/BaseLib: Introduce new SpeculationBarrier API
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=1417 X86 specific BaseLib API AsmLfence() was introduced to address the Spectre Variant 1 (CVE-2017-5753) issue. The purpose of this API is to insert barriers to stop speculative execution. However, the API is highly architecture (X86) specific, and thus should be avoided using across generic code. To address this issue, this patch will add a new BaseLib API called SpeculationBarrier(). Different architectures will have different implementations for this API. For IA32 and x64, the implementation of SpeculationBarrier() will directly call AsmLfence(). For ARM and AARCH64, this patch will add a temporary empty implementation as a placeholder. We hope experts in ARM can help to contribute the actual implementation. For EBC, similar to the ARM and AARCH64 cases, a temporary empty implementation is added. Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org> Cc: Leif Lindholm <leif.lindholm@linaro.org> Cc: Michael D Kinney <michael.d.kinney@intel.com> Cc: Jiewen Yao <jiewen.yao@intel.com> Cc: Laszlo Ersek <lersek@redhat.com> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Hao Wu <hao.a.wu@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com>
Diffstat (limited to 'MdeModulePkg/Universal/CapsulePei')
0 files changed, 0 insertions, 0 deletions