ARMv7: get rmodule support to compile
BRANCH=none
BUG=none
TEST=emerge-peach_pit chromeos-coreboot-peach_pit compiles
successfully when CONFIG_VBOOT_VERIFY_FIRMWARE=y
Signed-off-by: Stefan Reinauer <reinauer@google.com>
Change-Id: I4a8f26d2e6ba92e4145022512d67e8a469fbba2f
Reviewed-on: https://chromium-review.googlesource.com/169372
Reviewed-by: David Hendrix <dhendrix@chromium.org>
This commit is contained in:
parent
bb4a9e8c57
commit
5b3cdaed27
6 changed files with 46 additions and 13 deletions
|
|
@ -53,6 +53,12 @@ ramstage-y += dp.c dp_lowlevel.c fimd.c
|
|||
ramstage-y += usb.c
|
||||
ramstage-y += cbmem.c
|
||||
|
||||
rmodules-y += monotonic_timer.c
|
||||
rmodules-y += mct.c
|
||||
|
||||
VBOOT_STUB_DEPS += $(obj)/cpu/samsung/exynos5420/monotonic_timer.rmodules.o
|
||||
VBOOT_STUB_DEPS += $(obj)/cpu/samsung/exynos5420/mct.rmodules.o
|
||||
|
||||
exynos5420_add_bl1: $(obj)/coreboot.pre
|
||||
printf " DD Adding Samsung Exynos5420 BL1\n"
|
||||
dd if=3rdparty/cpu/samsung/exynos5420/bl1.bin \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue