summaryrefslogtreecommitdiff
path: root/src/acpi/soundwire.c
diff options
context:
space:
mode:
authorTim Wawrzynczak <twawrzynczak@chromium.org>2020-07-16 11:54:04 -0600
committerTim Wawrzynczak <twawrzynczak@chromium.org>2020-07-18 16:04:42 +0000
commit5212ece6cf27fa91ffd07d97d4fbe171129cf1fa (patch)
tree023c49837983e8f44d6d4cfd46f877e813e4cf66 /src/acpi/soundwire.c
parent6d391e649f8a32613d489e513eb00c05d07a7147 (diff)
downloadcoreboot-5212ece6cf27fa91ffd07d97d4fbe171129cf1fa.tar.xz
dptf: Fix scope of TCPU device
In the initial DPTF refactor, the scope of the TCPU device was incorrectly set as \_SB, instead of \_SB.PCI0. However, because of the way that the acpi_inject_dsdt() callback currently works (it injects contents before the dsdt.aml file), the Scope where the TCPU device lives (\_SB.PCI0) doesn't exist yet. Therefore, to avoid playing games with *when* things are defined in the DSDT, switch to defining all of the DPTF devices in the SSDT. Signed-off-by: Tim Wawrzynczak <twawrzynczak@chromium.org> Change-Id: Ia4922b4dc6544d79d44d39e6ad18c6ab9fee0fd7 Reviewed-on: https://review.coreboot.org/c/coreboot/+/43529 Reviewed-by: Duncan Laurie <dlaurie@chromium.org> Reviewed-by: Karthik Ramasubramanian <kramasub@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/acpi/soundwire.c')
0 files changed, 0 insertions, 0 deletions