soc/intel/braswell: Add tsc_freq.c and pmutil.c in verstage
Systems with C_EVIRONMENT_BOOTBLOCK and VBOOT enabled requires functions tsc_freq_mhz(), vbnv_cmos_failed() and vboot_platform_is_resuming() in verstage. Add tsc_freq.c and pmutil.c to verstage. BUG=NA TEST=Booting Embedded Linux on Facebook FBG-1701 + Building Google Banon Change-Id: Ia509eda6bf415aaa63be71013249493aa472289d Signed-off-by: Frans Hendriks <fhendriks@eltan.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/32733 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Rudolph <siro@das-labor.org>
This commit is contained in:
		
				
					committed by
					
						
						Patrick Georgi
					
				
			
			
				
	
			
			
			
						parent
						
							4fbd22e38d
						
					
				
				
					commit
					9c90609331
				
			@@ -53,6 +53,9 @@ smm-y += smihandler.c
 | 
				
			|||||||
smm-y += spi.c
 | 
					smm-y += spi.c
 | 
				
			||||||
smm-y += tsc_freq.c
 | 
					smm-y += tsc_freq.c
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					verstage-y += pmutil.c
 | 
				
			||||||
 | 
					verstage-y += tsc_freq.c
 | 
				
			||||||
 | 
					
 | 
				
			||||||
CPPFLAGS_common += -I$(src)/soc/intel/braswell/
 | 
					CPPFLAGS_common += -I$(src)/soc/intel/braswell/
 | 
				
			||||||
CPPFLAGS_common += -I$(src)/soc/intel/braswell/include
 | 
					CPPFLAGS_common += -I$(src)/soc/intel/braswell/include
 | 
				
			||||||
CPPFLAGS_common += -I$(call strip_quotes,$(CONFIG_FSP_HEADER_PATH))
 | 
					CPPFLAGS_common += -I$(call strip_quotes,$(CONFIG_FSP_HEADER_PATH))
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user