1 comment:
File src/soc/intel/icelake/acpi/pci_irqs.asl:
If (PICM) {
if (CondRefOf (PIRX)) {
Return (PIRX)
}
Return (^PICP)
} Else {
Return (^PICN)
}
Why not always generate the ACPI table in SSDT and drop the static ones?
the dynamic generation is tied up with a Kconfig(in common driver CL in same patch train), if Kconfig is not selected , then need a fallback package. The idea was to allow a provision to on/off the feature if required.
To view, visit change 34710. To unsubscribe, or for help writing mail filters, visit settings.