| commit | 0b58c4894dad03100c17ce5b1124c624f002700f | [log] [tgz] |
|---|---|---|
| author | Ruiyu Ni <ruiyu.ni@intel.com> | Thu May 19 15:16:42 2016 +0800 |
| committer | Ruiyu Ni <ruiyu.ni@intel.com> | Tue May 24 13:42:01 2016 +0800 |
| tree | eec14698f2459a60af895b675bc8720c6cebc198 | |
| parent | 3e43396b3506b9fdaf71ffb69ed160f2e108894b [diff] |
MdeModulePkg/PciHostBridgeDxe: Add CpuArch protocol dependency The driver entry point calls gDS->SetMemorySpaceAttributes(). This interface may return EFI_NOT_AVAILABLE_YET when CPU Arch protocol is not available. So we need to list CpuArch protocol in its INF dependency section. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com>