mirror of
				https://source.denx.de/u-boot/u-boot.git
				synced 2025-11-04 02:11:25 +01:00 
			
		
		
		
	x86: efi-payload64: Add bootstd support
Enable bootstd support for U-Boot at VirtualBox described at https://source.denx.de/u-boot/u-boot/-/blob/master/doc/develop/bootstd.rst This is used to boot system images at Virtualbox via - distroboot (extlinux.conf) - boot script Signed-off-by: Thomas Mittelstaedt <thomas.mittelstaedt@bosch.com> Reviewed-by: Simon Glass <sjg@chromium.org> [Added 'efi-payload64' tag] Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
		
							parent
							
								
									c323921ba9
								
							
						
					
					
						commit
						fde0df92b5
					
				@ -7,6 +7,7 @@ CONFIG_VENDOR_EFI=y
 | 
				
			|||||||
CONFIG_TARGET_EFI_PAYLOAD=y
 | 
					CONFIG_TARGET_EFI_PAYLOAD=y
 | 
				
			||||||
CONFIG_FIT=y
 | 
					CONFIG_FIT=y
 | 
				
			||||||
CONFIG_FIT_SIGNATURE=y
 | 
					CONFIG_FIT_SIGNATURE=y
 | 
				
			||||||
 | 
					CONFIG_BOOTSTD_FULL=y
 | 
				
			||||||
CONFIG_LEGACY_IMAGE_FORMAT=y
 | 
					CONFIG_LEGACY_IMAGE_FORMAT=y
 | 
				
			||||||
CONFIG_SHOW_BOOT_PROGRESS=y
 | 
					CONFIG_SHOW_BOOT_PROGRESS=y
 | 
				
			||||||
CONFIG_USE_BOOTARGS=y
 | 
					CONFIG_USE_BOOTARGS=y
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user