Age | Commit message (Expand) | Author |
2010-06-02 | Fixed tracker #203752, Dhcp4 assert issue. | hhuan13 |
2010-06-02 | Per UEFI spec, FORM_OPEN/FORM_CLOSE Callback function should be called for ea... | lgao4 |
2010-05-25 | Status code handler callback should be declared as EFIAPI | klu2 |
2010-05-21 | Fixed the issue of that IP4driver can’t correctly reassemble the Out of Seq... | qianouyang |
2010-05-20 | MdeModulePkg AcpiTableDxe: Fix GCC build warning | jljusten |
2010-05-20 | fix a bug that FindVariable() may set GoneThrough flag wrongly when a >64K va... | erictian |
2010-05-19 | Fix VS2003 build error | jyao1 |
2010-05-19 | Update QueryCapsuleCapabilities interface. | li-elvin |
2010-05-19 | add security check. | vanjeff |
2010-05-18 | MdeModulePkg: | jyao1 |
2010-05-17 | Small code refinement in MdeModulePkg. | rsun3 |
2010-05-14 | Fix 3 K8 issues for PXE module | hhuan13 |
2010-05-12 | Fix for UNIXGCC build | jchen20 |
2010-05-11 | Add fix for the hardcoded Max ACPI table number. With this fix, the number of... | jchen20 |
2010-05-10 | 1. Use the max string size to compare password string. | lgao4 |
2010-05-05 | raise TPL to TPL_CALLBACK level at DriverBindingStart() for all usb-related m... | erictian |
2010-04-29 | Forcing functions with variable argument lists to use the same calling conven... | geekboy15a |
2010-04-24 | Update the copyright notice format | hhtian |
2010-04-16 | Fixed GCC 4.4 build issues due to EFIAPI not being used when required. | geekboy15a |
2010-04-09 | 1.Fixed the bug when retrieved component name by child handle. It should use... | vanjeff |
2010-04-06 | Update the modules with the different module GUID to avoid the different modu... | lgao4 |
2010-04-01 | Enhance SNP to be compatible with UNDI driver which doesn’t report correct ... | xdu2 |
2010-03-28 | fixed IP fragment issue which caused the MTU used by IP is less than the one ... | qianouyang |
2010-03-27 | remove PxeBc->Stop () when EFI_BUFFER_TOO_SMALL, the calling PxeBc->Stop() in... | vanjeff |
2010-03-21 | Fix sync issue to make EbcLLCALLEX() function check the same value to ones th... | lgao4 |
2010-03-19 | Fix an bug for PXE boot assert | hhuan13 |
2010-03-18 | changing UDP default timeout value to 2s to improve PXE BC boot performance. | vanjeff |
2010-03-18 | variable driver doesn't support EFI_AUTHENTICATED_WRITE_ACCESS. we use: | erictian |
2010-03-18 | Fixed a minor bug in PlatformDriOverrideDxe which will assert when user trigg... | jchen20 |
2010-03-18 | 1, For Pcd_PPI, UnregistedCallBack should return EFI_INVALID_PARAMETER if Cal... | klu2 |
2010-03-18 | Bug Fix: IPv4 Fragment is not correct when VLAN is enable. | qianouyang |
2010-03-16 | Add check of MediaPresentSupported field in SNP mode data to support UNDI wit... | xdu2 |
2010-03-16 | Add sample use case for IFR security op-code. | rsun3 |
2010-03-16 | Fix a bug in SetupBrowserDxe driver when check current user's access setup pe... | rsun3 |
2010-03-05 | Add some robustness check in DriverSample driver. | rsun3 |
2010-03-04 | Fix wrong BufferSize for Configuration data. | lgao4 |
2010-03-04 | Update the title Network Configuration to IPv4 Network Configuration since IP... | tye1 |
2010-03-04 | Change back the TPL of PCD from TPL_CALLBACK to TPL_NOTIFY because the follow... | niruiyu |
2010-03-04 | Use the input Request string as check string. | lgao4 |
2010-03-04 | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10182 6f... | gdong1 |
2010-03-04 | Add align build option to avoid the build issues. | gdong1 |
2010-03-04 | Update HiiConfigAccess.ExtractConfig interface to support NULL request string... | lgao4 |
2010-02-28 | Add FormMap form example. | lgao4 |
2010-02-27 | Add the missing check for NULL pointer before use it. | lgao4 |
2010-02-26 | Refine parameter description according to PI 1.2 errata A. | xli24 |
2010-02-26 | Add more code robustness check for modules under MdeModulePkg. | rsun3 |
2010-02-25 | Cleanup: Remove PcdDxePcdDatabaseTraverseEnabled | jljusten |
2010-02-25 | Remove svn:executable on *.c, *.h, *.asm, *.S, *.inf and *.asl* | jljusten |
2010-02-25 | Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION. | klu2 |
2010-02-25 | Enhance SetupBrowser to support new UEFI HiiFormMap feature | lgao4 |