- d4a7845 Add a GUIDed HOB to init Debug Print error level earlier in DXE. Add NULL PEIM library to init HOB. by andrewfish · 13 years ago
- 5c5afa7 Remove EFI_USER_INFO_ACCESS_SETUP_ADMIN_GUID definition from MdeModulePkg, because it has been defined in MdePkg. by lgao4 · 13 years ago
- 89a90ae Correct Include style to pass GCC build. Signed-off-by: lgao4 by lgao4 · 13 years ago
- c8ad2d7 Clean up the private GUID definition in module Level. by lgao4 · 13 years ago
- 9c6595d Correct comments for NULL return value of HiiLib HiiAddPackages(). by lgao4 · 13 years ago
- 48a9d5f Enhance EDKII Browser to support flexible HotKey setting. by lgao4 · 13 years ago
- ab7017f Add capsule > 4GB support. When capsule data is put above 4GB, IA32 PEI transfers to long mode to get capsule data. by li-elvin · 13 years ago
- 78df32f MdeModulePkg: Add PostBootScriptTable PPI by jljusten · 13 years ago
- be46cd5 MdeModulePkg: Add BootScriptExecutorDxe driver by jljusten · 13 years ago
- ce2f13a MdeModulePkg: Define PPI to convey performance information from SEC phase to PEI. by xdu2 · 13 years ago
- 495797c 1. Add two performance measurement points for SMM performance measurement; by rsun3 · 13 years ago
- 4237287 add IPv4 address copy macro. by jcarsey · 13 years ago
- 1261fe2 Clean and split AcpiVariable.h in IntelFrameworkModulePkg into 2 new .h files for better modularity: IntelFrameworkModulePkg\Include\Guid\AcpiVariableCompatibility.h, by rsun3 · 13 years ago
- 3e4df77 MdeModulePkg: Add SmmControl PPI definition by jljusten · 14 years ago
- 1c837cd MdeModulePkg: Add SMM LockBox by jljusten · 14 years ago
- 9fba8e7 MdeModulePkg: Add SmmCommunication PPI definition by jljusten · 14 years ago
- e7b7db3 MdeModulePkg: Add SmmAccess PPI definition by jljusten · 14 years ago
- 57b301b 1. Define a netlib library function NetLibGetSystemGuid() by hhuan13 · 14 years ago
- 30c00a1 MdeModulePkg: Add CD Express PEIM by jljusten · 14 years ago
- da58b0d MdeModulePkg: Add Capsule PEIM by jljusten · 14 years ago
- ea060cf MdeModulePkg: Add IdeBusPei driver by jljusten · 14 years ago
- 4b1bf81 MdeModulePkg: Add PEI USB drivers and related PPIs by jljusten · 14 years ago
- 54cd17e MdeModulePkg DXE Core: Add Idle event during BootServices WaitForEvent by jljusten · 14 years ago
- 9725730 Remove duplicated definitions EFI_VARIABLE_INDEX_TABLE_GUID in variable PEI drivers. by sfu5 · 14 years ago
- 62a5bf6 Update DebugLib to provide support for "err" command in the EFI Shell to adjust the filter mask for DEBUG() messages. The "err" command provide the ability to adjust this filter mask at a global level through an EFI Variable and at the module level through a the Debug Mask Protocol. In order to support the degree of flexibility, the DebugLib needs to use library to abstract the get/set operations to the filter mask. by mdkinney · 14 years ago
- d042c6e Add performance library instances for SMM performance measurement. by rsun3 · 14 years ago
- d00ed85 Puts SMM variable common definitions in SmmVariableCommon.h. by gdong1 · 14 years ago
- b695e7f Updates function description per UEFI2.3d. No impact is for functionality. The main changes include: by lgao4 · 14 years ago
- 8322eb7 Enhance the code to avoid the potential of return address of local variable to output structure. by tye1 · 14 years ago
- b57cc03 Update the GUID value to be consist with the one in DEC file. by gdong1 · 14 years ago
- 467d15a Add generic SerialPortLib instance for 16550 UARTs configured through PCDs. Depends on new library class called PlatformHookLib to perform platform specific initialization of the UART. by mdkinney · 14 years ago
- 4bad9ad Add a TcpIo library to facilitate usage of TCP service. by tye1 · 14 years ago
- 8a2d499 Add SMM Variable implementation. by gdong1 · 14 years ago
- 7b126c2 Include BaseMemoryLib.h for macro EFI_IP4_EQUAL, EFI_IP6_EQUAL etc. by xdu2 · 14 years ago
- 9035e11 Fix spelling error in comment by mdkinney · 14 years ago
- 705f53a Update IPsec.h file to follow approved ECR which will be collected into future UEFI 2.3 Specification after 2.3 errata B and future UEFI Specifications after 2.3. The changes mainly include: by qianouyang · 14 years ago
- 4cf7e03 1. Add init flag DEBUG_AGENT_INIT_DXE_AP. by vanjeff · 15 years ago
- 25400c6 Add routing header type to NetLib. by tye1 · 15 years ago
- 2a2e33b Add a UNION definition (IP_IO_IP_PROTOOCL) for EFI_IP4/6_PROTOCOL and change IP_IO structure using this UNION to point the special IP Protocol. by qianouyang · 15 years ago
- e22812c Add three HiiLib APIs: HiiCreateTextOpCode, HiiCreateDateOpCode and HiiCreateTimeOpCode by lgao4 · 15 years ago
- cd5ebaa Update the copyright notice format by hhtian · 15 years ago
- e798cd8 Fixed GCC 4.4 build issues due to EFIAPI not being used when required. by geekboy15a · 15 years ago
- 3b1464d by rsun3 · 15 years ago
- abe31ad Roll back previous change. by rsun3 · 15 years ago
- 1d5cbb4 Former change breaks build; changed back to commented lines 58 & 59, but as regular comments (not Doxygen comments). by myronporter · 15 years ago
- 64a8054 Grammatical and disclaimer changes (does not follow internal C coding stds.) by myronporter · 15 years ago
- 213fece 1. update the definitions in debug agent library, rename DEBUG_AGENT_INIT_DXE to DEBUG_AGENT_INIT_DXE_CORE and add DEBUG_AGENT_INIT_S3. by vanjeff · 15 years ago
- 0c1a4aa Minor update to some protocol interface function prototype for Doxygen document by rsun3 · 15 years ago
- 3c447c2 Enable "Load Module At fixed Address" feature in SMM Core by jchen20 · 15 years ago
- 17dd1ce Rollback change of revision 10061. by xli24 · 15 years ago
- e7af83a 1. Refine debug agent library. by vanjeff · 15 years ago
- fe92ab2 import Debug Agent Library and null instance in MdeModulePkg. by vanjeff · 15 years ago
- ea02543 Add support for capsule above 4G. by xli24 · 15 years ago
- 8a90a5a revise the comments style by jchen20 · 15 years ago
- 54ea99a Enable the Load Module At fixed Address feature by jchen20 · 15 years ago
- dd29f3e For network dynamic media support: by xdu2 · 15 years ago
- e4ef003 Add StrToIp functions to NetLib. by tye1 · 15 years ago
- 8421306 Correct comments to match function declaration. by lgao4 · 15 years ago
- e285199 refine the code and add more security check. by vanjeff · 15 years ago
- 779ae35 Add VLAN support. by xdu2 · 15 years ago
- 1204fe8 Code clean up in NetLib: by xdu2 · 15 years ago
- 75dea6b Create DxeReportStatusCodeLib instance. by xli24 · 15 years ago
- 10c5d87 Remove status code modules' dependency on IntelFrameworkModulePkg. by xli24 · 15 years ago
- cd98f30 Add new SecurityManagementLib, and update SecurityStub driver to use this lib. by lgao4 · 15 years ago
- aa2614b EFI_HII_DATABASE_PROTOCOL.NewPackageList() allows installation of multiple package lists with same package list GUID onto different handles. According, change behavior of the HII Library function HiiAddPackages() to be consistent with EFI_HII_DATABASE_PROTOCOL.NewPackageList(). by rsun3 · 15 years ago
- a09ee46 Updated the IpIoLiband and the change includes: by qouyang · 15 years ago
- df8d059 Update function description to be consistent with code definition: HEX_RADIX => RADIX_HEX. by xdu2 · 15 years ago
- a1503a3 1. Add Link MTU support to IP4 and TCP4 driver. by tye · 15 years ago
- 7992c0b Change the behavior of the HII Library function HiiGetHiiHandles() when the PackageListGuid parameter is not NULL. The original behavior is that if this parameter is not NULL at most 1 HII Handle is returned. Behavior after change is if this parameter is not NULL zero or more HII Handles associated with PackageListGuid are returned, because it is possible that there are multiple package lists with same package list GUID in the HII Database. by rsun3 · 15 years ago
- 44770e5 fixed typo by vanjeff · 15 years ago
- f6b7393 [Change summary]: by tye · 15 years ago
- 7be273b added comments for CAPSULE_HOB_INFO in CapsuleVendor.h (MdeModuleModulePkg). by vanjeff · 15 years ago
- 25126a0 Enable Report Status Code Router introduced in PI 1.2 for PEI and DXE. by xli24 · 15 years ago
- 4e069e8 Correct the typo in comments. by lgao4 · 15 years ago
- b45b45b 1. Update the UdpIo to a combined UdpIo to support both v4 and v6 stack. by tye · 15 years ago
- 72f01d4 add back CAPSULE_HOB_INFO definition for back-compatible. by vanjeff · 15 years ago
- 53c13ff remove CAPSULE_HOB_INFO definition from MdeModulePkg. by vanjeff · 15 years ago
- 3cf888f Fix the EBC build problem in DxeIpIoLib of r9374. by tye · 15 years ago
- fb115c6 NetLib: by tye · 15 years ago
- 3a15fd5 Add a MACRO IP6_IS_MULTICAST. by tye · 15 years ago
- 5933acc Update the comments for S3Lib and RecoveryLib class and instance to state that they are deprecated. by qhuang8 · 15 years ago
- d8d26fb Retire NetLibQueueDpc() and NetLibDispatchDpc() and use QueueDpc() and DispatchDpc() from the DpcLib instead. by mdkinney · 16 years ago
- 4a13fda Refine doxygen comments by klu2 · 16 years ago
- a29645c Remove library class of MemoryTestLib and related library instances. by xli24 · 16 years ago
- 064d5de Add Null implementation of the Reset System Library that generated an ASSERT() on all reset APIs. by mdkinney · 16 years ago
- 1b954be Fix Parameter IN OUT by lgao4 · 16 years ago
- e40b7d5 Update some comments for MdeModulePkg Include header files. by lgao4 · 16 years ago
- e9b6728 Committing changes to the comments, to improve code documentation. by pkandel · 16 years ago
- b4f26bb Make comments align. by lgao4 · 16 years ago
- 504dcb0 This checkin addresses the compatibility issue of passing arguments of type VA_LIST between components. The type VA_LIST is mapped onto the compiler specific implementation of varargs. As a result, modules build with different compilers may not use the same VA_LIST structure. The solution to this issue is to define a new type called BASE_LIST that is a compiler independent method of passing varargs between modules. by mdkinney · 16 years ago
- 9d9c659 Remove redundant #include statements by mdkinney · 16 years ago
- 1f1cb2f Retire original HII APIs: IfrLibExtractDefault and ConstructConfigAltResp, which are replaced by HiiSetToDefaults API. by lgao4 · 16 years ago
- 76c2425 Update HiiDataBase to fix parsing Hii package error. Some HiiPackages have no varstore and question, they has no the built in default value. by lgao4 · 16 years ago
- 84f9a9e 1. Update the implementation of HII ConfigRouting Protocol in HiiDataBase module to follow new ECRs. by lgao4 · 16 years ago
- 6388684 1. retired NicIp4ConfigProtocolGuid by vanjeff · 16 years ago
- 278663a HiiLib exports HiiCreateRawOpCode API by lgao4 · 16 years ago
- 1d451ff Update HiiGetBrowserData API by lgao4 · 16 years ago
- 6d8ced2 Merge application PlatOverMngr and library DxePlatDriOverLib into driver PlatDriOverrideDxe. by lgao4 · 16 years ago
- 97d77cc Retire IfrSupportLib and ExtendedIfrSupportLib, which have been replaced by HiiLib. by lgao4 · 16 years ago
- 023c0fe retain gEfiLoadPeImageProtocolGuid, and only published by DxeCore to keep backward compatibility. by eric_tian · 16 years ago