mb/google/dedede: Enable GNA scoring accelerator
Enable the GNA PCI device, and include the ACPI stub so the OS driver can attach. TEST=build/boot Win10 on google/dedede (magpie) Change-Id: I928bfe710e69bb43f177e3ce0c0077638233d44d Signed-off-by: Matt DeVillier <matt.devillier@gmail.com> Signed-off-by: CoolStar <coolstarorganization@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/77579 Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
7945a31e91
commit
5e2448bbda
2 changed files with 2 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ DefinitionBlock(
|
|||
#include <soc/intel/common/block/acpi/acpi/northbridge.asl>
|
||||
#include <soc/intel/jasperlake/acpi/southbridge.asl>
|
||||
#include <drivers/intel/gma/acpi/default_brightness_levels.asl>
|
||||
#include <soc/intel/common/block/acpi/acpi/gna.asl>
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -285,6 +285,7 @@ chip soc/intel/jasperlake
|
|||
end
|
||||
end # SA Thermal device
|
||||
device pci 05.0 off end # IPU
|
||||
device pci 08.0 on end # GNA
|
||||
device pci 09.0 off end # Intel Trace Hub
|
||||
device pci 12.6 off end # GSPI 2
|
||||
device pci 14.0 on
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue