summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRajesh Kumar <rajesh3.kumar@intel.com>2023-02-16 21:25:55 -0800
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2023-05-09 13:54:03 +0000
commitcd82d004731312765d64c93b78057aa38296a432 (patch)
tree273220365e5e0b55803f624ad58b1e0ceb2bbdaa
parentac67c629e211278567a63f8d3400652139b856c1 (diff)
downloadchrome-ec-cd82d004731312765d64c93b78057aa38296a432.tar.gz
rex: Enable system boot time logging
This CL enables system boot time logging support for rex platform. BUG=b:249163956 BRANCH=none TEST='ectool boottime' AP console command is used to fetch data 'reboot' on AP console to trigger warm reboot 'apshutdown' on EC console to trigger cold reboot Change-Id: Ice9e5122f69c6427a36532b6a00e3015dd06b312 Signed-off-by: Rajesh Kumar <rajesh3.kumar@intel.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4263104 Reviewed-by: Vijay P Hiremath <vijay.p.hiremath@intel.com> Reviewed-by: Brandon Breitenstein <brandon.breitenstein@intel.com> Reviewed-by: Tristan Honscheid <honscheid@google.com> Reviewed-by: Wonkyu Kim <wonkyu.kim@intel.com>
-rw-r--r--zephyr/program/rex/program.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/zephyr/program/rex/program.conf b/zephyr/program/rex/program.conf
index 0e572e373c..0dd7f48994 100644
--- a/zephyr/program/rex/program.conf
+++ b/zephyr/program/rex/program.conf
@@ -137,3 +137,6 @@ CONFIG_PLATFORM_EC_TABLET_MODE_SWITCH=y
CONFIG_PLATFORM_EC_ACCELGYRO_LSM6DSO=y
CONFIG_PLATFORM_EC_ACCEL_LIS2DW12=y
CONFIG_PLATFORM_EC_ALS_TCS3400=y
+
+# System Boot Time
+CONFIG_SYSTEM_BOOT_TIME_LOGGING=y