mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-11-03 21:48:15 +00:00 
			
		
		
		
	x86: Enable useful options for qemu-86
This build can be used to boot 32-bit standard-distro builds. Enable some more options, so that all possible EFI UUIDs are decoded, we can search memory for tables, support the full set of standard-boot features, have full logging along with debug UART and can boot from CDROM media. This mirrors a similar patch for qemu-x86_64 Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> [Drop the unknown option from defconfig] Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
		
							parent
							
								
									b7080bfceb
								
							
						
					
					
						commit
						cfa5934979
					
				@ -5,10 +5,14 @@ CONFIG_NR_DRAM_BANKS=8
 | 
			
		||||
CONFIG_ENV_SIZE=0x40000
 | 
			
		||||
CONFIG_MAX_CPUS=2
 | 
			
		||||
CONFIG_DEFAULT_DEVICE_TREE="qemu-x86_i440fx"
 | 
			
		||||
CONFIG_DEBUG_UART_BASE=0x3f8
 | 
			
		||||
CONFIG_DEBUG_UART_CLOCK=1843200
 | 
			
		||||
CONFIG_DEBUG_UART=y
 | 
			
		||||
CONFIG_SMP=y
 | 
			
		||||
CONFIG_GENERATE_PIRQ_TABLE=y
 | 
			
		||||
CONFIG_GENERATE_MP_TABLE=y
 | 
			
		||||
CONFIG_FIT=y
 | 
			
		||||
CONFIG_BOOTSTD_FULL=y
 | 
			
		||||
CONFIG_BOOTSTD_DEFAULTS=y
 | 
			
		||||
CONFIG_BOOTSTAGE=y
 | 
			
		||||
CONFIG_BOOTSTAGE_REPORT=y
 | 
			
		||||
@ -16,6 +20,8 @@ CONFIG_SHOW_BOOT_PROGRESS=y
 | 
			
		||||
CONFIG_USE_BOOTARGS=y
 | 
			
		||||
CONFIG_BOOTARGS="root=/dev/sdb3 init=/sbin/init rootwait ro"
 | 
			
		||||
CONFIG_SYS_CONSOLE_INFO_QUIET=y
 | 
			
		||||
CONFIG_LOG=y
 | 
			
		||||
CONFIG_LOGF_FUNC=y
 | 
			
		||||
CONFIG_DISPLAY_BOARDINFO_LATE=y
 | 
			
		||||
CONFIG_LAST_STAGE_INIT=y
 | 
			
		||||
CONFIG_PCI_INIT_R=y
 | 
			
		||||
@ -23,11 +29,13 @@ CONFIG_SYS_PBSIZE=532
 | 
			
		||||
CONFIG_CMD_CPU=y
 | 
			
		||||
CONFIG_CMD_BOOTEFI_SELFTEST=y
 | 
			
		||||
CONFIG_CMD_NVEDIT_EFI=y
 | 
			
		||||
CONFIG_CMD_MEM_SEARCH=y
 | 
			
		||||
CONFIG_CMD_IDE=y
 | 
			
		||||
CONFIG_CMD_SPI=y
 | 
			
		||||
CONFIG_CMD_USB=y
 | 
			
		||||
# CONFIG_CMD_SETEXPR is not set
 | 
			
		||||
CONFIG_BOOTP_BOOTFILESIZE=y
 | 
			
		||||
CONFIG_CMD_EFIDEBUG=y
 | 
			
		||||
CONFIG_CMD_TIME=y
 | 
			
		||||
CONFIG_CMD_QFW=y
 | 
			
		||||
CONFIG_CMD_BOOTSTAGE=y
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user