Dandan Bi 
							
						 
					 
					
						
						
						
						
							
						
						
							a275df8f9a 
							
						 
					 
					
						
						
							
							MdeModulePkg: Clear the buffer after using it  
						
						... 
						
						
						
						Cc: Liming Gao <liming.gao@intel.com>
Cc: Eric Dong <eric.dong@intel.com>
Cc: Jiewen Yao <jiewen.yao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Dandan Bi <dandan.bi@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com> 
						
					 
					
						2016-11-25 10:50:27 +08:00 
						 
				 
			
				
					
						
							
							
								Dandan Bi 
							
						 
					 
					
						
						
						
						
							
						
						
							88f0c4e29c 
							
						 
					 
					
						
						
							
							MdeModulePkg/DisplayEngine: Popup dialogue when password is not supported  
						
						... 
						
						
						
						when the password is not supported, pop up a dialogue
to let user know the reason.
Cc: Liming Gao <liming.gao@intel.com>
Cc: Eric Dong <eric.dong@intel.com>
Cc: Jiewen Yao <jiewen.yao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Dandan Bi <dandan.bi@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com> 
						
					 
					
						2016-11-25 10:50:26 +08:00 
						 
				 
			
				
					
						
							
							
								Dandan Bi 
							
						 
					 
					
						
						
						
						
							
						
						
							4b7345a7dd 
							
						 
					 
					
						
						
							
							MdeModulePkg/DisplayEngine: Fix memory leak issues in DisplayEngine  
						
						... 
						
						
						
						The following codes are useless and cause memory leak issues.
So now remove them.
Cc: Cecil Sheng <cecil.sheng@hpe.com>
Cc: Qiu Shumin <shumin.qiu@intel.com>
Cc: Eric Dong <eric.dong@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Dandan Bi <dandan.bi@intel.com>
Reviewed-by: Eric Dong <eric.dong@intel.com> 
						
					 
					
						2016-05-25 16:31:37 +08:00 
						 
				 
			
				
					
						
							
							
								Ard Biesheuvel 
							
						 
					 
					
						
						
						
						
							
						
						
							ce3ecf1364 
							
						 
					 
					
						
						
							
							MdeModulePkg: remove unreachable code  
						
						... 
						
						
						
						Some compilers (like RVCT) are finicky about unreachable code,
so remove it.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Liming Gao <liming.gao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19106  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2015-12-03 08:51:17 +00:00 
						 
				 
			
				
					
						
							
							
								Dandan Bi 
							
						 
					 
					
						
						
						
						
							
						
						
							01a9598e31 
							
						 
					 
					
						
						
							
							MdeModulePkg:Refine the function comments  
						
						... 
						
						
						
						Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Dandan Bi <dandan.bi@intel.com>
Reviewed-by: Eric Dong <eric.dong@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17852  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2015-07-07 08:17:28 +00:00 
						 
				 
			
				
					
						
							
							
								Dandan Bi 
							
						 
					 
					
						
						
						
						
							
						
						
							5ad66ec692 
							
						 
					 
					
						
						
							
							MdeModulePkg:Use safe string functions  
						
						... 
						
						
						
						Replace unsafe String functions with new added safe string functions
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Dandan Bi <dandan.bi@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17724  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2015-06-29 02:36:31 +00:00 
						 
				 
			
				
					
						
							
							
								Dandan Bi 
							
						 
					 
					
						
						
						
						
							
						
						
							cc63add853 
							
						 
					 
					
						
						
							
							MdeModulePkg:System hangs in setup menu  
						
						... 
						
						
						
						System hangs when RTC time rollover 1999 to 2000
Error processing of GetTime function:
If get time fail,the date/time will display ??,
and update help info to let user know get time fail.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Dandan Bi <dandan.bi@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17651  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2015-06-17 09:36:35 +00:00 
						 
				 
			
				
					
						
							
							
								Eric Dong 
							
						 
					 
					
						
						
						
						
							
						
						
							42645c3dcf 
							
						 
					 
					
						
						
							
							Fixed user input arrow down/ page down caused form display highlight menu error.  
						
						... 
						
						
						
						When scroll menu to the one not shows in current form, and this menu has option mismatch error, current display engine will not highlight this menu. 
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Eric Dong <eric.dong@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16447  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2014-11-26 02:44:06 +00:00 
						 
				 
			
				
					
						
							
							
								Olivier Martin 
							
						 
					 
					
						
						
						
						
							
						
						
							831537d6ca 
							
						 
					 
					
						
						
							
							Removes some unused assigned variables.  
						
						... 
						
						
						
						Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Olivier Martin <olivier.martin@arm.com>
Reviewed-by: Eric Dong <eric.dong@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16189  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2014-09-29 09:02:57 +00:00 
						 
				 
			
				
					
						
							
							
								Eric Dong 
							
						 
					 
					
						
						
						
						
							
						
						
							40578d09d1 
							
						 
					 
					
						
						
							
							Update the code to follow UEFI spec, process date/time/ref value type as buffer type when in an expression.  
						
						... 
						
						
						
						Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Eric Dong <eric.dong@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15690  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2014-07-28 07:10:22 +00:00 
						 
				 
			
				
					
						
							
							
								Eric Dong 
							
						 
					 
					
						
						
						
						
							
						
						
							bfae1330cc 
							
						 
					 
					
						
						
							
							Update question validation logic, move the check pointer from after user input to after finish call the CHANGING callback.  
						
						... 
						
						
						
						Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Eric Dong <eric.dong@intel.com>
Reviewed-by: Liming, Gao <liming.gao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15468  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2014-04-15 15:38:48 +00:00 
						 
				 
			
				
					
						
							
							
								Eric Dong 
							
						 
					 
					
						
						
						
						
							
						
						
							d63a9eb477 
							
						 
					 
					
						
						
							
							Refine data copy and data compare logic.  
						
						... 
						
						
						
						Signed-off-by: Eric Dong <eric.dong@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14894  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2013-11-25 02:38:03 +00:00 
						 
				 
			
				
					
						
							
							
								Eric Dong 
							
						 
					 
					
						
						
						
						
							
						
						
							1c0d306fe0 
							
						 
					 
					
						
						
							
							Enable warningif opcode in browser.  
						
						... 
						
						
						
						Signed-off-by: Eric Dong <eric.dong@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14625  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2013-09-04 04:15:10 +00:00 
						 
				 
			
				
					
						
							
							
								Eric Dong 
							
						 
					 
					
						
						
						
						
							
						
						
							7c6c064ca8 
							
						 
					 
					
						
						
							
							Update Browser to provide the customization possibilities.  
						
						... 
						
						
						
						Signed-off-by: Eric Dong <eric.dong@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
Tested-by: Laszlo Ersek <lersek@redhat.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14540  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2013-08-12 02:19:56 +00:00 
						 
				 
			
				
					
						
							
							
								Eric Dong 
							
						 
					 
					
						
						
						
						
							
						
						
							2536161545 
							
						 
					 
					
						
						
							
							Rollback patch 14537 & 14538, because patch 14537 is not tested by Laszlo Ersek, but i wrote it.  
						
						... 
						
						
						
						Signed-off-by: Eric Dong <eric.dong@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14539  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2013-08-12 02:03:10 +00:00 
						 
				 
			
				
					
						
							
							
								Eric Dong 
							
						 
					 
					
						
						
						
						
							
						
						
							b9feb4bdf2 
							
						 
					 
					
						
						
							
							Update Browser to provide the customization possibilities.  
						
						... 
						
						
						
						Signed-off-by: Eric Dong <eric.dong@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
MdeModulePkg Patch
Tested-by: Laszlo Ersek <lersek@redhat.com>
OvmfPkg Patch  
Tested-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com> 
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14537  6f19259b-4bc3-4df7-8a09-765794883524 
						
					 
					
						2013-08-09 05:26:47 +00:00