jcarsey 
							
						 
					 
					
						
						
							
						
						8bb7441edd 
					 
					
						
						
							
							ShellPkg: Allow for format character strings to be typed in editor without having effect on editor screen.  
						
						... 
						
						
						
						signed-off-by: jcarsey
reviewed-by: leegrosenbaum
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12965  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2012-01-30 18:44:41 +00:00 
						 
				 
			
				
					
						
							
							
								jcarsey 
							
						 
					 
					
						
						
							
						
						479f85bb72 
					 
					
						
						
							
							ShellPkg: add more parenthesis to bcfg command.  
						
						... 
						
						
						
						signed-off-by: jcarsey
reviewed-by: mlmitchel
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12963  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2012-01-30 17:31:23 +00:00 
						 
				 
			
				
					
						
							
							
								jcarsey 
							
						 
					 
					
						
						
							
						
						f9aefb6a06 
					 
					
						
						
							
							ShellPkg: fix redirection file parsing to allow spaces before filename.  
						
						... 
						
						
						
						signed-off-by: jcarsey
reviewed-by: darylm503
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12962  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2012-01-27 20:51:14 +00:00 
						 
				 
			
				
					
						
							
							
								jcarsey 
							
						 
					 
					
						
						
							
						
						cff7bffbb5 
					 
					
						
						
							
							ShellPkg: Add support for adding optional data to the bcfg command in debug profile.  
						
						... 
						
						
						
						signed-off-by: jcarsey
reviewed-by: leegrosenbaum
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12961  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2012-01-27 18:53:18 +00:00 
						 
				 
			
				
					
						
							
							
								jcarsey 
							
						 
					 
					
						
						
							
						
						49bd498dfe 
					 
					
						
						
							
							ShellPkg: parameters with spaces need quotes.  
						
						... 
						
						
						
						signed-off-by: jcarsey
reviewed-by: leegrosenbaum
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12960  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2012-01-27 18:42:43 +00:00 
						 
				 
			
				
					
						
							
							
								jcarsey 
							
						 
					 
					
						
						
							
						
						e1d996b391 
					 
					
						
						
							
							ShellPkg: Add support for adding optional data to the bcfg command.  
						
						... 
						
						
						
						signed-off-by: jcarsey
reviewed-by: leegrosenbaum
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12959  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2012-01-27 18:40:51 +00:00 
						 
				 
			
				
					
						
							
							
								darylm503 
							
						 
					 
					
						
						
							
						
						ae78a89c94 
					 
					
						
						
							
							AppPkg/Applications/Python: Fix a mis-located module and establish the minimum set of built-in modules needed for Python to start and run.  
						
						... 
						
						
						
						Signed-off-by: darylm503
Reviewed-by: leegrosenbaum
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12958  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2012-01-27 01:06:16 +00:00 
						 
				 
			
				
					
						
							
							
								darylm503 
							
						 
					 
					
						
						
							
						
						b410d6e4ce 
					 
					
						
						
							
							AppPkg/Applications/Python: Get Python startup process fully working for EDK II.  
						
						... 
						
						
						
						AppPkg.dsc: Clean up and add Socket support.
Applications/Python/PythonCore.inf: Re-order source files.
Applications/Python/Efi/config.c: Add all mandatory modules.  Disable remaining.
Applications/Python/Efi/edk2module.c: EDK II port of posixmodule.c.
Applications/Python/Efi/getpath.c: Determine initial module search path.
Applications/Python/Ia32/pyconfig.h: Configuration macros for Ia32.
Applications/Python/Ipf/pyconfig.h: Configuration macros for Ipf.
Applications/Python/PyMod-2.7.2/Include/osdefs.h: Select appropriate directory and path separators for UEFI.
Applications/Python/PyMod-2.7.2/Lib/ntpath.py: Allow multi-character device names to left of colon.
Applications/Python/PyMod-2.7.2/Lib/os.py: Add edk2 as a supported OS.
Applications/Python/PyMod-2.7.2/Lib/site.py: UEFI-specific path and environment setup.
Applications/Python/PyMod-2.7.2/Modules/errnomodule.c: Sync with errno.h.
Applications/Python/PyMod-2.7.2/Modules/selectmodule.c: Add UEFI support.
Applications/Python/PyMod-2.7.2/Modules/socketmodule.h: Add UEFI support.
Applications/Python/PyMod-2.7.2/Modules/zlib/zutil.h: Add UEFI support.
Applications/Python/PyMod-2.7.2/Python/getcopyright.c: Add Intel copyright.
Applications/Python/X64/pyconfig.h: Configuration macros for X64.
Signed-off-by: darylm503
Reviewed-by: geekboy15a
Reviewed-by: jljusten
Reviewed-by: lpleahy
Reviewed-by: leegrosenbaum
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12957  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2012-01-26 22:04:41 +00:00 
						 
				 
			
				
					
						
							
							
								darylm503 
							
						 
					 
					
						
						
							
						
						87bd924782 
					 
					
						
						
							
							StdLib/Include/netdb.h: Re-enable macros needed by socket applications and perform general cleanup.  
						
						... 
						
						
						
						Signed-off-by: darylm503
Reviewed-by: jcarsey
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12956  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2012-01-26 21:45:54 +00:00 
						 
				 
			
				
					
						
							
							
								andrewfish 
							
						 
					 
					
						
						
							
						
						b02127ec88 
					 
					
						
						
							
							Fix bug where { NULL } did not terminate with a double NULL. Add support for passing in NULL for the string pack. Update the comments.  
						
						... 
						
						
						
						signed-off-by: andrewfish
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12955  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2012-01-26 08:49:22 +00:00 
						 
				 
			
				
					
						
							
							
								andrewfish 
							
						 
					 
					
						
						
							
						
						a0af6b2728 
					 
					
						
						
							
							Remove Framework concepts and fully port to PI. Remove the use of Hii for hard coded strings.  
						
						... 
						
						
						
						Note: The LogSmbiosData() function should probably be an MdeModulePkg library function.
signed-off-by: andrewfish
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12954  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2012-01-24 08:39:11 +00:00 
						 
				 
			
				
					
						
							
							
								jcarsey 
							
						 
					 
					
						
						
							
						
						28d903168c 
					 
					
						
						
							
							ShellPkg: This patch fixes the redirection support for a Shell2 application running in Shell1.  
						
						... 
						
						
						
						signed-off-by: Richard_Chan@Dell.com 
reviewed-by: jcarsey
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12951  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2012-01-20 21:58:15 +00:00 
						 
				 
			
				
					
						
							
							
								jcarsey 
							
						 
					 
					
						
						
							
						
						a32980dd3c 
					 
					
						
						
							
							ShellPkg: Fix rm CWD protection to be better at catching similarly named directories.  
						
						... 
						
						
						
						signed-off-by: jcarsey
reviewed-by: geekboy15a
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12950  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2012-01-20 18:10:45 +00:00 
						 
				 
			
				
					
						
							
							
								jcarsey 
							
						 
					 
					
						
						
							
						
						ecfd71af17 
					 
					
						
						
							
							ShellPkg: Fix SimpleTextInputEx based "CTRL-S" by emptying the buffer to prevent immediate release of the pause.  
						
						... 
						
						
						
						signed-off-by: jcarsey
reviewed-by: leegrosenbaum
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12944  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2012-01-19 18:18:12 +00:00 
						 
				 
			
				
					
						
							
							
								rsun3 
							
						 
					 
					
						
						
							
						
						e9a9efb8e5 
					 
					
						
						
							
							DuetPkg BootSector: fix a bug in st32_64.S that the size for GDTR.limit is wrong.  
						
						... 
						
						
						
						Signed-off-by: rsun3
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12934  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2012-01-18 03:28:42 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
							
						
						9a8e70ce6c 
					 
					
						
						
							
							Add new DEBUG_VERBOSE print error level.  
						
						... 
						
						
						
						Signed-off-by: lgao4
Reviewed-by: hhtian
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12933  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2012-01-16 05:45:48 +00:00 
						 
				 
			
				
					
						
							
							
								jyao1 
							
						 
					 
					
						
						
							
						
						a0d74d006d 
					 
					
						
						
							
							correct license header.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12932  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2012-01-15 11:21:18 +00:00 
						 
				 
			
				
					
						
							
							
								jyao1 
							
						 
					 
					
						
						
							
						
						05ca95e29c 
					 
					
						
						
							
							Initialize LockBox.Attribute to 0 in SaveLockBox, or it will be random value.  
						
						... 
						
						
						
						signed-off-by: jyao1
reviewed-by: rsun3
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12931  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2012-01-14 01:36:55 +00:00 
						 
				 
			
				
					
						
							
							
								rsun3 
							
						 
					 
					
						
						
							
						
						e7c4ef5ed4 
					 
					
						
						
							
							DuetPkg BootSector: fix bugs in .S files so that 32-bit and 64-bit DUET can boot to Shell with boot sector binaries built by GCC.  
						
						... 
						
						
						
						There is also a bug in bs32.asm/bs32.S that the space between the code and the 0xAA55 ending signature is not enough to hold the 2 debug strings. It is fixed by shortening the strings.
Signed-off-by: rsun3
Reviewed-by: niruiyu
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12930  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2012-01-13 06:29:44 +00:00 
						 
				 
			
				
					
						
							
							
								ydong10 
							
						 
					 
					
						
						
							
						
						e8ef42833f 
					 
					
						
						
							
							Correct definition to follow spec.  
						
						... 
						
						
						
						Signed-off-by: ydong10
Reviewed-by: lgao4
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12929  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2012-01-12 13:03:56 +00:00 
						 
				 
			
				
					
						
							
							
								ydong10 
							
						 
					 
					
						
						
							
						
						5f595f14be 
					 
					
						
						
							
							Update copyright.  
						
						... 
						
						
						
						Signed-off-by: ydong10
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12928  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2012-01-12 07:18:08 +00:00 
						 
				 
			
				
					
						
							
							
								ydong10 
							
						 
					 
					
						
						
							
						
						b16cc38bf3 
					 
					
						
						
							
							Add check when get boot option variable to avoid system hang.  
						
						... 
						
						
						
						Signed-off-by: ydong10
Reviewed-by: niruiyu
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12927  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2012-01-12 05:32:59 +00:00 
						 
				 
			
				
					
						
							
							
								andrewfish 
							
						 
					 
					
						
						
							
						
						f79fa76e9c 
					 
					
						
						
							
							Fix bug in SNP driver where default values for SNP mode are not filled in. This causes ARP and other drivers to fail to bind as they don't think it is an ethernet connection. Mode structure is filled via lazy update, so defaults need some genericly valid info, not zero.  
						
						... 
						
						
						
						signed-off-by:andrewfish
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12926  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2012-01-11 19:00:26 +00:00 
						 
				 
			
				
					
						
							
							
								jcarsey 
							
						 
					 
					
						
						
							
						
						a7224eefeb 
					 
					
						
						
							
							ShellPkg: Check for Abort flag in main 'for' loop of ls command and propagate the condition when found.  
						
						... 
						
						
						
						Also prevents printing of an error output when user selects abort.
signed-off-by: jcarsey
reviewed-by: 
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12925  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2012-01-11 18:45:23 +00:00 
						 
				 
			
				
					
						
							
							
								oliviermartin 
							
						 
					 
					
						
						
							
						
						fa449c61c4 
					 
					
						
						
							
							BeagleBaordPkg: Removed out of date comment in FDF file about USB stack  
						
						... 
						
						
						
						The USB stack has been fixed last year (cache coherencey issue in DmaLib).
USB stack has been tested on BeagleBoard-xm with rev 12923 (10/01/2012).
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12924  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2012-01-11 10:52:57 +00:00 
						 
				 
			
				
					
						
							
							
								jcarsey 
							
						 
					 
					
						
						
							
						
						f0b0e7338b 
					 
					
						
						
							
							ShellPkg: Propagate verbose flag down so it can be used in all DH command use cases.  
						
						... 
						
						
						
						signed-off-by: jcarsey
reviewed-by: leegrosenbaum
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12923  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2012-01-10 20:53:26 +00:00 
						 
				 
			
				
					
						
							
							
								jcarsey 
							
						 
					 
					
						
						
							
						
						f4f3c6bf0a 
					 
					
						
						
							
							ShellPkg: Add dump information for PCI Root Bridge IO protocol.  
						
						... 
						
						
						
						This indirectly updates the DH command since it will automatically call the new function.
signed-off-by: jcarsey
reviewed-by: leegrosenbaum
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12922  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2012-01-10 20:51:04 +00:00 
						 
				 
			
				
					
						
							
							
								rsun3 
							
						 
					 
					
						
						
							
						
						69b1c0214f 
					 
					
						
						
							
							DuetPkg BootSector: Clean up .S files for 64-bit Duet for GCC build.  
						
						... 
						
						
						
						Partly contributed by Sergey Isakov [isakov-sl@bk.ru ].
Signed-off-by: rsun3
Reviewed-by: niruiyu
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12921  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2012-01-10 04:30:33 +00:00 
						 
				 
			
				
					
						
							
							
								jcarsey 
							
						 
					 
					
						
						
							
						
						dee3431846 
					 
					
						
						
							
							ShellPkg: Add protocols / protocol GUIDs to display and input mapping.  
						
						... 
						
						
						
						This adds all protocols in the MdePkg.dec.
signed-off-by: jcarsey
reviewed-by: geekboy15a
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12920  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2012-01-09 19:11:54 +00:00 
						 
				 
			
				
					
						
							
							
								andrewfish 
							
						 
					 
					
						
						
							
						
						2c5ce61d06 
					 
					
						
						
							
							Fix bug where open() mode was not being set based on type of device being emulated.  
						
						... 
						
						
						
						signed-off-by:andrewfish
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12917  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2012-01-07 00:30:52 +00:00 
						 
				 
			
				
					
						
							
							
								darylm503 
							
						 
					 
					
						
						
							
						
						8db9424e55 
					 
					
						
						
							
							StdLib: Add a file was missed and should have been included in check-in 12061.  
						
						... 
						
						
						
						Signed-off-by: darylm503
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12916  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2012-01-06 23:26:59 +00:00 
						 
				 
			
				
					
						
							
							
								andrewfish 
							
						 
					 
					
						
						
							
						
						9cf20bbf9a 
					 
					
						
						
							
							Add an error print and exit if SEC core is not found.  
						
						... 
						
						
						
						signed-off-by: andrewfish
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12912  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2012-01-06 17:23:05 +00:00 
						 
				 
			
				
					
						
							
							
								jcarsey 
							
						 
					 
					
						
						
							
						
						344b16e151 
					 
					
						
						
							
							ShellPkg: fix copyright date.  
						
						... 
						
						
						
						signed-off-by: jcarsey
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12911  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2012-01-05 20:46:16 +00:00 
						 
				 
			
				
					
						
							
							
								jcarsey 
							
						 
					 
					
						
						
							
						
						b471606bdf 
					 
					
						
						
							
							ShellPkg: fix For command parsing list of values.  
						
						... 
						
						
						
						Fix a check that was checking twice for double quote '"' and not for space ' '.
signed-off-by: jcarsey
reviewed-by: geekboy15a
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12910  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2012-01-05 20:43:31 +00:00 
						 
				 
			
				
					
						
							
							
								jcarsey 
							
						 
					 
					
						
						
							
						
						d8fdd5247c 
					 
					
						
						
							
							ShellPkg: Fix swapping of reset behavior.  
						
						... 
						
						
						
						This fix exchanges the behavior between "reset -c" and "reset" with "reset -w".
signed-off-by: jliu66
reviewed-by: jcarsey
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12909  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2012-01-05 18:20:23 +00:00 
						 
				 
			
				
					
						
							
							
								gdong1 
							
						 
					 
					
						
						
							
						
						1e44cb991f 
					 
					
						
						
							
							Remove illegal TPL usage.  
						
						... 
						
						
						
						Signed-off-by: gdong1
Reviewed-by: niruiyu
Reviewed-by: tye1
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12908  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2012-01-05 08:11:49 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
							
						
						1e21413c8c 
					 
					
						
						
							
							Fix the issue in PeiCore that doesn’t handle Unix style file path of PDB file.  
						
						... 
						
						
						
						Signed-off-by: lgao4
Reviewed-by:rsun3
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12906  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2012-01-04 04:17:48 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
							
						
						5aaa6e114a 
					 
					
						
						
							
							Add the missing DebugPrintErrorLevelLib library class in MdePkg.dec  
						
						... 
						
						
						
						Signed-off-by: lgao4
Reviewed-by: rsun3
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12905  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2012-01-04 04:15:47 +00:00 
						 
				 
			
				
					
						
							
							
								jcarsey 
							
						 
					 
					
						
						
							
						
						8fcf74a850 
					 
					
						
						
							
							ShellPkg: print error when column index is out of range instead of ASSERT.  
						
						... 
						
						
						
						signed-off-by: jcarsey
reviewed-by: leegrosenbaum
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12904  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2012-01-02 21:17:20 +00:00 
						 
				 
			
				
					
						
							
							
								jcarsey 
							
						 
					 
					
						
						
							
						
						1921657354 
					 
					
						
						
							
							ShellPkg: fix Pipe usage verification.  
						
						... 
						
						
						
						Add checks for nothing before or nothing after the pipe and output an error when pipe usage fails.
signed-off-by: jcarsey
reviewed-by: leegrosenbaum
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12903  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2012-01-02 18:07:13 +00:00 
						 
				 
			
				
					
						
							
							
								oliviermartin 
							
						 
					 
					
						
						
							
						
						9308b78a60 
					 
					
						
						
							
							BeagleBoard: Support bash script when 'set -u'  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12902  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2011-12-29 12:16:57 +00:00 
						 
				 
			
				
					
						
							
							
								oliviermartin 
							
						 
					 
					
						
						
							
						
						f5df743f48 
					 
					
						
						
							
							BeagleBoard: Allow to overwrite the default toolchain  
						
						... 
						
						
						
						Each OS has its own default EDK2 toolchain. This change allows to overwrite
this default option.
Example: On Linux the default toolchain is ARMLINUXGCC, this command line can overwrite it:
TARGET_TOOLS=ARMGCC ./build.sh
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12901  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2011-12-29 12:16:02 +00:00 
						 
				 
			
				
					
						
							
							
								oliviermartin 
							
						 
					 
					
						
						
							
						
						e7b872fd02 
					 
					
						
						
							
							EmbeddedPkg/PrePiLib: Ensure FvImageInfo has been initialized to zero  
						
						... 
						
						
						
						Signed-off-by: lgao4
Reviewed-by: oliviermartin
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12900  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2011-12-29 12:15:08 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
							
						
						c8641de387 
					 
					
						
						
							
							Roll back the previous change in MdePkg BaseLib Ia32 Thunk16.S and EcpPkg GlueLib BaseLib Ia32 Thunk16.S, and still use the hard code offset in them to avoid GCC compiler create the unexpected instruction.  
						
						... 
						
						
						
						Signed-off-by: lgao4
Reviewed-by: rsun3
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12898  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2011-12-28 09:48:15 +00:00 
						 
				 
			
				
					
						
							
							
								li-elvin 
							
						 
					 
					
						
						
							
						
						855790a56f 
					 
					
						
						
							
							Change Openssl build option for IPF back to SIXTY_FOUR_BIT.  
						
						... 
						
						
						
						Signed-off-by: li-elvin
Reviewed-by: vanjeff
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12893  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2011-12-26 02:18:13 +00:00 
						 
				 
			
				
					
						
							
							
								ydong10 
							
						 
					 
					
						
						
							
						
						98ba35a40c 
					 
					
						
						
							
							Patch includes:  
						
						... 
						
						
						
						1.Update question value after BDS change code to avoid save invalid data.
2.Fix a corner case bug that may cause unexpected popup when changing the legacy device order.
Signed-off-by: ydong10
Reviewed-by: lgao4
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12892  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2011-12-22 06:31:40 +00:00 
						 
				 
			
				
					
						
							
							
								rsun3 
							
						 
					 
					
						
						
							
						
						5c6889f7ce 
					 
					
						
						
							
							MdeModulePkg PCI Bus Driver: Remove the workaround for the EFI_PCI_IO_ATTRIBUTE_VGA_PALETTE_IO and EFI_PCI_IO_ATTRIBUTE_VGA_IO attributes to follow the UEFI spec.  
						
						... 
						
						
						
						Signed-off-by: rsun3
Reviewed-by: niruiyu
Reviewed-by: mdkinney
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12891  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2011-12-22 02:56:28 +00:00 
						 
				 
			
				
					
						
							
							
								erictian 
							
						 
					 
					
						
						
							
						
						d8982b0303 
					 
					
						
						
							
							MdeModulePkg: Fix a bug in GetNextTargetLun()/GetNextTarget() when two cdroms attached  
						
						... 
						
						
						
						Signed-off-by: erictian
Reviewed-by: rsun3
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12890  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2011-12-21 06:04:56 +00:00 
						 
				 
			
				
					
						
							
							
								lgao4 
							
						 
					 
					
						
						
							
						
						fe28761275 
					 
					
						
						
							
							Clean up the hard code offset in MdePkg BaseLib Ia32 Thunk16.S and EcpPkg GlueLib BaseLib Ia32 Thunk16.S.  
						
						... 
						
						
						
						Signed-off-by: lgao4
Reviewed-by: rsun3
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12889  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2011-12-20 09:50:19 +00:00 
						 
				 
			
				
					
						
							
							
								niruiyu 
							
						 
					 
					
						
						
							
						
						665e08a0ca 
					 
					
						
						
							
							Remove the redundancy commas when converting the SASEx device path node to text.  
						
						... 
						
						
						
						Signed-off-by: niruiyu
Reviewed-by: jjin9
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12888  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2011-12-20 05:01:05 +00:00