Nico Huber has posted comments on this change. ( https://review.coreboot.org/28004 )
Change subject: Add support for MX25R6435F
......................................................................
Patch Set 1: Code-Review+2
Thank you. You can still edit the commit message as Paul suggested. You
don't have to, though.
--
To view, visit https://review.coreboot.org/28004
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: I664ffce6f9aa7544e17b516a1b4179d561208b2f
Gerrit-Change-Number: 28004
Gerrit-PatchSet: 1
Gerrit-Owner: Nathan Rennie-Waldock <nathan.renniewaldock(a)gmail.com>
Gerrit-Reviewer: Nathan Rennie-Waldock <nathan.renniewaldock(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-Comment-Date: Mon, 13 Aug 2018 11:56:41 +0000
Gerrit-HasComments: No
Gerrit-HasLabels: Yes
Paul Menzel has posted comments on this change. ( https://review.coreboot.org/28004 )
Change subject: Add support for MX25R6435F
......................................................................
Patch Set 1: Code-Review+1
> Tested with Raspberry Pi 2.
Maybe add that to the commit message.
--
To view, visit https://review.coreboot.org/28004
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: I664ffce6f9aa7544e17b516a1b4179d561208b2f
Gerrit-Change-Number: 28004
Gerrit-PatchSet: 1
Gerrit-Owner: Nathan Rennie-Waldock <nathan.renniewaldock(a)gmail.com>
Gerrit-Reviewer: Nathan Rennie-Waldock <nathan.renniewaldock(a)gmail.com>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Fri, 10 Aug 2018 15:02:57 +0000
Gerrit-HasComments: No
Gerrit-HasLabels: Yes
Nathan Rennie-Waldock has posted comments on this change. ( https://review.coreboot.org/28004 )
Change subject: Add support for MX25R6435F
......................................................................
Patch Set 1:
Tested with Raspberry Pi 2. Logs:
erase: http://paste.ubuntu.com/p/wXpWSCwg42/
write: http://paste.ubuntu.com/p/sn7Q3xt6CS/
read: http://paste.ubuntu.com/p/qtn9KNb3FN/
--
To view, visit https://review.coreboot.org/28004
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: I664ffce6f9aa7544e17b516a1b4179d561208b2f
Gerrit-Change-Number: 28004
Gerrit-PatchSet: 1
Gerrit-Owner: Nathan Rennie-Waldock <nathan.renniewaldock(a)gmail.com>
Gerrit-Reviewer: Nathan Rennie-Waldock <nathan.renniewaldock(a)gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Fri, 10 Aug 2018 14:46:05 +0000
Gerrit-HasComments: No
Gerrit-HasLabels: No
Arthur Heymans has posted comments on this change. ( https://review.coreboot.org/23203 )
Change subject: Add support to get layout from fmap (e.g. coreboot rom)
......................................................................
Patch Set 19:
(1 comment)
https://review.coreboot.org/#/c/23203/19/libflashrom.c
File libflashrom.c:
https://review.coreboot.org/#/c/23203/19/libflashrom.c@466
PS19, Line 466: offset < rom_offset + len - sizeof(struct fmap)
should also do a sanity check to make sure that rom_offset + len <= chip_size.
--
To view, visit https://review.coreboot.org/23203
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: I0e7fad38ed79a84d41358e1f175c36d255786c12
Gerrit-Change-Number: 23203
Gerrit-PatchSet: 19
Gerrit-Owner: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: David Hendricks <david.hendricks(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: Werner Zeh <werner.zeh(a)siemens.com>
Gerrit-Comment-Date: Wed, 08 Aug 2018 19:25:12 +0000
Gerrit-HasComments: Yes
Gerrit-HasLabels: No
Arthur Heymans has posted comments on this change. ( https://review.coreboot.org/23203 )
Change subject: Add support to get layout from fmap (e.g. coreboot rom)
......................................................................
Patch Set 19:
(2 comments)
https://review.coreboot.org/#/c/23203/19/libflashrom.c
File libflashrom.c:
https://review.coreboot.org/#/c/23203/19/libflashrom.c@468
PS19, Line 468: (offset != 0)
means you check offset == 0 quite often if rom_offset is 0, could this not be checked once?
https://review.coreboot.org/#/c/23203/19/libflashrom.c@473
PS19, Line 473: break
Since this does not bail out on the stride loop we might as well use continue instead of break? if we continue this covers for instance Intel targets with locked regions.
--
To view, visit https://review.coreboot.org/23203
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: I0e7fad38ed79a84d41358e1f175c36d255786c12
Gerrit-Change-Number: 23203
Gerrit-PatchSet: 19
Gerrit-Owner: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: David Hendricks <david.hendricks(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: Werner Zeh <werner.zeh(a)siemens.com>
Gerrit-Comment-Date: Wed, 08 Aug 2018 19:15:37 +0000
Gerrit-HasComments: Yes
Gerrit-HasLabels: No