summaryrefslogtreecommitdiff
path: root/common/bootstage.c
AgeCommit message (Expand)Author
2022-01-19doc: replace @return by Return:Heinrich Schuchardt
2021-03-27bootstage: Warning if space is exhaustedSimon Glass
2021-03-03bootstage: Fix dependency for BOOTSTAGE_RECORD_COUNTSimon Glass
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18common: Drop bootstage.h from common headerSimon Glass
2020-01-17common: Move hang() to the same header as panic()Simon Glass
2019-12-02common: Move sorting functions to their own header fileSimon Glass
2019-10-27bootstage: Correct relocation algorithmSimon Glass
2019-10-27bootstage: Avoid conflicts between stash/unstashSimon Glass
2019-10-27bootstage: Fix counting of entries in stashSimon Glass
2019-10-27bootstage: Store the next ID in the stashSimon Glass
2019-04-23bootstage: Allow calling bootstage_mark() before bootstage_init()Simon Glass
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada
2017-09-16bootstage: Provide a separate record count setting for SPLSimon Glass
2017-09-16bootstage: Drop unused optionsSimon Glass
2017-06-05bootstage: Adjust to use const * where possibleSimon Glass
2017-06-05bootstage: Tidy up error return valuesSimon Glass
2017-06-05bootstage: Support relocating boostage dataSimon Glass
2017-06-05bootstage: Use debug() for stashing messagesSimon Glass
2017-06-05bootstage: Show records with a zero timeSimon Glass
2017-06-05bootstage: Use rec_count as the array indexSimon Glass
2017-06-05bootstage: Fix up code style and commentsSimon Glass
2017-06-05bootstage: Convert to use malloc()Simon Glass
2017-06-05bootstage: Require timer_get_boot_us() to be definedSimon Glass
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-06-26Add function to print a number with grouped digitsSimon Glass
2013-06-26bootstage: Correct printf typesSimon Glass
2013-05-13bootstage: Allow marking a particular line of codeSimon Glass
2013-05-13bootstage: Copy bootstage strings post-relocationDoug Anderson
2012-10-03bootstage: Add feature to stash/unstash bootstage infoSimon Glass
2012-10-02bootstage: Store boot timings in device treeSimon Glass
2012-10-02bootstage: Add time accumulation featureSimon Glass
2012-10-02bootstage: Export bootstage_add_record() functionSimon Glass
2012-04-10Move bootstage timer out of lib/time.cSimon Glass
2012-03-18bootstage: Implement core microsecond boot time measurementSimon Glass