mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
UPSTREAM: soc/intel/skylake: Add tsc_freq.c to verstage
This is required to provide tsc freq required by timer library.
BUG=b:35583330
TEST=Verified that delay(5) in verstage adds a delay of 5 seconds.
Change-Id: I0b513dabd0a3f8ff3e5a52717d70757c709e7f1e
Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Original-Commit-Id: 3255839be1
Original-Change-Id: I03edebe394522516b46125fae1a17e9a06fd5f45
Original-Signed-off-by: Furquan Shaikh <furquan@chromium.org>
Original-Reviewed-on: https://review.coreboot.org/19094
Original-Tested-by: build bot (Jenkins)
Original-Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Original-Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-on: https://chromium-review.googlesource.com/471455
This commit is contained in:
parent
045811048c
commit
f628623217
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ verstage-$(CONFIG_UART_DEBUG) += uart_debug.c
|
|||
verstage-y += pmutil.c
|
||||
verstage-y += bootblock/i2c.c
|
||||
verstage-y += spi.c
|
||||
verstage-y += tsc_freq.c
|
||||
|
||||
romstage-y += flash_controller.c
|
||||
romstage-y += gpio.c
|
||||
|
|
Loading…
Add table
Reference in a new issue