| Commit message (Expand) | Author | Age | Files | Lines |
* | bootstage: get more BOOTSTAGE_ID* in show_boot_progress() | Heiko Schocher | 2013-08-15 | 1 | -0/+1 |
* | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk | 2013-07-24 | 1 | -16/+1 |
* | bootstage: Remove unused entries related to kernel/ramdisk/fdt load | Simon Glass | 2013-06-04 | 1 | -26/+3 |
* | bootstage: Introduce sub-IDs for use with image loading | Simon Glass | 2013-06-04 | 1 | -0/+22 |
* | bootstage: Don't build for HOSTCC | Simon Glass | 2013-05-14 | 1 | -2/+3 |
* | bootstage: Allow marking a particular line of code | Simon Glass | 2013-05-13 | 1 | -0/+23 |
* | bootstage: Copy bootstage strings post-relocation | Doug Anderson | 2013-05-13 | 1 | -0/+15 |
* | bootstage: Add stubs for new bootstage functions | Simon Glass | 2013-05-13 | 1 | -0/+16 |
* | Merge branch 'agust@denx.de-next' of git://git.denx.de/u-boot-staging | Tom Rini | 2012-10-15 | 1 | -0/+85 |
|\ |
|
| * | bootstage: Add new bootstage IDs for board, LCD | Simon Glass | 2012-10-03 | 1 | -0/+5 |
| * | bootstage: Add feature to stash/unstash bootstage info | Simon Glass | 2012-10-03 | 1 | -0/+29 |
| * | bootstage: Store boot timings in device tree | Simon Glass | 2012-10-02 | 1 | -0/+7 |
| * | bootstage: Add time accumulation feature | Simon Glass | 2012-10-02 | 1 | -0/+27 |
| * | bootstage: Export bootstage_add_record() function | Simon Glass | 2012-10-02 | 1 | -0/+17 |
* | | OMAP: networking support for SPL | Ilya Yanok | 2012-10-01 | 1 | -1/+5 |
|/ |
|
* | Move bootstage timer out of lib/time.c | Simon Glass | 2012-04-10 | 1 | -0/+7 |
* | bootstage: Implement core microsecond boot time measurement | Simon Glass | 2012-03-18 | 1 | -0/+43 |
* | bootstage: Replace show_boot_progress/error() with bootstage_...() | Simon Glass | 2012-03-18 | 1 | -2/+28 |
* | bootstage: Convert FIT progress numbers to enums | Simon Glass | 2012-03-18 | 1 | -0/+38 |
* | bootstage: Convert net progress numbers to enums | Simon Glass | 2012-03-18 | 1 | -0/+11 |
* | bootstage: Convert NAND progress numbers to enums | Simon Glass | 2012-03-18 | 1 | -0/+15 |
* | bootstage: Convert IDE progress numbers to enums | Simon Glass | 2012-03-18 | 1 | -0/+14 |
* | bootstage: Convert progress numbers 20-41 to enums | Simon Glass | 2012-03-18 | 1 | -0/+25 |
* | bootstage: Convert progress numbers 10-19 to enums | Simon Glass | 2012-03-18 | 1 | -0/+7 |
* | bootstage: Convert progress numbers 1-9 into enums | Simon Glass | 2012-03-18 | 1 | -0/+14 |
* | bootstage: Use show_boot_error() for -ve progress numbers | Simon Glass | 2012-03-18 | 1 | -0/+4 |
* | bootstage: Create an initial header for boot progress integers | Simon Glass | 2012-03-18 | 1 | -0/+58 |