Attention is currently required from: Nico Huber, Charles Parent.
Hello build bot (Jenkins), Nico Huber, Angel Pons,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/flashrom/+/62480
to look at the new patch set (#2).
Change subject: ft2232_spi.c: Add FTDI FT4233H
......................................................................
ft2232_spi.c: Add FTDI FT4233H
Change tested to probe, read, write and erase a MT25QU256 through a
FT4233H FTDI
Change-Id: I73cee8fd2a6613a8fbc26508d99bbe67da2b4f72
Signed-off-by: Charles Parent <charles.parent(a)orolia2s.com>
---
M ft2232_spi.c
1 file changed, 5 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/80/62480/2
--
To view, visit https://review.coreboot.org/c/flashrom/+/62480
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: flashrom
Gerrit-Branch: master
Gerrit-Change-Id: I73cee8fd2a6613a8fbc26508d99bbe67da2b4f72
Gerrit-Change-Number: 62480
Gerrit-PatchSet: 2
Gerrit-Owner: Charles Parent <cha.parent(a)gmail.com>
Gerrit-Reviewer: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Reviewer: Nico Huber <nico.h(a)gmx.de>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Nico Huber <nico.h(a)gmx.de>
Gerrit-Attention: Charles Parent <cha.parent(a)gmail.com>
Gerrit-MessageType: newpatchset
Attention is currently required from: Nico Huber, Rizwan Qureshi, Edward O'Callaghan.
Angel Pons has posted comments on this change. ( https://review.coreboot.org/c/flashrom/+/62251 )
Change subject: ichspi: Add Alder Lake support
......................................................................
Patch Set 12: Code-Review+1
(1 comment)
Commit Message:
https://review.coreboot.org/c/flashrom/+/62251/comment/2e13eff3_09e0111a
PS12, Line 12: TEST=```localhost ~ # flashrom --flash-name
Any other tests, e.g. reading? If the ME region is locked, you can still read the other regions. A good test would be:
flashrom -p internal --ifd -i fd -i bios -r filename.rom
This makes use of flashrom's IFD parsing code to decide which parts of the flash chip should be read. This tests the changes to `guess_ich_chipset_from_content()`, please check the flashrom log to verify the correct chipset is detected.
--
To view, visit https://review.coreboot.org/c/flashrom/+/62251
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: flashrom
Gerrit-Branch: master
Gerrit-Change-Id: Ie66cf519df13f3391c41f5016b16a81ef3dfd4bf
Gerrit-Change-Number: 62251
Gerrit-PatchSet: 12
Gerrit-Owner: Edward O'Callaghan <quasisec(a)chromium.org>
Gerrit-Reviewer: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Reviewer: Rizwan Qureshi <rizwan.qureshi(a)intel.com>
Gerrit-Reviewer: Sam McNally <sammc(a)google.com>
Gerrit-Reviewer: Subrata Banik <subratabanik(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Nico Huber <nico.h(a)gmx.de>
Gerrit-CC: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-CC: Reka Norman <rekanorman(a)chromium.org>
Gerrit-Attention: Nico Huber <nico.h(a)gmx.de>
Gerrit-Attention: Rizwan Qureshi <rizwan.qureshi(a)intel.com>
Gerrit-Attention: Edward O'Callaghan <quasisec(a)chromium.org>
Gerrit-Comment-Date: Tue, 01 Mar 2022 10:27:26 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment
Attention is currently required from: Charles Parent.
Angel Pons has posted comments on this change. ( https://review.coreboot.org/c/flashrom/+/62480 )
Change subject: Add FTDI FT4233H
......................................................................
Patch Set 1: Code-Review+1
(4 comments)
Commit Message:
https://review.coreboot.org/c/flashrom/+/62480/comment/ff803ef4_47b286f9
PS1, Line 7: Add FTDI FT4233H
nit: add the file as prefix:
ft2232_spi.c: Add FTDI FT4233H
https://review.coreboot.org/c/flashrom/+/62480/comment/686f1853_47fd5023
PS1, Line 8:
Has this change been tested? If so, how? I'd appreciate if you could add this information to the commit message.
https://review.coreboot.org/c/flashrom/+/62480/comment/2431836c_f712f852
PS1, Line 9: Change-Id: I73cee8fd2a6613a8fbc26508d99bbe67da2b4f72
You'd need to sign-off the commit as per https://flashrom.org/Development_Guidelines#Sign-off_Procedure
Patchset:
PS1:
Welcome!
Looks good, just some comments regarding the commit message. You can update the commit message by amending the commit and repushing: as long as the Change-Id remains the same, Gerrit will treat the new commit as a new patchset (version) of this change. Or you can update the commit message directly using Gerrit's Web UI.
--
To view, visit https://review.coreboot.org/c/flashrom/+/62480
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: flashrom
Gerrit-Branch: master
Gerrit-Change-Id: I73cee8fd2a6613a8fbc26508d99bbe67da2b4f72
Gerrit-Change-Number: 62480
Gerrit-PatchSet: 1
Gerrit-Owner: Charles Parent <cha.parent(a)gmail.com>
Gerrit-Reviewer: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Attention: Charles Parent <cha.parent(a)gmail.com>
Gerrit-Comment-Date: Tue, 01 Mar 2022 10:22:47 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment
Charles Parent has posted comments on this change. ( https://review.coreboot.org/c/flashrom/+/62480 )
Change subject: Add FTDI FT4233H
......................................................................
Patch Set 1:
(1 comment)
Patchset:
PS1:
Hello,
We develop a PCIe card used for timing applications. The card needs to be flashed using a FTDI FT4233H (is connected to a MT25QU256 EEPROM)
It tested flashrom because FT4232H was supported and FT4233H chip is very similar to FT4232H one.
This PR adds productId for FT4233H chip.
Please let me know if you need more information.
Also as MT25QU256 is specified as untested I will gladly send you logs showing that Probe, read, write and erase works like charm using flashrom.
Best regards,
Charles
--
To view, visit https://review.coreboot.org/c/flashrom/+/62480
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: flashrom
Gerrit-Branch: master
Gerrit-Change-Id: I73cee8fd2a6613a8fbc26508d99bbe67da2b4f72
Gerrit-Change-Number: 62480
Gerrit-PatchSet: 1
Gerrit-Owner: Charles Parent <cha.parent(a)gmail.com>
Gerrit-Comment-Date: Tue, 01 Mar 2022 09:37:17 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
Attention is currently required from: Angel Pons, Nikolai Artemiev, Sergii Dmytruk.
Anastasia Klimchuk has posted comments on this change. ( https://review.coreboot.org/c/flashrom/+/58483 )
Change subject: writeprotect: add {get,set}_wp_mode()
......................................................................
Patch Set 67: Code-Review+2
(1 comment)
File writeprotect.c:
https://review.coreboot.org/c/flashrom/+/58483/comment/b0c2c3b7_4a5e08fd
PS58, Line 366: }
> I agree, the reversed order isn't very readable. […]
Ok, I can see a reason to submit this one together with the previous, because it completes WP implementation which can be used from libflashrom.
To summarise, there are two follow-ups to do on this first batch of 11 patches:
1) update the wiki page (from CB:58477)
2) and this little refactoring from here.
--
To view, visit https://review.coreboot.org/c/flashrom/+/58483
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: flashrom
Gerrit-Branch: master
Gerrit-Change-Id: I7b68e940f0e1359281806c98e1da119b4caf8405
Gerrit-Change-Number: 58483
Gerrit-PatchSet: 67
Gerrit-Owner: Nikolai Artemiev <nartemiev(a)google.com>
Gerrit-Reviewer: Anastasia Klimchuk <aklm(a)chromium.org>
Gerrit-Reviewer: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Reviewer: Edward O'Callaghan <quasisec(a)chromium.org>
Gerrit-Reviewer: Nico Huber <nico.h(a)gmx.de>
Gerrit-Reviewer: Sergii Dmytruk <sergii.dmytruk(a)3mdeb.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Attention: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Attention: Nikolai Artemiev <nartemiev(a)google.com>
Gerrit-Attention: Sergii Dmytruk <sergii.dmytruk(a)3mdeb.com>
Gerrit-Comment-Date: Tue, 01 Mar 2022 05:11:07 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Comment-In-Reply-To: Nico Huber <nico.h(a)gmx.de>
Comment-In-Reply-To: Angel Pons <th3fanbus(a)gmail.com>
Comment-In-Reply-To: Nikolai Artemiev <nartemiev(a)google.com>
Gerrit-MessageType: comment
Attention is currently required from: Angel Pons, Sergii Dmytruk.
Nikolai Artemiev has posted comments on this change. ( https://review.coreboot.org/c/flashrom/+/58483 )
Change subject: writeprotect: add {get,set}_wp_mode()
......................................................................
Patch Set 67:
(1 comment)
File writeprotect.c:
https://review.coreboot.org/c/flashrom/+/58483/comment/e04b3599_ab4f152f
PS58, Line 366: }
> s/int/enum flashrom_wp_mode
I agree, the reversed order isn't very readable. I'll create another patch to change it but leave this patch as-is so it can land with the other patches and complete the core WP implementation.
--
To view, visit https://review.coreboot.org/c/flashrom/+/58483
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: flashrom
Gerrit-Branch: master
Gerrit-Change-Id: I7b68e940f0e1359281806c98e1da119b4caf8405
Gerrit-Change-Number: 58483
Gerrit-PatchSet: 67
Gerrit-Owner: Nikolai Artemiev <nartemiev(a)google.com>
Gerrit-Reviewer: Anastasia Klimchuk <aklm(a)chromium.org>
Gerrit-Reviewer: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Reviewer: Edward O'Callaghan <quasisec(a)chromium.org>
Gerrit-Reviewer: Nico Huber <nico.h(a)gmx.de>
Gerrit-Reviewer: Sergii Dmytruk <sergii.dmytruk(a)3mdeb.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Attention: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Attention: Sergii Dmytruk <sergii.dmytruk(a)3mdeb.com>
Gerrit-Comment-Date: Tue, 01 Mar 2022 04:56:59 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Nico Huber <nico.h(a)gmx.de>
Comment-In-Reply-To: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-MessageType: comment