]> git.proxmox.com Git - mirror_edk2.git/history - MdeModulePkg/Universal
Patch from open source community for CryptoPkg to allow it to build for ARM using...
[mirror_edk2.git] / MdeModulePkg / Universal /
2010-07-30 andrewfishAdd debug print that the system is about to be reset...
2010-07-30 hhuan13Fix a bug. iSCSI driver doesn’t follow driver model...
2010-07-30 xli24Add NULL pointer checking against Data.
2010-07-30 vanjeffFix one issue: Some last IP settings may be lost when...
2010-07-30 xli24Handle gEfiStatusCodeDataTypeStringGuid in status code...
2010-07-22 andrewfishAdd 64-bit versions of FLASH Base addressess as it...
2010-07-20 niruiyuPer UEFI Spec, LowestAlignedLba and LogicalBlocksPerPhy...
2010-07-16 jyao1Enhance to follow UEFI2.3 spec - the EFI_ACPI_TABLE_PRO...
2010-07-13 vanjeffRefine code.
2010-07-12 vanjeffremove duplicated code.
2010-07-08 hhuan13Remove ASSERT and change to if ()
2010-07-08 hhuan13Fix a bug by adding * for Ptr8
2010-07-07 hhuan13Fix a bug:
2010-07-05 lgao4Fix the issues that StatusCode can't work when PcdStatu...
2010-07-05 xdu2Initialize lists ArpService->PendingRequestTable/Denied...
2010-07-05 xdu21. update to use 1 EFI Variable per NIC (instead of...
2010-07-01 hhuan13Fix a bug that mtftp4 driver reply 2 ACK in answer...
2010-06-29 hhuan13Fixed a bug in Mtftp4: to allow the block number to...
2010-06-18 li-elvinRemove some unnecessary clear screen from console drivers.
2010-06-13 qianouyangAdd a UNION definition (IP_IO_IP_PROTOOCL) for EFI_IP4...
2010-06-04 lgao4Do the following fix up in SetupBrowser driver:
2010-06-02 hhuan13Fixed tracker #203752, Dhcp4 assert issue.
2010-06-02 lgao4Per UEFI spec, FORM_OPEN/FORM_CLOSE Callback function...
2010-05-25 klu2Status code handler callback should be declared as...
2010-05-21 qianouyangFixed the issue of that IP4driver can’t correctly reass...
2010-05-20 jljustenMdeModulePkg AcpiTableDxe: Fix GCC build warning
2010-05-20 erictianfix a bug that FindVariable() may set GoneThrough flag...
2010-05-19 jyao1Fix VS2003 build error
2010-05-19 li-elvinUpdate QueryCapsuleCapabilities interface.
2010-05-19 vanjeffadd security check.
2010-05-18 jyao1MdeModulePkg:
2010-05-17 rsun3Small code refinement in MdeModulePkg.
2010-05-14 hhuan13Fix 3 K8 issues for PXE module
2010-05-12 jchen20Fix for UNIXGCC build
2010-05-11 jchen20Add fix for the hardcoded Max ACPI table number. With...
2010-05-10 lgao41. Use the max string size to compare password string.
2010-05-05 erictianraise TPL to TPL_CALLBACK level at DriverBindingStart...
2010-04-29 geekboy15aForcing functions with variable argument lists to use...
2010-04-24 hhtianUpdate the copyright notice format
2010-04-16 geekboy15aFixed GCC 4.4 build issues due to EFIAPI not being...
2010-04-09 vanjeff1.Fixed the bug when retrieved component name by child...
2010-04-06 lgao4Update the modules with the different module GUID to...
2010-04-01 xdu2Enhance SNP to be compatible with UNDI driver which...
2010-03-28 qianouyangfixed IP fragment issue which caused the MTU used by...
2010-03-27 vanjeffremove PxeBc->Stop () when EFI_BUFFER_TOO_SMALL, the...
2010-03-21 lgao4Fix sync issue to make EbcLLCALLEX() function check...
2010-03-19 hhuan13Fix an bug for PXE boot assert
2010-03-18 vanjeffchanging UDP default timeout value to 2s to improve...
2010-03-18 erictianvariable driver doesn't support EFI_AUTHENTICATED_WRITE...
2010-03-18 jchen20Fixed a minor bug in PlatformDriOverrideDxe which will...
2010-03-18 klu21, For Pcd_PPI, UnregistedCallBack should return EFI_IN...
2010-03-18 qianouyangBug Fix: IPv4 Fragment is not correct when VLAN is...
2010-03-16 xdu2Add check of MediaPresentSupported field in SNP mode...
2010-03-16 rsun3Add sample use case for IFR security op-code.
2010-03-16 rsun3Fix a bug in SetupBrowserDxe driver when check current...
2010-03-05 rsun3Add some robustness check in DriverSample driver.
2010-03-04 lgao4Fix wrong BufferSize for Configuration data.
2010-03-04 tye1Update the title Network Configuration to IPv4 Network...
2010-03-04 niruiyuChange back the TPL of PCD from TPL_CALLBACK to TPL_NOT...
2010-03-04 lgao4Use the input Request string as check string.
2010-03-04 gdong1git-svn-id: https://edk2.svn.sourceforge.net/svnroot...
2010-03-04 gdong1Add align build option to avoid the build issues.
2010-03-04 lgao4Update HiiConfigAccess.ExtractConfig interface to suppo...
2010-02-28 lgao4Add FormMap form example.
2010-02-27 lgao4Add the missing check for NULL pointer before use it.
2010-02-26 xli24Refine parameter description according to PI 1.2 errata A.
2010-02-26 rsun3Add more code robustness check for modules under MdeMod...
2010-02-25 jljustenCleanup: Remove PcdDxePcdDatabaseTraverseEnabled
2010-02-25 jljustenRemove svn:executable on *.c, *.h, *.asm, *.S, *.inf...
2010-02-25 klu2Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION...
2010-02-25 lgao4Enhance SetupBrowser to support new UEFI HiiFormMap...
2010-02-24 jchen20fixed the bug in .S file to make the EBC driver work...
2010-02-24 lgao41. Correct File header to ## @file
2010-02-23 li-elvinEnhance UpdateCapsule () to support calling multiple...
2010-02-23 vanjeffenhanced Dhcp4Dxe module to clean active configure...
2010-02-22 lgao41. Update GetStringWorker() of HiiDataBaseDxe to only...
2010-02-22 niruiyuTPL of Pcd Dxe driver was changed to TPL_CALLBACK from...
2010-02-16 mdkinneyUse Memory Allocation Library instance for modules...
2010-02-12 xdu2Update SnpDxe to support dynamic media detect.
2010-02-11 klu2Support HII VOID* dynamic/dynamicEx type PCD.
2010-02-11 lgao4Update HiiDataBase to make sure that the installed...
2010-02-11 li-elvinThe fix is for EFI Linux capsule test case can not...
2010-02-11 klu2GraphicsOutputBlt() need judge parameter
2010-02-11 mdkinneyPass the correct TokenNumber into a CallbackOnSet notif...
2010-02-11 mdkinneyPass the correct TokenNumber into a CallbackOnSet notif...
2010-02-11 erictian1. free those inserted NsKeyNode resource when releasin...
2010-02-11 rsun3Coding style fix and minor improvements.
2010-02-11 lgao4Add example of Name/Value pair var store to DriverSample
2010-02-10 lgao4Fix ICC build break by do data conversion.
2010-02-09 lgao4Update HiiString Protocol and HiiSetString Api in HiiLib
2010-02-08 qhuang8Update MdeModulePkg to not use EFI_SPECIFICATION_VERSIO...
2010-02-05 xdu2Add some security check.
2010-02-03 xdu2For network dynamic media support:
2010-02-02 xdu21. add error handling in case DHCP success but boot...
2010-02-02 lgao4Add support to original EFI_IFR_FORM_SET in initial...
2010-02-01 tye11. Update the maximum length to 224 in ISCSI_CONFIG_IFR...
2010-02-01 ljin6Get MaxPacketSize from IP4 mode data and reduce the...
2010-02-01 li-elvinRemove micro definition for smbios version, instead...
2010-01-29 mdkinneyRemove unnecessary use of FixedPcdxxx() functions and...
2010-01-28 vanjeffEnhanced TerminalDxe module not to install Simple Text...
next