On Rab, 2017-07-12 at 12:57 +0200, Marek Vasut wrote: > On 07/03/2017 11:07 AM, tien.fong.c...@intel.com wrote: > > > > From: Tien Fong Chee <tien.fong.c...@intel.com> > > > > Enable FPGA driver build for SPL because FPGA driver is needed for > > SPL > > to configure and getting DDR up before loading U-boot into DDR and > > booting from there. > It is only needed for that on Arria 10 , not elsewhere. > Okay, i will describe clearly on commit message. > > > > Signed-off-by: Tien Fong Chee <tien.fong.c...@intel.com> > > Reviewed-by: Ley Foon Tan <ley.foon....@intel.com> > > Reviewed-by: Dinh Nguyen <dingu...@kernel.org> > > --- > > drivers/Makefile | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/drivers/Makefile b/drivers/Makefile > > index 64c39d3..4478212 100644 > > --- a/drivers/Makefile > > +++ b/drivers/Makefile > > @@ -48,6 +48,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 > > > _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot
- [U-Boot] [PATCH v11 0/6] Add Intel Arria 10 SoC FPGA dr... tien . fong . chee
- [U-Boot] [PATCH v11 1/6] arm: socfpga: Remove unused pa... tien . fong . chee
- [U-Boot] [PATCH v11 6/6] arm: socfpga: Add FPGA driver ... tien . fong . chee
- Re: [U-Boot] [PATCH v11 6/6] arm: socfpga: Add FPG... Marek Vasut
- Re: [U-Boot] [PATCH v11 6/6] arm: socfpga: Add... Chee, Tien Fong
- [U-Boot] [PATCH v11 2/6] arm: socfpga: Restructure FPGA... tien . fong . chee
- [U-Boot] [PATCH v11 4/6] kconfig: Convert FPGA_SOCFPGA ... tien . fong . chee
- [U-Boot] [PATCH v11 5/6] drivers: Enable FPGA driver bu... tien . fong . chee
- Re: [U-Boot] [PATCH v11 5/6] drivers: Enable FPGA ... Marek Vasut
- Re: [U-Boot] [PATCH v11 5/6] drivers: Enable F... Chee, Tien Fong
- [U-Boot] [PATCH v11 3/6] kconfig: Convert FPGA and FPGA... tien . fong . chee
- Re: [U-Boot] [PATCH v11 3/6] kconfig: Convert FPGA... Marek Vasut
- Re: [U-Boot] [PATCH v11 3/6] kconfig: Convert ... Chee, Tien Fong
- Re: [U-Boot] [PATCH v11 3/6] kconfig: Conv... Marek Vasut
- Re: [U-Boot] [PATCH v11 3/6] kconfig: ... Chee, Tien Fong
- Re: [U-Boot] [PATCH v11 0/6] Add Intel Arria 10 SoC FPG... Chee, Tien Fong
- Re: [U-Boot] [PATCH v11 0/6] Add Intel Arria 10 So... Marek Vasut
- Re: [U-Boot] [PATCH v11 0/6] Add Intel Arria 1... Chee, Tien Fong