mb/system76/lemp9: Move SATA options into devicetree
Change-Id: Idf64d98b36ca95a8bc17a6544993c26e23851cd8 Signed-off-by: Felix Singer <felixsinger@posteo.net> Reviewed-on: https://review.coreboot.org/c/coreboot/+/45107 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Michael Niewöhner
This commit is contained in:
committed by
Michael Niewöhner
parent
23cf3391ed
commit
63b9e791bc
@@ -45,13 +45,6 @@ chip soc/intel/cannonlake
|
|||||||
[PchSerialIoIndexI2C0] = PchSerialIoPci, // Touchpad
|
[PchSerialIoIndexI2C0] = PchSerialIoPci, // Touchpad
|
||||||
}"
|
}"
|
||||||
|
|
||||||
# SATA
|
|
||||||
register "SataMode" = "Sata_AHCI"
|
|
||||||
register "SataSalpSupport" = "0"
|
|
||||||
|
|
||||||
register "SataPortsEnable[1]" = "1"
|
|
||||||
register "SataPortsEnable[2]" = "1"
|
|
||||||
|
|
||||||
# Audio
|
# Audio
|
||||||
register "PchHdaDspEnable" = "0"
|
register "PchHdaDspEnable" = "0"
|
||||||
register "PchHdaAudioLinkHda" = "1"
|
register "PchHdaAudioLinkHda" = "1"
|
||||||
@@ -181,7 +174,12 @@ chip soc/intel/cannonlake
|
|||||||
device pci 16.3 off end # Management Engine KT Redirection
|
device pci 16.3 off end # Management Engine KT Redirection
|
||||||
device pci 16.4 off end # Management Engine Interface 3
|
device pci 16.4 off end # Management Engine Interface 3
|
||||||
device pci 16.5 off end # Management Engine Interface 4
|
device pci 16.5 off end # Management Engine Interface 4
|
||||||
device pci 17.0 on end # SATA
|
device pci 17.0 on # SATA
|
||||||
|
register "SataMode" = "Sata_AHCI"
|
||||||
|
register "SataSalpSupport" = "0"
|
||||||
|
register "SataPortsEnable[1]" = "1"
|
||||||
|
register "SataPortsEnable[2]" = "1"
|
||||||
|
end
|
||||||
device pci 19.0 off end # I2C #4
|
device pci 19.0 off end # I2C #4
|
||||||
device pci 19.1 off end # I2C #5
|
device pci 19.1 off end # I2C #5
|
||||||
device pci 19.2 on end # UART #2
|
device pci 19.2 on end # UART #2
|
||||||
|
Reference in New Issue
Block a user