Arthur Heymans has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/30822 )
Change subject: sb/intel/i82801gx: Detect if the southbridge supports AHCI
......................................................................
Patch Set 5:
(1 comment)
https://review.coreboot.org/#/c/30822/5/src/southbridge/intel/i82801gx/sata....
File src/southbridge/intel/i82801gx/sata.c:
https://review.coreboot.org/#/c/30822/5/src/southbridge/intel/i82801gx/sata....
PS5, Line 75: ret = ahci_supported && config->sata_no_ahci;
Without this option, the `else if (config->ide_legacy_combined)`
below would be unreachable on boards that support AHCI. I wouldn't
mind to remove combined mode altogether. But as long as we maintain
it, we should provide reasonable devicetree options.
IMHO, it should be an `enum sata_mode { ahci, ide, legacy, legacy_
combined };`. Unless we'd ditch combined mode. Then we could also
unify the sata code with everything up to BDW.
Iirc combined mode does not even work properly with this code...
--
To view, visit
https://review.coreboot.org/c/coreboot/+/30822
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I8d9f4e63ae8b2862c422938f3103c44e761bcda4
Gerrit-Change-Number: 30822
Gerrit-PatchSet: 5
Gerrit-Owner: Arthur Heymans
arthur@aheymans.xyz
Gerrit-Reviewer: Alexander Couzens
lynxis@fe80.eu
Gerrit-Reviewer: Angel Pons
th3fanbus@gmail.com
Gerrit-Reviewer: Arthur Heymans
arthur@aheymans.xyz
Gerrit-Reviewer: Patrick Rudolph
siro@das-labor.org
Gerrit-Reviewer: Paul Menzel
paulepanter@users.sourceforge.net
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-CC: Nico Huber
nico.h@gmx.de
Gerrit-CC: Patrick Georgi
pgeorgi@google.com
Gerrit-Comment-Date: Thu, 11 Apr 2019 14:50:27 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Angel Pons
th3fanbus@gmail.com
Comment-In-Reply-To: Arthur Heymans
arthur@aheymans.xyz
Comment-In-Reply-To: Nico Huber
nico.h@gmx.de
Comment-In-Reply-To: Patrick Georgi
pgeorgi@google.com
Gerrit-MessageType: comment