diff options
author | Patrick Rudolph <patrick.rudolph@9elements.com> | 2018-03-12 16:02:54 +0100 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2018-04-05 15:50:52 +0000 |
commit | db06cf0576192dca4ae4cdb185d311baffc4669c (patch) | |
tree | 6d62f52cad962d344475019357cf32cf79efaf82 /src/drivers/uart | |
parent | 99519bc0aae0e22ed66b6eb23fb0dbde2a0b8c90 (diff) |
src/drivers/pl011: Add verstage support
Build pl011 to support building vboot on arm platforms.
Change-Id: I1ddc372d558b380065ff944fccb0d84eb37d4213
Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
Reviewed-on: https://review.coreboot.org/25108
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: David Hendricks <david.hendricks@gmail.com>
Diffstat (limited to 'src/drivers/uart')
-rw-r--r-- | src/drivers/uart/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drivers/uart/Makefile.inc b/src/drivers/uart/Makefile.inc index a39cbefed1..ebaa5d4a0b 100644 --- a/src/drivers/uart/Makefile.inc +++ b/src/drivers/uart/Makefile.inc @@ -39,6 +39,7 @@ bootblock-$(CONFIG_BOOTBLOCK_CONSOLE) += pl011.c romstage-y += pl011.c postcar-y += pl011.c ramstage-y += pl011.c +verstage-y += pl011.c endif endif |