Yingke Liu 
							
						 
					 
					
						
						
							
						
						0614d73be3 
					 
					
						
						
							
							BaseTools: Generate a FV EXT entry for FV UI name.  
						
						... 
						
						
						
						This patch also removed a warning message.
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@17627  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2015-06-12 00:58:18 +00:00 
						 
				 
			
				
					
						
							
							
								Yingke Liu 
							
						 
					 
					
						
						
							
						
						aeaaf754ee 
					 
					
						
						
							
							BaseTools: Generate a binary file and list it in Binary section of As Built INF.  
						
						... 
						
						
						
						This binary file contains offset of VFR and UNI data.
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@17622  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2015-06-11 05:20:00 +00:00 
						 
				 
			
				
					
						
							
							
								Yingke Liu 
							
						 
					 
					
						
						
							
						
						35f69db91b 
					 
					
						
						
							
							BaseTools: Support build options for specific module type in DSC.  
						
						... 
						
						
						
						This patch extended BuildOptions section in DSC to support [BuildOptions.ARCH.CodeBase.MODULE_TYPE]
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@17621  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2015-06-11 05:16:40 +00:00 
						 
				 
			
				
					
						
							
							
								Yingke Liu 
							
						 
					 
					
						
						
							
						
						867d1cd4cd 
					 
					
						
						
							
							BaseTools: Append FILE_GUID to BaseName.  
						
						... 
						
						
						
						This patch makes sure the EFI file in $(BIN_DIR) is unique. If there are modules with same BaseName, the FILE_GUID is appended.
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@17608  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2015-06-10 07:50:59 +00:00 
						 
				 
			
				
					
						
							
							
								Yingke Liu 
							
						 
					 
					
						
						
							
						
						8262037ff8 
					 
					
						
						
							
							BaseTools: Added extern declaration for protocols/PPI/GUID in AutoGhen.h  
						
						... 
						
						
						
						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@17573  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2015-06-08 08:08:58 +00:00 
						 
				 
			
				
					
						
							
							
								Yingke Liu 
							
						 
					 
					
						
						
							
						
						fe4bf2f923 
					 
					
						
						
							
							BaseTools: Implement BUILDRULEORDER for tools_def  
						
						... 
						
						
						
						This feature allows the toolchain to choose a preference for source file
extensions in tools_def.txt. The first extension is given the highest priority.
Here is an example usage for tools_def.txt:
*_*_*_*_BUILDRULEORDER         = nasm Nasm NASM asm Asm ASM S s
*_XCODE5_*_*_BUILDRULEORDER    = S s nasm Nasm NASM
Now, if a .inf lists these sources: 1.nasm, 1.asm and 1.S
All toolchains, except XCODE5 will use the 1.nasm file. The XCODE5
toolchain will use the 1.S file.
Note that the build_rule.txt file also impacts the decision, because,
for instance there is no build rule for .asm files on GCC toolchains.
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@17509  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2015-05-26 10:32:07 +00:00 
						 
				 
			
				
					
						
							
							
								Bob Feng 
							
						 
					 
					
						
						
							
						
						c1b9129c3c 
					 
					
						
						
							
							BaseTools/Build: The PCD value in uninitialized data range should be natural aligned.  
						
						... 
						
						
						
						Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: "Bob Feng" <bob.c.feng@intel.com >
Reviewed-by: "Liu, Yingke D" <yingke.d.liu@intel.com >
Tested-by: Ard Biesheuvel <ard.biesheuvel@linaro.org >
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17416  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2015-05-12 00:58:20 +00:00 
						 
				 
			
				
					
						
							
							
								Bob Feng 
							
						 
					 
					
						
						
							
						
						1ae469b9ed 
					 
					
						
						
							
							BaseTools/Build: Add all support skuid to the Pcd DB system skuid table  
						
						... 
						
						
						
						Update PcdDataBase System SkuIdTable. The system SkuId Table should have all the platform supported skuid.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: "Bob Feng" <bob.c.feng@intel.com >
Reviewed-by: "Chen, Hesheng" <hesheng.chen@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@17159  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2015-04-10 07:06:13 +00:00 
						 
				 
			
				
					
						
							
							
								Bob Feng 
							
						 
					 
					
						
						
							
						
						82a6a9605c 
					 
					
						
						
							
							BaseTools/Build: Add SDL support  
						
						... 
						
						
						
						1.BaseTool add ATTRIBUTE (+/-RT, RO) support in PCD declaration in DSC file
2.BaseTool collect valid PCD value in DEC file and generate data base for runtime sanity check
3.BaseTool support SetPcd error.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: "Bob Feng" <bob.c.feng@intel.com >
Reviewed-by: "Chen, Hesheng" <hesheng.chen@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@17158  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2015-04-10 06:59:47 +00:00 
						 
				 
			
				
					
						
							
							
								Yingke Liu 
							
						 
					 
					
						
						
							
						
						8546dfeace 
					 
					
						
						
							
							Fix a regression bug to uni parser.  
						
						... 
						
						
						
						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@16469  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2014-12-03 08:30:56 +00:00 
						 
				 
			
				
					
						
							
							
								Cecil Sheng 
							
						 
					 
					
						
						
							
						
						71f02911b1 
					 
					
						
						
							
							Corrected slash and quote handling in the strings of UNI files.  
						
						... 
						
						
						
						Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Cecil Sheng <cecil.sheng@hp.com >
Reviewed-by: Yingke Liu <yingke.d.liu@intel.com >
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16456  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2014-12-01 01:05:05 +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 
						 
				 
			
				
					
						
							
							
								Yingke Liu 
							
						 
					 
					
						
						
							
						
						8200fcfe54 
					 
					
						
						
							
							BaseTool: Support EDKII style GUID definition for VFR function.  
						
						... 
						
						
						
						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@16330  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2014-11-11 07:33:50 +00:00 
						 
				 
			
				
					
						
							
							
								Feng, Bob C 
							
						 
					 
					
						
						
							
						
						84cc912aee 
					 
					
						
						
							
							This patch is going to fix the issue of the mis-match between the index of Platform DynamicPcd list and Dynamic Pcd generated token number.  
						
						... 
						
						
						
						Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Feng, Bob C <bob.c.feng@intel.com >
Reviewed-by: Yingke Liu <yingke.d.liu@intel.com >
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16101  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2014-09-12 08:46:30 +00:00 
						 
				 
			
				
					
						
							
							
								Hess Chen 
							
						 
					 
					
						
						
							
						
						49d9b71df2 
					 
					
						
						
							
							BaseTools/AutoGen: Remove redundant copy action for binary module  
						
						... 
						
						
						
						Remove redundant copy action for binary module to copy binary files to output directory only when the binary module is a library
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Hess Chen <hesheng.chen@intel.com >
Reviewed-by: Yingke Liu <yingke.d.liu@Intel.com >
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16057  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2014-09-04 08:32:44 +00:00 
						 
				 
			
				
					
						
							
							
								Feng, Bob C 
							
						 
					 
					
						
						
							
						
						12d37ace00 
					 
					
						
						
							
							This patch is going to fix the issue of only Default SkuId is built into the External Pcd DataBase.  
						
						... 
						
						
						
						Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Feng, Bob C <bob.c.feng@intel.com >
Reviewed-by: Gao, Liming <liming.gao@intel.com >
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16006  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2014-08-30 12:59:03 +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 
						 
				 
			
				
					
						
							
							
								Hess Chen 
							
						 
					 
					
						
						
							
						
						fae62ff21a 
					 
					
						
						
							
							This patch is going to:  
						
						... 
						
						
						
						1.       Support a force binary build mode by adding “--ignore-source” to command line options.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Hess Chen <hesheng.chen@intel.com >
Reviewed-by: Yingke Liu <yingke.d.liu@intel.com >
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15897  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2014-08-26 07:14:38 +00:00 
						 
				 
			
				
					
						
							
							
								Feng, Bob C 
							
						 
					 
					
						
						
							
						
						a0a2cd1ea6 
					 
					
						
						
							
							This patch is going to correct the external PCD database generation rule to support the case that all binary driver are only listed in FDF file.  
						
						... 
						
						
						
						Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Feng, Bob C <bob.c.feng@intel.com >
Reviewed-by: Yingke Liu <yingke.d.liu@intel.com >
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15893  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2014-08-26 02:52:24 +00:00 
						 
				 
			
				
					
						
							
							
								Hess Chen 
							
						 
					 
					
						
						
							
						
						0923aa1c3a 
					 
					
						
						
							
							This patch is going to:  
						
						... 
						
						
						
						1.	Skip the content defined in USER EXTENSION section without raising an error.
2.	Wrap os.utime to use two arguments.
3.	Add GenFdsCommand for PlatformAutoGen
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Hess Chen <hesheng.chen@intel.com >
Reviewed-by: Gao, Liming <liming.gao@intel.com >
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15865  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2014-08-21 07:51:21 +00:00 
						 
				 
			
				
					
						
							
							
								Yingke Liu 
							
						 
					 
					
						
						
							
						
						07b8564b11 
					 
					
						
						
							
							AutoGen.c can only be generated if the module has intermediate object files generated or links other libraries.  
						
						... 
						
						
						
						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@15864  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2014-08-21 07:12:33 +00:00 
						 
				 
			
				
					
						
							
							
								Yingke Liu 
							
						 
					 
					
						
						
							
						
						fcd4fbf30d 
					 
					
						
						
							
							1. AutoGen.c should be generated if it is not empty even if there are no C source files.  
						
						... 
						
						
						
						2. If there are sub directories in current module, the corresponding directory in OUTPUT should be created.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Yingke Liu <yingke.d.liu@intel.com >
Reviewed-by: Chen, Hesheng <hesheng.chen@intel.com >
Reviewed-by: Feng, Bob C <bob.c.feng@intel.com >
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15860  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2014-08-21 01:39:18 +00:00 
						 
				 
			
				
					
						
							
							
								Hess Chen 
							
						 
					 
					
						
						
							
						
						01ce353813 
					 
					
						
						
							
							This patch is going to fix a build failure (running of GenFds) in Linux system caused by patch at r15816.  
						
						... 
						
						
						
						Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Hess Chen <hesheng.chen@intel.com >
Reviewed-by: Gao, Liming <liming.gao@intel.com >
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15831  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2014-08-19 08:22:04 +00:00 
						 
				 
			
				
					
						
							
							
								Hess Chen 
							
						 
					 
					
						
						
							
						
						03af275332 
					 
					
						
						
							
							This patch is going to retire the top level makefile on BaseTools for supporting a pure binary build without any complier.  
						
						... 
						
						
						
						Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Hess Chen <hesheng.chen@intel.com >
Reviewed-by: Yingke Liu <yingke.d.liu@intel.com >
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15816  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2014-08-18 04:59:01 +00:00 
						 
				 
			
				
					
						
							
							
								Hess Chen 
							
						 
					 
					
						
						
							
						
						1be2ed90a2 
					 
					
						
						
							
							There is a limitation on WINDOWS OS for the length of entire file path can’t be larger than 255. There is an OS API provided by Microsoft to add “\\?\” before the path header to support the long file path. Enable this feature on basetools.  
						
						... 
						
						
						
						Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Hess Chen <hesheng.chen@intel.com >
Reviewed-by: Yingke Liu <yingke.d.liu@intel.com >
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15809  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2014-08-15 03:06:48 +00:00 
						 
				 
			
				
					
						
							
							
								Gao, Liming 
							
						 
					 
					
						
						
							
						
						f51461c829 
					 
					
						
						
							
							Sync BaseTool trunk (version r2649) into EDKII BaseTools.  
						
						... 
						
						
						
						Signed-off-by: Gao, Liming <liming.gao@intel.com >
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15188  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2014-01-27 05:23:15 +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 
							
						 
					 
					
						
						
							
						
						e8a47801a1 
					 
					
						
						
							
							Sync BaseTool trunk (version r2610) into EDKII BaseTools.  
						
						... 
						
						
						
						Signed-off-by: Liming Gao <liming.gao@intel.com >
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14856  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2013-11-18 07:41:21 +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 
							
						 
					 
					
						
						
							
						
						25918452ed 
					 
					
						
						
							
							Sync BaseTools Trunk (version r2524) to EDKII main trunk.  
						
						... 
						
						
						
						Signed-off-by: Liming Gao <liming.gao@intel.com >
Reviewed-by: Liu Yingke <yingke.d.liu@intel.com >
Reviewed-by: Yurui Zeng <yurui.zeng@intel.com >
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13353  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2012-05-23 08:27:14 +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 
							
						 
					 
					
						
						
							
						
						9508d0fa4f 
					 
					
						
						
							
							Sync BaseTool trunk (version r2474) into EDKII BaseTools.  
						
						... 
						
						
						
						Signed-off-by: lgao4
Reviewed-by: gikidy
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12883  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2011-12-16 08:52:13 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
							
						
						d0acc87a41 
					 
					
						
						
							
							Sync BaseTool trunk (version r2460) into EDKII BaseTools.  The change mainly includes:  
						
						... 
						
						
						
						1. Support use expression as DSC file PCD value.
  2. Update FDF parser to fix bug to get complete macro value.
  3. Fix bug to replace SET statement macro and evaluate SET statement PCD value in FDF file.
  4. Fix a bug for MACRO defined in conditional block cannot be processed correctly
Signed-off-by: lgao4
Reviewed-by: gikidy
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12827  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2011-12-07 06:19:28 +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 
							
						 
					 
					
						
						
							
						
						d40b2ee60e 
					 
					
						
						
							
							Sync BaseTool trunk (version r2397) into EDKII BaseTools.  The change mainly includes  
						
						... 
						
						
						
						1. Fix the issue that root directory of disk can’t be used as WORKSPACE.
2. Update AutoGen code style to pass C++ compiler.
Signed-off-by: lgao4
Reviewed-by: jsu1
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12676  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2011-11-09 04:32:08 +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 
							
						 
					 
					
						
						
							
						
						79b74a03e0 
					 
					
						
						
							
							Sync BaseTools Branch (version r2362) to EDKII main trunk.  
						
						... 
						
						
						
						Signed-off-by: lgao4
Reviewed-by: jsu1
Reviewed-by: ydliu
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12525  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2011-10-11 02:49:48 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
							
						
						df692f024b 
					 
					
						
						
							
							Sync BaseTools Branch (version r2323) to EDKII main trunk.  
						
						... 
						
						
						
						Signed-off-by: lgao4
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12379  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2011-09-19 09:03:59 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
							
						
						b36d134faf 
					 
					
						
						
							
							Sync BaseTools Branch (version r2321) to EDKII main trunk.  
						
						... 
						
						
						
						Signed-off-by: lgao4
Reviewed-by: gikidy
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12372  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2011-09-18 12:17:25 +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 
							
						 
					 
					
						
						
							
						
						7c1fd3239d 
					 
					
						
						
							
							Sync BaseTools Branch (version r2161) 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: gikidy
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11708  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2011-05-26 07:35:18 +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 
							
						 
					 
					
						
						
							
						
						641370270f 
					 
					
						
						
							
							Sync EDKII BaseTools to BaseTools project r2100.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11118  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2010-12-06 05:17:09 +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