Add DxeDebugLibSerialPort that provides a debug library that layers directly on top of a serial port
Add an EdkDxeRuntimeSalLib that provide a SalLib that is safe for runtime use. The EdkDxeSalLib is now a boot service only lib. Move the registration and processing of ExitBootServicesEvents() from the RuntimeLib to the UEFI DriverEntryPointLib in the MdePkg. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2057 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<MsaHeader>
|
||||
<ModuleName>EdkDxeSalLib</ModuleName>
|
||||
<ModuleType>DXE_DRIVER</ModuleType>
|
||||
<GuidValue>61999c3c-72a5-4506-a4ff-4271d18a1d14</GuidValue>
|
||||
<GuidValue>F0AC8548-34DE-45bd-9B0A-A5A2DE819E65</GuidValue>
|
||||
<Version>1.0</Version>
|
||||
<Abstract>SAL library for BS/RT drivers</Abstract>
|
||||
<Description>Contains APIs to register/invoke SAL functions.</Description>
|
||||
@@ -57,8 +57,5 @@
|
||||
<Extern>
|
||||
<Constructor>DxeSalLibConstructor</Constructor>
|
||||
</Extern>
|
||||
<Extern>
|
||||
<SetVirtualAddressMapCallBack>DxeSalVirtualNotifyEvent</SetVirtualAddressMapCallBack>
|
||||
</Extern>
|
||||
</Externs>
|
||||
</ModuleSurfaceArea>
|
Reference in New Issue
Block a user