Angel Pons has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/47575 )
Change subject: mb/hp/folio_9480m: Update northbridge ACPI filename ......................................................................
mb/hp/folio_9480m: Update northbridge ACPI filename
Fix build errors, since `haswell.asl` was dropped in commit 79e3a1f8a5 (nb/intel/haswell/acpi: Merge `haswell.asl` into `hostbridge.asl`)
Change-Id: Iaec5de2d74dd81c58a581bb511ba6a63629141aa Signed-off-by: Angel Pons th3fanbus@gmail.com --- M src/mainboard/hp/folio_9480m/dsdt.asl 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/75/47575/1
diff --git a/src/mainboard/hp/folio_9480m/dsdt.asl b/src/mainboard/hp/folio_9480m/dsdt.asl index f030e72..b534372 100644 --- a/src/mainboard/hp/folio_9480m/dsdt.asl +++ b/src/mainboard/hp/folio_9480m/dsdt.asl @@ -20,7 +20,7 @@
Device (_SB.PCI0) { - #include <northbridge/intel/haswell/acpi/haswell.asl> + #include <northbridge/intel/haswell/acpi/hostbridge.asl> #include <drivers/intel/gma/acpi/default_brightness_levels.asl> #include <southbridge/intel/lynxpoint/acpi/pch.asl> }
Nico Huber has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/47575 )
Change subject: mb/hp/folio_9480m: Update northbridge ACPI filename ......................................................................
Patch Set 1: Code-Review+2
Michael Niewöhner has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/47575 )
Change subject: mb/hp/folio_9480m: Update northbridge ACPI filename ......................................................................
Patch Set 1: Code-Review+2
Felix Held has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/47575 )
Change subject: mb/hp/folio_9480m: Update northbridge ACPI filename ......................................................................
Patch Set 1: Code-Review+2
Felix Held has submitted this change. ( https://review.coreboot.org/c/coreboot/+/47575 )
Change subject: mb/hp/folio_9480m: Update northbridge ACPI filename ......................................................................
mb/hp/folio_9480m: Update northbridge ACPI filename
Fix build errors, since `haswell.asl` was dropped in commit 79e3a1f8a5 (nb/intel/haswell/acpi: Merge `haswell.asl` into `hostbridge.asl`)
Change-Id: Iaec5de2d74dd81c58a581bb511ba6a63629141aa Signed-off-by: Angel Pons th3fanbus@gmail.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/47575 Reviewed-by: Nico Huber nico.h@gmx.de Reviewed-by: Michael Niewöhner foss@mniewoehner.de Reviewed-by: Felix Held felix-coreboot@felixheld.de Tested-by: build bot (Jenkins) no-reply@coreboot.org --- M src/mainboard/hp/folio_9480m/dsdt.asl 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Nico Huber: Looks good to me, approved Felix Held: Looks good to me, approved Michael Niewöhner: Looks good to me, approved
diff --git a/src/mainboard/hp/folio_9480m/dsdt.asl b/src/mainboard/hp/folio_9480m/dsdt.asl index f030e72..b534372 100644 --- a/src/mainboard/hp/folio_9480m/dsdt.asl +++ b/src/mainboard/hp/folio_9480m/dsdt.asl @@ -20,7 +20,7 @@
Device (_SB.PCI0) { - #include <northbridge/intel/haswell/acpi/haswell.asl> + #include <northbridge/intel/haswell/acpi/hostbridge.asl> #include <drivers/intel/gma/acpi/default_brightness_levels.asl> #include <southbridge/intel/lynxpoint/acpi/pch.asl> }