public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 1/3] arm: mvebu: espressobin: Enable also SATA support via PCIe
@ 2021-08-13 11:56 Pali Rohár
  2021-08-13 11:56 ` [PATCH 2/3] arm: mvebu: turris_mox: Enable SATA support Pali Rohár
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Pali Rohár @ 2021-08-13 11:56 UTC (permalink / raw)
  To: Stefan Roese, Marek Behún; +Cc: u-boot

Espressobin has one on-board SATA port which is connected directly to CPU.

More SATA disks can be connected via mPCIe add-in card with PCIe-SATA
controller.

So enable required SATA AHCI PCIe drivers in defconfig file.

Signed-off-by: Pali Rohár <pali@kernel.org>
---
 configs/mvebu_espressobin-88f3720_defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/configs/mvebu_espressobin-88f3720_defconfig b/configs/mvebu_espressobin-88f3720_defconfig
index c8ae0cf6109a..4003a25346ce 100644
--- a/configs/mvebu_espressobin-88f3720_defconfig
+++ b/configs/mvebu_espressobin-88f3720_defconfig
@@ -30,6 +30,7 @@ CONFIG_CMD_I2C=y
 CONFIG_CMD_MMC=y
 CONFIG_CMD_MTD=y
 CONFIG_CMD_PCI=y
+CONFIG_CMD_SATA=y
 CONFIG_CMD_SPI=y
 CONFIG_CMD_USB=y
 CONFIG_CMD_WDT=y
@@ -46,6 +47,7 @@ CONFIG_ENV_OVERWRITE=y
 CONFIG_ENV_IS_IN_SPI_FLASH=y
 CONFIG_SYS_RELOC_GD_ENV_ADDR=y
 CONFIG_NET_RANDOM_ETHADDR=y
+CONFIG_AHCI_PCI=y
 CONFIG_AHCI_MVEBU=y
 CONFIG_CLK=y
 CONFIG_CLK_MVEBU=y
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2021-09-01  9:10 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-08-13 11:56 [PATCH 1/3] arm: mvebu: espressobin: Enable also SATA support via PCIe Pali Rohár
2021-08-13 11:56 ` [PATCH 2/3] arm: mvebu: turris_mox: Enable SATA support Pali Rohár
2021-08-16  6:58   ` Stefan Roese
2021-09-01  9:09   ` Stefan Roese
2021-08-13 11:56 ` [PATCH 3/3] arm: mvebu: turris_omnia: Enable NVMe support Pali Rohár
2021-08-16  6:59   ` Stefan Roese
2021-09-01  9:10   ` Stefan Roese
2021-08-16  6:58 ` [PATCH 1/3] arm: mvebu: espressobin: Enable also SATA support via PCIe Stefan Roese
2021-09-01  9:09 ` Stefan Roese

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox