summaryrefslogtreecommitdiffstats
path: root/common/bootstage.c
Commit message (Expand)AuthorAgeFilesLines
* bootstage: Warning if space is exhaustedSimon Glass2021-03-271-6/+12
* bootstage: Fix dependency for BOOTSTAGE_RECORD_COUNTSimon Glass2021-03-031-1/+1
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-021-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop bootstage.h from common headerSimon Glass2020-05-181-0/+1
* common: Move hang() to the same header as panic()Simon Glass2020-01-171-0/+1
* common: Move sorting functions to their own header fileSimon Glass2019-12-021-0/+1
* bootstage: Correct relocation algorithmSimon Glass2019-10-271-3/+22
* bootstage: Avoid conflicts between stash/unstashSimon Glass2019-10-271-1/+4
* bootstage: Fix counting of entries in stashSimon Glass2019-10-271-10/+2
* bootstage: Store the next ID in the stashSimon Glass2019-10-271-4/+7
* bootstage: Allow calling bootstage_mark() before bootstage_init()Simon Glass2019-04-231-0/+7
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada2018-03-051-1/+1
* bootstage: Provide a separate record count setting for SPLSimon Glass2017-09-161-3/+3
* bootstage: Drop unused optionsSimon Glass2017-09-161-1/+1
* bootstage: Adjust to use const * where possibleSimon Glass2017-06-051-6/+6
* bootstage: Tidy up error return valuesSimon Glass2017-06-051-11/+11
* bootstage: Support relocating boostage dataSimon Glass2017-06-051-0/+5
* bootstage: Use debug() for stashing messagesSimon Glass2017-06-051-2/+2
* bootstage: Show records with a zero timeSimon Glass2017-06-051-7/+4
* bootstage: Use rec_count as the array indexSimon Glass2017-06-051-49/+89
* bootstage: Fix up code style and commentsSimon Glass2017-06-051-2/+4
* bootstage: Convert to use malloc()Simon Glass2017-06-051-31/+55
* bootstage: Require timer_get_boot_us() to be definedSimon Glass2017-06-051-18/+1
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
* Add function to print a number with grouped digitsSimon Glass2013-06-261-18/+4
* bootstage: Correct printf typesSimon Glass2013-06-261-2/+2
* bootstage: Allow marking a particular line of codeSimon Glass2013-05-131-0/+29
* bootstage: Copy bootstage strings post-relocationDoug Anderson2013-05-131-0/+15
* bootstage: Add feature to stash/unstash bootstage infoSimon Glass2012-10-031-0/+159
* bootstage: Store boot timings in device treeSimon Glass2012-10-021-6/+89
* bootstage: Add time accumulation featureSimon Glass2012-10-021-3/+33
* bootstage: Export bootstage_add_record() functionSimon Glass2012-10-021-10/+6
* Move bootstage timer out of lib/time.cSimon Glass2012-04-101-0/+17
* bootstage: Implement core microsecond boot time measurementSimon Glass2012-03-181-0/+158