Hello Patrick Rudolph,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/38880
to look at the new patch set (#2).
Change subject: soc/tigerlake: Update xhci ACPI files for JSP ......................................................................
soc/tigerlake: Update xhci ACPI files for JSP
ACPI files for xhci in JSL is different from TGL. Hence, renaming xhci.asl to xhci_tgl.asl and adding a new file xhci_jsl.asl for JSL.
Also, allowing xhci.asl to choose the correct file based on the SoC selected.
BUG=None BRANCH=None TEST=Compilation for JasperLake board is working
Change-Id: Ia8e88e02989ff80d7cd1f28941e005cb0d842fcb Signed-off-by: Meera Ravindranath meera.ravindranath@intel.com --- M src/soc/intel/tigerlake/acpi/xhci.asl A src/soc/intel/tigerlake/acpi/xhci_jsl.asl A src/soc/intel/tigerlake/acpi/xhci_tgl.asl 3 files changed, 132 insertions(+), 49 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/80/38880/2