Sean Rhodes has submitted this change. ( https://review.coreboot.org/c/coreboot/+/86187?usp=email )
Change subject: mb/starlabs/starfighter: Disable SATA ......................................................................
mb/starlabs/starfighter: Disable SATA
The mass produced boards did not support SATA, so disable it.
Change-Id: I7477b46c929a9d9e0d0351de6146112f78cece9f Signed-off-by: Sean Rhodes sean@starlabs.systems Reviewed-on: https://review.coreboot.org/c/coreboot/+/86187 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Matt DeVillier matt.devillier@gmail.com --- M src/mainboard/starlabs/starfighter/variants/rpl/devicetree.cb 1 file changed, 0 insertions(+), 5 deletions(-)
Approvals: build bot (Jenkins): Verified Matt DeVillier: Looks good to me, approved
diff --git a/src/mainboard/starlabs/starfighter/variants/rpl/devicetree.cb b/src/mainboard/starlabs/starfighter/variants/rpl/devicetree.cb index db31d8d..50cb8ae 100644 --- a/src/mainboard/starlabs/starfighter/variants/rpl/devicetree.cb +++ b/src/mainboard/starlabs/starfighter/variants/rpl/devicetree.cb @@ -183,11 +183,6 @@ end end device ref shared_sram on end - device ref sata on - register "sata_salp_support" = "1" - register "sata_ports_enable[1]" = "1" - register "sata_ports_dev_slp[1]" = "1" - end device ref pcie_rp5 on # WiFi chip drivers/wifi/generic register "enable_cnvi_ddr_rfim" = "true"