tegra124: allow tegra124 devices to run vboot rmodule
The non-x86 systems need the monotonic timer interface. Add tegra124's timer implementation so vboot can link. BUG=chrome-os-partner:27094 BRANCH=None TEST=Built nyan with vboot verfication. Change-Id: I75b99b6e07eeab0324495f97472f14a36883161e Signed-off-by: Aaron Durbin <adurbin@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/190925
This commit is contained in:
parent
aee0280bbf
commit
1e632e861f
1 changed files with 3 additions and 0 deletions
|
|
@ -59,6 +59,9 @@ ramstage-y += ../tegra/usb.c
|
|||
ramstage-y += timer.c
|
||||
ramstage-$(CONFIG_CONSOLE_SERIAL_UART) += uart.c
|
||||
|
||||
rmodules-y += monotonic_timer.c
|
||||
VBOOT_STUB_DEPS += $(obj)/soc/nvidia/tegra124/monotonic_timer.rmodules.o
|
||||
|
||||
INCLUDES += -Isrc/soc/nvidia/tegra124/include/
|
||||
|
||||
# We want to grab the bootblock right before it goes into the image and wrap
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue