From 7fbdad80fd439a8afb04e20bd67c8c5fe766dc1a Mon Sep 17 00:00:00 2001 From: Duncan Laurie Date: Wed, 7 Sep 2016 10:56:25 -0700 Subject: lib: Enable hexdump in verstage Enable the hexdump function in verstage as it can be useful there for debugging I2C and TPM transactions. Change-Id: If9dc4bcc30964e18ff5d8a98559f6306c0adec6f Signed-off-by: Duncan Laurie Reviewed-on: https://review.coreboot.org/16528 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin Reviewed-by: Paul Menzel --- src/lib/Makefile.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib/Makefile.inc') diff --git a/src/lib/Makefile.inc b/src/lib/Makefile.inc index e2cf9eff67..355734ab17 100644 --- a/src/lib/Makefile.inc +++ b/src/lib/Makefile.inc @@ -147,6 +147,7 @@ postcar-y += imd.c bootblock-y += hexdump.c ramstage-y += hexdump.c romstage-y += hexdump.c +verstage-y += hexdump.c bootblock-$(CONFIG_REG_SCRIPT) += reg_script.c verstage-$(CONFIG_REG_SCRIPT) += reg_script.c -- cgit v1.2.3