summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524>2009-11-02 07:57:49 +0000
committerxli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524>2009-11-02 07:57:49 +0000
commitf8dddfdecf5c37da50631d96c9f68fa6f1fe9cbd (patch)
tree819a3e091e77386dd0dbcb92e6c3f237574badd2
parent312d9360caca1225c354f106d23adc54a10ae0d7 (diff)
downloadedk2-platforms-f8dddfdecf5c37da50631d96c9f68fa6f1fe9cbd.tar.xz
Describe update of default status code PCD values in change log.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9387 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r--MdePkg/ChangeLog.txt21
1 files changed, 20 insertions, 1 deletions
diff --git a/MdePkg/ChangeLog.txt b/MdePkg/ChangeLog.txt
index 11ee2e40c1..3fa958d920 100644
--- a/MdePkg/ChangeLog.txt
+++ b/MdePkg/ChangeLog.txt
@@ -295,4 +295,23 @@ EDK_7467: Non-Compatible: qhuang8
Possible impacts:
All modules depending on macro TIME_OUT in MdePkg/Include/Uefi/UefiUsbLib.h should use PcdGet32 (PcdUsbTransferTimeoutValue)
for the USB transaction, include "PcdLib" in INF [LibraryClasses] section and add "#include <Library/PcdLib.h>" in module
- source. \ No newline at end of file
+ source.
+
+EDK_9384: Non-Compatible: xli24
+
+ 2 default values of status code PCDs updated in MdePkg.dec.
+
+ 1) PcdStatusCodeValueBootServiceExit. Its value is changed from 0x3100019 to 0x3101019, which equals EFI_SOFTWARE_EFI_BOOT_SERVICE | EFI_SW_BS_PC_EXIT_BOOT_SERVICES.
+ 2) PcdStatusCodeValuePeiHandoffToDxe. Its value is changed from 0x3031001 to 0x3021001, which equals EFI_SOFTWARE_PEI_CORE | EFI_SW_PEI_CORE_PC_HANDOFF_TO_NEXT.
+
+Possible impacts:
+ Platforms which uses the default values of PCD (not overriding in DSC) would get updated report status code values for boot service exit and PEI hand-off.
+
+EDK_9385: Non-Compatible: xli24
+
+ Default value of PcdStatusCodeValueSetVirtualAddressMap updated in MdePkg.dec.
+ The value of PcdStatusCodeValueSetVirtualAddressMap is changed from 0x03101004 to 0x03111004, which equals EFI_SOFTWARE_EFI_RUNTIME_SERVICE | EFI_SW_RS_PC_SET_VIRTUAL_ADDRESS_MAP.
+
+
+Possible impacts:
+ Platforms which uses the default value of PCD (not overriding in DSC) would get updated report status code value for setting virtual address map.