diff options
author | Heyi Guo <heyi.guo@linaro.org> | 2018-03-29 16:19:50 +0800 |
---|---|---|
committer | Star Zeng <star.zeng@intel.com> | 2018-04-02 13:57:28 +0800 |
commit | 5b91bf82c67b586b9588cbe4bbffa1588f6b5926 (patch) | |
tree | 29dac422cb331498ddd13b381aea643aba928ec3 /BaseTools/Source/Python/Ecc | |
parent | 9c7d0d499296e444e39e9b6b34d8c121a325b295 (diff) | |
download | edk2-5b91bf82c67b586b9588cbe4bbffa1588f6b5926.tar.gz edk2-5b91bf82c67b586b9588cbe4bbffa1588f6b5926.tar.bz2 edk2-5b91bf82c67b586b9588cbe4bbffa1588f6b5926.zip |
MdeModulePkg/Gcd: Fix bug of attribute conversion
For gDS->SetMemorySpaceAttributes(), when user passes a combined
memory attribute including CPU arch attribute and other attributes,
like EFI_MEMORY_RUNTIME, ConverToCpuArchAttributes() will return
INVALID_CPU_ARCH_ATTRIBUTES and skip setting page/cache attribute for
the specified memory space.
We don't see any reason to forbid combining CPU arch attributes and
non-CPU-arch attributes when calling gDS->SetMemorySpaceAttributes(),
so we remove the check code in ConverToCpuArchAttributes(); the
remaining code is enough to grab the interested bits for
Cpu->SetMemoryAttributes().
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Heyi Guo <heyi.guo@linaro.org>
Signed-off-by: Yi Li <phoenix.liyi@huawei.com>
Signed-off-by: Renhao Liang <liangrenhao@huawei.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>
Cc: Star Zeng <star.zeng@intel.com>
Cc: Eric Dong <eric.dong@intel.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Cc: Jian J Wang <jian.j.wang@intel.com>
Cc: Ruiyu Ni <ruiyu.ni@intel.com>
Diffstat (limited to 'BaseTools/Source/Python/Ecc')
0 files changed, 0 insertions, 0 deletions