Angel Pons has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/46779 )
Change subject: soc/intel/broadwell/pch/acpi/hda.asl: Rename to `audio.asl` ......................................................................
soc/intel/broadwell/pch/acpi/hda.asl: Rename to `audio.asl`
This is merely to ease diffing Lynx Point and Broadwell ASL code.
Tested with BUILD_TIMELESS=1, Google Buddy does not change.
Change-Id: I9f6ab98388d2a2915a48377ebe9e724cfee4b95f Signed-off-by: Angel Pons th3fanbus@gmail.com --- R src/soc/intel/broadwell/pch/acpi/audio.asl M src/soc/intel/broadwell/pch/acpi/pch.asl 2 files changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/79/46779/1
diff --git a/src/soc/intel/broadwell/pch/acpi/hda.asl b/src/soc/intel/broadwell/pch/acpi/audio.asl similarity index 100% rename from src/soc/intel/broadwell/pch/acpi/hda.asl rename to src/soc/intel/broadwell/pch/acpi/audio.asl diff --git a/src/soc/intel/broadwell/pch/acpi/pch.asl b/src/soc/intel/broadwell/pch/acpi/pch.asl index d68fa60..b7d6838 100644 --- a/src/soc/intel/broadwell/pch/acpi/pch.asl +++ b/src/soc/intel/broadwell/pch/acpi/pch.asl @@ -39,7 +39,7 @@ }
// High Definition Audio (Azalia) 0:1b.0 -#include "hda.asl" +#include "audio.asl"
// ADSP/SST 0:13.0 #include "adsp.asl"
Michael Niewöhner has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/46779 )
Change subject: soc/intel/broadwell/pch/acpi/hda.asl: Rename to `audio.asl` ......................................................................
Patch Set 8: Code-Review+2
Michael Niewöhner has submitted this change. ( https://review.coreboot.org/c/coreboot/+/46779 )
Change subject: soc/intel/broadwell/pch/acpi/hda.asl: Rename to `audio.asl` ......................................................................
soc/intel/broadwell/pch/acpi/hda.asl: Rename to `audio.asl`
This is merely to ease diffing Lynx Point and Broadwell ASL code.
Tested with BUILD_TIMELESS=1, Google Buddy does not change.
Change-Id: I9f6ab98388d2a2915a48377ebe9e724cfee4b95f Signed-off-by: Angel Pons th3fanbus@gmail.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/46779 Reviewed-by: Michael Niewöhner foss@mniewoehner.de Tested-by: build bot (Jenkins) no-reply@coreboot.org --- R src/soc/intel/broadwell/pch/acpi/audio.asl M src/soc/intel/broadwell/pch/acpi/pch.asl 2 files changed, 1 insertion(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Michael Niewöhner: Looks good to me, approved
diff --git a/src/soc/intel/broadwell/pch/acpi/hda.asl b/src/soc/intel/broadwell/pch/acpi/audio.asl similarity index 100% rename from src/soc/intel/broadwell/pch/acpi/hda.asl rename to src/soc/intel/broadwell/pch/acpi/audio.asl diff --git a/src/soc/intel/broadwell/pch/acpi/pch.asl b/src/soc/intel/broadwell/pch/acpi/pch.asl index d68fa60..b7d6838 100644 --- a/src/soc/intel/broadwell/pch/acpi/pch.asl +++ b/src/soc/intel/broadwell/pch/acpi/pch.asl @@ -39,7 +39,7 @@ }
// High Definition Audio (Azalia) 0:1b.0 -#include "hda.asl" +#include "audio.asl"
// ADSP/SST 0:13.0 #include "adsp.asl"