Miklós Márton has posted comments on this change. ( https://review.coreboot.org/23865 )
Change subject: Fixed mingw detection on Windows 7 (NT-6.1) and hopefully in another non XP Windows build environments too.
......................................................................
Patch Set 1:
(1 comment)
> > > Patch Set 1:
> > >
> > > (7 comments)
> > Thank you very much for the review Nico!
> >
> > Actually tgotic proposed a much simpler (and I think better)
> > approach for checking the MingW environment:
> > https://github.com/flashrom/flashrom/pull/33
> >
> > Is it possible to upload a new patchset if I am not an owner at
> the
> > gerrit?
>
> Hi Márton,
> Did you plan to upload a revision to address Nico's comments? It
> would be great to get this merged soon and reduce the patch queue.
I have not been able to find where can I update my patchset.
Could you please upload this as a new version of the patchset: https://patch-diff.githubusercontent.com/raw/flashrom/flashrom/pull/33.diff
I have simplified the check to make it not depending on bash neither using regexps so it should address Nico comments.
https://review.coreboot.org/#/c/23865/1/Makefile
File Makefile:
https://review.coreboot.org/#/c/23865/1/Makefile@104
PS1, Line 104: ifeq ($(shell if [[ $$(uname) =~ ^MINGW[0-9]{0,2}_NT-[0-9]{1,2}.[0-9]{1,2}$$ ]]; then echo yes; else echo no; fi), yes)
> I'm not familiar with the syntax. […]
Well kind of. It is a regular expression, inspiration came from here:
https://stackoverflow.com/questions/31111360/how-to-use-regular-expression-…
If you have any recommendation how to make a better conditional check based on a regexp please let me know.
--
To view, visit https://review.coreboot.org/23865
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: flashrom
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I7f856dc4847c4ca9197b1935b7a9b9071b46c70a
Gerrit-Change-Number: 23865
Gerrit-PatchSet: 1
Gerrit-Owner: David Hendricks <david.hendricks(a)gmail.com>
Gerrit-Reviewer: David Hendricks <david.hendricks(a)gmail.com>
Gerrit-Reviewer: Miklós Márton <martonmiklosqdev(a)gmail.com>
Gerrit-Reviewer: Nico Huber <nico.h(a)gmx.de>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Márton Miklós <martonmiklosqdev(a)gmail.com>
Gerrit-Comment-Date: Mon, 07 May 2018 18:51:21 +0000
Gerrit-HasComments: Yes
Gerrit-HasLabels: No
David Hendricks has posted comments on this change. ( https://review.coreboot.org/23865 )
Change subject: Fixed mingw detection on Windows 7 (NT-6.1) and hopefully in another non XP Windows build environments too.
......................................................................
Patch Set 1:
> > Patch Set 1:
> >
> > (7 comments)
> Thank you very much for the review Nico!
>
> Actually tgotic proposed a much simpler (and I think better)
> approach for checking the MingW environment:
> https://github.com/flashrom/flashrom/pull/33
>
> Is it possible to upload a new patchset if I am not an owner at the
> gerrit?
Hi Márton,
Did you plan to upload a revision to address Nico's comments? It would be great to get this merged soon and reduce the patch queue.
--
To view, visit https://review.coreboot.org/23865
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: flashrom
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I7f856dc4847c4ca9197b1935b7a9b9071b46c70a
Gerrit-Change-Number: 23865
Gerrit-PatchSet: 1
Gerrit-Owner: David Hendricks <david.hendricks(a)gmail.com>
Gerrit-Reviewer: David Hendricks <david.hendricks(a)gmail.com>
Gerrit-Reviewer: Miklós Márton <martonmiklosqdev(a)gmail.com>
Gerrit-Reviewer: Nico Huber <nico.h(a)gmx.de>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Márton Miklós <martonmiklosqdev(a)gmail.com>
Gerrit-Comment-Date: Mon, 07 May 2018 02:26:35 +0000
Gerrit-HasComments: No
Gerrit-HasLabels: No
David Hendricks has posted comments on this change. ( https://review.coreboot.org/23864 )
Change subject: buspirate_spi: Tristate IOs when using using pullup=on
......................................................................
Patch Set 2: Code-Review+2
(1 comment)
https://review.coreboot.org/#/c/23864/2//COMMIT_MSG
Commit Message:
https://review.coreboot.org/#/c/23864/2//COMMIT_MSG@12
PS2, Line 12: Signed-off-by: David Hendricks <david.hendricks(a)gmail.com>
It's a tiny patch submitted via Github so I think it's safe to just add this.
--
To view, visit https://review.coreboot.org/23864
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: flashrom
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I9ac4c6b7a0079bb1022f2d70030a6eb29996108f
Gerrit-Change-Number: 23864
Gerrit-PatchSet: 2
Gerrit-Owner: David Hendricks <david.hendricks(a)gmail.com>
Gerrit-Reviewer: David Hendricks <david.hendricks(a)gmail.com>
Gerrit-Reviewer: Idwer Vollering <vidwer(a)gmail.com>
Gerrit-Reviewer: Nico Huber <nico.h(a)gmx.de>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Reviewer: Stefan Tauner <stefan.tauner(a)gmx.at>
Gerrit-Reviewer: Urja Rannikko <urjaman(a)gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Mon, 07 May 2018 02:01:47 +0000
Gerrit-HasComments: Yes
Gerrit-HasLabels: Yes