index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
bootstage.c
Age
Commit message (
Expand
)
Author
2020-01-17
common: Move hang() to the same header as panic()
Simon Glass
2019-12-02
common: Move sorting functions to their own header file
Simon Glass
2019-10-27
bootstage: Correct relocation algorithm
Simon Glass
2019-10-27
bootstage: Avoid conflicts between stash/unstash
Simon Glass
2019-10-27
bootstage: Fix counting of entries in stash
Simon Glass
2019-10-27
bootstage: Store the next ID in the stash
Simon Glass
2019-04-23
bootstage: Allow calling bootstage_mark() before bootstage_init()
Simon Glass
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-03-05
libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>
Masahiro Yamada
2017-09-16
bootstage: Provide a separate record count setting for SPL
Simon Glass
2017-09-16
bootstage: Drop unused options
Simon Glass
2017-06-05
bootstage: Adjust to use const * where possible
Simon Glass
2017-06-05
bootstage: Tidy up error return values
Simon Glass
2017-06-05
bootstage: Support relocating boostage data
Simon Glass
2017-06-05
bootstage: Use debug() for stashing messages
Simon Glass
2017-06-05
bootstage: Show records with a zero time
Simon Glass
2017-06-05
bootstage: Use rec_count as the array index
Simon Glass
2017-06-05
bootstage: Fix up code style and comments
Simon Glass
2017-06-05
bootstage: Convert to use malloc()
Simon Glass
2017-06-05
bootstage: Require timer_get_boot_us() to be defined
Simon Glass
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2013-06-26
Add function to print a number with grouped digits
Simon Glass
2013-06-26
bootstage: Correct printf types
Simon Glass
2013-05-13
bootstage: Allow marking a particular line of code
Simon Glass
2013-05-13
bootstage: Copy bootstage strings post-relocation
Doug Anderson
2012-10-03
bootstage: Add feature to stash/unstash bootstage info
Simon Glass
2012-10-02
bootstage: Store boot timings in device tree
Simon Glass
2012-10-02
bootstage: Add time accumulation feature
Simon Glass
2012-10-02
bootstage: Export bootstage_add_record() function
Simon Glass
2012-04-10
Move bootstage timer out of lib/time.c
Simon Glass
2012-03-18
bootstage: Implement core microsecond boot time measurement
Simon Glass