summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* edk2/trunk/edk2/EdkCompatibilityPkg/EdkCompatibilityPkg.dsc:jljusten2008-04-111-2/+0
| | | | | | | | Remove EdkCompatibilityPkg/Sample/Library/Dxe/WinNt/WinNtLib.inf module. EdkCompatibilityPkg should not require on 'edksetup --nt32' to build. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5047 6f19259b-4bc3-4df7-8a09-765794883524
* Fixed several include filename issues for gcc+unix.jljusten2008-04-119-43/+43
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5046 6f19259b-4bc3-4df7-8a09-765794883524
* edk2/EdkCompatibilityPkg/Foundation/Efi/Include/EfiTypes.h:jljusten2008-04-111-0/+3
| | | | | | | | | | UNALIGNED is already defined by including 'windows.h' in the EdkCompatibilityPkg/Sample/Library/Dxe/WinNt/WinNtLib.inf module. For X64/IPF, the definition (via windows.h) is not blank (as it is here). Therefore, a 're-definition' warning is generated. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5045 6f19259b-4bc3-4df7-8a09-765794883524
* [Description]eric_tian2008-04-111-9/+11
| | | | | | | | | | solve the big file transfer issue using ISCSI [Impaction] change the control flow on IScsiExecuteScsiCommand function [Reference Info] The original design incorrectly uses a timer (its span is usually 2 seconds) to ensure the timely execution of CMD PDU send by initiator. For example: When initiator delivers a CMD PDU(WRITE command) in which the ExpDataXferLength filed is larger than DataSegmentLength field, according to ISCSI protocol spec, the target will respond it with a R2T PDU which is followed by a sequential DATA-OUT PDUs. In this situation, the original code may loop to deal with the arrival packet until initiator receives a RESPONSE PDU or the timer is expired. This way may cause the bigger file is more likely to fail. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5044 6f19259b-4bc3-4df7-8a09-765794883524
* 1. add public functions header.vanjeff2008-04-1123-391/+1220
| | | | | | 2. apply for doxgen format for file header. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5043 6f19259b-4bc3-4df7-8a09-765794883524
* Move Undi driver to common section.vanjeff2008-04-111-3/+2
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5042 6f19259b-4bc3-4df7-8a09-765794883524
* Fixed an issue in top level makefile which missed a 'cd' command and will ↵jwang362008-04-111-0/+0
| | | | | | cause build failure on some platform. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5041 6f19259b-4bc3-4df7-8a09-765794883524
* Add comments for Tcg Platform protocol.lgao42008-04-111-0/+27
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5040 6f19259b-4bc3-4df7-8a09-765794883524
* Add some function/header comments.klu22008-04-103-492/+297
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5039 6f19259b-4bc3-4df7-8a09-765794883524
* apply for doxgen format.vanjeff2008-04-1038-2365/+1729
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5038 6f19259b-4bc3-4df7-8a09-765794883524
* Add some function/header comments.klu22008-04-1017-428/+334
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5037 6f19259b-4bc3-4df7-8a09-765794883524
* Fixed a typo in variable namejwang362008-04-101-0/+0
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5036 6f19259b-4bc3-4df7-8a09-765794883524
* Add more usage description for -r option, and add option keepexceptiontable ↵lgao42008-04-101-0/+0
| | | | | | and keepzeropending not to remove exception table and zero pending data. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5035 6f19259b-4bc3-4df7-8a09-765794883524
* MdeModulePkg/Universal/PlatformDriverOverride/PlatOverMngr/PlatOverMngr.c:jljusten2008-04-091-3/+0
| | | | | | | | | | Apply r5008 to this code at its new location. r5008 messsage: Fix warning on gcc by removing un-referenced static global variables. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5034 6f19259b-4bc3-4df7-8a09-765794883524
* MdeModulePkg/Library/PlatformBdsLibNull/PlatformBdsLibNull.inf:jljusten2008-04-091-7/+0
| | | | | | | | Revert r4975. A fix in the BaseTools code made this change unnecessary. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5033 6f19259b-4bc3-4df7-8a09-765794883524
* a. Improved build launch performance and fixed tons of bugsjwang362008-04-092-0/+0
| | | | | | b. Employed antlr to parse dependency expression for better syntax error check git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5032 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
* apply for doxgen format.vanjeff2008-04-095-1294/+919
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5030 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
* Add comments and DoxyGen format for these files.lgao42008-04-0967-848/+823
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5028 6f19259b-4bc3-4df7-8a09-765794883524
* Add comments and DoxyGen format for these files.lgao42008-04-0911-595/+45
| | | | | | Remove the unused module Crc32SectionExtractDxe, which is replaced by Crc32SectionExtract library instance. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5027 6f19259b-4bc3-4df7-8a09-765794883524
* Add blank space in the file end.lgao42008-04-091-1/+1
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5026 6f19259b-4bc3-4df7-8a09-765794883524
* Update all files to follow doxygen style file header.qhuang82008-04-099-124/+76
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5025 6f19259b-4bc3-4df7-8a09-765794883524
* Update to follow doxygen style file header.qhuang82008-04-091-4/+3
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5024 6f19259b-4bc3-4df7-8a09-765794883524
* Add function headers & file header for public header filesqhuang82008-04-0917-372/+255
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5023 6f19259b-4bc3-4df7-8a09-765794883524
* Add function headers & file header for PlatformBdsLib qhuang82008-04-091-20/+59
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5022 6f19259b-4bc3-4df7-8a09-765794883524
* Add function headers & file header for GenericBdsLib qhuang82008-04-091-74/+550
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5021 6f19259b-4bc3-4df7-8a09-765794883524
* Clean up BDS lib to remove assembly files, remove R8Lib.h & R8Lib.c by ↵qhuang82008-04-0917-6254/+5809
| | | | | | applying Mde Lib. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5020 6f19259b-4bc3-4df7-8a09-765794883524
* Update all files to follow doxygen style file header.qhuang82008-04-0941-490/+215
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5019 6f19259b-4bc3-4df7-8a09-765794883524
* Update all files to follow doxygen style file header.qhuang82008-04-0923-1227/+1152
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5018 6f19259b-4bc3-4df7-8a09-765794883524
* Update all files to follow doxygen style file header.qhuang82008-04-098-107/+73
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5017 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
* git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5012 ↵vanjeff2008-04-0910-2163/+2
| | | | 6f19259b-4bc3-4df7-8a09-765794883524
* 1. Create PlatformDriverOverride in Universal directory.vanjeff2008-04-099-0/+2164
| | | | | | 2. Move PlatformDriOverrideDxe and PlatOverMngr to this directory. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5011 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
* Fix warnings generated by gcc for ia32 builds:jljusten2008-04-088-12/+12
| | | | | | | | | | 'cast from pointer to integer of different size' when casting from a pointer directly to a 64 bit number. Added an intermediate cast to UINTN. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5009 6f19259b-4bc3-4df7-8a09-765794883524
* edk2/MdeModulePkg/Application/PlatOverMngr/PlatOverMngr.c:jljusten2008-04-081-3/+0
| | | | | | | Fix warning on gcc by removing un-referenced static global variables. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5008 6f19259b-4bc3-4df7-8a09-765794883524
* remove commented code.vanjeff2008-04-081-1/+0
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5007 6f19259b-4bc3-4df7-8a09-765794883524
* 1.Port Platform driver override protocol utility application in ↵vanjeff2008-04-088-28/+1839
| | | | | | | | | MdeModulePkg.dsc. 2.Update PlatDriOverLib library to use EFI Loaded Image Device Path Protocol to avoid "reconnect -r" issue for Platform driver override utility application. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5006 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
* Update all files to follow doxygen style file header.qhuang82008-04-0814-138/+114
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5002 6f19259b-4bc3-4df7-8a09-765794883524
* Update the file description to be more descriptive. qhuang82008-04-081-1/+2
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5001 6f19259b-4bc3-4df7-8a09-765794883524
* Update all files to follow doxygen style file header.qhuang82008-04-083-42/+29
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5000 6f19259b-4bc3-4df7-8a09-765794883524
* Update all files to follow doxygen style file header.qhuang82008-04-083-41/+31
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4999 6f19259b-4bc3-4df7-8a09-765794883524
* Update all files in DxeIpl Peim to follow doxygen style header.qhuang82008-04-0812-147/+90
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4998 6f19259b-4bc3-4df7-8a09-765794883524