tree: Use boolean for PchHdaDspEnable

Change-Id: I47852c9b023cc4839000019b8a932b6e471fa839
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/86190
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Maxim Polyakov <max.senia.poliak@gmail.com>
This commit is contained in:
Elyes Haouas 2025-01-28 16:07:15 +01:00
commit e9718ff79d
19 changed files with 19 additions and 19 deletions

View file

@ -22,7 +22,7 @@ chip soc/intel/cannonlake
register "usb3_ports[4]" = "USB3_PORT_DEFAULT(OC0)"
register "usb3_ports[5]" = "USB3_PORT_DEFAULT(OC0)"
register "PchHdaDspEnable" = "1"
register "PchHdaDspEnable" = "true"
register "PchHdaAudioLinkHda" = "1"
register "PcieClkSrcUsage[0]" = "1"

View file

@ -39,7 +39,7 @@ chip soc/intel/cannonlake
register "SataPortsEnable[6]" = "1"
register "SataPortsEnable[7]" = "1"
register "PchHdaDspEnable" = "0"
register "PchHdaDspEnable" = "false"
register "PchHdaAudioLinkHda" = "1"
register "PcieRpEnable[0]" = "true"

View file

@ -37,7 +37,7 @@ chip soc/intel/cannonlake
register "SataPortsEnable[6]" = "1"
register "SataPortsEnable[7]" = "1"
register "PchHdaDspEnable" = "0"
register "PchHdaDspEnable" = "false"
register "PchHdaAudioLinkHda" = "1"
register "PcieRpEnable[0]" = "true"

View file

@ -1,6 +1,6 @@
chip soc/intel/cannonlake
register "PchHdaDspEnable" = "1"
register "PchHdaDspEnable" = "true"
register "PchHdaAudioLinkHda" = "1"
register "PcieRpEnable[0]" = "true"

View file

@ -38,7 +38,7 @@ chip soc/intel/cannonlake
register "SataPortsEnable[6]" = "1"
register "SataPortsEnable[7]" = "1"
register "PchHdaDspEnable" = "1"
register "PchHdaDspEnable" = "true"
register "PchHdaAudioLinkHda" = "1"
register "PcieRpEnable[0]" = "true"

View file

@ -23,7 +23,7 @@ chip soc/intel/cannonlake
register "SataPortsEnable[6]" = "1"
register "SataPortsEnable[7]" = "1"
register "PchHdaDspEnable" = "1"
register "PchHdaDspEnable" = "true"
register "PchHdaAudioLinkHda" = "1"
register "PcieRpEnable[0]" = "true"

View file

@ -56,7 +56,7 @@ chip soc/intel/jasperlake
# Skip the CPU replacement check
register "SkipCpuReplacementCheck" = "1"
register "PchHdaDspEnable" = "1"
register "PchHdaDspEnable" = "true"
register "PchHdaAudioLinkHdaEnable" = "0"
register "PchHdaAudioLinkSspEnable[0]" = "1"
register "PchHdaAudioLinkSspEnable[1]" = "1"

View file

@ -322,7 +322,7 @@ chip soc/intel/tigerlake
end
end
device ref hda on
register "PchHdaDspEnable" = "1"
register "PchHdaDspEnable" = "true"
register "PchHdaAudioLinkDmicEnable" = "{
[0] = 1,
[1] = 1,

View file

@ -325,7 +325,7 @@ chip soc/intel/tigerlake
end
end
device ref hda on
register "PchHdaDspEnable" = "1"
register "PchHdaDspEnable" = "true"
register "PchHdaAudioLinkDmicEnable" = "{
[0] = 1,
[1] = 1,