Michael Kubacki 
							
						 
					 
					
						
						
							
						
						2f88bd3a12 
					 
					
						
						
							
							MdePkg: Apply uncrustify changes  
						
						... 
						
						
						
						REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3737 
Apply uncrustify changes to .c/.h files in the MdePkg package
Cc: Andrew Fish <afish@apple.com >
Cc: Leif Lindholm <leif@nuviainc.com >
Cc: Michael D Kinney <michael.d.kinney@intel.com >
Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com >
Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn > 
						
						
					 
					
						2021-12-07 17:24:28 +00:00 
						 
				 
			
				
					
						
							
							
								Michael D Kinney 
							
						 
					 
					
						
						
							
						
						d0e2f8232a 
					 
					
						
						
							
							MdePkg: Change OPTIONAL keyword usage style  
						
						... 
						
						
						
						REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3760 
Update all use of ', OPTIONAL' to ' OPTIONAL,' for function params.
Cc: Andrew Fish <afish@apple.com >
Cc: Leif Lindholm <leif@nuviainc.com >
Cc: Michael Kubacki <michael.kubacki@microsoft.com >
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com >
Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn > 
						
						
					 
					
						2021-12-07 17:24:28 +00:00 
						 
				 
			
				
					
						
							
							
								Zurcher, Christopher J 
							
						 
					 
					
						
						
							
						
						9b14509b16 
					 
					
						
						
							
							MdePkg: Implement SCSI commands for Security Protocol In/Out  
						
						... 
						
						
						
						BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=1546 
This patch implements the Security Protocol In and Security Protocol Out
commands in UefiScsiLib to prepare support for the Storage Security
Command Protocol.
Cc: Jiewen Yao <jiewen.yao@intel.com >
Cc: Jian J Wang <jian.j.wang@intel.com >
Signed-off-by: Christopher J Zurcher <christopher.j.zurcher@intel.com >
Reviewed-by: Hao A Wu <hao.a.wu@intel.com >
Reviewed-by: Liming Gao <liming.gao@intel.com > 
						
						
					 
					
						2019-09-29 16:43:45 +08:00 
						 
				 
			
				
					
						
							
							
								Michael D Kinney 
							
						 
					 
					
						
						
							
						
						9344f09215 
					 
					
						
						
							
							MdePkg: Replace BSD License with BSD+Patent License  
						
						... 
						
						
						
						https://bugzilla.tianocore.org/show_bug.cgi?id=1373 
Replace BSD 2-Clause License with BSD+Patent License.  This change is
based on the following emails:
  https://lists.01.org/pipermail/edk2-devel/2019-February/036260.html 
  https://lists.01.org/pipermail/edk2-devel/2018-October/030385.html 
RFCs with detailed process for the license change:
  V3: https://lists.01.org/pipermail/edk2-devel/2019-March/038116.html 
  V2: https://lists.01.org/pipermail/edk2-devel/2019-March/037669.html 
  V1: https://lists.01.org/pipermail/edk2-devel/2019-March/037500.html 
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com >
Reviewed-by: Liming Gao <liming.gao@intel.com > 
					
						2019-04-09 10:58:13 -07:00 
						 
				 
			
				
					
						
							
							
								Liming Gao 
							
						 
					 
					
						
						
							
						
						9095d37b8f 
					 
					
						
						
							
							MdePkg: Clean up source files  
						
						... 
						
						
						
						1. Do not use tab characters
2. No trailing white space in one line
3. All files must end with CRLF
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Liming Gao <liming.gao@intel.com > 
						
						
					 
					
						2018-06-28 11:19:47 +08:00 
						 
				 
			
				
					
						
							
							
								Hao Wu 
							
						 
					 
					
						
						
							
						
						9c58193927 
					 
					
						
						
							
							MdePkg UefiScsiLib: Add non-blocking support for SCSI Read/Write command  
						
						... 
						
						
						
						Four new functions are added to UefiScsiLib:
ScsiRead10CommandEx
ScsiWrite10CommandEx
ScsiRead16CommandEx
ScsiWrite16CommandEx
They support both blocking and non-blocking SCSI Read/Write operation
depending on the optional parameter 'Event' passed to those APIs.
When 'Event' is NULL, these four functions will call the non-EX version
couterparts to execute blocking SCSI I/O. When 'Event' is not NULL,
non-blocking I/O operation is executed.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Hao Wu <hao.a.wu@intel.com >
Reviewed-by: Feng Tian <feng.tian@intel.com >
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19214  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2015-12-11 01:57:41 +00:00 
						 
				 
			
				
					
						
							
							
								Feng Tian 
							
						 
					 
					
						
						
							
						
						d658727b50 
					 
					
						
						
							
							MdePkg/UefiScsiLib: comments update to add EFI_INVALID_PARAMETER status  
						
						... 
						
						
						
						EFI_SCSI_IO_PROTOCOL has alignment requirement on any data buffer
used in SCSI data transfer. As a wrap of this protocol, UefiScsiLib
have same request. Adding EFI_INVALID_PARAMETER return status in
function comments to ask the caller to guarantee this alignment.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Feng Tian <feng.tian@intel.com >
Reviewed-by: Star Zeng <star.zeng@intel.com >
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18434  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2015-09-10 07:02:12 +00:00 
						 
				 
			
				
					
						
							
							
								Tian, Feng 
							
						 
					 
					
						
						
							
						
						b95eb5e097 
					 
					
						
						
							
							MdePkg/UefiScsiLib: Wrong function parameter comments in UefiScsiLib. It should be the number of transferred blocks rather than block size.  
						
						... 
						
						
						
						Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Tian, Feng <feng.tian@intel.com >
Reviewed-by: Zeng, Star <star.zeng@intel.com >
Reviewed-by: Fu, Siyuan <siyuan.fu@intel.com >
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15492  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2014-04-30 03:38:05 +00:00 
						 
				 
			
				
					
						
							
							
								niruiyu 
							
						 
					 
					
						
						
							
						
						b8a62661e4 
					 
					
						
						
							
							Add BlockIO revision 3 definition. Add new API ScsiInquiryCommandEx to UefiScsiLib.  
						
						... 
						
						
						
						Signed-off-by: niruiyu
Reviewed-by: erictian
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11691  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2011-05-23 07:45:40 +00:00 
						 
				 
			
				
					
						
							
							
								li-elvin 
							
						 
					 
					
						
						
							
						
						a24faca37a 
					 
					
						
						
							
							Add Read/Write (16) command to SCSI library.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10549  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2010-05-28 06:57:15 +00:00 
						 
				 
			
				
					
						
							
							
								hhtian 
							
						 
					 
					
						
						
							
						
						9df063a06a 
					 
					
						
						
							
							Update the copyright notice format  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10403  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2010-04-23 15:46:20 +00:00 
						 
				 
			
				
					
						
							
							
								pkandel 
							
						 
					 
					
						
						
							
						
						1a2f870c9b 
					 
					
						
						
							
							Second set of changes based on a review of the code comments in the Include directory for typos, grammar issues, and language clarity.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8467  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-06-04 16:16:15 +00:00 
						 
				 
			
				
					
						
							
							
								qhuang8 
							
						 
					 
					
						
						
							
						
						f158ee678c 
					 
					
						
						
							
							Fix minor coding style issue for ScsiReadCapacity16Command() API in UefiScsiLib  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8291  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-05-11 07:22:49 +00:00 
						 
				 
			
				
					
						
							
							
								mdkinney 
							
						 
					 
					
						
						
							
						
						5e11e7c691 
					 
					
						
						
							
							Update function header description of ScsiReadCapacity16Command() in the UEFI Scsi Library  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8277  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-05-09 01:31:20 +00:00 
						 
				 
			
				
					
						
							
							
								qhuang8 
							
						 
					 
					
						
						
							
						
						51969ecb37 
					 
					
						
						
							
							Fix several minor coding style issues.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8092  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-04-15 14:31:45 +00:00 
						 
				 
			
				
					
						
							
							
								jji4 
							
						 
					 
					
						
						
							
						
						ccb491c862 
					 
					
						
						
							
							Read-Capacity16 command added for SCSI drivers  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7999  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-04-01 08:24:58 +00:00 
						 
				 
			
				
					
						
							
							
								jji4 
							
						 
					 
					
						
						
							
						
						9ccbe812c5 
					 
					
						
						
							
							Function comments have been checked with spec.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6840  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-12-04 07:15:13 +00:00 
						 
				 
			
				
					
						
							
							
								gikidy 
							
						 
					 
					
						
						
							
						
						9638ba6d3f 
					 
					
						
						
							
							Synchronize function comment in h file  
						
						... 
						
						
						
						with  c file instance of  this functions in MdePkg.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6732  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-11-26 06:57:44 +00:00 
						 
				 
			
				
					
						
							
							
								jji4 
							
						 
					 
					
						
						
							
						
						cf8ae2f6fe 
					 
					
						
						
							
							Function headers in .h and .c files synchronized with spec  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6722  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-11-25 07:38:54 +00:00 
						 
				 
			
				
					
						
							
							
								qwang12 
							
						 
					 
					
						
						
							
						
						adde977ad4 
					 
					
						
						
							
							Fix two doxygen comment bugs.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6627  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-11-19 08:57:18 +00:00 
						 
				 
			
				
					
						
							
							
								jji4 
							
						 
					 
					
						
						
							
						
						940a892b9a 
					 
					
						
						
							
							Code Scrub: Corrected some retvals according to the spec.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6574  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-11-18 06:57:25 +00:00 
						 
				 
			
				
					
						
							
							
								qhuang8 
							
						 
					 
					
						
						
							
						
						c1f1e9ac84 
					 
					
						
						
							
							Remove 4 obsolete macros in UefiScsiLib and we have equivalent macros to the UEFI Lib for managing Timer Events  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6565  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-11-17 14:24:01 +00:00 
						 
				 
			
				
					
						
							
							
								jji4 
							
						 
					 
					
						
						
							
						
						d5954c618f 
					 
					
						
						
							
							Code Scrub:  
						
						... 
						
						
						
						The code of MdePkg\Library\UefiScsiLib\ and MdePkg\Library\UefiUsbLib has been checked and modified according to MDE_Library_Spec_0.61h-4.doc.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6561  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-11-17 11:24:14 +00:00 
						 
				 
			
				
					
						
							
							
								jji4 
							
						 
					 
					
						
						
							
						
						50a64e5b0b 
					 
					
						
						
							
							Synchronization of MDE Library Spec., Mde.dec, and corresponding head files in MdePkg\Include\Library.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6544  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-11-14 03:45:34 +00:00 
						 
				 
			
				
					
						
							
							
								qhuang8 
							
						 
					 
					
						
						
							
						
						2f474bebf6 
					 
					
						
						
							
							Rename ScsiLib to UefiScsiLib  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6500  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2008-11-13 08:37:19 +00:00