summaryrefslogtreecommitdiff
path: root/include/bootstage.h
AgeCommit message (Expand)AuthorFilesLines
2021-07-07bootstage: Eliminate when not enabledTom Rini1-1/+3
2020-07-09bootstage: Fix 'stacked' typoSimon Glass1-1/+1
2020-05-19bootstage: Use BOOTSTAGE instead of BOOTSTATESimon Glass1-5/+5
2019-12-15x86: fsp: Add FSP2 base supportSimon Glass1-0/+3
2019-10-27bootstage: Mark the start/end of TPL and SPL separatelySimon Glass1-0/+2
2019-04-27main: add new bootstage ID for entering cli loopHeiko Schocher1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-09-16bootstage: Drop unused optionsSimon Glass1-6/+0
2017-06-05bootstage: Record time taken to set up the live device treeSimon Glass1-0/+1
2017-06-05bootstage: Support SPLSimon Glass1-3/+12
2017-06-05bootstage: Adjust to use const * where possibleSimon Glass1-2/+2
2017-06-05bootstage: Tidy up error return valuesSimon Glass1-1/+3
2017-06-05bootstage: Record the time taken to set up driver modelSimon Glass1-0/+2
2017-06-05bootstage: Support relocating boostage dataSimon Glass1-0/+12
2017-06-05bootstage: Fix up code style and commentsSimon Glass1-4/+4
2017-06-05bootstage: Convert to use malloc()Simon Glass1-0/+13
2017-06-05bootstage: Require timer_get_boot_us() to be definedSimon Glass1-1/+2
2016-06-09bootstage: call show_boot_progress also in SPLHeiko Schocher1-3/+3
2016-05-24image: Add boot_get_fpga() to load fpga with bootmMichal Simek1-0/+1
2015-05-28add boot_get_loadables() to load listed imagesKarl Apsite1-0/+1
2015-05-15bootstage: Add IDs for SPI flash reading and decompressionSimon Glass1-0/+2
2015-04-18Kconfig: Move CONFIG_BOOTSTAGE to KconfigSimon Glass1-1/+1
2015-02-06bootstage: Fix typos in the commentBin Meng1-2/+2
2015-02-06scsi: bootstage: Measure time taken to scan the busSimon Glass1-0/+1
2014-10-22x86: Support loading kernel setup from a FITSimon Glass1-0/+3
2013-08-16bootstage: get more BOOTSTAGE_ID* in show_boot_progress()Heiko Schocher1-0/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-16/+1
2013-06-05bootstage: Remove unused entries related to kernel/ramdisk/fdt loadSimon Glass1-26/+3
2013-06-05bootstage: Introduce sub-IDs for use with image loadingSimon Glass1-0/+22
2013-05-14bootstage: Don't build for HOSTCCSimon Glass1-2/+3
2013-05-14bootstage: Allow marking a particular line of codeSimon Glass1-0/+23
2013-05-14bootstage: Copy bootstage strings post-relocationDoug Anderson1-0/+15
2013-05-14bootstage: Add stubs for new bootstage functionsSimon Glass1-0/+16
2012-10-16Merge branch 'agust@denx.de-next' of git://git.denx.de/u-boot-stagingTom Rini1-0/+85
2012-10-03bootstage: Add new bootstage IDs for board, LCDSimon Glass1-0/+5
2012-10-03bootstage: Add feature to stash/unstash bootstage infoSimon Glass1-0/+29
2012-10-03bootstage: Store boot timings in device treeSimon Glass1-0/+7
2012-10-03bootstage: Add time accumulation featureSimon Glass1-0/+27
2012-10-03bootstage: Export bootstage_add_record() functionSimon Glass1-0/+17
2012-10-01OMAP: networking support for SPLIlya Yanok1-1/+5
2012-04-11Move bootstage timer out of lib/time.cSimon Glass1-0/+7
2012-03-19bootstage: Implement core microsecond boot time measurementSimon Glass1-0/+43
2012-03-19bootstage: Replace show_boot_progress/error() with bootstage_...()Simon Glass1-2/+28
2012-03-19bootstage: Convert FIT progress numbers to enumsSimon Glass1-0/+38
2012-03-19bootstage: Convert net progress numbers to enumsSimon Glass1-0/+11
2012-03-19bootstage: Convert NAND progress numbers to enumsSimon Glass1-0/+15
2012-03-19bootstage: Convert IDE progress numbers to enumsSimon Glass1-0/+14
2012-03-19bootstage: Convert progress numbers 20-41 to enumsSimon Glass1-0/+25
2012-03-18bootstage: Convert progress numbers 10-19 to enumsSimon Glass1-0/+7
2012-03-18bootstage: Convert progress numbers 1-9 into enumsSimon Glass1-0/+14