mirror of
				https://xff.cz/git/u-boot/
				synced 2025-10-31 02:15:45 +01:00 
			
		
		
		
	efi_selftest_block_device accesses a FAT file system. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Alexander Graf <agraf@suse.de>
		
			
				
	
	
		
			10 lines
		
	
	
		
			297 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			297 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| config CMD_BOOTEFI_SELFTEST
 | |
| 	bool "Allow booting an EFI efi_selftest"
 | |
| 	depends on CMD_BOOTEFI
 | |
| 	imply FAT
 | |
| 	imply FAT_WRITE
 | |
| 	help
 | |
| 	  This adds an EFI test application to U-Boot that can be executed
 | |
| 	  with the 'bootefi selftest' command. It provides extended tests of
 | |
| 	  the EFI API implementation.
 |