soc/intel/alderlake: Add missing SATA DSDT device
Add "SATA" to DSDT as it's referenced by Intel PEP SSDT. Fixes warning shown in Linux: ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PCI0.SATA (20220331/dspkginit-438) Change-Id: I65a1d17bce246022859f011cdc4712e1206a98fe Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/72762 Reviewed-by: Lean Sheng Tan <sheng.tan@9elements.com> Reviewed-by: Paul Menzel <paulepanter@mailbox.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Singer <felixsinger@posteo.net>
This commit is contained in:
parent
e145c2fbe2
commit
88e5d18589
2 changed files with 10 additions and 0 deletions
7
src/soc/intel/alderlake/acpi/sata.asl
Normal file
7
src/soc/intel/alderlake/acpi/sata.asl
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
||||||
|
|
||||||
|
Device (SATA)
|
||||||
|
{
|
||||||
|
Name (_ADR, 0x00170000)
|
||||||
|
Name (_DDN, "SATA Controller")
|
||||||
|
}
|
|
@ -48,3 +48,6 @@
|
||||||
|
|
||||||
/* GbE 0:1f.6 */
|
/* GbE 0:1f.6 */
|
||||||
#include <soc/intel/common/block/acpi/acpi/pch_glan.asl>
|
#include <soc/intel/common/block/acpi/acpi/pch_glan.asl>
|
||||||
|
|
||||||
|
/* PCH SATA */
|
||||||
|
#include "sata.asl"
|
||||||
|
|
Loading…
Reference in a new issue