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:
parent
4b1ad5fc61
commit
e9718ff79d
19 changed files with 19 additions and 19 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
chip soc/intel/cannonlake
|
||||
|
||||
register "PchHdaDspEnable" = "1"
|
||||
register "PchHdaDspEnable" = "true"
|
||||
register "PchHdaAudioLinkHda" = "1"
|
||||
|
||||
register "PcieRpEnable[0]" = "true"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue