This library extends Boot Maintenance Menu and allows to select Boot Discovery Policy. When choice is made BootDiscoveryPolicy variable is set. Platform code can use this variable to decide which class of device shall be connected. Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com> Reviewed-by: Zhichao Gao <zhichao.gao@intel.com> Reviewed-by: Sunny Wang <sunny.wang@arm.com>
		
			
				
	
	
		
			19 lines
		
	
	
		
			411 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			411 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| // /** @file
 | |
| // Boot Discovery Policy UI module.
 | |
| //
 | |
| // Copyright (c) 2021, ARM Ltd. All rights reserved.<BR>
 | |
| // Copyright (c) 2021, Semihalf All rights reserved.<BR>
 | |
| //
 | |
| // SPDX-License-Identifier: BSD-2-Clause-Patent
 | |
| //
 | |
| // **/
 | |
| 
 | |
| 
 | |
| #string STR_MODULE_ABSTRACT
 | |
| #language en-US "Boot Discovery Policy UI module."
 | |
| 
 | |
| #string STR_MODULE_DESCRIPTION
 | |
| #language en-US "Boot Discovery Policy UI module."
 | |
| 
 | |
| 
 |