audk/EdkModulePkg/Library/EdkUefiRuntimeLib
vprabhal e8d4831b19 changed the guid assignment from constant array to hi and low UINT64s (Intel compiler was using a global variable to assign an array which is not OK at run time)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2468 6f19259b-4bc3-4df7-8a09-765794883524
2007-03-14 23:44:44 +00:00
..
Common There is a bug in original EdkModulePkg\Library\EdkUefiRuntimeLib\Common\RuntimeLib.c. Originally, if a driver did not produce a <SetVirtualAddressMapCallBack>'s function, EFI_EVENT_SIGNAL_VIRTUAL_ADDRESS_CHANGE notify event will not be created in RuntimeDriverLibConstruct(), This is a bug, because at least, mRT pointer need to be converted for runtime service. 2007-02-01 03:05:49 +00:00
Ipf changed the guid assignment from constant array to hi and low UINT64s (Intel compiler was using a global variable to assign an array which is not OK at run time) 2007-03-14 23:44:44 +00:00
EdkUefiRuntimeLib.msa Clean up Lib MSAs for EdkModulePkg 2007-02-14 01:46:10 +00:00
RuntimeLibInternal.h Update RuntimeLib. 2006-09-06 09:18:14 +00:00