summaryrefslogtreecommitdiff
path: root/common/bootstage.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-27bootstage: Warning if space is exhaustedSimon Glass1-6/+12
2021-03-04bootstage: Fix dependency for BOOTSTAGE_RECORD_COUNTSimon Glass1-1/+1
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop bootstage.h from common headerSimon Glass1-0/+1
2020-01-18common: Move hang() to the same header as panic()Simon Glass1-0/+1
2019-12-03common: Move sorting functions to their own header fileSimon Glass1-0/+1
2019-10-27bootstage: Correct relocation algorithmSimon Glass1-3/+22
2019-10-27bootstage: Avoid conflicts between stash/unstashSimon Glass1-1/+4
2019-10-27bootstage: Fix counting of entries in stashSimon Glass1-10/+2
2019-10-27bootstage: Store the next ID in the stashSimon Glass1-4/+7
2019-04-24bootstage: Allow calling bootstage_mark() before bootstage_init()Simon Glass1-0/+7
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada1-1/+1
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