diff options
| author | Simon Glass <[email protected]> | 2012-09-28 08:56:39 +0000 |
|---|---|---|
| committer | Anatolij Gustschin <[email protected]> | 2012-10-03 00:52:44 +0200 |
| commit | 2eba38cf849c9804aac6cf75a6aea590e8d7bf35 (patch) | |
| tree | f47b5a754f74f8f0f55685bce0a537d4f85558f5 /README | |
| parent | fcf509b80760156fe146aeb11510ffb0278b7b74 (diff) | |
bootstage: Add bootstage command
Now that there are a few features, add a bootstage command to access them.
bootstage report - prints a report
bootstage stash/unstash - stashes bootstage records in memory, reads them back
Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'README')
| -rw-r--r-- | README | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2384,6 +2384,10 @@ The following options need to be configured: 29,916,167 26,005,792 bootm_start 30,361,327 445,160 start_kernel + CONFIG_CMD_BOOTSTAGE + Add a 'bootstage' command which supports printing a report + and un/stashing of bootstage data. + CONFIG_BOOTSTAGE_FDT Stash the bootstage information in the FDT. A root 'bootstage' node is created with each bootstage id as a child. Each child |
