summaryrefslogtreecommitdiff
path: root/common/bootstage.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-16bootstage: Provide a separate record count setting for SPLSimon Glass1-3/+3
2017-09-16bootstage: Drop unused optionsSimon Glass1-1/+1
2017-06-05bootstage: Adjust to use const * where possibleSimon Glass1-6/+6
2017-06-05bootstage: Tidy up error return valuesSimon Glass1-11/+11
2017-06-05bootstage: Support relocating boostage dataSimon Glass1-0/+5
2017-06-05bootstage: Use debug() for stashing messagesSimon Glass1-2/+2
2017-06-05bootstage: Show records with a zero timeSimon Glass1-7/+4
2017-06-05bootstage: Use rec_count as the array indexSimon Glass1-49/+89
2017-06-05bootstage: Fix up code style and commentsSimon Glass1-2/+4
2017-06-05bootstage: Convert to use malloc()Simon Glass1-31/+55
2017-06-05bootstage: Require timer_get_boot_us() to be definedSimon Glass1-18/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-06-26Add function to print a number with grouped digitsSimon Glass1-18/+4
2013-06-26bootstage: Correct printf typesSimon Glass1-2/+2
2013-05-14bootstage: Allow marking a particular line of codeSimon Glass1-0/+29
2013-05-14bootstage: Copy bootstage strings post-relocationDoug Anderson1-0/+15
2012-10-03bootstage: Add feature to stash/unstash bootstage infoSimon Glass1-0/+159
2012-10-03bootstage: Store boot timings in device treeSimon Glass1-6/+89
2012-10-03bootstage: Add time accumulation featureSimon Glass1-3/+33
2012-10-03bootstage: Export bootstage_add_record() functionSimon Glass1-10/+6
2012-04-11Move bootstage timer out of lib/time.cSimon Glass1-0/+17
2012-03-19bootstage: Implement core microsecond boot time measurementSimon Glass1-0/+158