Aaron Durbin has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/35621 )
Change subject: soc/intel/skylake: Fix ACPI exception AE_NOT_FOUND
......................................................................
Patch Set 2:
(2 comments)
https://review.coreboot.org/c/coreboot/+/35621/2//COMMIT_MSG
Commit Message:
https://review.coreboot.org/c/coreboot/+/35621/2//COMMIT_MSG@11
PS2, Line 11: Fixes ACPI exception: AE_NOT_FOUND
It was generating an ACPI path for devices behind PCI bridges (with devfn 0), that of course couldn't be resolved.
Now it returns NULL, doesn't generate an ACPI path, which is correct, as the SSDT gen returns.
Could you please add this information to the commit description as it provides more context to the change and the original failure?
https://review.coreboot.org/c/coreboot/+/35621/2/src/soc/intel/skylake/acpi....
File src/soc/intel/skylake/acpi.c:
https://review.coreboot.org/c/coreboot/+/35621/2/src/soc/intel/skylake/acpi....
PS2, Line 763: if (dev->bus && dev->bus->secondary > 0)
Please add a comment here indicating the purpose of the check.
--
To view, visit
https://review.coreboot.org/c/coreboot/+/35621
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I6eca37a1792287502a46a90144f2f0d8e12ae5d4
Gerrit-Change-Number: 35621
Gerrit-PatchSet: 2
Gerrit-Owner: Patrick Rudolph
patrick.rudolph@9elements.com
Gerrit-Reviewer: Aaron Durbin
adurbin@chromium.org
Gerrit-Reviewer: Duncan Laurie
dlaurie@chromium.org
Gerrit-Reviewer: Furquan Shaikh
furquan@google.com
Gerrit-Reviewer: Kyösti Mälkki
kyosti.malkki@gmail.com
Gerrit-Reviewer: Lee Leahy
leroy.p.leahy@intel.com
Gerrit-Reviewer: Matt DeVillier
matt.devillier@gmail.com
Gerrit-Reviewer: Maxim Polyakov
max.senia.poliak@gmail.com
Gerrit-Reviewer: Michael Niewöhner
Gerrit-Reviewer: Naresh Solanki
naresh.solanki@intel.com
Gerrit-Reviewer: Nico Huber
nico.h@gmx.de
Gerrit-Reviewer: Patrick Rudolph
patrick.rudolph@9elements.com
Gerrit-Reviewer: Patrick Rudolph
siro@das-labor.org
Gerrit-Reviewer: Pratikkumar V Prajapati
pratikkumar.v.prajapati@intel.com
Gerrit-Reviewer: Robbie Zhang
robbie.zhang@intel.com
Gerrit-Reviewer: Subrata Banik
subrata.banik@intel.com
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-CC: Paul Menzel
paulepanter@users.sourceforge.net
Gerrit-Comment-Date: Thu, 26 Sep 2019 16:25:38 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Patrick Rudolph
siro@das-labor.org
Comment-In-Reply-To: Aaron Durbin
adurbin@chromium.org
Comment-In-Reply-To: Duncan Laurie
dlaurie@chromium.org
Gerrit-MessageType: comment