]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools/PatchCheck.py: Update to report error for EFI_D_*
authorYonghong Zhu <yonghong.zhu@intel.com>
Mon, 17 Oct 2016 03:13:47 +0000 (11:13 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Thu, 20 Oct 2016 23:28:01 +0000 (07:28 +0800)
commitc3926cdbbd9c4c884b8f87089e877187ccc63eb2
treed96286f0d1fd0fe3c67e1393f6ba3c328b5cf120
parente709bbb1ce386c7ac4240fae929cacfcc2bfa5a9
BaseTools/PatchCheck.py: Update to report error for EFI_D_*

In EDK2, DEBUG_* is recommended to be used instead of EFI_D_*. For new
code, they should use DEBUG_* macro.

Fixes:https://bugzilla.tianocore.org/show_bug.cgi?id=143
Cc: Liming Gao <liming.gao@intel.com>
Cc: Jordan Justen <jordan.l.justen@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Yonghong Zhu <yonghong.zhu@intel.com>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
BaseTools/Scripts/PatchCheck.py