mb/google/skyrim: Disable USE_SELECTIVE_GOP_INIT
This is causing some issues, so disable it until those issues can be resolved. BUG=b:271437658, b:271199389, b:270077971 TEST=Screen always lights up on boot & after S0i3 Signed-off-by: Martin Roth <gaumless@gmail.com> Change-Id: Id4aa441e4b4f76168f8243b6abafa1cf1ea08dbd Reviewed-on: https://review.coreboot.org/c/coreboot/+/73393 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Karthik Ramasubramanian <kramasub@google.com> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
This commit is contained in:
		
				
					committed by
					
						 Martin L Roth
						Martin L Roth
					
				
			
			
				
	
			
			
			
						parent
						
							76835cc678
						
					
				
				
					commit
					dc7cc5bc6e
				
			| @@ -44,7 +44,6 @@ config BOARD_SPECIFIC_OPTIONS | ||||
| 	select SOC_AMD_MENDOCINO | ||||
| 	select SOC_AMD_COMMON_BLOCK_I2C3_TPM_SHARED_WITH_PSP | ||||
| 	select SOC_AMD_COMMON_BLOCK_USE_ESPI | ||||
| 	select SOC_AMD_GFX_CACHE_VBIOS_IN_FMAP if CHROMEOS && RUN_FSP_GOP | ||||
| 	select SYSTEM_TYPE_LAPTOP | ||||
| 	select TPM_GOOGLE_TI50 | ||||
| 	select PCIEXP_ASPM | ||||
| @@ -118,9 +117,6 @@ config VARIANT_DIR | ||||
| 	default "crystaldrift" if BOARD_GOOGLE_CRYSTALDRIFT | ||||
| 	default "markarth" if BOARD_GOOGLE_MARKARTH | ||||
|  | ||||
| config USE_SELECTIVE_GOP_INIT | ||||
| 	default y if CHROMEOS && RUN_FSP_GOP | ||||
|  | ||||
| config VBOOT | ||||
| 	select EC_GOOGLE_CHROMEEC_SWITCHES | ||||
| 	select VBOOT_LID_SWITCH | ||||
|   | ||||
		Reference in New Issue
	
	Block a user