Jordan Justen 
							
						 
					 
					
						
						
							
						
						c85bc0c9d4 
					 
					
						
						
							
							BaseTools/Conf: Don't support upper case nasm extensions  
						
						... 
						
						
						
						For *.asm and *.s, there have been cases of *.Asm and *.S files, but
since the nasm extensions are new, we don't need to support the upper
case extensions.
In other words, remove .Nasm and .NASM.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com >
Reviewed-by: Liming Gao <liming.gao@intel.com >
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17544  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2015-06-01 23:21:00 +00:00 
						 
				 
			
				
					
						
							
							
								Scott Duplichan 
							
						 
					 
					
						
						
							
						
						285a175441 
					 
					
						
						
							
							BaseTools: Modify gcc 4.8 and 4.9 tool chain definition to support building from Windows.  
						
						... 
						
						
						
						Here is a new patch that adds Windows support for both gcc 4.8.x and gcc 4.9.x. 
This time testing is more thorough: boot testing using Duet for all 4 combinations of 
IA32/X64 and gcc 4.8.2 and gcc 4.9.1 passes. A Windows hosted gcc 4.8.2 has been added here:
http://sourceforge.net/projects/edk2developertoolsforwindows/ 
The environment variable settings for Windows look like:
set UEFI_BUILD_TOOLS=%cd%\tools
set NASM_PREFIX=%UEFI_BUILD_TOOLS%\nasm211\
set GCC48_BIN=%UEFI_BUILD_TOOLS%\gcc482-x86\bin\
set GCC48_DLL=%UEFI_BUILD_TOOLS%\gcc482-x86\dll\;%GCC48_BIN%
set GCC48_ARM_PREFIX=%UEFI_BUILD_TOOLS%\gcc482-arm\bin\
set GCC48_AARCH64_PREFIX=%UEFI_BUILD_TOOLS%\gcc482-aarch64\bin\
set GCC49_BIN=%UEFI_BUILD_TOOLS%\gcc491-x86\bin\
set GCC49_DLL=%UEFI_BUILD_TOOLS%\gcc491-x86\dll\;%GCC49_BIN%
set GCC49_ARM_PREFIX=%UEFI_BUILD_TOOLS%\gcc491-arm\bin\
set GCC49_AARCH64_PREFIX=%UEFI_BUILD_TOOLS%\gcc491-aarch64\bin\
No change is needed for building from Linux. 
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Scott Duplichan <scott@notabs.org >
Reviewed-by: Liming Gao <liming.gao@intel.com >
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16400  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2014-11-18 02:38:20 +00:00 
						 
				 
			
				
					
						
							
							
								Jordan Justen 
							
						 
					 
					
						
						
							
						
						ff0279814a 
					 
					
						
						
							
							BaseTools build_rule: Add .nasm => .obj build rule  
						
						... 
						
						
						
						Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com >
Reviewed-by: Liming Gao <liming.gao@intel.com >
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16017  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2014-09-01 17:22:51 +00:00 
						 
				 
			
				
					
						
							
							
								Anderw Fish 
							
						 
					 
					
						
						
							
						
						9358dc21e7 
					 
					
						
						
							
							BaseTools: Cleanup XCODE build rules  
						
						... 
						
						
						
						Update C-Code-File rule since XCODE never needs the SYMRENAME step.
Add *.S16 to Mash16-Code-File rule to supoprt 16-bit assmebly with XCODE
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Anderw Fish <afish@apple.com >
Reviewed-by: Gao, Liming <liming.gao@intel.com > 
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15980  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2014-08-29 18:34:04 +00:00 
						 
				 
			
				
					
						
							
							
								Yingke Liu 
							
						 
					 
					
						
						
							
						
						97fa0ee9b1 
					 
					
						
						
							
							License header updated to match correct format.  
						
						... 
						
						
						
						Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Yingke Liu <yingke.d.liu@intel.com >
Reviewed-by: Liming Gao <liming.gao@intel.com >
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15971  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2014-08-28 13:53:34 +00:00 
						 
				 
			
				
					
						
							
							
								Jordan Justen 
							
						 
					 
					
						
						
							
						
						abb158ded4 
					 
					
						
						
							
							BaseTools: Add rules to build NASM source file into a binary  
						
						... 
						
						
						
						v2:
 * Use EDK II tool name of NASMB rather than NASMBIN
 * Use EDK II extension of .nasmb rather than .nasmbin
v3:
 * Create listing file
 * Don't change into source directory
 * Add ENV(NASM_PREFIX) before nasm for NASM_PATH
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com >
Reviewed-by: Laszlo Ersek <lersek@redhat.com >
Reviewed-by: Liming Gao <liming.gao@intel.com >
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15820  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2014-08-18 23:03:17 +00:00 
						 
				 
			
				
					
						
							
							
								Gao, Liming 
							
						 
					 
					
						
						
							
						
						e4ac870fe9 
					 
					
						
						
							
							Sync BaseTool trunk (version r2670) into EDKII BaseTools.  
						
						... 
						
						
						
						Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Gao, Liming <liming.gao@intel.com >
Reviewed-by: Liu, Yingke D (yingke.d.liu@intel.com )
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15605  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2014-07-01 07:10:10 +00:00 
						 
				 
			
				
					
						
							
							
								Gao, Liming 
							
						 
					 
					
						
						
							
						
						2bc3256ca6 
					 
					
						
						
							
							Sync BaseTool trunk (version r2640) into EDKII BaseTools.  
						
						... 
						
						
						
						Signed-off-by: Gao, Liming <liming.gao@intel.com >
Reviewed-by: Liu, Jiang A <jiang.a.liu@intel.com >
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15089  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2014-01-10 05:25:50 +00:00 
						 
				 
			
				
					
						
							
							
								Liming Gao 
							
						 
					 
					
						
						
							
						
						4afd3d0422 
					 
					
						
						
							
							Sync BaseTool trunk (version r2599) into EDKII BaseTools.  
						
						... 
						
						
						
						Signed-off-by: Liming Gao <liming.gao@intel.com >
Reviewed-by: Heshen Chen <chen.heshen@intel.com >
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14591  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2013-08-23 02:18:16 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
							
						
						64b2609fcf 
					 
					
						
						
							
							Sync BaseTools Trunk (version r2518) to EDKII main trunk.  
						
						... 
						
						
						
						Signed-off-by: Liming Gao <liming.gao@intel.com >
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13178  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2012-04-10 07:18:20 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
							
						
						2bcc713e74 
					 
					
						
						
							
							Sync BaseTool trunk (version r2423) into EDKII BaseTools.  The change mainly includes:  
						
						... 
						
						
						
						1. Fix !include issues
  2. Fix Trim to skip the postfix 'U' for hexadecimal and decimal numbers
  3. Fix building error C2733 when building C++ code.
  4. Add GCC46 tool chain definition
  5. Add new RVCT and RVCTLINUX tool chains
Signed-off-by: lgao4
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12782  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2011-11-25 06:21:03 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
							
						
						0d2711a693 
					 
					
						
						
							
							Sync BaseTools Trunk (version r2387) to EDKII main trunk.  
						
						... 
						
						
						
						Signed-off-by: lgao4
Reviewed-by: gikidy
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12602  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2011-10-29 06:59:30 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
							
						
						4234283c3a 
					 
					
						
						
							
							Sync BaseTools Branch (version r2271) to EDKII main trunk.  
						
						... 
						
						
						
						BaseTool Branch:
  https://edk2-buildtools.svn.sourceforge.net/svnroot/edk2-buildtools/branches/Releases/BaseTools_r2100 
Signed-off-by: lgao4
Reviewed-by: hchen30
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12214  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2011-08-26 07:46:26 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
							
						
						da92f27632 
					 
					
						
						
							
							Sync BaseTools Branch (version r2149) to EDKII main trunk.  
						
						... 
						
						
						
						BaseTool Branch:
  https://edk2-buildtools.svn.sourceforge.net/svnroot/edk2-buildtools/branches/Releases/BaseTools_r2100 
  
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11640  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2011-05-11 10:26:49 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
							
						
						6780eef1f9 
					 
					
						
						
							
							Sync EDKII BaseTools to BaseTools project r2093.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11057  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2010-11-15 02:51:34 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
							
						
						08dd311f5d 
					 
					
						
						
							
							Sync EDKII BaseTools to BaseTools project r2065.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10915  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2010-10-11 06:26:52 +00:00 
						 
				 
			
				
					
						
							
							
								qhuang8 
							
						 
					 
					
						
						
							
						
						e56468c072 
					 
					
						
						
							
							Sync EDKII BaseTools to BaseTools project r2042.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10850  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2010-09-06 01:58:00 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
							
						
						756ad8f8e9 
					 
					
						
						
							
							Sync EDKII BaseTools to BaseTools project r2006.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10764  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2010-08-03 03:29:17 +00:00 
						 
				 
			
				
					
						
							
							
								qhuang8 
							
						 
					 
					
						
						
							
						
						14c48571ae 
					 
					
						
						
							
							Sync EDKII BaseTools to BaseTools project r1997  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10680  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2010-07-21 02:46:15 +00:00 
						 
				 
			
				
					
						
							
							
								qhuang8 
							
						 
					 
					
						
						
							
						
						9053bc517e 
					 
					
						
						
							
							Sync EDKII BaseTools to BaseTools project r1988  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10607  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2010-06-28 09:33:10 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
							
						
						40d841f6a8 
					 
					
						
						
							
							Sync EDKII BaseTools to BaseTools project r1971  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10502  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2010-05-18 05:04:32 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
							
						
						636f2be673 
					 
					
						
						
							
							Sync EDKII BaseTools to BaseTools project r1928  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10234  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2010-03-12 10:54:01 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
							
						
						d5d56f1bc5 
					 
					
						
						
							
							Sync EDKII BaseTools to BaseTools project r1911.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10177  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2010-03-04 05:29:52 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
							
						
						52302d4dee 
					 
					
						
						
							
							Sync EDKII BaseTools to BaseTools project r1903.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10123  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2010-02-28 23:39:39 +00:00 
						 
				 
			
				
					
						
							
							
								andrewfish 
							
						 
					 
					
						
						
							
						
						bf586ab919 
					 
					
						
						
							
							Fix Xcode bug in template  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9831  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2010-01-27 02:50:13 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
							
						
						a709adfaf0 
					 
					
						
						
							
							Sync tool code to BuildTools project r1783.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9623  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-12-29 06:16:53 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
							
						
						b303ea726e 
					 
					
						
						
							
							Sync tool code to BuildTools project r1739.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9397  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-11-09 11:47:35 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
							
						
						fd171542e0 
					 
					
						
						
							
							Sync basetools' source and binary files with r1707 of the basetools project.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9257  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-09-11 03:14:43 +00:00 
						 
				 
			
				
					
						
							
							
								klu2 
							
						 
					 
					
						
						
							
						
						c9c705a855 
					 
					
						
						
							
							add quote for file path in @file option  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8762  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-07-06 15:03:25 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
							
						
						38d4998ad4 
					 
					
						
						
							
							Add ASL_OUTFLAG to contain the different ASL output options.  
						
						... 
						
						
						
						ASL_FLAG to contain other ASL options.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8584  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-06-17 09:34:46 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
							
						
						de29c94afc 
					 
					
						
						
							
							Add the optional EfiRom CodeRevision option.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8241  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-05-05 07:31:56 +00:00 
						 
				 
			
				
					
						
							
							
								jwang36 
							
						 
					 
					
						
						
							
						
						15543340da 
					 
					
						
						
							
							Implemented feature request hsd202262 and incorporated SMM support  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8229  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-05-03 06:40:59 +00:00 
						 
				 
			
				
					
						
							
							
								eric_tian 
							
						 
					 
					
						
						
							
						
						623471a383 
					 
					
						
						
							
							update  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8078  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-04-14 03:20:33 +00:00 
						 
				 
			
				
					
						
							
							
								eric_tian 
							
						 
					 
					
						
						
							
						
						3b6c90a16b 
					 
					
						
						
							
							update tools_def.template to supply all possible combination of toolchain and ASL  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8075  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-04-13 12:50:50 +00:00 
						 
				 
			
				
					
						
							
							
								jljusten 
							
						 
					 
					
						
						
							
						
						c609489087 
					 
					
						
						
							
							Update Conf template files to support ACPI building with UNIXGCC.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7978  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-03-29 18:42:14 +00:00 
						 
				 
			
				
					
						
							
							
								jwang36 
							
						 
					 
					
						
						
							
						
						77696b61eb 
					 
					
						
						
							
							Add $(MD) command for vfr build rule to avoid build failure for some R8 modules  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7976  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-03-29 16:16:19 +00:00 
						 
				 
			
				
					
						
							
							
								klu2 
							
						 
					 
					
						
						
							
						
						941199475d 
					 
					
						
						
							
							add map generation for GCC tool chain  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7934  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-03-24 13:08:39 +00:00 
						 
				 
			
				
					
						
							
							
								jwang36 
							
						 
					 
					
						
						
							
						
						a7d376877f 
					 
					
						
						
							
							1. Use FAMILY defined in *_TAGNAME_*_*_FAMILY as the toolchain family  
						
						... 
						
						
						
						2. Force file name case check in Windows
3. Consolidate file/path operations
4. Support binary file type in build_rule.txt
5. Generate $(FILE_TYPES) macro only when it's used in build_rule.txt
6. Fix HSD202142 and HSD202144
 
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7529  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-02-16 13:37:23 +00:00 
						 
				 
			
				
					
						
							
							
								jwang36 
							
						 
					 
					
						
						
							
						
						a388ec434a 
					 
					
						
						
							
							Updated the macro description according to the latest changes in build tool.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7159  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-12-31 06:06:11 +00:00 
						 
				 
			
				
					
						
							
							
								jwang36 
							
						 
					 
					
						
						
							
						
						2eab98c107 
					 
					
						
						
							
							1) Re-fine and fully test the mechanism of getting over the long command line limitation  
						
						... 
						
						
						
						2) Change the -s option from "SpawnMode" to be "SilentMode"
3) Change the prototype of PeiCoreEntryPoint in AutoGen-ed code
4) Remove CalcDeps module since it's no longer needed.
5) Remove "-k", "-g" and "-l" switches from build
6) Remove MULTIPLE_THREAD in target.template. Use MAX_CONCURRENT_THREAD_NUMBER to get the functionality.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7158  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-12-31 05:53:26 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
							
						
						e1b4bd1486 
					 
					
						
						
							
							Roll back to add rule for uni file, change Uni output file to $(DEBUG_DIR)(+)$(MODULE_NAME)StrDefs.h.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7119  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-12-25 03:22:58 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
							
						
						f5e6003bdf 
					 
					
						
						
							
							Remove unused PCH compiler option and unused build rule for uni file.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7117  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-12-25 01:09:52 +00:00 
						 
				 
			
				
					
						
							
							
								jljusten 
							
						 
					 
					
						
						
							
						
						6ff04b8e40 
					 
					
						
						
							
							Use VFRPP tool for VFR pre-processing.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6675  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-11-21 19:09:26 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
							
						
						64cd21af35 
					 
					
						
						
							
							Update ASL build rule, Add PeiLibPciCfgModify into EDKII GlueLib PeiServiceLib to support the modules that uses EDKII Glue Lib  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6551  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-11-17 02:12:36 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
							
						
						ffe084ee76 
					 
					
						
						
							
							1. Add ASM source files directory into its Include path.  
						
						... 
						
						
						
						2. Change the output directory for ASL files to the subdirectory in order to avoid the same file names. 
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5867  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-09-10 06:51:00 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
							
						
						f0373115cc 
					 
					
						
						
							
							Add the special build rule for AcpiTable C Source file.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5759  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-09-01 01:18:00 +00:00 
						 
				 
			
				
					
						
							
							
								vanjeff 
							
						 
					 
					
						
						
							
						
						576b299ac9 
					 
					
						
						
							
							add .mut file type support for Microcode files.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5730  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-08-26 06:18:30 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
							
						
						a1c949f333 
					 
					
						
						
							
							Update GenSec to handle the input file whose size is Zero. And add the unified ASL tool path and flags for ASL code.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5706  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-08-21 13:11:01 +00:00 
						 
				 
			
				
					
						
							
							
								jwang36 
							
						 
					 
					
						
						
							
						
						f285eb1628 
					 
					
						
						
							
							1. Enhanced the format of build_rule.txt to allow module type and arch information.  
						
						... 
						
						
						
						2. Enhanced Trim to convert ASL style of include to C style of include
3. Enhanced Trim to convert some EDK coding convention to EDK2 ECP convention
4. Added warning message when encountering unrecognized content in DSC/DEC/INF File
5. Enhanced the GenDepex to ignore everything outside DEPENDENCY_STANT and DEPENDENCY_END in dxs file
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5634  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-08-12 07:54:36 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
							
						
						30962c7752 
					 
					
						
						
							
							Abstract VFR compiler and Flag to marco that user can customize.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5610  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-08-07 03:29:10 +00:00