summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-09-13make branch for MdeModulePkgsvn/branches/MdeModulePkghche10x0-0/+0
2007-08-30Added EFIAPI to eventsvn/branches/MdeModulePkg@3760AJFISH2-0/+2
2007-08-30Update all INF, DEC and DSC file to confirm to newest INF spec 0.44, DEC spec...qhuang821-207/+206
2007-08-30[PI compatible enabling] Add PeiRegisterForShadow interface for PEI_SERVICEklu23-1/+66
2007-08-30Add some definitions which will be used for future PI enabling.klu21-0/+32
2007-08-301. Fixed one bug in Undi driver. vanjeff7-64/+83
2007-08-30Removed the duplicated dependent packagejwang361-1/+0
2007-08-30Fix a bug that parentheses do not place correctly in UNDI driver.xli241-1/+1
2007-08-30Added missing dependent packagejwang363-0/+3
2007-08-29Add dependent packages in INF of modules.yshang110-1/+11
2007-08-29Update comments.qhuang81-3/+3
2007-08-29update the callback event error. The event type should be virtual-address-cha...qhuang81-3/+3
2007-08-28Fix IPF build breakmdkinney1-1/+5
2007-08-28Using the correct HiiFramework.h header file.lgao41-1/+1
2007-08-28Import ResetSystemLib.yshang12-0/+80
2007-08-27Add check of buffer value returned from AllocateZeroPool()mdkinney1-0/+3
2007-08-271. Sync the latest network stack. Add NetLibCreateIPv4DPathNode () in netlib ...vanjeff10-11/+274
2007-08-271. Sync Tcp4 protocol definitions to match UEFI 2.1vanjeff6-25/+2
2007-08-27Make MdeModulePkg GCC clean.qwang1228-61/+54
2007-08-24Clean up INF filemdkinney1-5/+1
2007-08-241. clean up codes.vanjeff3-4/+1
2007-08-24Update for ICC build.xli241-1/+1
2007-08-23Allow DXE dispatcher to ignore EFI_FV_FILETYPE_FIRMWARE_VOLUME_IMAGE type FFS...qwang121-0/+61
2007-08-231. Enable Network stack to pass SCT, currently MNP, ARP, IP4, TCP4 and DHCP4 ...vanjeff51-172/+211
2007-08-22Update the code to match spec for EfiFvbSetVolumeAttributes API.qwang122-6/+6
2007-08-22Update PciCfg2.c to follow strict ANSI C spec.yshang12-5/+13
2007-08-20Merge in a bug fixed in EDK tree.qwang121-1/+1
2007-08-20Merge in some fix from R8 on USB Bus driver:qwang126-146/+87
2007-08-17Use <> in #include statements instead of "" for include files from packagesmdkinney4-12/+17
2007-08-17Previous fix was in errorAJFISH1-1/+1
2007-08-17Missed a conversion. Fixed build breakAJFISH1-1/+1
2007-08-16Cleaned up EFI Console Variable usageAJFISH4-24/+14
2007-08-16Updated to use new PCD settingsAJFISH3-64/+93
2007-08-16Update DXE Core to use gEfiCallerIdGuid instead of the gDxeServicesTableGuid ...mdkinney3-7/+7
2007-08-151) Add type casting for argument "a" in EFI_ERROR(a), since if compare two co...yshang12-887/+0
2007-08-15Change the PAL address from k7 to k1, since the k7 should save PeiServicesPoi...yshang11-1/+1
2007-08-14Sync code with MdePkg spec for Scsi library class and CustomDecompress librar...lgao42-11/+11
2007-08-13Add missing definition EFI_PEIM_ENTRY_POINT to IntelFrameworkPkg and rename o...klu22-2/+2
2007-08-13Change the behavior of DxeIplLoadFile to load EFI_SECTION_TE first. If failed...qwang121-4/+12
2007-08-101) Move the structure definitions related GUID EFI_STATUS_CODE_SPECIFIC_DATA_...klu21-1/+2
2007-08-10EFI_FILE_TAIL_ATTRIBUTE does not support in PI specification.klu21-7/+0
2007-08-101) Move EFI_DEBUG_INFO structure to IntelFrameworkModule/Include/DebugInfo.h ...klu21-4/+4
2007-08-09Changed class name EdkFvbServiceLib to FvbServiceLibjwang361-1/+1
2007-08-08Correct parameter UINTN to UINT32. Fix UINTN conver to UINT32lgao41-3/+4
2007-08-08Correct parameter UINTN to UINT32. Fix UINTN conver to UINT32lgao41-1/+1
2007-08-08Correct parameter UINTN to UINT32. Fix UINTN conver to UINT32lgao42-3/+5
2007-08-08Fix the type-cast between UINT32 & UINTNqhuang81-2/+4
2007-08-08Update CustomDecompress library to support algorithm guid and Update DxeIpl a...lgao45-362/+570
2007-08-07Using CopyMem service to replace the "while" loop for the memory copyzliu31-11/+9
2007-08-07Import UndiRuntimeDxe.yshang18-1/+7718