Felix Singer has submitted this change. ( https://review.coreboot.org/c/flashrom/+/68060 )
Change subject: print_wiki.c: Update mailing list reference
......................................................................
print_wiki.c: Update mailing list reference
Change-Id: I5c67b5b3be2f306132d8565539bbf10477222026
Signed-off-by: Angel Pons <th3fanbus(a)gmail.com>
Reviewed-on: https://review.coreboot.org/c/flashrom/+/56030
Tested-by: build bot (Jenkins) <no-reply(a)coreboot.org>
Reviewed-by: Nico Huber <nico.h(a)gmx.de>
Reviewed-by: Edward O'Callaghan <quasisec(a)chromium.org>
Reviewed-on: https://review.coreboot.org/c/flashrom/+/68060
---
M print_wiki.c
1 file changed, 16 insertions(+), 1 deletion(-)
Approvals:
build bot (Jenkins): Verified
Angel Pons: Looks good to me, approved
diff --git a/print_wiki.c b/print_wiki.c
index ea8c4d7..7e86ab4 100644
--- a/print_wiki.c
+++ b/print_wiki.c
@@ -80,7 +80,7 @@
or may not be added later.\n\n\
Mainboards (or individual revisions) which don't appear in the list may or may \
not work (we don't know, someone has to give it a try). Please report any \
-further verified mainboards on the [[Mailinglist|mailing list]].\n";
+further verified mainboards on the [[Contact#Mailing_List|mailing list]].\n";
#endif
static const char chip_th[] = "\
--
To view, visit https://review.coreboot.org/c/flashrom/+/68060
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: flashrom
Gerrit-Branch: 1.1.x
Gerrit-Change-Id: I5c67b5b3be2f306132d8565539bbf10477222026
Gerrit-Change-Number: 68060
Gerrit-PatchSet: 2
Gerrit-Owner: Felix Singer <felixsinger(a)posteo.net>
Gerrit-Reviewer: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Reviewer: Edward O'Callaghan <quasisec(a)chromium.org>
Gerrit-Reviewer: Felix Singer <felixsinger(a)posteo.net>
Gerrit-Reviewer: Nico Huber <nico.h(a)gmx.de>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-MessageType: merged
Felix Singer has submitted this change. ( https://review.coreboot.org/c/flashrom/+/68059 )
Change subject: Replace freenode references
......................................................................
Replace freenode references
The flashrom project no longer uses freenode. To avoid having outdated
man pages in the future, the contact methods are now listed in the wiki.
Change-Id: I75e8f43c50dc4c3feede0250334a877cdaac8103
Signed-off-by: Angel Pons <th3fanbus(a)gmail.com>
Reviewed-on: https://review.coreboot.org/c/flashrom/+/56031
Tested-by: build bot (Jenkins) <no-reply(a)coreboot.org>
Reviewed-by: Nico Huber <nico.h(a)gmx.de>
Reviewed-by: Edward O'Callaghan <quasisec(a)chromium.org>
Reviewed-on: https://review.coreboot.org/c/flashrom/+/68059
---
M README
M flashrom.8.tmpl
M flashrom.c
3 files changed, 33 insertions(+), 30 deletions(-)
Approvals:
build bot (Jenkins): Verified
Angel Pons: Looks good to me, approved
diff --git a/README b/README
index b5ed946..cd2a927 100644
--- a/README
+++ b/README
@@ -182,10 +182,6 @@
http://www.flashrom.org/
-The IRC channel is
+Available contact methods are
- #flashrom at irc.freenode.net
-
-The mailing list address is
-
- flashrom(a)flashrom.org
+ https://www.flashrom.org/Contact
diff --git a/flashrom.8.tmpl b/flashrom.8.tmpl
index 143d76c..37e8398 100644
--- a/flashrom.8.tmpl
+++ b/flashrom.8.tmpl
@@ -1146,24 +1146,13 @@
.B "/etc/rc.securelevel"
and rebooting, or rebooting into single user mode.
.SH BUGS
-Please report any bugs to the
-.MTOB "flashrom(a)flashrom.org" "flashrom mailing list" .
+You can report bugs, ask us questions or send success reports
+via our communication channels listed here:
+.URLB "https://www.flashrom.org/Contact" "" .
.sp
-We recommend to subscribe first at
-.URLB "https://flashrom.org/mailman/listinfo/flashrom" "" .
-.sp
-Many of the developers communicate via the
-.B "#flashrom"
-IRC channel on
-.BR chat.freenode.net .
-If you don't have an IRC client, you can use the
-.URLB http://webchat.freenode.net/?channels=flashrom "freenode webchat" .
-You are welcome to join and ask questions, send us bug and success reports there
-too. Please provide a way to contact you later (e.g.\& a mail address) and be
-patient if there is no immediate reaction. Also, we provide a
+Also, we provide a
.URLB https://paste.flashrom.org "pastebin service"
-that is very useful when you want to share logs etc.\& without spamming the
-channel.
+that is very useful to share logs without spamming the communication channels.
.SS
.B Laptops
.sp
diff --git a/flashrom.c b/flashrom.c
index 51f9721..2213da1 100644
--- a/flashrom.c
+++ b/flashrom.c
@@ -1940,16 +1940,16 @@
#if CONFIG_INTERNAL == 1
if (programmer == PROGRAMMER_INTERNAL)
msg_gerr("This means we have to add special support for your board, programmer or flash\n"
- "chip. Please report this on IRC at chat.freenode.net (channel #flashrom) or\n"
- "mail flashrom(a)flashrom.org, thanks!\n"
+ "chip. Please report this to the mailing list at flashrom(a)flashrom.org or on\n"
+ "IRC (see https://www.flashrom.org/Contact for details), thanks!\n"
"-------------------------------------------------------------------------------\n"
"You may now reboot or simply leave the machine running.\n");
else
#endif
msg_gerr("Please check the connections (especially those to write protection pins) between\n"
"the programmer and the flash chip. If you think the error is caused by flashrom\n"
- "please report this on IRC at chat.freenode.net (channel #flashrom) or\n"
- "mail flashrom(a)flashrom.org, thanks!\n");
+ "please report this to the mailing list at flashrom(a)flashrom.org or on IRC (see\n"
+ "https://www.flashrom.org/Contact for details), thanks!\n");
}
static void emergency_help_message(void)
@@ -1957,14 +1957,14 @@
msg_gerr("Your flash chip is in an unknown state.\n");
#if CONFIG_INTERNAL == 1
if (programmer == PROGRAMMER_INTERNAL)
- msg_gerr("Get help on IRC at chat.freenode.net (channel #flashrom) or\n"
- "mail flashrom(a)flashrom.org with the subject \"FAILED: <your board name>\"!\n"
+ msg_gerr("Get help on IRC (see https://www.flashrom.org/Contact) or mail\n"
+ "flashrom(a)flashrom.org with the subject \"FAILED: <your board name>\"!"
"-------------------------------------------------------------------------------\n"
"DO NOT REBOOT OR POWEROFF!\n");
else
#endif
- msg_gerr("Please report this on IRC at chat.freenode.net (channel #flashrom) or\n"
- "mail flashrom(a)flashrom.org, thanks!\n");
+ msg_gerr("Please report this to the mailing list at flashrom(a)flashrom.org or\n"
+ "on IRC (see https://www.flashrom.org/Contact for details), thanks!\n");
}
/* The way to go if you want a delimited list of programmers */
--
To view, visit https://review.coreboot.org/c/flashrom/+/68059
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: flashrom
Gerrit-Branch: 1.0.x
Gerrit-Change-Id: I75e8f43c50dc4c3feede0250334a877cdaac8103
Gerrit-Change-Number: 68059
Gerrit-PatchSet: 2
Gerrit-Owner: Felix Singer <felixsinger(a)posteo.net>
Gerrit-Reviewer: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Reviewer: Edward O'Callaghan <quasisec(a)chromium.org>
Gerrit-Reviewer: Felix Singer <felixsinger(a)posteo.net>
Gerrit-Reviewer: Nico Huber <nico.h(a)gmx.de>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-MessageType: merged
Felix Singer has submitted this change. ( https://review.coreboot.org/c/flashrom/+/68058 )
Change subject: print_wiki.c: Update mailing list reference
......................................................................
print_wiki.c: Update mailing list reference
Change-Id: I5c67b5b3be2f306132d8565539bbf10477222026
Signed-off-by: Angel Pons <th3fanbus(a)gmail.com>
Reviewed-on: https://review.coreboot.org/c/flashrom/+/56030
Tested-by: build bot (Jenkins) <no-reply(a)coreboot.org>
Reviewed-by: Nico Huber <nico.h(a)gmx.de>
Reviewed-by: Edward O'Callaghan <quasisec(a)chromium.org>
Reviewed-on: https://review.coreboot.org/c/flashrom/+/68058
---
M print_wiki.c
1 file changed, 16 insertions(+), 1 deletion(-)
Approvals:
build bot (Jenkins): Verified
Angel Pons: Looks good to me, approved
diff --git a/print_wiki.c b/print_wiki.c
index d2fb5e2..7438852 100644
--- a/print_wiki.c
+++ b/print_wiki.c
@@ -84,7 +84,7 @@
or may not be added later.\n\n\
Mainboards (or individual revisions) which don't appear in the list may or may \
not work (we don't know, someone has to give it a try). Please report any \
-further verified mainboards on the [[Mailinglist|mailing list]].\n";
+further verified mainboards on the [[Contact#Mailing_List|mailing list]].\n";
#endif
static const char chip_th[] = "\
--
To view, visit https://review.coreboot.org/c/flashrom/+/68058
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: flashrom
Gerrit-Branch: 1.0.x
Gerrit-Change-Id: I5c67b5b3be2f306132d8565539bbf10477222026
Gerrit-Change-Number: 68058
Gerrit-PatchSet: 2
Gerrit-Owner: Felix Singer <felixsinger(a)posteo.net>
Gerrit-Reviewer: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Reviewer: Edward O'Callaghan <quasisec(a)chromium.org>
Gerrit-Reviewer: Felix Singer <felixsinger(a)posteo.net>
Gerrit-Reviewer: Nico Huber <nico.h(a)gmx.de>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-MessageType: merged
Attention is currently required from: Felix Singer, Thomas Heijligen, Edward O'Callaghan, Anastasia Klimchuk.
Alexander Goncharov has posted comments on this change. ( https://review.coreboot.org/c/flashrom/+/66373 )
Change subject: tree: provide flashrom context into programmer_delay()
......................................................................
Patch Set 8:
(14 comments)
Commit Message:
https://review.coreboot.org/c/flashrom/+/66373/comment/994f54ff_d57a7a01
PS7, Line 7: tree: provide flashrom context into programmer's delay
> It's not passed to the programmers anymore
Done
https://review.coreboot.org/c/flashrom/+/66373/comment/26595fc9_3253bd69
PS7, Line 9: Add the flashrom context to the delay function declaration, which
: located in `struct programmer_entry`.
> Doesn't apply anymore. Also, there is not *that* delay function. […]
Done
https://review.coreboot.org/c/flashrom/+/66373/comment/06fefbef_79b360a8
PS7, Line 14: TOPIC=register_master_api
> Also, if you don't have a huge patch series then a topic doesn't make much sense. […]
That topic was actual as long as this patch changed programmer delay API.
As I see this patch will be a small chain in the series of patches by Edward. He uses `programmer_handle_global` topic in gerrit. I hope he will add `TOPIC=` in his next patches.
https://review.coreboot.org/c/flashrom/+/66373/comment/585b99f4_386b3b32
PS7, Line 19: Ticket: https://ticket.coreboot.org/issues/391
> Same here. […]
Not directly. That task is blocked and I can't refactor programmer code to use own structure.
I think I should delete it anyway.
File amd_imc.c:
https://review.coreboot.org/c/flashrom/+/66373/comment/34cc27e8_edbe6770
PS7, Line 63: /* flashctx is not completely ready during init, so it's not
: * needed (NULL). */
> Same here
Done
File atavia.c:
https://review.coreboot.org/c/flashrom/+/66373/comment/d330225e_2836bd40
PS7, Line 93: /* flashctx is not needed (NULL) because atavia does
: * not use it in its delay function. */
> Same here
Done
File dediprog.c:
https://review.coreboot.org/c/flashrom/+/66373/comment/014bd7af_eeacfe89
PS7, Line 319: /* flashctx not needed (NULL) because dediprog does not use it in its
: * delay function. */
> Same here
Done
File flashrom.c:
https://review.coreboot.org/c/flashrom/+/66373/comment/f3258508_fbeee20b
PS1, Line 258: /* return or exit? */
> If flashrom continues to execute code, than it will be unexpected behavior. So for now, use exit(). […]
Ack
File flashrom.c:
https://review.coreboot.org/c/flashrom/+/66373/comment/028c31da_41e2cc94
PS5, Line 220: void programmer_delay(const struct flashctx *flash, unsigned int usecs)
> Currently the commit message doesn't give any hint why this is necessary. […]
Abandoned.
https://review.coreboot.org/c/flashrom/+/66373/comment/f60d28da_8f57acda
PS5, Line 222: if (!usecs)
: return;
:
: if (!programmer->delay)
: return internal_delay(flash, usecs); // maybe don't pass context into internal? or pass NULL?
:
: if (!flash) {
: msg_perr("%s called but flashctx is not valid!\n"
: "Please report a bug at flashrom(a)flashrom.org\n", __func__);
: exit(1);
: }
: programmer->delay(flash, usecs);
: }
:
> leave all this diff out this patch and have it purely just about plumbing flashctx though the contro […]
I got you! Done.
File flashrom.c:
https://review.coreboot.org/c/flashrom/+/66373/comment/6e8fafb4_f8ba90a7
PS6, Line 226: return internal_delay(flash, usecs);
> If we put CB:67393 on top of this patch then `programmer_delay()` has been largely dealt with from t […]
This patch originally did a bit more, so yeah. Thanks for the clarification!
File ichspi.c:
https://review.coreboot.org/c/flashrom/+/66373/comment/b8f2b905_387086ce
PS7, Line 878: flashctx is not needed (NULL) because ichspi does not use
: * it in its delay function. */
> Same here
Done
File pony_spi.c:
https://review.coreboot.org/c/flashrom/+/66373/comment/26007511_72fe1242
PS7, Line 248: Also flashctx is not
: * completely ready during init anyway.
> This doesn't add much value. So please remove.
Done
File raiden_debug_spi.c:
https://review.coreboot.org/c/flashrom/+/66373/comment/f200c8e1_bf745acb
PS7, Line 1015: * flashctx not needed (NULL) because raiden_debug_spi does not
: * use it in its delay function. Also flashctx is not
: * completely ready during init anyway. */
> Same here
Done
--
To view, visit https://review.coreboot.org/c/flashrom/+/66373
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: flashrom
Gerrit-Branch: master
Gerrit-Change-Id: Ibb0bce26ce2052853ee52158d7ba742967a9e229
Gerrit-Change-Number: 66373
Gerrit-PatchSet: 8
Gerrit-Owner: Alexander Goncharov <chat(a)joursoir.net>
Gerrit-Reviewer: Alexander Goncharov <chat(a)joursoir.net>
Gerrit-Reviewer: Anastasia Klimchuk <aklm(a)chromium.org>
Gerrit-Reviewer: Edward O'Callaghan <quasisec(a)chromium.org>
Gerrit-Reviewer: Felix Singer <felixsinger(a)posteo.net>
Gerrit-Reviewer: Thomas Heijligen <src(a)posteo.de>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Felix Singer <felixsinger(a)posteo.net>
Gerrit-Attention: Thomas Heijligen <src(a)posteo.de>
Gerrit-Attention: Edward O'Callaghan <quasisec(a)chromium.org>
Gerrit-Attention: Anastasia Klimchuk <aklm(a)chromium.org>
Gerrit-Comment-Date: Wed, 05 Oct 2022 20:04:15 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Felix Singer <felixsinger(a)posteo.net>
Comment-In-Reply-To: Edward O'Callaghan <quasisec(a)chromium.org>
Comment-In-Reply-To: Anastasia Klimchuk <aklm(a)chromium.org>
Comment-In-Reply-To: Alexander Goncharov <chat(a)joursoir.net>
Gerrit-MessageType: comment
Attention is currently required from: Thomas Heijligen, Edward O'Callaghan, Anastasia Klimchuk, Alexander Goncharov.
Hello Felix Singer, build bot (Jenkins), Thomas Heijligen, Edward O'Callaghan, Anastasia Klimchuk,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/flashrom/+/66373
to look at the new patch set (#8).
Change subject: tree: provide flashrom context into programmer_delay()
......................................................................
tree: provide flashrom context into programmer_delay()
Modify the `programmer_delay` function signature to allow passing
the flashrom context. This is an important step to remove the global
state. Programmers uses internal delay can provide NULL as a context.
TOPIC=programmer_handle_global
TEST=builds
Change-Id: Ibb0bce26ce2052853ee52158d7ba742967a9e229
Signed-off-by: Alexander Goncharov <chat(a)joursoir.net>
---
M 82802ab.c
M amd_imc.c
M at45db.c
M atavia.c
M bitbang_spi.c
M cli_classic.c
M dediprog.c
M dummyflasher.c
M edi.c
M en29lv640b.c
M flashrom.c
M ichspi.c
M include/flash.h
M it87spi.c
M jedec.c
M nicintel_eeprom.c
M pony_spi.c
M raiden_debug_spi.c
M s25f.c
M spi25.c
M spi25_statusreg.c
M sst28sf040.c
M stm50.c
M w29ee011.c
M w39.c
M wbsio_spi.c
26 files changed, 126 insertions(+), 106 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/73/66373/8
--
To view, visit https://review.coreboot.org/c/flashrom/+/66373
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: flashrom
Gerrit-Branch: master
Gerrit-Change-Id: Ibb0bce26ce2052853ee52158d7ba742967a9e229
Gerrit-Change-Number: 66373
Gerrit-PatchSet: 8
Gerrit-Owner: Alexander Goncharov <chat(a)joursoir.net>
Gerrit-Reviewer: Alexander Goncharov <chat(a)joursoir.net>
Gerrit-Reviewer: Anastasia Klimchuk <aklm(a)chromium.org>
Gerrit-Reviewer: Edward O'Callaghan <quasisec(a)chromium.org>
Gerrit-Reviewer: Felix Singer <felixsinger(a)posteo.net>
Gerrit-Reviewer: Thomas Heijligen <src(a)posteo.de>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Thomas Heijligen <src(a)posteo.de>
Gerrit-Attention: Edward O'Callaghan <quasisec(a)chromium.org>
Gerrit-Attention: Anastasia Klimchuk <aklm(a)chromium.org>
Gerrit-Attention: Alexander Goncharov <chat(a)joursoir.net>
Gerrit-MessageType: newpatchset
Attention is currently required from: Shreeyash .
Alexander Goncharov has posted comments on this change. ( https://review.coreboot.org/c/flashrom/+/66225 )
Change subject: stlinkv3_spi: Bug fix, Initialize uninitialized pointers
......................................................................
Patch Set 2:
(4 comments)
Commit Message:
https://review.coreboot.org/c/flashrom/+/66225/comment/b13f2119_88ef031d
PS2, Line 7: Bug fix, Initialize uninitialized pointers
How about `fix false-positive compiler error`?
https://review.coreboot.org/c/flashrom/+/66225/comment/47e0cde9_29b83bb9
PS2, Line 9: on line 510
After rebasing, the line number is not correct. I suggest deleting it.
Patchset:
PS2:
Please have a look at CB:67700 (especially on unresolved comments). This patch does the same, so it's a clone.
You should rewrite the commit message to point out that it's false-positive case.
> Because then it's not a fix for anything in flashrom, certainly not a bug fix, but a workaround to assist limited path analysis. (C) Nico Huber
If you want, you can use the commit message from the patch I mentioned earlier.
File stlinkv3_spi.c:
https://review.coreboot.org/c/flashrom/+/66225/comment/aee760f5_769d9277
PS1, Line 501: stlinkv3_handle = usb_dev_get_by_vid_pid_serial(usb_ctx,
> I think both the issues have been 'fixed'. […]
Add the comment that Thomas suggests to you. But put it before the variable, otherwise 112-columns hard limit will be broken.
`/* Initialize stlinkv3_handle to NULL for suppressing scan-build false positive core.uninitialized.Branch */`
Thomas, can we get rid of `core.uninitialized.Branch`? It doesn't suppress the warning :D
--
To view, visit https://review.coreboot.org/c/flashrom/+/66225
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: flashrom
Gerrit-Branch: master
Gerrit-Change-Id: I7ce156a9f7455434ea461560320c84660c93c02f
Gerrit-Change-Number: 66225
Gerrit-PatchSet: 2
Gerrit-Owner: Shreeyash <shreeyash335(a)gmail.com>
Gerrit-Reviewer: Alexander Goncharov <chat(a)joursoir.net>
Gerrit-Reviewer: Anastasia Klimchuk <aklm(a)chromium.org>
Gerrit-Reviewer: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Reviewer: Felix Singer <felixsinger(a)posteo.net>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Miklós Márton <martonmiklosqdev(a)gmail.com>
Gerrit-CC: Nico Huber <nico.h(a)gmx.de>
Gerrit-CC: Thomas Heijligen <src(a)posteo.de>
Gerrit-Attention: Shreeyash <shreeyash335(a)gmail.com>
Gerrit-Comment-Date: Wed, 05 Oct 2022 19:06:19 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Thomas Heijligen <src(a)posteo.de>
Comment-In-Reply-To: Shreeyash <shreeyash335(a)gmail.com>
Gerrit-MessageType: comment
Alexander Goncharov has abandoned this change. ( https://review.coreboot.org/c/flashrom/+/67700 )
Change subject: stlinkv3_spi: fix uninitialized pointer
......................................................................
Abandoned
Duplicate of CB:66225. It was introduced earlier, and owner is still interested.
--
To view, visit https://review.coreboot.org/c/flashrom/+/67700
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: flashrom
Gerrit-Branch: master
Gerrit-Change-Id: Ibaf25f67186724d9045ade849026782c3eac4952
Gerrit-Change-Number: 67700
Gerrit-PatchSet: 2
Gerrit-Owner: Alexander Goncharov <chat(a)joursoir.net>
Gerrit-Reviewer: Anastasia Klimchuk <aklm(a)chromium.org>
Gerrit-Reviewer: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Reviewer: Miklós Márton <martonmiklosqdev(a)gmail.com>
Gerrit-Reviewer: Thomas Heijligen <src(a)posteo.de>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Felix Singer <felixsinger(a)posteo.net>
Gerrit-CC: Nico Huber <nico.h(a)gmx.de>
Gerrit-MessageType: abandon
Attention is currently required from: Nico Huber, Thomas Heijligen, Aarya.
Hello build bot (Jenkins), Simon Buhrow, Thomas Heijligen,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/flashrom/+/66104
to look at the new patch set (#62).
Change subject: flashrom.c: Add wrapper function to use the erase algorithm
......................................................................
flashrom.c: Add wrapper function to use the erase algorithm
Add a function to call the erase algorithm.
Change-Id: I29e3f2bd796759794184b125741a5abaac6f3ce8
Signed-off-by: Aarya Chaumal <aarya.chaumal(a)gmail.com>
---
M flashrom.c
M tests/chip_wp.c
2 files changed, 145 insertions(+), 288 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/04/66104/62
--
To view, visit https://review.coreboot.org/c/flashrom/+/66104
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: flashrom
Gerrit-Branch: master
Gerrit-Change-Id: I29e3f2bd796759794184b125741a5abaac6f3ce8
Gerrit-Change-Number: 66104
Gerrit-PatchSet: 62
Gerrit-Owner: Aarya <aarya.chaumal(a)gmail.com>
Gerrit-Reviewer: Simon Buhrow
Gerrit-Reviewer: Thomas Heijligen <src(a)posteo.de>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Anastasia Klimchuk <aklm(a)chromium.org>
Gerrit-CC: Nico Huber <nico.h(a)gmx.de>
Gerrit-CC: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Attention: Nico Huber <nico.h(a)gmx.de>
Gerrit-Attention: Thomas Heijligen <src(a)posteo.de>
Gerrit-Attention: Aarya <aarya.chaumal(a)gmail.com>
Gerrit-MessageType: newpatchset