summaryrefslogtreecommitdiffstats
path: root/IntelFrameworkPkg
Commit message (Collapse)AuthorAgeFilesLines
* Sync the UefiDriverModule.c with counter part in MdePkgqhuang82008-11-071-282/+653
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6420 6f19259b-4bc3-4df7-8a09-765794883524
* Patch to remove STATIC modifier. This is on longer recommended by EFI ↵jji42008-10-306-8/+2
| | | | | | Framework coding style. All duplicated symbols has been renamed accordingly. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6297 6f19259b-4bc3-4df7-8a09-765794883524
* Remove the duplicated definitins.qwang122008-10-271-5/+1
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6239 6f19259b-4bc3-4df7-8a09-765794883524
* Move STRING_REF and RELOFST to FrameworkHii.h.qwang122008-10-221-0/+3
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6182 6f19259b-4bc3-4df7-8a09-765794883524
* Add missing Framework HII definitions to pass build.qhuang82008-10-212-0/+5
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6172 6f19259b-4bc3-4df7-8a09-765794883524
* Add back PeiServicesTablePointerLib library class since ↵qhuang82008-10-212-1/+2
| | | | | | GetPeiServicesPointer() API is directly used in PeiSmbusLibSmbusPpi. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6160 6f19259b-4bc3-4df7-8a09-765794883524
* Base on PI spec, GetPeiServicesTablePointer is updated to return CONST ↵qwang122008-10-171-3/+3
| | | | | | EFI_PEI_SERVICES**. This is a incompatible changes. All file that reference this must be updated. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6128 6f19259b-4bc3-4df7-8a09-765794883524
* Remove over specify library class for IntelFrameworkPkg and ↵klu22008-10-165-6/+2
| | | | | | IntelFrameworkModulePkg. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6120 6f19259b-4bc3-4df7-8a09-765794883524
* Remove Smbus related macro, which are defined in MdePkg.klu22008-10-132-18/+12
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6106 6f19259b-4bc3-4df7-8a09-765794883524
* Replace mBS with gBS from UefiBootServicesTablePointer Lib to avoid library ↵qwang122008-09-221-10/+12
| | | | | | instance to cache too many copies of Boot Service Pointer. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5943 6f19259b-4bc3-4df7-8a09-765794883524
* remove the unused msa/npsd fileslgao42008-09-201-346/+0
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5936 6f19259b-4bc3-4df7-8a09-765794883524
* Bug Fix in DxeSmmDriverEntryLib.yshang12008-09-191-18/+6
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5928 6f19259b-4bc3-4df7-8a09-765794883524
* remove unnecessary comments introduced by tools. vanjeff2008-09-174-12/+0
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5912 6f19259b-4bc3-4df7-8a09-765794883524
* cleanup some comments.eric_tian2008-09-091-1/+0
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5864 6f19259b-4bc3-4df7-8a09-765794883524
* clean up the un-suitable ';' location when declaring the functions.vanjeff2008-09-043-26/+13
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5820 6f19259b-4bc3-4df7-8a09-765794883524
* revert it for error checking-in.vanjeff2008-09-041-3/+3
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5816 6f19259b-4bc3-4df7-8a09-765794883524
* remove EFI_EVENT_ alias, replace them with EVT_vanjeff2008-09-041-3/+3
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5813 6f19259b-4bc3-4df7-8a09-765794883524
* Update FrameworkHiiToUefiHiiThunk to produce Framework HII Protocol and ↵qwang122008-09-033-0/+16
| | | | | | Framework Setup Browser in new GUIDs. This is because the interfaces produced only handle IFR and String packages in UEFI format. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5802 6f19259b-4bc3-4df7-8a09-765794883524
* remove the unused msa files in FatBinPkg, IntelFrameworkPkg, ↵lgao42008-08-256-385/+0
| | | | | | IntelFrameworkModulePkg, Nt32Pkg, OptionRomPkg. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5727 6f19259b-4bc3-4df7-8a09-765794883524
* Misuse protocol and guidklu22008-08-201-1/+0
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5691 6f19259b-4bc3-4df7-8a09-765794883524
* Remove blank for function typedef, it break generating doxygen documentklu22008-07-311-1/+1
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5595 6f19259b-4bc3-4df7-8a09-765794883524
* Remove blank for function typdef, it will break generating doxygen document.klu22008-07-311-1/+1
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5592 6f19259b-4bc3-4df7-8a09-765794883524
* Remove blank for function typedef, it will break generating doxygen document.klu22008-07-3145-173/+173
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5591 6f19259b-4bc3-4df7-8a09-765794883524
* get the definition for EFI_PEI_PCI_CFG_PPI_WIDTH from PciCfg2.hqwang122008-06-201-0/+4
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5357 6f19259b-4bc3-4df7-8a09-765794883524
* Remove the tailing ',' to ensure the code pass EBC's -Za option (Enforces ↵qwang122008-06-041-18/+18
| | | | | | strict conformance to the ANSI standard for C). git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5327 6f19259b-4bc3-4df7-8a09-765794883524
* De-unicode in comment for all source files.qhuang82008-05-271-1/+1
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5302 6f19259b-4bc3-4df7-8a09-765794883524
* Update ChangeLog.txtqwang122008-05-161-0/+22
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5217 6f19259b-4bc3-4df7-8a09-765794883524
* git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5216 ↵qwang122008-05-161-26/+26
| | | | 6f19259b-4bc3-4df7-8a09-765794883524
* Fix typo in comment.klu22008-04-229-19/+23
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5109 6f19259b-4bc3-4df7-8a09-765794883524
* rename EFI_HII_UPDATE_DATA in FrameworkHii.h to ↵qwang122008-04-181-3/+2
| | | | | | FRAMEWORK_EFI_HII_UPDATE_DATA as it is a duplicated definition with IfrSupportLib.h git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5097 6f19259b-4bc3-4df7-8a09-765794883524
* Correct EFI_COMPATIBILITY16_TABLE_SIGNATURE definition to "IFE$"lgao42008-04-181-1/+1
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5094 6f19259b-4bc3-4df7-8a09-765794883524
* Remove unused function.klu22008-04-181-26/+0
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5093 6f19259b-4bc3-4df7-8a09-765794883524
* define #define EFI_HII_UPDATE_DATA FRAMEWORK_EFI_HII_UPDATE_DATA to avoid ↵qwang122008-04-171-0/+1
| | | | | | duplicated definition between Framework and IfrSuportLib.h. This duplicated definition only occurs for EdkCompatibilityPkg's FrameworkHiiToUefiHiiThunk module as it needs to include header file from both sides. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5085 6f19259b-4bc3-4df7-8a09-765794883524
* Fix function comments.klu22008-04-097-19/+19
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5031 6f19259b-4bc3-4df7-8a09-765794883524
* Fix coding style issue.klu22008-04-094-932/+486
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5029 6f19259b-4bc3-4df7-8a09-765794883524
* Remove IfrLibConstruct, because it do nothing.klu22008-04-092-21/+2
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5016 6f19259b-4bc3-4df7-8a09-765794883524
* Add comments for library function interface.klu22008-04-092-35/+81
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5015 6f19259b-4bc3-4df7-8a09-765794883524
* Fix unknown character in header comments which break build.klu22008-04-091-2/+2
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5014 6f19259b-4bc3-4df7-8a09-765794883524
* Fix unknown character in header comments which break build.klu22008-04-091-3/+1
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5013 6f19259b-4bc3-4df7-8a09-765794883524
* Fix build error.klu22008-04-091-1/+1
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5010 6f19259b-4bc3-4df7-8a09-765794883524
* Add comments.klu22008-04-082-2/+7
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5005 6f19259b-4bc3-4df7-8a09-765794883524
* Add more comments for IntelFramework's header files.klu22008-04-0820-29/+88
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5004 6f19259b-4bc3-4df7-8a09-765794883524
* Add more comments for IntelFramework's header files.klu22008-04-0816-39/+79
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5003 6f19259b-4bc3-4df7-8a09-765794883524
* Both FrameworkHii and UefiHii declare some macros and structure with the ↵qwang122008-04-032-39/+39
| | | | | | same name. To make a Framework Hii to Uefi HII thunk layer to be able to be built. We need to define the Framework Hii names with a prefix "FRAMEWORK_". git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4992 6f19259b-4bc3-4df7-8a09-765794883524
* Fix a GUID value typo for Legacy BIOS protocolqhuang82008-04-011-1/+1
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4972 6f19259b-4bc3-4df7-8a09-765794883524
* Correct gEfiLegacyBiosPlatformProtocolGuid value same to the definition in ↵lgao42008-03-191-1/+1
| | | | | | header file git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4920 6f19259b-4bc3-4df7-8a09-765794883524
* Modify all file header to follow doxygen formatklu22008-03-196-12/+12
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4907 6f19259b-4bc3-4df7-8a09-765794883524
* [Description]eric_tian2008-03-171-1/+6
| | | | | | | | | | ICH9x supports a new SMI type-IchnGpioUnlock. Then IchnGpioUnlock should be added to the enum definition EFI_SMM_ICHN_SMI_TYPE [Impaction] modify the SmmIchnDispatch.h file [Reference Info] ICH9x supports a new SMI type-IchnGpioUnlock. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4862 6f19259b-4bc3-4df7-8a09-765794883524
* [Description]:qwang122008-03-151-36/+0
| | | | | | | | | | | 1) Remove HiiLibAddFontPackageToHiiDatabase as it is not properly defined API. It only cover Simplified Font. User is recomended to use Hii Font Protocol API to add various font into HII database. [Impaction]: All modules that may reference HiiLibAddFontPackageToHiiDatabase function. [Reference Info]: No. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4858 6f19259b-4bc3-4df7-8a09-765794883524
* update ChangeLog.txtqwang122008-03-151-0/+6
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4854 6f19259b-4bc3-4df7-8a09-765794883524