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:
parent
6c830088da
commit
f07a1a76f3
5 changed files with 5 additions and 0 deletions
|
|
@ -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>
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue