From db06cf0576192dca4ae4cdb185d311baffc4669c Mon Sep 17 00:00:00 2001 From: Patrick Rudolph Date: Mon, 12 Mar 2018 16:02:54 +0100 Subject: src/drivers/pl011: Add verstage support Build pl011 to support building vboot on arm platforms. Change-Id: I1ddc372d558b380065ff944fccb0d84eb37d4213 Signed-off-by: Patrick Rudolph Reviewed-on: https://review.coreboot.org/25108 Tested-by: build bot (Jenkins) Reviewed-by: David Hendricks --- src/drivers/uart/Makefile.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/drivers/uart') 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 -- cgit v1.2.3