index
:
u-boot-fsl-qoriq
master
scalys
Freescale u-boot tree with Scalys patches
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
bootstage.h
Age
Commit message (
Expand
)
Author
2017-06-05
bootstage: Record time taken to set up the live device tree
Simon Glass
2017-06-05
bootstage: Support SPL
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: Record the time taken to set up driver model
Simon Glass
2017-06-05
bootstage: Support relocating boostage data
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
2016-06-09
bootstage: call show_boot_progress also in SPL
Heiko Schocher
2016-05-24
image: Add boot_get_fpga() to load fpga with bootm
Michal Simek
2015-05-28
add boot_get_loadables() to load listed images
Karl Apsite
2015-05-15
bootstage: Add IDs for SPI flash reading and decompression
Simon Glass
2015-04-18
Kconfig: Move CONFIG_BOOTSTAGE to Kconfig
Simon Glass
2015-02-06
bootstage: Fix typos in the comment
Bin Meng
2015-02-06
scsi: bootstage: Measure time taken to scan the bus
Simon Glass
2014-10-22
x86: Support loading kernel setup from a FIT
Simon Glass
2013-08-15
bootstage: get more BOOTSTAGE_ID* in show_boot_progress()
Heiko Schocher
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2013-06-04
bootstage: Remove unused entries related to kernel/ramdisk/fdt load
Simon Glass
2013-06-04
bootstage: Introduce sub-IDs for use with image loading
Simon Glass
2013-05-14
bootstage: Don't build for HOSTCC
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
2013-05-13
bootstage: Add stubs for new bootstage functions
Simon Glass
2012-10-15
Merge branch 'agust@denx.de-next' of git://git.denx.de/u-boot-staging
Tom Rini
2012-10-02
bootstage: Add new bootstage IDs for board, LCD
Simon Glass
2012-10-02
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-10-01
OMAP: networking support for SPL
Ilya Yanok
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
2012-03-18
bootstage: Replace show_boot_progress/error() with bootstage_...()
Simon Glass
2012-03-18
bootstage: Convert FIT progress numbers to enums
Simon Glass
2012-03-18
bootstage: Convert net progress numbers to enums
Simon Glass
2012-03-18
bootstage: Convert NAND progress numbers to enums
Simon Glass
2012-03-18
bootstage: Convert IDE progress numbers to enums
Simon Glass
2012-03-18
bootstage: Convert progress numbers 20-41 to enums
Simon Glass
2012-03-18
bootstage: Convert progress numbers 10-19 to enums
Simon Glass
2012-03-18
bootstage: Convert progress numbers 1-9 into enums
Simon Glass
2012-03-18
bootstage: Use show_boot_error() for -ve progress numbers
Simon Glass
2012-03-18
bootstage: Create an initial header for boot progress integers
Simon Glass