[coreboot-gerrit] New patch to review for coreboot: lib: Enable hexdump in verstage

Duncan Laurie (dlaurie@chromium.org) gerrit at coreboot.org
Wed Sep 7 19:57:16 CEST 2016


Duncan Laurie (dlaurie at chromium.org) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/16528

-gerrit

commit c33e26251013a45fa1c8598bc541cdd7a08068bc
Author: Duncan Laurie <dlaurie at chromium.org>
Date:   Wed Sep 7 10:56:25 2016 -0700

    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 <dlaurie at chromium.org>
---
 src/lib/Makefile.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/lib/Makefile.inc b/src/lib/Makefile.inc
index e2cf9ef..355734a 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



More information about the coreboot-gerrit mailing list