diff options
author | Lee Leahy <leroy.p.leahy@intel.com> | 2016-07-24 19:52:15 -0700 |
---|---|---|
committer | Lee Leahy <leroy.p.leahy@intel.com> | 2016-07-26 01:18:09 +0200 |
commit | e2422e38ce0ea69f6881ae159792b1f90471adc7 (patch) | |
tree | 3eb57f76403e06e5b87058da069f17bfa2f08026 /src/Kconfig | |
parent | 3eabe6e9ec471125ab7f33eff91ad3069960c83d (diff) |
src/lib: Enable display of cbmem during romstage and postcar
Enable the display of cbmem during romstage and postcar. Add a Kconfig
value to prevent coreboot images from increasing in size when this
feature is not in use.
TEST=Build and run on Galileo Gen2
Change-Id: Ib70ad517ebf7d37a7f46ba503b4432c7c04d7ded
Signed-off-by: Lee Leahy <leroy.p.leahy@intel.com>
Reviewed-on: https://review.coreboot.org/15842
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/Kconfig')
-rw-r--r-- | src/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Kconfig b/src/Kconfig index 7c1415e62d..1cc0bfaea9 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -209,6 +209,12 @@ config NO_XIP_EARLY_STAGES config EARLY_CBMEM_INIT def_bool !LATE_CBMEM_INIT +config EARLY_CBMEM_LIST + bool + default n + help + Enable display of CBMEM during romstage and postcar. + config COLLECT_TIMESTAMPS bool "Create a table of timestamps collected during boot" default n |