summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Checked in the GUIDs introduced in UEFI/PI.yshang12007-06-1920-0/+868
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2675 6f19259b-4bc3-4df7-8a09-765794883524
* Checked in the Protocols introduced in UEFI/PI.yshang12007-06-1992-42/+23936
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2674 6f19259b-4bc3-4df7-8a09-765794883524
* Removed tabs and fixed some minor coding style issues. Also fixed typo in ↵AJFISH2007-06-1823-903/+904
| | | | | | EFI_PEI_ENTRY_POINT git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2668 6f19259b-4bc3-4df7-8a09-765794883524
* Changed the name of the SPD to .nspd so as not to break the build if someone ↵lhauch2007-06-151-0/+0
| | | | | | runs the fixdb after pulling an update. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2658 6f19259b-4bc3-4df7-8a09-765794883524
* Initial directory structure of IntelFrameworkPkg.bxing2007-06-1567-0/+17948
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2657 6f19259b-4bc3-4df7-8a09-765794883524
* Add PPI definitions introduced in PI1.0.yshang12007-06-1322-0/+3203
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2650 6f19259b-4bc3-4df7-8a09-765794883524
* Move to directory "Include"yshang12007-06-0827-0/+9390
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2646 6f19259b-4bc3-4df7-8a09-765794883524
* Move to sub-directory "include"yshang12007-06-0827-9390/+0
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2645 6f19259b-4bc3-4df7-8a09-765794883524
* Checked in the new includes of MdePkg, that are ProcessorBind.h, ↵yshang12007-06-0827-0/+9390
| | | | | | ModuleType.h and Uefi/PI definitions except the PPI/GUID/PROTOCOL. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2644 6f19259b-4bc3-4df7-8a09-765794883524
* remove UefiRuntimeServiceTableLib reference from Helloworld module.vanjeff2007-06-081-2/+2
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2641 6f19259b-4bc3-4df7-8a09-765794883524
* 1. Merger Tracker 8448: PciHostBridgeEnumerator() error checking could lead ↵vanjeff2007-06-053-22/+13
| | | | | | | | to memory leak 2. Merger Tracker 8450: AllRootHPCInitialized() passed in timeout value incorrect git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2629 6f19259b-4bc3-4df7-8a09-765794883524
* Remove R2627 commit. Roll back R2626.vanjeff2007-06-053-6/+0
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2628 6f19259b-4bc3-4df7-8a09-765794883524
* 1. Merger Tracker 8448: PciHostBridgeEnumerator() error checking could lead ↵vanjeff2007-06-053-9/+15
| | | | | | | | to memory leak 2. Merger Tracker 8450: AllRootHPCInitialized() passed in timeout value incorrect git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2627 6f19259b-4bc3-4df7-8a09-765794883524
* Add /dev/ttyS1 for PcdUnixSerialPortklu22007-06-051-2/+2
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2626 6f19259b-4bc3-4df7-8a09-765794883524
* MdePkg: qhuang82007-06-049-28/+403
| | | | | | | | | | 1. Add AcpiTable & ComponentName2 Protocol definitions. 2. Add HardwareErrorVariable GUID definition. EdkModulePkg: 1. Update DxeCore to let InsatllConfigurationTable() signal the event group whenever a table entry is inserted, modified or deleted. 2. Update ConPlatform to let Simple Text In and Out not share a stop function . git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2625 6f19259b-4bc3-4df7-8a09-765794883524
* Use <sys/ioctl.h>.klu22007-06-041-3/+1
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2624 6f19259b-4bc3-4df7-8a09-765794883524
* Fix the different defintion between linux and cygwinklu22007-06-041-2/+2
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2623 6f19259b-4bc3-4df7-8a09-765794883524
* Fix the definition differences issue of termios.h in different version of ↵klu22007-06-044-2/+52
| | | | | | kernel header and cygwin's include files. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2622 6f19259b-4bc3-4df7-8a09-765794883524
* Removed duplicate CheckSum.c in msa fileqhuang82007-06-041-1/+0
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2621 6f19259b-4bc3-4df7-8a09-765794883524
* Moved the MdePkg to OldMdePkg so that new code in MdePkg does not break ↵lhauch2007-06-011130-4/+4
| | | | | | existing builds. Also updated the SPD and FPD files UiNames git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2616 6f19259b-4bc3-4df7-8a09-765794883524
* Adding OldMdePkg directory - prior to the move of the content of MdePkg, ↵lhauch2007-06-011-2/+2
| | | | | | also updating the FrameworkDatabase.template to use OldMdePkg directory. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2615 6f19259b-4bc3-4df7-8a09-765794883524
* Add in GUID_TYPE and "Help Text" for GUID declaraion.qwang122007-06-011-14/+9
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2614 6f19259b-4bc3-4df7-8a09-765794883524
* Add in GUID_TYPE and "Help Text" for GUID declaraion in EdkNt32Pkg.spd. qwang122007-06-011-51/+51
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2613 6f19259b-4bc3-4df7-8a09-765794883524
* Rewrite the confusion statement.qhuang82007-05-311-24/+16
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2610 6f19259b-4bc3-4df7-8a09-765794883524
* Update the Guid Value of Ext SCSI Pass Thru Protocolqhuang82007-05-313-4/+5
| | | | | | Minor update the ASSERT() statement in Switch Stack. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2609 6f19259b-4bc3-4df7-8a09-765794883524
* Remove unused variable and functionklu22007-05-303-178/+152
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2606 6f19259b-4bc3-4df7-8a09-765794883524
* Add emulated serialIo device driver for EdkUnixPkgklu22007-05-3011-77/+2606
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2605 6f19259b-4bc3-4df7-8a09-765794883524
* Fix the wrong checking for UnixSerialIoklu22007-05-304-2121/+20
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2604 6f19259b-4bc3-4df7-8a09-765794883524
* Add UnixSerialIo device driverklu22007-05-304-20/+2121
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2603 6f19259b-4bc3-4df7-8a09-765794883524
* Fix some errors in comments of Status Code include file.xli242007-05-301-5/+5
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2602 6f19259b-4bc3-4df7-8a09-765794883524
* Remove the DXE_DRIVER from Supported Module Type List.yshang12007-05-291-1/+1
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2601 6f19259b-4bc3-4df7-8a09-765794883524
* Add supported module type.yshang12007-05-291-1/+1
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2600 6f19259b-4bc3-4df7-8a09-765794883524
* Enabling /O1 for the entire IPF tree buildsvprabhal2007-05-221-4/+4
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2599 6f19259b-4bc3-4df7-8a09-765794883524
* Remove some unnecessary #if/#ifdef from some header files.vanjeff2007-05-216-20/+4
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2598 6f19259b-4bc3-4df7-8a09-765794883524
* Fix the bug that destructor should sync with constructorqhuang82007-05-171-8/+6
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2597 6f19259b-4bc3-4df7-8a09-765794883524
* Fixd EDKII r2594 build broken issue - MdePkg build failed with ICC.qouyang2007-05-151-3/+3
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2596 6f19259b-4bc3-4df7-8a09-765794883524
* Fixd EDKII r2594 build broken issue - MdePkg build failed with ICC.qouyang2007-05-151-2/+2
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2595 6f19259b-4bc3-4df7-8a09-765794883524
* These updates are for IPF low level assembly library checking in.gtian2007-05-141-1/+1
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2594 6f19259b-4bc3-4df7-8a09-765794883524
* git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2593 ↵gtian2007-05-1411-88/+1341
| | | | 6f19259b-4bc3-4df7-8a09-765794883524
* git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2592 ↵gtian2007-05-141-2/+11
| | | | 6f19259b-4bc3-4df7-8a09-765794883524
* git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2591 ↵gtian2007-05-141-216/+232
| | | | 6f19259b-4bc3-4df7-8a09-765794883524
* git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2590 ↵gtian2007-05-144-26/+264
| | | | 6f19259b-4bc3-4df7-8a09-765794883524
* git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2589 ↵gtian2007-05-147-0/+1614
| | | | 6f19259b-4bc3-4df7-8a09-765794883524
* Fix the FV information refresh problem for moduleSA settings in a platform.jlin162007-05-111-0/+1
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2588 6f19259b-4bc3-4df7-8a09-765794883524
* enabling /Wx and /O1 options, added related flags to this filevprabhal2007-05-081-4/+4
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2586 6f19259b-4bc3-4df7-8a09-765794883524
* clean up SFD file.vanjeff2007-05-081-10/+5
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2585 6f19259b-4bc3-4df7-8a09-765794883524
* Update BaseLib.h to make the spaces between comments constant. Only added ↵ajfish2007-05-051-0/+231
| | | | | | blank lines git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2584 6f19259b-4bc3-4df7-8a09-765794883524
* Fixed bug in NT32 file system driver. The FileInfo->FileSize returned for a ↵ajfish2007-05-051-1/+45
| | | | | | | | directory was not a valid value. I fixed the driver to return the correct value. It looks like the BDS and Shell use a bad algorithm of guessing how big a file name can be. This is bad as it's not defined by the protocol. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2583 6f19259b-4bc3-4df7-8a09-765794883524
* Safely use MDE StrSize(), instead of its own function calculating string ↵xli242007-04-261-35/+2
| | | | | | size, because the IPF global pointer conversion issue has been solved. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2582 6f19259b-4bc3-4df7-8a09-765794883524
* Remove the package dependency of MdePkg.qhuang82007-04-263-40/+27
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2581 6f19259b-4bc3-4df7-8a09-765794883524