mb/google/brya: 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/brya (banshee)

Change-Id: Ib97278820d93a8fae52a74f36a5f60d9a9b2b363
Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
Signed-off-by: CoolStar <coolstarorganization@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/77577
Reviewed-by: Eric Lai <ericllai@google.com>
Reviewed-by: Jayvik Desai <jayvik@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Matt DeVillier 2023-08-31 10:11:15 -05:00
commit f07a1a76f3
5 changed files with 5 additions and 0 deletions

View file

@ -27,6 +27,7 @@ DefinitionBlock(
#include <soc/intel/alderlake/acpi/southbridge.asl>
#include <soc/intel/alderlake/acpi/tcss.asl>
#include <drivers/intel/gma/acpi/default_brightness_levels.asl>
#include <soc/intel/common/block/acpi/acpi/gna.asl>
}
}

View file

@ -111,6 +111,7 @@ chip soc/intel/alderlake
device ref tbt_pcie_rp0 on end
device ref tbt_pcie_rp1 on end
device ref tbt_pcie_rp2 on end
device ref gna on end
device ref tcss_xhci on end
device ref tcss_dma0 on end
device ref tcss_dma1 on end

View file

@ -162,6 +162,7 @@ chip soc/intel/alderlake
device ref tbt_pcie_rp0 on end
device ref tbt_pcie_rp1 on end
device ref tbt_pcie_rp2 on end
device ref gna on end
device ref tcss_xhci on end
device ref tcss_dma0 on end
device ref tcss_dma1 on end

View file

@ -100,6 +100,7 @@ chip soc/intel/alderlake
}"
end
device ref dtt on end
device ref gna on end
device ref tcss_xhci on end
device ref xhci on end
device ref shared_sram on end

View file

@ -192,6 +192,7 @@ chip soc/intel/alderlake
register "gfx" = "GMA_DEFAULT_PANEL(0)"
end
device ref dtt on end
device ref gna on end
device ref tcss_xhci on end
device ref xhci on end
device ref shared_sram on end