diff options
author | Ruiyu Ni <ruiyu.ni@intel.com> | 2017-01-25 16:06:49 +0800 |
---|---|---|
committer | Ruiyu Ni <ruiyu.ni@intel.com> | 2017-02-10 16:52:00 +0800 |
commit | c1a247b8a768e1ebda569dbe9ad7ada8bce3db26 (patch) | |
tree | 12c2aad4576ab039e9912a55dbc91ec28f51d92f /MdeModulePkg/Application | |
parent | 8a93fa1efb24022ac7fea1b725944f962ba9d4c9 (diff) | |
download | edk2-platforms-c1a247b8a768e1ebda569dbe9ad7ada8bce3db26.tar.xz |
MdeModulePkg/IncompatiblePciDevice: Do not use deprecated macros
The patch replaces the following macros:
DEVICE_ID_NOCARE (0xFF) --> MAX_UINT64
PCI_ACPI_UNUSED (0) --> 0
PCI_BAR_ALL (0xFF) --> MAX_UINT64
PCI_BAR_NOCHANGE (0) --> 0
PCI_BAR_EVEN_ALIGN --> EVEN_ALIGN (local definition)
Since the PciBus driver was updated to accept Spec defined values
in previous commit, the above replacements don't impact
functionality.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
Cc: Jeff Fan <jeff.fan@intel.com>
Reviewed-by: Feng Tian <feng.tian@intel.com>
Diffstat (limited to 'MdeModulePkg/Application')
0 files changed, 0 insertions, 0 deletions