| Submitter | Anatolij Gustschin |
|---|---|
| Date | Oct. 11, 2012, 7:34 p.m. |
| Message ID | <20121011213447.3a2ec5b6@wker> |
| Download | mbox |
| Permalink | /patch/190983/ |
| State | Accepted |
| Delegated to: | Tom Rini |
| Headers | show |
Pull-request
git://git.denx.de/u-boot-staging.git agust@denx.de-nextComments
On Thu, Oct 11, 2012 at 09:34:47PM +0200, Anatolij Gustschin wrote: > Hi Tom, > > The following changes since commit 221953d41dea8dce027b9ce6beee700d97ac2c83: > > Prepare v2012.10-rc2 (2012-10-01 09:41:10 -0700) > > are available in the git repository at: > git://git.denx.de/u-boot-staging.git agust@denx.de-next > > Simon Glass (6): > bootstage: Export bootstage_add_record() function > bootstage: Add time accumulation feature > bootstage: Store boot timings in device tree > bootstage: Add feature to stash/unstash bootstage info > bootstage: Add bootstage command > bootstage: Add new bootstage IDs for board, LCD > > README | 25 ++++ > arch/arm/lib/bootm.c | 3 + > common/Makefile | 1 + > common/bootstage.c | 306 +++++++++++++++++++++++++++++++++++++++++++++--- > common/cmd_bootstage.c | 116 ++++++++++++++++++ > include/bootstage.h | 85 +++++++++++++ > 6 files changed, 517 insertions(+), 19 deletions(-) > create mode 100644 common/cmd_bootstage.c > > Please pull. Thanks! Pulled to u-boot/master, thanks!
Hi Tom, The following changes since commit 221953d41dea8dce027b9ce6beee700d97ac2c83: Prepare v2012.10-rc2 (2012-10-01 09:41:10 -0700) are available in the git repository at: git://git.denx.de/u-boot-staging.git agust@denx.de-next Simon Glass (6): bootstage: Export bootstage_add_record() function bootstage: Add time accumulation feature bootstage: Store boot timings in device tree bootstage: Add feature to stash/unstash bootstage info bootstage: Add bootstage command bootstage: Add new bootstage IDs for board, LCD README | 25 ++++ arch/arm/lib/bootm.c | 3 + common/Makefile | 1 + common/bootstage.c | 306 +++++++++++++++++++++++++++++++++++++++++++++--- common/cmd_bootstage.c | 116 ++++++++++++++++++ include/bootstage.h | 85 +++++++++++++ 6 files changed, 517 insertions(+), 19 deletions(-) create mode 100644 common/cmd_bootstage.c Please pull. Thanks! Anatolij