Attention is currently required from: Nico Huber, Angel Pons.
Hello build bot (Jenkins), Nico Huber, Angel Pons,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/flashrom/+/62834
to look at the new patch set (#4).
Change subject: NEED_PCI: remove macro
......................................................................
NEED_PCI: remove macro
The NEED_PCI macro is only used to guard prototypes. This is not needed.
Change-Id: I6895b795bc96b3e251700bff4b0054407aac789a
Signed-off-by: Thomas Heijligen <thomas.heijligen(a)secunet.com>
---
M Makefile
M meson.build
M programmer.h
3 files changed, 1 insertion(+), 5 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/34/62834/4
--
To view, visit https://review.coreboot.org/c/flashrom/+/62834
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: flashrom
Gerrit-Branch: master
Gerrit-Change-Id: I6895b795bc96b3e251700bff4b0054407aac789a
Gerrit-Change-Number: 62834
Gerrit-PatchSet: 4
Gerrit-Owner: Thomas Heijligen <src(a)posteo.de>
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-CC: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Attention: Nico Huber <nico.h(a)gmx.de>
Gerrit-Attention: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-MessageType: newpatchset
Attention is currently required from: Subrata Banik, Nico Huber, Paul Menzel, Edward O'Callaghan, Angel Pons, Anastasia Klimchuk.
Subrata Banik has posted comments on this change. ( https://review.coreboot.org/c/flashrom/+/62867 )
Change subject: ichspi: Unify timeouts across all SPI operations to 30s
......................................................................
Patch Set 13:
(3 comments)
Commit Message:
https://review.coreboot.org/c/flashrom/+/62867/comment/a8e3d2a0_8d05aa73
PS12, Line 38: Here is the timeout calculation for any hardware sequencing operation:
: Worst Case Operational Delay =
: (Maximum Time consumed by a SPI operation + Any marginal
: adjustment)
:
: Timeout Recommendation for Hardware Sequencing Operation =
: ((Worst Case Operational Delay) * (#No. Of SPI Master - 1) +
: Current Operational latency)
:
: Assume, on Intel platform with 2 SPI master like, Host CPU and CSE, the
: Timeout Calculation for SPI Write Operation would look like as below:
:
: Maximum Time consumed by a SPI Operation = 2 seconds
: (for SPI Erase Operation as per Winbond Data Sheet)
:
: Worst Case Operational Delay = (2 seconds + 50 milliseconds) =
: 2 seconds 50 milliseconds
: Timeout Recommendation for Hardware Seq Operation =
: (2 seconds 50 milliseconds) * (2 - 1) + 15 milliseconds
: (for SPI Write Operation as per Winbond Data Sheet)
: = 2 seconds 65 milliseconds
> Doing the calculation with these numbers can be a bit confusing. I'd
> do it with the estimated worst-case numbers right away (i.e. 6 masters,
> 5s).
>
> Shorting some things might make it more readable, e.g. `2.05s` instead
> of `2 seconds 50 milliseconds`, also shorter identifiers and removing
> unnecessary parentheses can help legibility.
ACK
File ichspi.c:
https://review.coreboot.org/c/flashrom/+/62867/comment/b5e01201_699130ba
PS12, Line 1281: operation
> `operations`? because multiple masters would preform multiple operations?
ACK
https://review.coreboot.org/c/flashrom/+/62867/comment/69952a8d_c524dd26
PS12, Line 1282: introduces
> `introduce` without s, I guess
ACK
--
To view, visit https://review.coreboot.org/c/flashrom/+/62867
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: flashrom
Gerrit-Branch: master
Gerrit-Change-Id: Ifa910dea794175d8ee2ad277549e5a0d69cba45b
Gerrit-Change-Number: 62867
Gerrit-PatchSet: 13
Gerrit-Owner: Subrata Banik <subratabanik(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: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-CC: Subrata Banik <subi.banik(a)gmail.com>
Gerrit-Attention: Subrata Banik <subi.banik(a)gmail.com>
Gerrit-Attention: Nico Huber <nico.h(a)gmx.de>
Gerrit-Attention: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Attention: Edward O'Callaghan <quasisec(a)chromium.org>
Gerrit-Attention: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Attention: Anastasia Klimchuk <aklm(a)chromium.org>
Gerrit-Comment-Date: Thu, 07 Apr 2022 15:17:18 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Nico Huber <nico.h(a)gmx.de>
Gerrit-MessageType: comment