summaryrefslogtreecommitdiff
path: root/MdePkg/ChangeLog.txt
diff options
context:
space:
mode:
authorlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-08 01:42:01 +0000
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-08 01:42:01 +0000
commitc3d4e543f0c9e88ca2ad924827a2b663dfed5a5d (patch)
treed99be7d62828969bd32eccc082f26c0af6f1c91d /MdePkg/ChangeLog.txt
parentdaa6553a39c528210f7afc84f437716b60514c8b (diff)
downloadedk2-platforms-c3d4e543f0c9e88ca2ad924827a2b663dfed5a5d.tar.xz
Correct the unknown character and update ChangeLog.txt
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6911 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/ChangeLog.txt')
-rw-r--r--MdePkg/ChangeLog.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/MdePkg/ChangeLog.txt b/MdePkg/ChangeLog.txt
index ba0bed9759..86cb910fb3 100644
--- a/MdePkg/ChangeLog.txt
+++ b/MdePkg/ChangeLog.txt
@@ -237,3 +237,9 @@ Possible Impacts:
EFI_TIMER_PERIOD_MICROSECONDS(X), EFI_TIMER_PERIOD_MILLISECONDS(X) and EFI_TIMER_PERIOD_SECONDS(X) for managing Timer Events.
Especailly, EFI_SCSI_STALL_SECONDS(a) is simply replaced by EFI_TIMER_PERIOD_SECONDS(a)
+EDK_6886: Non-Compatible: mdkinney
+
+ Rename _CR macro in MdePkg\Include\Base.h to BASE_CR macro aligned to MdeLib spec.
+
+Possible Impacts:
+ All source codes that depends on _CR macro must be changed to use BASE_CR.