mb/starlabs/*: Add the subsystem ids for HDA
The Windows drivers require the subsystem ID to match on the PCI device, so set these to allow the driver to install. Change-Id: I01b36554d5322018efc72734a8e749cc06263577 Signed-off-by: Sean Rhodes <sean@starlabs.systems> Reviewed-on: https://review.coreboot.org/c/coreboot/+/83621 Reviewed-by: Matt DeVillier <matt.devillier@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
ed48fa6847
commit
e4592e4996
@ -66,7 +66,9 @@ chip soc/intel/apollolake
|
|||||||
device ref p2sb on end
|
device ref p2sb on end
|
||||||
device ref fast_spi on end
|
device ref fast_spi on end
|
||||||
device ref sram on end
|
device ref sram on end
|
||||||
device ref hda on end
|
device ref hda on
|
||||||
|
subsystemid 0x10ec 0x111e
|
||||||
|
end
|
||||||
device ref heci1 on end
|
device ref heci1 on end
|
||||||
device ref heci2 on end
|
device ref heci2 on end
|
||||||
device ref heci3 on end
|
device ref heci3 on end
|
||||||
|
@ -66,7 +66,9 @@ chip soc/intel/apollolake
|
|||||||
device ref p2sb on end
|
device ref p2sb on end
|
||||||
device ref fast_spi on end
|
device ref fast_spi on end
|
||||||
device ref sram on end
|
device ref sram on end
|
||||||
device ref hda on end
|
device ref hda on
|
||||||
|
subsystemid 0x10ec 0x111e
|
||||||
|
end
|
||||||
device ref heci1 on end
|
device ref heci1 on end
|
||||||
device ref heci2 on end
|
device ref heci2 on end
|
||||||
device ref heci3 on end
|
device ref heci3 on end
|
||||||
|
@ -173,6 +173,7 @@ chip soc/intel/alderlake
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
device ref hda on
|
device ref hda on
|
||||||
|
subsystemid 0x1e50 0x7007
|
||||||
register "pch_hda_sdi_enable[0]" = "1"
|
register "pch_hda_sdi_enable[0]" = "1"
|
||||||
register "pch_hda_audio_link_hda_enable" = "1"
|
register "pch_hda_audio_link_hda_enable" = "1"
|
||||||
register "pch_hda_idisp_codec_enable" = "1"
|
register "pch_hda_idisp_codec_enable" = "1"
|
||||||
|
@ -141,6 +141,7 @@ chip soc/intel/cannonlake
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
device ref hda on
|
device ref hda on
|
||||||
|
subsystemid 0x10ec 0x1200
|
||||||
register "PchHdaAudioLinkHda" = "1"
|
register "PchHdaAudioLinkHda" = "1"
|
||||||
end
|
end
|
||||||
device ref smbus on end
|
device ref smbus on end
|
||||||
|
@ -139,7 +139,9 @@ chip soc/intel/skylake
|
|||||||
device pnp 4e.19 off end # Power Management Channel 5
|
device pnp 4e.19 off end # Power Management Channel 5
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
device ref hda on end
|
device ref hda on
|
||||||
|
subsystemid 0x10ec 0x10d0
|
||||||
|
end
|
||||||
device ref smbus on end
|
device ref smbus on end
|
||||||
device ref fast_spi on end
|
device ref fast_spi on end
|
||||||
end
|
end
|
||||||
|
@ -168,6 +168,7 @@ chip soc/intel/alderlake
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
device ref hda on
|
device ref hda on
|
||||||
|
subsystemid 0x1e50 0x7007
|
||||||
register "pch_hda_sdi_enable[0]" = "1"
|
register "pch_hda_sdi_enable[0]" = "1"
|
||||||
register "pch_hda_audio_link_hda_enable" = "1"
|
register "pch_hda_audio_link_hda_enable" = "1"
|
||||||
register "pch_hda_idisp_codec_enable" = "1"
|
register "pch_hda_idisp_codec_enable" = "1"
|
||||||
|
@ -189,6 +189,7 @@ chip soc/intel/tigerlake
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
device ref hda on
|
device ref hda on
|
||||||
|
subsystemid 0x10ec 0x1200
|
||||||
register "PchHdaAudioLinkHdaEnable" = "1"
|
register "PchHdaAudioLinkHdaEnable" = "1"
|
||||||
end
|
end
|
||||||
device ref smbus on end
|
device ref smbus on end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user