diff options
author | Sean Rhodes <sean@starlabs.systems> | 2024-10-04 16:11:23 +0100 |
---|---|---|
committer | Sean Rhodes <sean@starlabs.systems> | 2024-10-11 11:27:37 +0000 |
commit | 9820363f5fbb6166d5d84543eb3038b643301168 (patch) | |
tree | 9d423b910e550f1c930e6119544f05d8f687f632 /src | |
parent | b03084d8a54cde3eff33f734159500e7846a1594 (diff) |
mb/starlabs/*: Adjust the scope of PTT
The Windows driver only checks PCI0, so move the window accordingly
so that it can be used.
Tested on `starlite_adl` by booting Windows 11 installation medium.
Prior to this patch, it would flag that the security requirements
were not met - it now happily installs.
Change-Id: I5d0d062502af99104690f9a9affec09f42b5bc71
Signed-off-by: Sean Rhodes <sean@starlabs.systems>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/84663
Reviewed-by: Maxim Polyakov <max.senia.poliak@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
Diffstat (limited to 'src')
5 files changed, 15 insertions, 15 deletions
diff --git a/src/mainboard/starlabs/byte_adl/variants/mk_ii/devicetree.cb b/src/mainboard/starlabs/byte_adl/variants/mk_ii/devicetree.cb index efc1a9ced9..f514a35d6d 100644 --- a/src/mainboard/starlabs/byte_adl/variants/mk_ii/devicetree.cb +++ b/src/mainboard/starlabs/byte_adl/variants/mk_ii/devicetree.cb @@ -222,8 +222,8 @@ chip soc/intel/alderlake register "pch_hda_idisp_link_tmode" = "HDA_TMODE_8T" end device ref smbus on end - end - chip drivers/crb - device mmio 0xfed40000 on end + chip drivers/crb + device mmio 0xfed40000 on end + end end end diff --git a/src/mainboard/starlabs/lite/variants/glk/devicetree.cb b/src/mainboard/starlabs/lite/variants/glk/devicetree.cb index c22133b971..d88eccd720 100644 --- a/src/mainboard/starlabs/lite/variants/glk/devicetree.cb +++ b/src/mainboard/starlabs/lite/variants/glk/devicetree.cb @@ -126,8 +126,8 @@ chip soc/intel/apollolake device pnp 4e.19 off end # Power Management Channel 5 end end - end - chip drivers/crb - device mmio 0xfed40000 on end + chip drivers/crb + device mmio 0xfed40000 on end + end end end diff --git a/src/mainboard/starlabs/lite/variants/glkr/devicetree.cb b/src/mainboard/starlabs/lite/variants/glkr/devicetree.cb index 4c79364592..adb20c050f 100644 --- a/src/mainboard/starlabs/lite/variants/glkr/devicetree.cb +++ b/src/mainboard/starlabs/lite/variants/glkr/devicetree.cb @@ -120,8 +120,8 @@ chip soc/intel/apollolake device pnp 4e.1e off end # Power Management Channel 4 end end - end - chip drivers/crb - device mmio 0xfed40000 on end + chip drivers/crb + device mmio 0xfed40000 on end + end end end diff --git a/src/mainboard/starlabs/starbook/variants/cml/devicetree.cb b/src/mainboard/starlabs/starbook/variants/cml/devicetree.cb index d9c3285e04..1c4b94c529 100644 --- a/src/mainboard/starlabs/starbook/variants/cml/devicetree.cb +++ b/src/mainboard/starlabs/starbook/variants/cml/devicetree.cb @@ -186,8 +186,8 @@ chip soc/intel/cannonlake register "PchHdaAudioLinkHda" = "1" end device ref smbus on end - end - chip drivers/crb - device mmio 0xfed40000 on end + chip drivers/crb + device mmio 0xfed40000 on end + end end end diff --git a/src/mainboard/starlabs/starlite_adl/variants/mk_v/devicetree.cb b/src/mainboard/starlabs/starlite_adl/variants/mk_v/devicetree.cb index bc50be2fca..3221d39b13 100644 --- a/src/mainboard/starlabs/starlite_adl/variants/mk_v/devicetree.cb +++ b/src/mainboard/starlabs/starlite_adl/variants/mk_v/devicetree.cb @@ -217,8 +217,8 @@ chip soc/intel/alderlake register "pch_hda_idisp_link_tmode" = "HDA_TMODE_8T" end device ref smbus on end - end - chip drivers/crb - device mmio 0xfed40000 on end + chip drivers/crb + device mmio 0xfed40000 on end + end end end |