summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorMartin Roth <martin@coreboot.org>2020-06-10 14:57:35 -0600
committerMartin Roth <martinroth@google.com>2020-07-08 19:37:50 +0000
commitd09b9747e77e6309fbd53bd9b7260fce0e77867c (patch)
tree5d23c6042de049a541107ee0b800d46dfbd74af5 /src/lib
parent9aa8d11885e0a4752886d6637bce0d80141b5688 (diff)
downloadcoreboot-d09b9747e77e6309fbd53bd9b7260fce0e77867c.tar.xz
lib: Temporarily remove timestamps from psp_verstage
The timestamp functionality is not yet added for psp_verstage, so temporarily remove it until that's completed. That work is being tracked by bug 154142138. BUG=b:154142138 TEST=Build & Boot psp_verstage on trembyle Signed-off-by: Martin Roth <martin@coreboot.org> Change-Id: I020619e3615ce92dedbe868104d2bfd83cb7caa9 Reviewed-on: https://review.coreboot.org/c/coreboot/+/42381 Reviewed-by: Raul Rangel <rrangel@chromium.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/Makefile.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/Makefile.inc b/src/lib/Makefile.inc
index e0003bd1cf..72d4f2414c 100644
--- a/src/lib/Makefile.inc
+++ b/src/lib/Makefile.inc
@@ -46,7 +46,11 @@ verstage-y += fmap.c
verstage-y += libgcc.c
verstage-y += memcmp.c
verstage-y += string.c
+
+# TODO: Remove this when PSP bootblock timestamps are implemented.
+ifeq ($(CONFIG_VBOOT_STARTS_BEFORE_BOOTBLOCK),)
verstage-$(CONFIG_COLLECT_TIMESTAMPS) += timestamp.c
+endif
verstage-y += boot_device.c
verstage-$(CONFIG_CONSOLE_CBMEM) += cbmem_console.c