mirror_edk2/MdeModulePkg/Core
2013-03-04 03:36:58 +00:00
..
Dxe 1. Update DxeCore to get correct AuthenticationStatus and invoke gSecurity after FV image file is extracted by ReadSection(), and remove the gSecurity invoking in SmmDriverDispatchHandler() in SmmCore since FV has been verified in DxeCore. 2013-01-29 07:43:17 +00:00
DxeIplPeim Check status before reporting error status code. 2012-12-20 03:21:14 +00:00
Pei In order to make sure the image is section alignment, after allocate buffer for TE image, it will adjust the base address. But it has two potential issues: One is the start address may not section alignment, second is the buffer is not bigger enough to do the adjustment. This patch fixes these two issues. 2013-02-27 02:09:01 +00:00
PiSmmCore Not close gEfiEndOfDxeEventGroupGuid event in ReadyToLock event notify because PI spec doesn't say gEfiEndOfDxeEventGroupGuid must be notified before ReadyToLock event. 2013-03-04 03:36:58 +00:00
RuntimeDxe Add missing status code in several modules. 2012-10-30 04:23:40 +00:00