summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMeghana Ashok <meghanaa@codeaurora.org>2016-12-06 15:31:30 +0530
committerMeghana Ashok <meghanaa@codeaurora.org>2017-04-24 14:31:17 +0530
commitacc13aeebcaa443587e1b635d7734dc5a71af0fe (patch)
treebc86531743ff326da80274de5976951a12ee57b7 /include
parentd47f05bddec66a466ca29eafffa349a13fe6f50d (diff)
soc: qcom: boot_stats: Adding new KPI markers and renaming the existing.
Adding early_domain and SHA/RSA compute time KPI markers. Renaming few other markers to be more indicative. Change-Id: I55c99ae0c65f0162ef56b2e59e10d1d92ec76a58 Signed-off-by: Meghana Ashok <meghanaa@codeaurora.org>
Diffstat (limited to 'include')
-rw-r--r--include/soc/qcom/boot_stats.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/soc/qcom/boot_stats.h b/include/soc/qcom/boot_stats.h
index af56da3167f0..b76d5676b555 100644
--- a/include/soc/qcom/boot_stats.h
+++ b/include/soc/qcom/boot_stats.h
@@ -20,6 +20,12 @@ struct boot_stats {
uint32_t bootloader_end;
uint32_t bootloader_display;
uint32_t bootloader_load_kernel;
+ uint32_t load_kernel_start;
+ uint32_t load_kernel_end;
+#ifdef CONFIG_MSM_BOOT_TIME_MARKER
+ uint32_t bootloader_early_domain_start;
+ uint32_t bootloader_checksum;
+#endif
};
int boot_stats_init(void);