mb/siemens/mc_ehl7: Deactivate SATA interface
On this mainboard no SATA interface is assembled. Therefore, it is deactivated. TEST=Boot into OS and verify via lspci if relevant SATA Controller is deactivated and no error in coreboot log is shown. Change-Id: Iea01c30d18d81e67087ac8abef5cece0040087e5 Signed-off-by: Uwe Poeche <uwe.poeche@siemens.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/90730 Reviewed-by: Mario Scheithauer <mario.scheithauer@siemens.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
5f76f78383
commit
3f5807ce10
1 changed files with 1 additions and 9 deletions
|
|
@ -78,13 +78,7 @@ chip soc/intel/elkhartlake
|
|||
# Determine PCIe root port speed
|
||||
register "PcieRpPcieSpeed[6]" = "2"
|
||||
|
||||
# Storage (SATA/SDCARD/EMMC) related UPDs
|
||||
register "SataSalpSupport" = "0"
|
||||
register "SataPortsEnable[1]" = "1"
|
||||
register "SataPortsDevSlp[1]" = "0"
|
||||
register "SataPortsSSD[1]" = "1"
|
||||
register "SataSpeed" = "SATA_GEN2"
|
||||
|
||||
# Storage (SDCARD/EMMC) related UPDs
|
||||
register "ScsEmmcHs400Enabled" = "0"
|
||||
register "ScsEmmcDdr50Enabled" = "1"
|
||||
register "SdCardPowerEnableActiveHigh" = "1"
|
||||
|
|
@ -165,8 +159,6 @@ chip soc/intel/elkhartlake
|
|||
|
||||
device pci 16.0 hidden end # Management Engine Interface 1
|
||||
|
||||
device pci 17.0 on end # SATA
|
||||
|
||||
device pci 19.0 on # I2C4
|
||||
# Add dummy I2C device to limit BUS speed to 100 kHz in OS
|
||||
chip drivers/i2c/generic
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue