| Submitter | Doug Anderson |
|---|---|
| Date | Nov. 27, 2012, 1:21 a.m. |
| Message ID | <1353979300-13927-1-git-send-email-dianders@chromium.org> |
| Download | mbox | patch |
| Permalink | /patch/202068/ |
| State | Accepted |
| Commit | 05d5282b587f6fb7e34e1014e7312d2c25bb9a7f |
| Delegated to: | Simon Glass |
| Headers | show |
Comments
On Mon, Nov 26, 2012 at 5:21 PM, Doug Anderson <dianders@chromium.org> wrote: > The patman test code was failing because some extra spaces got > stripped when it was applied. These spaces are critical to the test > code working. > > Signed-off-by: Doug Anderson <dianders@chromium.org> Acked-by: Simon Glass <sjg@chromium.org> > > --- > tools/patman/test.py | 6 +++--- > 1 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/tools/patman/test.py b/tools/patman/test.py > index cf42480..f801ced 100644 > --- a/tools/patman/test.py > +++ b/tools/patman/test.py > @@ -119,8 +119,8 @@ index 6f3748d..f9e4e65 100644 > --- a/README > +++ b/README > @@ -2026,6 +2026,17 @@ The following options need to be configured: > - example, some LED's) on your board. At the moment, > - the following checkpoints are implemented: > + example, some LED's) on your board. At the moment, > + the following checkpoints are implemented: > > +- Time boot progress > + CONFIG_BOOTSTAGE > @@ -134,7 +134,7 @@ index 6f3748d..f9e4e65 100644 > + You can add calls to bootstage_mark() to set time markers. > + > - Standalone program support: > - CONFIG_STANDALONE_LOAD_ADDR > + CONFIG_STANDALONE_LOAD_ADDR > > diff --git a/common/bootstage.c b/common/bootstage.c > new file mode 100644 > -- > 1.7.7.3 >
On Thu, Nov 29, 2012 at 12:47 PM, Simon Glass <sjg@chromium.org> wrote: > On Mon, Nov 26, 2012 at 5:21 PM, Doug Anderson <dianders@chromium.org> wrote: >> The patman test code was failing because some extra spaces got >> stripped when it was applied. These spaces are critical to the test >> code working. >> >> Signed-off-by: Doug Anderson <dianders@chromium.org> > > Acked-by: Simon Glass <sjg@chromium.org> Applied to u-boot-x86, thanks. > >> >> --- >> tools/patman/test.py | 6 +++--- >> 1 files changed, 3 insertions(+), 3 deletions(-) >> >> diff --git a/tools/patman/test.py b/tools/patman/test.py >> index cf42480..f801ced 100644 >> --- a/tools/patman/test.py >> +++ b/tools/patman/test.py >> @@ -119,8 +119,8 @@ index 6f3748d..f9e4e65 100644 >> --- a/README >> +++ b/README >> @@ -2026,6 +2026,17 @@ The following options need to be configured: >> - example, some LED's) on your board. At the moment, >> - the following checkpoints are implemented: >> + example, some LED's) on your board. At the moment, >> + the following checkpoints are implemented: >> >> +- Time boot progress >> + CONFIG_BOOTSTAGE >> @@ -134,7 +134,7 @@ index 6f3748d..f9e4e65 100644 >> + You can add calls to bootstage_mark() to set time markers. >> + >> - Standalone program support: >> - CONFIG_STANDALONE_LOAD_ADDR >> + CONFIG_STANDALONE_LOAD_ADDR >> >> diff --git a/common/bootstage.c b/common/bootstage.c >> new file mode 100644 >> -- >> 1.7.7.3 >>
Patch
diff --git a/tools/patman/test.py b/tools/patman/test.py index cf42480..f801ced 100644 --- a/tools/patman/test.py +++ b/tools/patman/test.py @@ -119,8 +119,8 @@ index 6f3748d..f9e4e65 100644 --- a/README +++ b/README @@ -2026,6 +2026,17 @@ The following options need to be configured: - example, some LED's) on your board. At the moment, - the following checkpoints are implemented: + example, some LED's) on your board. At the moment, + the following checkpoints are implemented: +- Time boot progress + CONFIG_BOOTSTAGE @@ -134,7 +134,7 @@ index 6f3748d..f9e4e65 100644 + You can add calls to bootstage_mark() to set time markers. + - Standalone program support: - CONFIG_STANDALONE_LOAD_ADDR + CONFIG_STANDALONE_LOAD_ADDR diff --git a/common/bootstage.c b/common/bootstage.c new file mode 100644
The patman test code was failing because some extra spaces got stripped when it was applied. These spaces are critical to the test code working. Signed-off-by: Doug Anderson <dianders@chromium.org> --- tools/patman/test.py | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-)