Age | Commit message (Expand) | Author |
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 |