audk/MdeModulePkg/Universal/PCD/Dxe
niruiyu 6a429dfa5f Change back the TPL of PCD from TPL_CALLBACK to TPL_NOTIFY because the following issue is found:
When we manually connect a device path mapping to the serial terminal with non-default band rate, the SerialIo driver would Reinstall its device path protocol eventually causing ConSplitter::DriverBindingStart() to run and finally would call PcdGet32 (PcdConOutColumn) in ConsplitterSetConsoleOutMode().
Since SerialIo driver raises TPL to TPL_NOTIFY initially, the call to PcdGet32 would cause TPL assertion if TPL of PCD is TPL_CALLBACK.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10188 6f19259b-4bc3-4df7-8a09-765794883524
2010-03-04 09:38:02 +00:00
..
Pcd.c Change back the TPL of PCD from TPL_CALLBACK to TPL_NOTIFY because the following issue is found: 2010-03-04 09:38:02 +00:00
Pcd.inf 1. Correct File header to ## @file 2010-02-24 00:21:16 +00:00
Service.c Support HII VOID* dynamic/dynamicEx type PCD. 2010-02-11 08:19:29 +00:00
Service.h Cleanup: Remove PcdDxePcdDatabaseTraverseEnabled 2010-02-25 21:53:22 +00:00