audk/MdeModulePkg/Universal
ydong10 b2e444aaf7 When browser was requested to go to another formset, it also needs to update the hiihandle in Selection structure. If not update this handle, later when call function GetIfrBinaryData to get binary ifr data will return failed.
Also add sample code to use it.

Signed-off-by: ydong10
Reviewed-by: lgao4


git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12607 6f19259b-4bc3-4df7-8a09-765794883524
2011-10-31 03:33:55 +00:00
..
Acpi MdeModulePkg: Add ACPI S3 Save State drivers 2011-08-29 22:19:48 +00:00
CapsulePei Add PCD for 1G page table 2011-09-21 03:45:35 +00:00
CapsuleRuntimeDxe Add capsule > 4GB support. When capsule data is put above 4GB, IA32 PEI transfers to long mode to get capsule data. 2011-09-02 11:34:35 +00:00
Console Remove hard code video resolution in C code and use PCD PcdVideoHorizontalResolution/PcdVideoVerticalResolution for customization. And when PcdConOutRow/PcdConOutColumn and PcdVideoHorizontalResolution/PcdVideoVerticalResolution are all set to 0, the console will be max video resolution and max text mode. 2011-10-28 08:23:37 +00:00
DebugPortDxe Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is valid/invalid. 2011-07-06 03:55:36 +00:00
DebugSupportDxe A complement fix for revision 11664 to update GCC assembly files : clear the direction flag in interrupt/exception handlers' assembly entry code before calling C functions to follow the UEFI calling convention. 2011-05-17 08:35:20 +00:00
DevicePathDxe Adopt new IPv4/IPv6 device path for network modules. 2011-10-26 09:29:46 +00:00
Disk Grub4Dos copies the BPB of the first partition to the MBR. If the DriverBindingStart() of the Fat driver gets run before that of Partition driver only the first partition can be recognized. 2011-10-12 02:45:02 +00:00
DriverSampleDxe When browser was requested to go to another formset, it also needs to update the hiihandle in Selection structure. If not update this handle, later when call function GetIfrBinaryData to get binary ifr data will return failed. 2011-10-31 03:33:55 +00:00
EbcDxe Clean up the private GUID definition in module Level. 2011-09-18 12:21:01 +00:00
FaultTolerantWriteDxe Enhance inf and dec file to follow specs. 2011-03-14 08:43:59 +00:00
HiiDatabaseDxe Refine code and check null pointer error. 2011-10-13 02:31:58 +00:00
HiiResourcesSampleDxe Clean up the private GUID definition in module Level. 2011-09-18 12:21:01 +00:00
LegacyRegion2Dxe Enhance inf and dec file to follow specs. 2011-03-14 08:43:59 +00:00
LockBox/SmmLockBox RestoreLockBox in DXE with Length NULL, Buffer NULL will fail to get data from Lockbox. Fix this issue. 2011-08-25 08:25:13 +00:00
MemoryTest MdeModulePkg: Add GenericMemoryTestDxe driver 2011-07-01 00:40:26 +00:00
Metronome
MonotonicCounterRuntimeDxe Clean up the private GUID definition in module Level. 2011-09-18 12:21:01 +00:00
Network 1. Update error handling code if failing attach socket with new PCB. 2011-10-28 07:27:48 +00:00
PCD Enhance inf and dec file to follow specs. 2011-03-14 08:43:59 +00:00
PcatSingleSegmentPciCfg2Pei
PlatformDriOverrideDxe Clean up the private GUID definition in module Level. 2011-09-18 12:21:01 +00:00
PrintDxe
ReportStatusCodeRouter When status code handler unregister itself, status code dispatch in status code router driver will have problem to get next handler. Fixed the issue in status code router. 2011-08-01 07:39:02 +00:00
ResetSystemRuntimeDxe MdeModulePkg: Add ResetSystemRuntimeDxe driver 2011-07-01 00:40:46 +00:00
SecurityStubDxe
SetupBrowserDxe When browser was requested to go to another formset, it also needs to update the hiihandle in Selection structure. If not update this handle, later when call function GetIfrBinaryData to get binary ifr data will return failed. 2011-10-31 03:33:55 +00:00
SmbiosDxe Fix Smbios table checksum error, by zero IntermediateChecksum and EntryPointStructureChecksum before checksum calculation. 2011-10-11 13:25:18 +00:00
StatusCodeHandler AsciiSPrint returns The number of ASCII characters in the produced output buffer not including the Null-terminator, but SerialStatusCodeWorker has bug which overwrites the last character, which causes there is a missing character in serial log output. The fix is to resolve this issue. 2011-10-11 03:45:24 +00:00
Variable Add the missing HEADER_ALIGN macro. 2011-10-28 09:35:10 +00:00
WatchdogTimerDxe