Attention is currently required from: Nico Huber, Furquan Shaikh.
Tim Wawrzynczak has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/49407 )
Change subject: soc/intel/common/gpio: Add gpio_routes_ioapic_irq function
......................................................................
Patch Set 9:
(1 comment)
File src/soc/intel/common/block/gpio/gpio.c:
https://review.coreboot.org/c/coreboot/+/49407/comment/c9184676_e2b5ad24
PS7, Line 653: gpio_routes_ioapic_irq
All excellent points, always one step ahead of me 😉 Let me time this, if it's not too bad, I'd rath […]
Good intuition, I'm measuring about 2.8ms per lookup of IRQ (~300 lookups per IRQ), so like ~350 ns per PCR read (2800 us / 300 GPIOs / 13 IRQs / 2 PCR reads per GPIO). Next patch moves to keeping state, which is already looked up in gpio_configure_itss(), so piggybacking there adds literally 0 boot time, as opposed to ~30ms on Volteer.
--
To view, visit
https://review.coreboot.org/c/coreboot/+/49407
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Iceda89cb111caa15056c204b143b4a17d59e523e
Gerrit-Change-Number: 49407
Gerrit-PatchSet: 9
Gerrit-Owner: Tim Wawrzynczak
twawrzynczak@chromium.org
Gerrit-Reviewer: Aamir Bohra
aamir.bohra@intel.com
Gerrit-Reviewer: Duncan Laurie
dlaurie@chromium.org
Gerrit-Reviewer: Furquan Shaikh
furquan@google.com
Gerrit-Reviewer: Nico Huber
nico.h@gmx.de
Gerrit-Reviewer: Patrick Rudolph
siro@das-labor.org
Gerrit-Reviewer: Srinidhi N Kaushik
srinidhi.n.kaushik@intel.com
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-CC: Paul Menzel
paulepanter@users.sourceforge.net
Gerrit-Attention: Nico Huber
nico.h@gmx.de
Gerrit-Attention: Furquan Shaikh
furquan@google.com
Gerrit-Comment-Date: Fri, 26 Feb 2021 19:20:19 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Nico Huber
nico.h@gmx.de
Comment-In-Reply-To: Furquan Shaikh
furquan@google.com
Comment-In-Reply-To: Tim Wawrzynczak
twawrzynczak@chromium.org
Gerrit-MessageType: comment