aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-021-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