diff mbox

[U-Boot,v5,3/5] arm: socfpga: Enable FPGA driver on SPL

Message ID 1495520703-23846-4-git-send-email-tien.fong.chee@intel.com
State Superseded
Delegated to: Marek Vasut
Headers show

Commit Message

Chee, Tien Fong May 23, 2017, 6:25 a.m. UTC
From: Tien Fong Chee <tien.fong.chee@intel.com>

Enable FPGA driver build for SPL. FPGA driver is needed for SPL
to configure and getting DDR up before loading U-boot into DDR and
booting from there.

Signed-off-by: Tien Fong Chee <tien.fong.chee@intel.com>
---
 drivers/Makefile                 | 1 +
 include/configs/socfpga_common.h | 1 +
 2 files changed, 2 insertions(+)

Comments

Dinh Nguyen May 23, 2017, 2:11 p.m. UTC | #1
On 05/23/2017 01:25 AM, tien.fong.chee@intel.com wrote:
> From: Tien Fong Chee <tien.fong.chee@intel.com>
> 
> Enable FPGA driver build for SPL. FPGA driver is needed for SPL
> to configure and getting DDR up before loading U-boot into DDR and
> booting from there.
> 
> Signed-off-by: Tien Fong Chee <tien.fong.chee@intel.com>
> ---
>  drivers/Makefile                 | 1 +
>  include/configs/socfpga_common.h | 1 +
>  2 files changed, 2 insertions(+)
> 
> diff --git a/drivers/Makefile b/drivers/Makefile
> index 4a4b237..bb35c9a 100644
> --- a/drivers/Makefile
> +++ b/drivers/Makefile
> @@ -47,6 +47,7 @@ obj-$(CONFIG_OMAP_USB_PHY) += usb/phy/
>  obj-$(CONFIG_SPL_SATA_SUPPORT) += block/
>  obj-$(CONFIG_SPL_USB_HOST_SUPPORT) += block/
>  obj-$(CONFIG_SPL_MMC_SUPPORT) += block/
> +obj-$(CONFIG_SPL_FPGA_SUPPORT) += fpga/
>  endif
>  
>  ifdef CONFIG_TPL_BUILD
> diff --git a/include/configs/socfpga_common.h b/include/configs/socfpga_common.h
> index da7e4ad..e74e7eb 100644
> --- a/include/configs/socfpga_common.h
> +++ b/include/configs/socfpga_common.h
> @@ -110,6 +110,7 @@
>  #define CONFIG_FPGA
>  #define CONFIG_FPGA_ALTERA
>  #define CONFIG_FPGA_SOCFPGA
> +#define CONFIG_SPL_FPGA_SUPPORT

This change should be in a separate patch.

Dinh
Chee, Tien Fong May 24, 2017, 1:52 a.m. UTC | #2
On Sel, 2017-05-23 at 09:11 -0500, Dinh Nguyen wrote:
> 

> On 05/23/2017 01:25 AM, tien.fong.chee@intel.com wrote:

> > 

> > From: Tien Fong Chee <tien.fong.chee@intel.com>

> > 

> > Enable FPGA driver build for SPL. FPGA driver is needed for SPL

> > to configure and getting DDR up before loading U-boot into DDR and

> > booting from there.

> > 

> > Signed-off-by: Tien Fong Chee <tien.fong.chee@intel.com>

> > ---

> >  drivers/Makefile                 | 1 +

> >  include/configs/socfpga_common.h | 1 +

> >  2 files changed, 2 insertions(+)

> > 

> > diff --git a/drivers/Makefile b/drivers/Makefile

> > index 4a4b237..bb35c9a 100644

> > --- a/drivers/Makefile

> > +++ b/drivers/Makefile

> > @@ -47,6 +47,7 @@ obj-$(CONFIG_OMAP_USB_PHY) += usb/phy/

> >  obj-$(CONFIG_SPL_SATA_SUPPORT) += block/

> >  obj-$(CONFIG_SPL_USB_HOST_SUPPORT) += block/

> >  obj-$(CONFIG_SPL_MMC_SUPPORT) += block/

> > +obj-$(CONFIG_SPL_FPGA_SUPPORT) += fpga/

> >  endif

> >  

> >  ifdef CONFIG_TPL_BUILD

> > diff --git a/include/configs/socfpga_common.h

> > b/include/configs/socfpga_common.h

> > index da7e4ad..e74e7eb 100644

> > --- a/include/configs/socfpga_common.h

> > +++ b/include/configs/socfpga_common.h

> > @@ -110,6 +110,7 @@

> >  #define CONFIG_FPGA

> >  #define CONFIG_FPGA_ALTERA

> >  #define CONFIG_FPGA_SOCFPGA

> > +#define CONFIG_SPL_FPGA_SUPPORT

> This change should be in a separate patch.

> 

> Dinh


Okay
diff mbox

Patch

diff --git a/drivers/Makefile b/drivers/Makefile
index 4a4b237..bb35c9a 100644
--- a/drivers/Makefile
+++ b/drivers/Makefile
@@ -47,6 +47,7 @@  obj-$(CONFIG_OMAP_USB_PHY) += usb/phy/
 obj-$(CONFIG_SPL_SATA_SUPPORT) += block/
 obj-$(CONFIG_SPL_USB_HOST_SUPPORT) += block/
 obj-$(CONFIG_SPL_MMC_SUPPORT) += block/
+obj-$(CONFIG_SPL_FPGA_SUPPORT) += fpga/
 endif
 
 ifdef CONFIG_TPL_BUILD
diff --git a/include/configs/socfpga_common.h b/include/configs/socfpga_common.h
index da7e4ad..e74e7eb 100644
--- a/include/configs/socfpga_common.h
+++ b/include/configs/socfpga_common.h
@@ -110,6 +110,7 @@ 
 #define CONFIG_FPGA
 #define CONFIG_FPGA_ALTERA
 #define CONFIG_FPGA_SOCFPGA
+#define CONFIG_SPL_FPGA_SUPPORT
 #define CONFIG_FPGA_COUNT		1
 #endif
 #endif