Liming Gao 
							
						 
					 
					
						
						
						
						
							
						
						
							9b7143c904 
							
						 
					 
					
						
						
							
							ShellPkg: Correct files with CRLF line ending  
						
						... 
						
						
						
						Cc: Ruiyu Ni <ruiyu.ni@intel.com>
Cc: Jaben Carsey <jaben.carsey@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Jaben Carsey <jaben.carsey@intel.com> 
						
						
					 
					
						2016-07-29 09:18:12 +08:00 
						 
				 
			
				
					
						
							
							
								Samer El-Haj-Mahmoud 
							
						 
					 
					
						
						
						
						
							
						
						
							21cc5ebf36 
							
						 
					 
					
						
						
							
							ShellPkg: Update smbiosview for latest Type 17 devices  
						
						... 
						
						
						
						Update smbiosview to understand latest SMBIOS Type 17 devices from
SMBIOS 3.0.0 spec
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Samer El-Haj-Mahmoud <elhaj@hpe.com>
Reviewed-by: Jaben Carsey <jaben.carsey@intel.com> 
						
						
					 
					
						2016-04-28 13:03:26 -07:00 
						 
				 
			
				
					
						
							
							
								Qiu Shumin 
							
						 
					 
					
						
						
						
						
							
						
						
							4dc0d578b8 
							
						 
					 
					
						
						
							
							ShellPkg: Refine code to use Strn**S safe functions instead of Str**S ones in some cases.  
						
						... 
						
						
						
						Safe string functions may ASSERT when the source length is larger than the MaxDest. This patch use Strn**S to indicate the copy length. 
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Qiu Shumin <shumin.qiu@intel.com>
Reviewed-by: Tapan Shah <<tapandshah@hp.com>>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17894  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2015-07-09 03:19:06 +00:00 
						 
				 
			
				
					
						
							
							
								Qiu Shumin 
							
						 
					 
					
						
						
						
						
							
						
						
							e75390f029 
							
						 
					 
					
						
						
							
							ShellPkg: Use safe string functions to refine code.  
						
						... 
						
						
						
						Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Qiu Shumin <shumin.qiu@intel.com>
Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17730  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2015-06-30 03:18:31 +00:00 
						 
				 
			
				
					
						
							
							
								Elvin Li 
							
						 
					 
					
						
						
						
						
							
						
						
							d63d22102f 
							
						 
					 
					
						
						
							
							ShellPkg: smbiosview shows wrong information for Type 27.  
						
						... 
						
						
						
						Fixed smbiosview to use correct value to parse Type 27.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Elvin Li <elvin.li@intel.com>
Reviewed-by: Shumin Qiu <shumin.qiu@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17007  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2015-03-04 07:50:47 +00:00 
						 
				 
			
				
					
						
							
							
								Samer El-Haj-Mahmoud elhaj 
							
						 
					 
					
						
						
						
						
							
						
						
							073fe5871e 
							
						 
					 
					
						
						
							
							Update SmbiosView Shell command to display additional CPU Family  
						
						... 
						
						
						
						and Socket designations, and fix a couple of typos
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Samer El-Haj-Mahmoud elhaj@hp.com  
Reviewed-By: Jaben Carsey <Jaben.carsey@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16036  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2014-09-02 20:03:36 +00:00 
						 
				 
			
				
					
						
							
							
								Jaben Carsey 
							
						 
					 
					
						
						
						
						
							
						
						
							99ab5fc36c 
							
						 
					 
					
						
						
							
							This patch replaces StrCpy with StrnCpy or refactors out the usage of StrCpy through some other means.  
						
						... 
						
						
						
						This patch replaces StrCat with StrnCat or refactors out the usage of StrCat through some other means.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jaben Carsey <jaben.carsey@intel.com>
Reviewed-by: Erik Bjorge <erik.c.bjorge@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16004  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2014-08-29 21:57:42 +00:00 
						 
				 
			
				
					
						
							
							
								jcarsey 
							
						 
					 
					
						
						
						
						
							
						
						
							7ac133d002 
							
						 
					 
					
						
						
							
							ShellPkg: Updates to 'smbiosview' command  
						
						... 
						
						
						
						Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Chris Phillips <chrisp@hp.com>
reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13996  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2012-12-13 21:11:21 +00:00 
						 
				 
			
				
					
						
							
							
								lzeng14 
							
						 
					 
					
						
						
						
						
							
						
						
							187cb3dd8d 
							
						 
					 
					
						
						
							
							Add SMBIOS 2.7.1 support to SmbiosView command.  
						
						... 
						
						
						
						Signed-off-by: lzeng14
Reviewed-by: jcarsey
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13101  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2012-03-15 08:29:49 +00:00 
						 
				 
			
				
					
						
							
							
								ydong10 
							
						 
					 
					
						
						
						
						
							
						
						
							4ff7e37b4f 
							
						 
					 
					
						
						
							
							Refine comments and two code style.  
						
						... 
						
						
						
						Signed-off-by: ydong10
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12263  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2011-09-02 08:05:34 +00:00 
						 
				 
			
				
					
						
							
							
								jcarsey 
							
						 
					 
					
						
						
						
						
							
						
						
							a1d4bfcc3f 
							
						 
					 
					
						
						
							
							add comments to function declarations and definitions and updated to match coding style document.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11505  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2011-04-05 20:55:45 +00:00 
						 
				 
			
				
					
						
							
							
								jcarsey 
							
						 
					 
					
						
						
						
						
							
						
						
							ae724571be 
							
						 
					 
					
						
						
							
							Comment's added and fixed.  
						
						... 
						
						
						
						Pointer's checked for NULL before access and after memory allocations.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11499  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2011-04-01 22:16:01 +00:00 
						 
				 
			
				
					
						
							
							
								jcarsey 
							
						 
					 
					
						
						
						
						
							
						
						
							33c031ee20 
							
						 
					 
					
						
						
							
							pointer verification (not NULL) and buffer overrun fixes.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11459  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2011-03-30 19:33:03 +00:00 
						 
				 
			
				
					
						
							
							
								jcarsey 
							
						 
					 
					
						
						
						
						
							
						
						
							5d73d92f56 
							
						 
					 
					
						
						
							
							Add "Debug1" profile (all but Edit and HexEdit commands)  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11068  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2010-11-16 22:36:37 +00:00