Tim Wawrzynczak has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/34089 )
Change subject: src/soc/intel/common/itss: Add support to get IRQ configuration for PCI devices
......................................................................
Patch Set 19:
(3 comments)
https://review.coreboot.org/c/coreboot/+/34089/19/src/soc/intel/common/block...
File src/soc/intel/common/block/itss/irq.c:
https://review.coreboot.org/c/coreboot/+/34089/19/src/soc/intel/common/block...
PS19, Line 31: alteast
at least
https://review.coreboot.org/c/coreboot/+/34089/19/src/soc/intel/common/block...
PS19, Line 69: printk(BIOS_ERR, "LPSS controller D: 0x%x F: 0x%x uses irq %d"
: ", conflicts with gpio mapped to irq %d\n",
: irq_entry->slot, irq_entry->func, int_lpss,
: int_lpss);
Shouldn't we die() with this? It means there's a fatal configuration error, and I'm assuming that the affected LPSS device's IRQ won't function as expected?
https://review.coreboot.org/c/coreboot/+/34089/19/src/soc/intel/common/block...
PS19, Line 108: create_irq_entry(dev, &irq_entry);
: irq_config[index] = irq_entry;
You could just do create_irq_entry(dev, &irq_config[index]) to avoid the extra copy
--
To view, visit
https://review.coreboot.org/c/coreboot/+/34089
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ib7066432ff5f0d7017ac5a44922ca69f07da9556
Gerrit-Change-Number: 34089
Gerrit-PatchSet: 19
Gerrit-Owner: Aamir Bohra
aamir.bohra@intel.com
Gerrit-Reviewer: Aamir Bohra
aamir.bohra@intel.com
Gerrit-Reviewer: Arthur Heymans
arthur@aheymans.xyz
Gerrit-Reviewer: Furquan Shaikh
furquan@google.com
Gerrit-Reviewer: Karthik Ramasubramanian
kramasub@google.com
Gerrit-Reviewer: Martin Roth
martinroth@google.com
Gerrit-Reviewer: Patrick Georgi
pgeorgi@google.com
Gerrit-Reviewer: Patrick Rudolph
siro@das-labor.org
Gerrit-Reviewer: Paul Fagerburg
pfagerburg@chromium.org
Gerrit-Reviewer: Shelley Chen
shchen@google.com
Gerrit-Reviewer: Subrata Banik
subrata.banik@intel.com
Gerrit-Reviewer: Tim Wawrzynczak
twawrzynczak@google.com
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-CC: Angel Pons
th3fanbus@gmail.com
Gerrit-CC: Patrick Rudolph
patrick.rudolph@9elements.com
Gerrit-CC: Paul Menzel
paulepanter@users.sourceforge.net
Gerrit-CC: Tim Wawrzynczak
twawrzynczak@chromium.org
Gerrit-Comment-Date: Fri, 20 Sep 2019 20:28:09 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment