forked from rpms/kernel
		
	Enable CONFIG_EFI_MIXED.
This enables the 32-bit EFI entry point on 64-bit kernels, so hardware like Baytrail devices with 32-bit firmware on a 64-bit cpu can boot the 64-bit kernel. Signed-off-by: Peter Jones <pjones@redhat.com>
This commit is contained in:
		
							parent
							
								
									5fbe6a96e1
								
							
						
					
					
						commit
						f0d73f97ac
					
				| @ -40,7 +40,6 @@ CONFIG_X86_PM_TIMER=y | ||||
| 
 | ||||
| CONFIG_EFI=y | ||||
| CONFIG_EFI_STUB=y | ||||
| # CONFIG_EFI_MIXED is not set | ||||
| CONFIG_EFI_VARS=y | ||||
| CONFIG_EFIVAR_FS=y | ||||
| CONFIG_EFI_VARS_PSTORE=y | ||||
|  | ||||
| @ -24,6 +24,9 @@ CONFIG_PHYSICAL_ALIGN=0x1000000 | ||||
| # https://lists.fedoraproject.org/pipermail/kernel/2013-December/004753.html | ||||
| CONFIG_DEFAULT_MMAP_MIN_ADDR=65536 | ||||
| 
 | ||||
| # enable the 32-bit entry point for Baytrail | ||||
| CONFIG_EFI_MIXED=y | ||||
| 
 | ||||
| CONFIG_IA32_EMULATION=y | ||||
| # CONFIG_IA32_AOUT is not set | ||||
| 
 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user