summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-08-07Removing older packages from branchsvn/branches/CV2_20080806_r5606lhauch191-60384/+0
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/branches/CV2_20080806_r5606@5613 6f19259b-4bc3-4df7-8a09-765794883524
2008-08-07Removing Java tools from branchlhauch896-297375/+0
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/branches/CV2_20080806_r5606@5612 6f19259b-4bc3-4df7-8a09-765794883524
2008-08-06IPF Specific Branchlhauch0-0/+0
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/branches/CV2_20080806_r5606@5608 6f19259b-4bc3-4df7-8a09-765794883524
2008-08-01Fix UEFI Boot Service CreateEvent() to follow UEFI Specification with ↵mdkinney1-2/+2
respect to the use of TPL_APPLICATION git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5606 6f19259b-4bc3-4df7-8a09-765794883524
2008-08-01Use ReadUnaligned32() instead of CopyMem()mdkinney3-2/+4
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5605 6f19259b-4bc3-4df7-8a09-765794883524
2008-08-01Use ReadUnaligned32() instead of CopyMem()mdkinney2-5/+6
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5604 6f19259b-4bc3-4df7-8a09-765794883524
2008-08-01Simplify debug message for a selected boot optionmdkinney1-1/+1
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5603 6f19259b-4bc3-4df7-8a09-765794883524
2008-08-01Increase size of function addresses printed in DEBUG messages from 10 to 11 ↵mdkinney4-6/+6
characters git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5602 6f19259b-4bc3-4df7-8a09-765794883524
2008-08-01In Supported(), try to test open SNP protocol BY_DRIVER instead of using ↵vanjeff1-7/+21
TEST_PROTOCOL. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5601 6f19259b-4bc3-4df7-8a09-765794883524
2008-08-01Using Spin lock instead of using RaiseTpl() to prevent UnloadImage() ↵vanjeff1-3/+11
re-entrance. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5600 6f19259b-4bc3-4df7-8a09-765794883524
2008-08-01correct some spelling error.eric_tian2-18/+9
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5599 6f19259b-4bc3-4df7-8a09-765794883524
2008-08-01code scrub for ConSplitter module.vanjeff4-108/+188
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5598 6f19259b-4bc3-4df7-8a09-765794883524
2008-07-31MdePkg/Library/BaseLib/X64/ReadCr2.S:jljusten2-2/+2
MdePkg/Library/BaseLib/X64/ReadMm0.S: * Fix syntax error for X64 gcc assembly files. (Missing parenthesis.) git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5597 6f19259b-4bc3-4df7-8a09-765794883524
2008-07-31Remove blank for function typedef, it will break generating doxygen document.klu21-1/+1
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5596 6f19259b-4bc3-4df7-8a09-765794883524
2008-07-31Remove blank for function typedef, it break generating doxygen documentklu21-1/+1
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5595 6f19259b-4bc3-4df7-8a09-765794883524
2008-07-31Added more error checkjwang361-0/+0
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5594 6f19259b-4bc3-4df7-8a09-765794883524
2008-07-31remove blank for function typedef, it will break generating doxygen document.klu21-1/+1
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5593 6f19259b-4bc3-4df7-8a09-765794883524
2008-07-31Remove blank for function typdef, it will break generating doxygen document.klu21-1/+1
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5592 6f19259b-4bc3-4df7-8a09-765794883524
2008-07-31Remove blank for function typedef, it will break generating doxygen document.klu245-173/+173
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5591 6f19259b-4bc3-4df7-8a09-765794883524
2008-07-31Remove the blank in function typedef, it will break doxygen document generation.klu218-283/+283
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5590 6f19259b-4bc3-4df7-8a09-765794883524
2008-07-31Gcc cleanuperic_tian1-46/+46
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5589 6f19259b-4bc3-4df7-8a09-765794883524
2008-07-31Gcc cleanup for CpuLib in mdepkg/library/eric_tian3-6/+6
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5588 6f19259b-4bc3-4df7-8a09-765794883524
2008-07-31Gcc cleanup for baselib & basememorylib in mdepkg/library/eric_tian104-290/+285
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5587 6f19259b-4bc3-4df7-8a09-765794883524
2008-07-29Fix build breaks.mdkinney2-2/+0
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5586 6f19259b-4bc3-4df7-8a09-765794883524
2008-07-29Update the comments.qwang121-1/+1
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5585 6f19259b-4bc3-4df7-8a09-765794883524
2008-07-29Code Scrub for MdePkg.yshang11-24/+12
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5584 6f19259b-4bc3-4df7-8a09-765794883524
2008-07-28edk2/MdePkg/Include/Protocol/TcgService.h:jljusten1-2/+2
* Fix error from GCC: > redefinition of typedef 'EFI_TCG_PROTOCOL' git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5583 6f19259b-4bc3-4df7-8a09-765794883524
2008-07-28fixed one bug to catch the return status.vanjeff1-5/+9
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5582 6f19259b-4bc3-4df7-8a09-765794883524
2008-07-28Add comments to MdeModulePkg.dec, Correct minor comments for other files and ↵lgao46-35/+262
Add new guided IFR opcode to framework option key value. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5581 6f19259b-4bc3-4df7-8a09-765794883524
2008-07-28Optimize GetUnicodeStringTextOrSize's inner loop to call ReadUnalign16 ↵qwang121-3/+1
instead of CompareMem and remove a unnecessary local variable. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5580 6f19259b-4bc3-4df7-8a09-765794883524
2008-07-281. Fixed escape character issue in string value of PCDjwang361-0/+0
2. Added host information in build message git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5579 6f19259b-4bc3-4df7-8a09-765794883524
2008-07-28Removed deprecated linesjwang361-9/+0
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5578 6f19259b-4bc3-4df7-8a09-765794883524
2008-07-28Add more comments for PCD.klu21-2/+7
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5577 6f19259b-4bc3-4df7-8a09-765794883524
2008-07-28Add more comments for PCD.klu21-0/+24
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5576 6f19259b-4bc3-4df7-8a09-765794883524
2008-07-28modify coding style to pass ecc tooleric_tian6-56/+34
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5575 6f19259b-4bc3-4df7-8a09-765794883524
2008-07-27Refine function header comments of PalCallLib.h.xli241-1156/+689
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5574 6f19259b-4bc3-4df7-8a09-765794883524
2008-07-27Fix typo in PalCallLib.h.xli241-3/+3
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5573 6f19259b-4bc3-4df7-8a09-765794883524
2008-07-26Minor clean up.qhuang82-7/+7
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5572 6f19259b-4bc3-4df7-8a09-765794883524
2008-07-26Update the library instance: PeiDxeDebugLibReportStatusCode library instance ↵qhuang81-3/+1
should not be applied to option ROM drivers. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5571 6f19259b-4bc3-4df7-8a09-765794883524
2008-07-26Fix typo in GUID declarationsqhuang81-1/+1
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5570 6f19259b-4bc3-4df7-8a09-765794883524
2008-07-26Fix case issuesqhuang82-2/+2
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5569 6f19259b-4bc3-4df7-8a09-765794883524
2008-07-26Code scrub for EBC module.qhuang86-159/+158
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5568 6f19259b-4bc3-4df7-8a09-765794883524
2008-07-25Code Scrub for MdePkg.yshang1176-253/+1437
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5567 6f19259b-4bc3-4df7-8a09-765794883524
2008-07-25Code Scrub for Protocol Definitionlgao44-20/+59
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5566 6f19259b-4bc3-4df7-8a09-765794883524
2008-07-25Update CopyRight to 2008lgao46-6/+6
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5565 6f19259b-4bc3-4df7-8a09-765794883524
2008-07-25Code Scrub for Protocol and Ppi Definitionlgao4105-1714/+3388
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5564 6f19259b-4bc3-4df7-8a09-765794883524
2008-07-25modify coding style to pass ecc tooleric_tian5-180/+239
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5563 6f19259b-4bc3-4df7-8a09-765794883524
2008-07-251. Fixed NULL library instance issuejwang361-0/+0
2. Fixed non-existing table issue 3. Added more error message for format error git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5562 6f19259b-4bc3-4df7-8a09-765794883524
2008-07-24Fix broken that Boot file can not be found by BDS.klu21-4/+4
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5561 6f19259b-4bc3-4df7-8a09-765794883524
2008-07-24Code Scrub for Dxe Core.qhuang838-2551/+2546
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5560 6f19259b-4bc3-4df7-8a09-765794883524