summaryrefslogtreecommitdiff
path: root/IntelFrameworkPkg
AgeCommit message (Collapse)Author
2007-09-18Use Device Path Macros to get Device Path Type/SubType. (Some extensions ↵qhuang8
might use high-bit-set device path type to specify "unpacked" device path.) git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3880 6f19259b-4bc3-4df7-8a09-765794883524
2007-09-17Make IntelFrameworkPkg pass package buildqhuang8
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3872 6f19259b-4bc3-4df7-8a09-765794883524
2007-09-17FixedPcd macro should *not* be used in Library's inf file. klu2
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3868 6f19259b-4bc3-4df7-8a09-765794883524
2007-09-17Update the local header file name.qhuang8
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3864 6f19259b-4bc3-4df7-8a09-765794883524
2007-09-171. Add Missing UefiDrvierModel APIs in UefiLibFramework instances.qhuang8
2. Fix the bug to judge Media Device Path. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3863 6f19259b-4bc3-4df7-8a09-765794883524
2007-09-13Add the "ChangeLog.txt" to record packages' all non-compatible changes and ↵zliu3
important compatible changes. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3830 6f19259b-4bc3-4df7-8a09-765794883524
2007-09-04Merge the PI enabling works from the branchqwang12
First round of PI enabling work: 1) PiPeiCis changes (CONST, EFI_PEI_FILE_HANDLE.. etc) 2) Make use of FirmwareVolume 2 protocol. 3) Verified for Nt32Pkg and real platform for S3. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3770 6f19259b-4bc3-4df7-8a09-765794883524
2007-09-03Add a new library class of SmmLibqhuang8
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3764 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-31Add missing packages dependency.vanjeff
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3760 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-30Update all INF, DEC and DSC file to confirm to newest INF spec 0.44, DEC ↵qhuang8
spec 0.41, DSC spec 0.40. Mainly PCD syntax update. Check in new build.exe and GenFds.exe Check in PcdSyntaxUpdate.exe tool. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3744 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-28Remove the duplicated Hii header file FrameworkHii.hlgao4
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3723 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-27Make IntelFrameworkPkg GCC+IA32 clean.qwang12
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3712 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-24add in newline to make it pass GCC buildqwang12
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3707 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-24Remove duplicate GUID declaration for DataHubmdkinney
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3703 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-16Move some datahub producer GUID from IntelFrameworkPkg to ↵klu2
IntelFrameworkModulePkg. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3653 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-16Move EFI_STATUS_CODE_DATA_MAX_SIZE from IntelFrameworkPkg to ↵klu2
IntelFrameworkModulePkg git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3647 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-13Add missing definition EFI_PEI_SERVICE into IntelFrameworkPkg.klu2
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3630 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-13Add missing definition EFI_PEIM_ENTRY_POINT to IntelFrameworkPkg and rename ↵klu2
original to EFI_PEIM_ENTRY_POINT2 to follow PI definition. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3629 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-101) Move the structure definitions related GUID ↵klu2
EFI_STATUS_CODE_SPECIFIC_DATA_GUID and EFI_STATUS_CODE_DATA_TYPE_STRING_GUID from IntelFrameworkPkg\Framework/StatusCodeDataTypeId.h to IntelFrameworkPkg\Guid/StatusCodeDataTypeId.h 2) Remove IntelFrameworkPkg/Framework/StatusCodeDataTypeId.h git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3609 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-101) Move definition of FFS-related in Include/Framework/FirmwareFileSystem.h ↵klu2
to IntelFrameworkPkg/Include/Guid/FirmwareFileSystem.h 2) Remove Include/Framework/FirmwareFileSystem.h git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3608 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-10Fix wrong include issue, FirmwareVolumeHeader.h itself is part of ↵klu2
FrameworkPei.h so should not include FrameworkPei.h again. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3607 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-10Move the definition of Capsule from ↵klu2
IntelFrameworkPkg/Include/Framework/Capsule.h to IntelFrameworkPkg/Include/Guid/Capsule.h. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3605 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-101) Move EFI_DEBUG_INFO structure to IntelFrameworkModule/Include/DebugInfo.h ↵klu2
header file. 2) Move BaseReportStatusCodeLib, PeiDxeDebugLibReportStatusCode, DxeReportStatusCodeLibFramework,PeiReportStatusCodeLib to IntelFrameworkModulePkg git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3600 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-09Added USER_DEFINED in the supported module type listjwang36
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3593 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-09Remove all *_PAYLOAD structures definition in ↵klu2
IntelFrameworkPkg/Include/Framework/StatusCodeDataTypeId.h file, they are *not* in any specification and should be moved to user's header file. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3586 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-09Synchronize with StatusCode Specification.klu2
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3584 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-09Move the structure of DATA_HUB_STATUS_CODE_DATA_RECORD from ↵klu2
IntelFrameworkPkg to IntelFrameworkModulePkg/Include/Guid/DataHubStatusCodeRecord.h git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3583 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-08Fix a typo in library class name.qhuang8
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3569 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-07Adding typedef according to framework specification.klu2
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3565 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-03Remove duplicate GuidCName of "gEfiFirmwareVolumeProtocolGuid"qhuang8
This exact value does not equal to that in MdePkg. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3538 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-02Add library dependency expressions for several library instances.qhuang8
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3533 6f19259b-4bc3-4df7-8a09-765794883524
2007-08-011. Generated new build.exe from new tools codejwang36
2. Removed some duplicated includes in source files 3. Changed the source file format in INF files 4. Removed duplicated PCDs in MdePkg.dec git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3520 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-30Update the license header.yshang1
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3496 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-30Update the license header.yshang1
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3494 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-27Removed unneeded $(WORKSPACE)\ in *.DSC files. Also synced MdePkg.dec file ↵AJFISH
with package specification update git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3490 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-27Added SEC module typeAJFISH
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3488 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-27Added a Base ReportStatusCodeLibAJFISH
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3487 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-27Change Commonheader file to IfrSupportLibInternal.hklu2
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3472 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-27Change Commonheader file to IfrSupportLibInternal.hklu2
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3471 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-27Change Commonheader file to IfrSupportLibInternal.hklu2
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3470 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-26Remove the EFI_FV_FILETYPE_ALL definition from IntelFrameworkPkg, which has ↵yshang1
been defined in MdePkg. PI1.0 does not define the type now. It is a bug in PI. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3451 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-23add back AcpiS3Save.h and gEfiAcpiS3SaveProtocolGuidqwang12
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3403 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-231) Remove Protocol/AcpiS3Save.h from IntelFrameworkPkg, which should be ↵yshang1
defined in TianoModulePkg. 2) Move Crc32 GuidedSectionExtraction GUID definition to MdeModulePkg. 3) Move Protocol/FirmwareVolumeDispatch.h to MdeModulePkg. 4) Remove Protcol/GuidedSectionExtraction.h of IntelFrameworkPkg, since it has been introduced in PI. 5) Clean up PROTOCOL/PPI/GUID declaration in MdeModulePkg.dec, IntelFrameworkModulePkg.dec, IntelFrameworkPkg.dec to match package spec. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3400 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-23Add missing protocolklu2
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3399 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-20remove some comments introduced by tools.vanjeff
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3387 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-20remove some comments introduced by tools.vanjeff
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3383 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-20Remove duplicate definition of 'EFI_FVB_ATTRIBUTES' in MdePkg & ↵qhuang8
IntelFrameworkPkg git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3377 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-19New Guid for UefiLibFramework to avoid collision with UefiLib in MdePkgqhuang8
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3373 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-19Rename UefiLib to UefiLibFrameworkqhuang8
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3371 6f19259b-4bc3-4df7-8a09-765794883524
2007-07-19Add other archsqhuang8
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3369 6f19259b-4bc3-4df7-8a09-765794883524