klu2 
							
						 
					 
					
						
						
						
						
							
						
						
							58dcdada56 
							
						 
					 
					
						
						
							
							Merge Temporary Ram support patch.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4782  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-02-29 18:24:43 +00:00 
						 
				 
			
				
					
						
							
							
								qwang12 
							
						 
					 
					
						
						
						
						
							
						
						
							9226efe5eb 
							
						 
					 
					
						
						
							
							1) Cleanup HiiLib, IfrSupportLib.  
						
						... 
						
						
						
						2) Add ExtendedHiiLib and ExtendedIfrSupportLib which implement APIs that require the OPcode and Device Path which is specific to Intel's implementation.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4662  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-02-02 13:15:44 +00:00 
						 
				 
			
				
					
						
							
							
								qwang12 
							
						 
					 
					
						
						
						
						
							
						
						
							93e3992d1e 
							
						 
					 
					
						
						
							
							UEFI HII: Merge UEFI HII support changes from branch.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4599  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-01-21 14:39:56 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
						
						
							
						
						
							b290614d49 
							
						 
					 
					
						
						
							
							Port PlatformDriOverrideDxe into R9.  
						
						... 
						
						
						
						1. Add one OverrideVariableGuid in MdeModulePkg
2. Add one library PlatDriOverLib used by PlatformDriOverrideDxe.
3. Add PlatformDriOverrideDxe in MdeModulePkg
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4557  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-01-16 09:04:43 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
						
						
							
						
						
							0c0f317445 
							
						 
					 
					
						
						
							
							Add TCG/TPM internal PPI and Protocol  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4463  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2008-01-02 06:48:16 +00:00 
						 
				 
			
				
					
						
							
							
								qhuang8 
							
						 
					 
					
						
						
						
						
							
						
						
							0c9d739571 
							
						 
					 
					
						
						
							
							1. Move some status code related PCDs to MdePkg  
						
						... 
						
						
						
						2. Let DxeIpl PEIM to enable IDT table by default.
3. Fix spelling typo in UefiLib.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4368  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-12-07 02:06:52 +00:00 
						 
				 
			
				
					
						
							
							
								qhuang8 
							
						 
					 
					
						
						
						
						
							
						
						
							348c8131af 
							
						 
					 
					
						
						
							
							1. Update default value to adapt to most platform.  
						
						... 
						
						
						
						2. Fix issues about PCD usage: PCDs in DSC file should be within one of validate PCD types in dependent package DEC file. (Newer build tool will do stricter checking.)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4357  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-12-05 06:32:21 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
						
						
							
						
						
							467300641c 
							
						 
					 
					
						
						
							
							Remove the unnecessary CapsuleInfo.h file.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4333  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-11-27 07:09:12 +00:00 
						 
				 
			
				
					
						
							
							
								qwang12 
							
						 
					 
					
						
						
						
						
							
						
						
							b6e763380f 
							
						 
					 
					
						
						
							
							correct the gEfiCapsuleArchProtocolGuid to be the same with PI 1.0 spec with errata.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4330  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-11-27 05:33:42 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
						
						
							
						
						
							36ee91ca36 
							
						 
					 
					
						
						
							
							1. Add DPC protocol and DpcLib library in MdeModulePkg.  
						
						... 
						
						
						
						2. Add DpcDxe module and DxeDpcLib module in MdeModulePkg
3. Port network stack module to use DPC.
4. Use MIN, and MAX defined in MdePkg to replace NET_MIN and NET_MAX.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4307  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-11-20 05:42:23 +00:00 
						 
				 
			
				
					
						
							
							
								klu2 
							
						 
					 
					
						
						
						
						
							
						
						
							04e12c2147 
							
						 
					 
					
						
						
							
							Move out the FlashMapHob  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4306  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-11-20 02:14:56 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
						
						
							
						
						
							d12f75fee2 
							
						 
					 
					
						
						
							
							Add CapsuleInfo guid to store the list of capsule image guid.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4299  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-11-16 10:14:34 +00:00 
						 
				 
			
				
					
						
							
							
								qwang12 
							
						 
					 
					
						
						
						
						
							
						
						
							3076397e4b 
							
						 
					 
					
						
						
							
							Add a feature flag to allow platform developer to decide if TE or PE32 section should be searched in PEI dispatcher.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4298  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-11-15 09:00:14 +00:00 
						 
				 
			
				
					
						
							
							
								gtian 
							
						 
					 
					
						
						
						
						
							
						
						
							518d395c3b 
							
						 
					 
					
						
						
							
							define the variable related to PCD for supporting big variable (>32K) easily.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4268  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-11-05 16:11:50 +00:00 
						 
				 
			
				
					
						
							
							
								qhuang8 
							
						 
					 
					
						
						
						
						
							
						
						
							1b249b5744 
							
						 
					 
					
						
						
							
							Add a Notification GUID for the implementation of EFI_SIMPLE_INPUT_EX protocol for Keyboard, terminal, etc modules.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4177  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-10-19 02:33:42 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
						
						
							
						
						
							d0c64728d4 
							
						 
					 
					
						
						
							
							1. Add PcdConOutGopSupport and PcdConOutUgaSupport in MdeModulePkg.dec  
						
						... 
						
						
						
						2. ConSplitterDxe module could produce GOP and/or UGA according to thest 2 PCDs.
3. Add PcdConOutGopSupport and PcdConOutUgaSupport reference in DSC file.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4121  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-10-16 05:30:18 +00:00 
						 
				 
			
				
					
						
							
							
								qwang12 
							
						 
					 
					
						
						
						
						
							
						
						
							177aabe660 
							
						 
					 
					
						
						
							
							1) add gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxFvSupported and gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxPeimPerFv to replace the MACRO definitions.  
						
						... 
						
						
						
						2) Fix a bug in Pei dispatcher to suppoprt PEI Apriori file
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4116  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-10-15 11:15:39 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
						
						
							
						
						
							2ad4dad029 
							
						 
					 
					
						
						
							
							1. Update internal EfiPrint protocol to contain all print interfaces provided by PrintLib class of MdePkg. 2. Update SetupBrowserDxe driver to produce new EfiPrint protocol.  
						
						... 
						
						
						
						3. Update EdkDxePrintLib instance to implement all interfaces defined in PrintLib class based on new EfiPrint protocol.
4. Update Nt32Pkg platform.dsc to use EdkDxePrintLib instance for UEFI_APPLICATION modules.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4109  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-10-12 08:13:33 +00:00 
						 
				 
			
				
					
						
							
							
								qhuang8 
							
						 
					 
					
						
						
						
						
							
						
						
							ac12a16733 
							
						 
					 
					
						
						
							
							Add Unicode Collation related feature flags:  
						
						... 
						
						
						
						PcdUnicodeCollationSupport and PcdUnicodeCollation2Support
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4051  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-10-09 03:16:39 +00:00 
						 
				 
			
				
					
						
							
							
								AJFISH 
							
						 
					 
					
						
						
						
						
							
						
						
							33a5a666a4 
							
						 
					 
					
						
						
							
							Add Profiling support for Variable store and added a specialized caching algorithm  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4015  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-10-04 21:01:21 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
						
						
							
						
						
							c58cf83da2 
							
						 
					 
					
						
						
							
							Remove PeCoffLoader library class and its instances.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3967  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-09-28 08:48:41 +00:00 
						 
				 
			
				
					
						
							
							
								yshang1 
							
						 
					 
					
						
						
						
						
							
						
						
							5d582956c2 
							
						 
					 
					
						
						
							
							Enable the 0-31 temporary IDT entries prior to activate the LongMode. If not enable the temporary IDT table, DEBUG_PROPERTY_ASSERT_BREAKPOINT_ENABLED may not work correctly till CPU DXE programs the IDT table.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3966  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-09-28 08:22:33 +00:00 
						 
				 
			
				
					
						
							
							
								klu2 
							
						 
					 
					
						
						
						
						
							
						
						
							4fb31c2c58 
							
						 
					 
					
						
						
							
							1) Add library classes of S3Lib and RecoveryLib in MdeModulePkg  
						
						... 
						
						
						
						2) Add NULL instance for above library classes in MdeModulePkg
3) Add Framework implement library instance for above two library classes in IntelFrameworkModulePkg.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3930  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-09-26 09:35:36 +00:00 
						 
				 
			
				
					
						
							
							
								klu2 
							
						 
					 
					
						
						
						
						
							
						
						
							b0d803fe3e 
							
						 
					 
					
						
						
							
							Merge branch of PI tree to main trunk  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3918  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-09-24 11:38:43 +00:00 
						 
				 
			
				
					
						
							
							
								qhuang8 
							
						 
					 
					
						
						
						
						
							
						
						
							b3af5df67b 
							
						 
					 
					
						
						
							
							Update all INF, DEC and DSC file to confirm to newest INF spec 0.44, DEC 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-30 09:11:54 +00:00 
						 
				 
			
				
					
						
							
							
								yshang1 
							
						 
					 
					
						
						
						
						
							
						
						
							30143b1581 
							
						 
					 
					
						
						
							
							Import ResetSystemLib.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3720  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-08-28 03:01:58 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
						
						
							
						
						
							772db4bb33 
							
						 
					 
					
						
						
							
							Import ArpDxe, Dhcp4Dxe, Ip4Dxe, Mtftp4Dxe, PxeBcDxe and PxeDhcp4Dxe.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3492  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-07-30 02:37:10 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
						
						
							
						
						
							da89d703c4 
							
						 
					 
					
						
						
							
							git-svn-id:  https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3404  6f19259b-4bc3-4df7-8a09-765794883524  
						
						
						
					 
					
						2007-07-23 09:10:37 +00:00 
						 
				 
			
				
					
						
							
							
								yshang1 
							
						 
					 
					
						
						
						
						
							
						
						
							351986ae7d 
							
						 
					 
					
						
						
							
							1) Remove Protocol/AcpiS3Save.h from IntelFrameworkPkg, which should be 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-23 06:43:10 +00:00 
						 
				 
			
				
					
						
							
							
								yshang1 
							
						 
					 
					
						
						
						
						
							
						
						
							1df7a0236b 
							
						 
					 
					
						
						
							
							Remove Ppi/LoadFile.h and Ppi/FindFv.h from MdeModulePkg.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3394  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-07-20 14:05:54 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
						
						
							
						
						
							ed838d0c5e 
							
						 
					 
					
						
						
							
							1. Import UsbKbDxe and UsbMouseDxe into MdeModulePkg  
						
						... 
						
						
						
						2. Updated UefiUsbLib
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3216  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-07-12 17:31:28 +00:00 
						 
				 
			
				
					
						
							
							
								qwang12 
							
						 
					 
					
						
						
						
						
							
						
						
							78064658a5 
							
						 
					 
					
						
						
							
							remove the redudant gEfiPeiFvFileLoaderPpiGuid in Guid section.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3149  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-07-09 05:04:59 +00:00 
						 
				 
			
				
					
						
							
							
								klu2 
							
						 
					 
					
						
						
						
						
							
						
						
							9ac620516b 
							
						 
					 
					
						
						
							
							Fix wrong token space guid CName.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3148  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-07-09 03:49:46 +00:00 
						 
				 
			
				
					
						
							
							
								klu2 
							
						 
					 
					
						
						
						
						
							
						
						
							c4b1ec3882 
							
						 
					 
					
						
						
							
							Remove genenaric platform token space guid  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3147  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-07-09 03:41:53 +00:00 
						 
				 
			
				
					
						
							
							
								klu2 
							
						 
					 
					
						
						
						
						
							
						
						
							3111e7b4c3 
							
						 
					 
					
						
						
							
							Use gEfiMdeModulePkgTokenSpaceGuid instead of gEfiEdkModulePkgTokenSpaceGuid.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3131  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-07-06 16:09:37 +00:00 
						 
				 
			
				
					
						
							
							
								qwang12 
							
						 
					 
					
						
						
						
						
							
						
						
							5214a04116 
							
						 
					 
					
						
						
							
							Add in gEfiExtendedSalVariableServicesProtocolGuid  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3124  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-07-06 10:41:11 +00:00 
						 
				 
			
				
					
						
							
							
								klu2 
							
						 
					 
					
						
						
						
						
							
						
						
							e15fbaf473 
							
						 
					 
					
						
						
							
							1) PcdFlashNvStorageFtwWorkingSize, PcdFlashNvStorageFtwWorkingBase, PcdFlashNvStorageFtwSpareSize, PcdFlashNvStorageFtwSpareBase,  PcdFlashNvStorageVariableSize  PcdFlashNvStorageVariableBase should in gEfiMdeModulePkgTokenSpaceGuid.  
						
						... 
						
						
						
						2) Use FlashMapHob to get the address and length of FV instead of using PCD. 
3) Use hard code environment in WinNtBusDriver but not dynamic PCD.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3106  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-07-06 08:08:57 +00:00 
						 
				 
			
				
					
						
							
							
								jwang36 
							
						 
					 
					
						
						
						
						
							
						
						
							2cb630b10e 
							
						 
					 
					
						
						
							
							Enabled PCD DXE/PEI module build.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3104  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-07-06 07:41:51 +00:00 
						 
				 
			
				
					
						
							
							
								klu2 
							
						 
					 
					
						
						
						
						
							
						
						
							be29ac91de 
							
						 
					 
					
						
						
							
							1) PcdDxeIplSupportCustomDecompress, PcdDxeIplSupportTianoDecompress, PcdDxeIplSupportEfiDecompress, PcdDxeIplBuildShareCodeHobs should in gEfiMdeModulePkgTokenSpaceGuid token space  
						
						... 
						
						
						
						2) Add DxePeCoffLoaderFromHobLib library instance for DxeCore
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3098  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-07-06 05:19:36 +00:00 
						 
				 
			
				
					
						
							
							
								qhuang8 
							
						 
					 
					
						
						
						
						
							
						
						
							9294251ede 
							
						 
					 
					
						
						
							
							Remove gEfiEndOfPeiSignalPpiGuid, it should be defined in MdePkg.dec  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3093  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-07-06 03:05:44 +00:00 
						 
				 
			
				
					
						
							
							
								klu2 
							
						 
					 
					
						
						
						
						
							
						
						
							56a71b557e 
							
						 
					 
					
						
						
							
							Porting WinNtFwhPei and WinNtFlashMapPei to produce FvHob.  
						
						... 
						
						
						
						Help to build DxeCore in Nt32Pkg platform.
Fix the wrong DebugLib used in Nt32Pkg platform.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3076  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-07-05 15:27:43 +00:00 
						 
				 
			
				
					
						
							
							
								xgu3 
							
						 
					 
					
						
						
						
						
							
						
						
							95276127e3 
							
						 
					 
					
						
						
							
							Check in following modules,  
						
						... 
						
						
						
						DxeIpl
ConPlatform
ConSplitter
GraphicsConsole
Terminal
DevicePath
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3069  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-07-05 07:05:28 +00:00 
						 
				 
			
				
					
						
							
							
								klu2 
							
						 
					 
					
						
						
						
						
							
						
						
							192f6d4c29 
							
						 
					 
					
						
						
							
							Add PeiCore module for enabling NT32Pkg, please attention this PeiCore does follows PI specification except some FV definitions.  
						
						... 
						
						
						
						Also the old definition of MdeModulePkg/Include/Ppi/LoadFile.h and EFI_PEI_STARTUP_DESCRIPTOR in MdePkg/Include/PiPei.h will be removed when enabling PI.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3029  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-07-04 07:51:48 +00:00 
						 
				 
			
				
					
						
							
							
								AJFISH 
							
						 
					 
					
						
						
						
						
							
						
						
							ba23773287 
							
						 
					 
					
						
						
							
							Removed IntelframeworkPkg contamination from MdeModulePkg modules.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3019  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-07-03 18:34:24 +00:00 
						 
				 
			
				
					
						
							
							
								klu2 
							
						 
					 
					
						
						
						
						
							
						
						
							2e19fd0ff6 
							
						 
					 
					
						
						
							
							Porting SecMain module for Nt32Pkg, but not enable PI, so it currently dependent on IntelFrameworkPkg temporary.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2998  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-07-03 09:18:19 +00:00 
						 
				 
			
				
					
						
							
							
								qwang12 
							
						 
					 
					
						
						
						
						
							
						
						
							2bf16f4cfe 
							
						 
					 
					
						
						
							
							add in  
						
						... 
						
						
						
						gEfiShellFileGuid
  gEfiMemoryTypeInformationGuid
  gEfiFlashMapHobGuid
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2873  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-06-29 03:21:52 +00:00 
						 
				 
			
				
					
						
							
							
								AJFISH 
							
						 
					 
					
						
						
						
						
							
						
						
							3a98b778ab 
							
						 
					 
					
						
						
							
							Updated *.dec files and .h files to support correct include path scheme  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2863  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-06-28 20:26:24 +00:00 
						 
				 
			
				
					
						
							
							
								qhuang8 
							
						 
					 
					
						
						
						
						
							
						
						
							56a1c2270b 
							
						 
					 
					
						
						
							
							Rename PCD section name  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2805  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-06-27 09:27:22 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
						
						
							
						
						
							d8a43975d9 
							
						 
					 
					
						
						
							
							added PPI and Protocol definitions needed by porting modules  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2778  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-06-27 06:15:36 +00:00 
						 
				 
			
				
					
						
							
							
								klu2 
							
						 
					 
					
						
						
						
						
							
						
						
							6c25c60e6c 
							
						 
					 
					
						
						
							
							1) Add include path into MdeModulePkg.dec  
						
						... 
						
						
						
						2) Add WinNtAutoScanPeim module into new Nt32Pkg
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2767  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-06-27 03:57:21 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
						
						
							
						
						
							88f2012778 
							
						 
					 
					
						
						
							
							1. added common header files, Guid header filess, Protocol header files, PPI header files.  
						
						... 
						
						
						
						2. added Guids/Protocols/PPIs/Pcds definitions in .nspd, .dec files.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2744  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-06-26 08:03:14 +00:00 
						 
				 
			
				
					
						
							
							
								klu2 
							
						 
					 
					
						
						
						
						
							
						
						
							84e2085980 
							
						 
					 
					
						
						
							
							Wrong package name  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2742  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-06-26 06:11:37 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
						
						
							
						
						
							b7d286b6f9 
							
						 
					 
					
						
						
							
							Import MdeModulePkg, only one module HelloWorld by now.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2718  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2007-06-22 09:15:22 +00:00