summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Include
AgeCommit message (Expand)AuthorFilesLines
2012-10-171. Fix a bug in PXE driver that the PXE boot do not restart if a new boot opt...sfu51-2/+2
2012-08-271. Add debug init flag DEBUG_AGENT_INIT_THUNK_PEI_IA32TOX64 in Debug Agent Li...vanjeff1-11/+12
2012-08-22Add PI1.2.1 SAP2 support and UEFI231B mantis 896lgao41-1/+131
2012-08-21Fix some coding style issuesczhang461-2/+2
2012-08-20Add three INIT flag in Debug Agent Library.vanjeff1-2/+4
2012-08-17Fix the issue that consplitter should not touch ConIn variable & do ConIn co...czhang461-0/+24
2012-08-02Measure ExitBootServices failure caseczhang461-0/+24
2012-07-12Clean up include of ACPI header file so that only IndustryStandard/Acpi.h is ...lzeng141-1/+1
2012-06-25Add OPTIONAL attribute to parameter ‘ImageHandle’ in NetLibGetMacString t...tye11-3/+4
2012-05-08Enhance ACPI FPDT DXE and SMM driver to accept the extension boot records.lgao41-1/+25
2012-04-24Add new extension PerformanceLib APIs to store ID info.lzeng141-3/+132
2012-03-151. Introduced CPU Exception Handler Library to provide the CPU exception hand...vanjeff1-0/+28
2011-12-15Correct one comment to match the function name.lgao41-1/+1
2011-12-01Add Acpi50 FPDT and BGRT module into MdeModulePkg.lgao41-0/+98
2011-11-04MdeModulePkg: Define Boot Logo protocol to convey information of Logo dispaye...xdu21-0/+65
2011-10-26Adopt new IPv4/IPv6 device path for network modules.niruiyu1-0/+2
2011-10-08Add a GUIDed HOB to init Debug Print error level earlier in DXE. Add NULL PEI...andrewfish1-0/+1
2011-09-21Remove EFI_USER_INFO_ACCESS_SETUP_ADMIN_GUID definition from MdeModulePkg, be...lgao41-4/+0
2011-09-20Correct Include style to pass GCC build.lgao41-2/+2
2011-09-18Clean up the private GUID definition in module Level.lgao411-0/+529
2011-09-16Correct comments for NULL return value of HiiLib HiiAddPackages().lgao41-2/+2
2011-09-13Enhance EDKII Browser to support flexible HotKey setting. lgao41-0/+147
2011-09-02Add capsule > 4GB support. When capsule data is put above 4GB, IA32 PEI trans...li-elvin1-1/+13
2011-08-29MdeModulePkg: Add PostBootScriptTable PPIjljusten1-0/+27
2011-08-29MdeModulePkg: Add BootScriptExecutorDxe driverjljusten1-0/+49
2011-08-25MdeModulePkg: Define PPI to convey performance information from SEC phase to ...xdu21-0/+67
2011-08-161. Add two performance measurement points for SMM performance measurement;rsun31-0/+50
2011-08-08add IPv4 address copy macro.jcarsey1-0/+1
2011-08-01Clean and split AcpiVariable.h in IntelFrameworkModulePkg into 2 new .h files...rsun31-0/+68
2011-07-19MdeModulePkg: Add SmmControl PPI definitionjljusten1-0/+96
2011-07-19MdeModulePkg: Add SMM LockBoxjljusten3-0/+237
2011-07-19MdeModulePkg: Add SmmCommunication PPI definitionjljusten1-0/+64
2011-07-19MdeModulePkg: Add SmmAccess PPI definitionjljusten1-0/+145
2011-07-141. Define a netlib library function NetLibGetSystemGuid()hhuan131-1/+17
2011-07-12MdeModulePkg: Add CD Express PEIMjljusten1-0/+60
2011-07-12MdeModulePkg: Add Capsule PEIMjljusten1-0/+125
2011-06-27MdeModulePkg: Add IdeBusPei driverjljusten1-0/+162
2011-06-27MdeModulePkg: Add PEI USB drivers and related PPIsjljusten4-0/+792
2011-06-16MdeModulePkg DXE Core: Add Idle event during BootServices WaitForEventjljusten1-0/+24
2011-06-07Remove duplicated definitions EFI_VARIABLE_INDEX_TABLE_GUID in variable PEI d...sfu51-0/+47
2011-03-10Update DebugLib to provide support for "err" command in the EFI Shell to adju...mdkinney1-0/+73
2011-03-10Add performance library instances for SMM performance measurement.rsun31-1/+31
2011-02-28Puts SMM variable common definitions in SmmVariableCommon.h.gdong12-87/+105
2011-02-12Updates function description per UEFI2.3d. No impact is for functionality. Th...lgao41-1/+9
2011-01-17Enhance the code to avoid the potential of return address of local variable t...tye11-2/+3
2011-01-17Update the GUID value to be consist with the one in DEC file.gdong11-2/+2
2010-12-18Add generic SerialPortLib instance for 16550 UARTs configured through PCDs. ...mdkinney1-0/+38
2010-12-14Add a TcpIo library to facilitate usage of TCP service.tye11-0/+252
2010-12-10Add SMM Variable implementation.gdong15-0/+239
2010-11-22Include BaseMemoryLib.h for macro EFI_IP4_EQUAL, EFI_IP6_EQUAL etc.xdu21-0/+1