[U-Boot] [PATCH v2 04/31] tegra: nyan-big: Enable bootstage

Simon Glass sjg at chromium.org
Sat Jun 3 03:03:59 UTC 2017


Enable full bootstage support so we can time SPL and U-Boot.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

Changes in v2:
- Add new patch to enable bootstage for nyan-big

 configs/nyan-big_defconfig | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/configs/nyan-big_defconfig b/configs/nyan-big_defconfig
index cfadee9ee8..827df8af49 100644
--- a/configs/nyan-big_defconfig
+++ b/configs/nyan-big_defconfig
@@ -6,6 +6,10 @@ CONFIG_DEFAULT_DEVICE_TREE="tegra124-nyan-big"
 CONFIG_FIT=y
 CONFIG_FIT_BEST_MATCH=y
 CONFIG_OF_SYSTEM_SETUP=y
+CONFIG_BOOTSTAGE=y
+CONFIG_SPL_BOOTSTAGE=y
+CONFIG_BOOTSTAGE_STASH=y
+CONFIG_BOOTSTAGE_STASH_ADDR=0x83000000
 CONFIG_SYS_STDIO_DEREGISTER=y
 CONFIG_SYS_PROMPT="Tegra124 (Nyan-big) # "
 # CONFIG_CMD_IMI is not set
@@ -23,6 +27,7 @@ CONFIG_CMD_GPIO=y
 # CONFIG_CMD_SETEXPR is not set
 # CONFIG_CMD_NFS is not set
 CONFIG_CMD_BMP=y
+CONFIG_CMD_BOOTSTAGE=y
 CONFIG_CMD_PMIC=y
 CONFIG_CMD_REGULATOR=y
 CONFIG_CMD_TPM=y
-- 
2.13.0.506.g27d5fe0cd-goog



More information about the U-Boot mailing list