Alicja Michalska has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/85609?usp=email )
Change subject: mb/topton/adl: Disable mapped SATA port ......................................................................
mb/topton/adl: Disable mapped SATA port
According to Intel mFIT tool, SATA Port 0 is mapped as RP11 (PCI-E). Disable SATA mapping on that port.
Change-Id: I9556383952d163a145ac73cb846740a4ce67a1e1 Signed-off-by: Alicja Michalska alicja.michalska@9elements.com --- M src/mainboard/topton/adl/devicetree.cb 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/09/85609/1
diff --git a/src/mainboard/topton/adl/devicetree.cb b/src/mainboard/topton/adl/devicetree.cb index f21687a..216589d 100644 --- a/src/mainboard/topton/adl/devicetree.cb +++ b/src/mainboard/topton/adl/devicetree.cb @@ -44,9 +44,9 @@ device ref shared_sram on end
# Not working, resource conflict(?) + # Port 0 is configured as PCI-E in FIT (RP11) device ref sata on register "sata_ports_enable" = "{ - [0] = 1, [1] = 1, }" end