All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] ARM64: zynqmp: Enable AHCI on EP platform
@ 2016-07-20 23:34 Alexander Graf
  2016-07-21 11:49 ` Michal Simek
  0 siblings, 1 reply; 2+ messages in thread
From: Alexander Graf @ 2016-07-20 23:34 UTC (permalink / raw)
  To: u-boot

The EP platform also has working AHCI emulation, so I see little reason
not to implement the plumbing for it that enables us to boot from AHCI.

Signed-off-by: Alexander Graf <agraf@suse.de>
---
 include/configs/xilinx_zynqmp_ep.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/configs/xilinx_zynqmp_ep.h b/include/configs/xilinx_zynqmp_ep.h
index c5bd5da..44434aa 100644
--- a/include/configs/xilinx_zynqmp_ep.h
+++ b/include/configs/xilinx_zynqmp_ep.h
@@ -17,6 +17,7 @@
 #define CONFIG_ZYNQ_SDHCI_MIN_FREQ	(CONFIG_ZYNQ_SDHCI_MAX_FREQ << 9)
 #define CONFIG_ZYNQ_EEPROM
 #define CONFIG_AHCI
+#define CONFIG_SATA_CEVA
 #define CONFIG_ZYNQMP_XHCI_LIST {ZYNQMP_USB0_XHCI_BASEADDR, \
 				 ZYNQMP_USB1_XHCI_BASEADDR}
 
-- 
1.8.5.6

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

* [U-Boot] [PATCH] ARM64: zynqmp: Enable AHCI on EP platform
  2016-07-20 23:34 [U-Boot] [PATCH] ARM64: zynqmp: Enable AHCI on EP platform Alexander Graf
@ 2016-07-21 11:49 ` Michal Simek
  0 siblings, 0 replies; 2+ messages in thread
From: Michal Simek @ 2016-07-21 11:49 UTC (permalink / raw)
  To: u-boot

On 21.7.2016 01:34, Alexander Graf wrote:
> The EP platform also has working AHCI emulation, so I see little reason
> not to implement the plumbing for it that enables us to boot from AHCI.
> 
> Signed-off-by: Alexander Graf <agraf@suse.de>
> ---
>  include/configs/xilinx_zynqmp_ep.h | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/include/configs/xilinx_zynqmp_ep.h b/include/configs/xilinx_zynqmp_ep.h
> index c5bd5da..44434aa 100644
> --- a/include/configs/xilinx_zynqmp_ep.h
> +++ b/include/configs/xilinx_zynqmp_ep.h
> @@ -17,6 +17,7 @@
>  #define CONFIG_ZYNQ_SDHCI_MIN_FREQ	(CONFIG_ZYNQ_SDHCI_MAX_FREQ << 9)
>  #define CONFIG_ZYNQ_EEPROM
>  #define CONFIG_AHCI
> +#define CONFIG_SATA_CEVA
>  #define CONFIG_ZYNQMP_XHCI_LIST {ZYNQMP_USB0_XHCI_BASEADDR, \
>  				 ZYNQMP_USB1_XHCI_BASEADDR}
>  
> 

Applied.

Thanks,
Michal

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

end of thread, other threads:[~2016-07-21 11:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-20 23:34 [U-Boot] [PATCH] ARM64: zynqmp: Enable AHCI on EP platform Alexander Graf
2016-07-21 11:49 ` Michal Simek

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.