From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chee, Tien Fong Date: Thu, 7 Mar 2019 08:06:17 +0000 Subject: [U-Boot] [PATCH v11 6/9] ARM: socfpga: Add the configuration for FPGA SoCFPGA A10 SoCDK In-Reply-To: <2c28371f-ed08-13b7-6f1f-46a94e98440a@kernel.org> References: <20190305162310.1396-1-tien.fong.chee@intel.com> <20190305162310.1396-7-tien.fong.chee@intel.com> <2c28371f-ed08-13b7-6f1f-46a94e98440a@kernel.org> Message-ID: <1551945976.9744.25.camel@intel.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit To: u-boot@lists.denx.de On Tue, 2019-03-05 at 22:11 -0600, Dinh Nguyen wrote: > > On 3/5/19 10:23 AM, tien.fong.chee at intel.com wrote: > > > > From: Tien Fong Chee > > > > Update the default configuration file to enable the necessary > > functionality > > to get the SoCFPGA loadfs driver support. This would enable the > > implementation of programming bitstream into FPGA from MMC. > > > > Signed-off-by: Tien Fong Chee > > > > --- > > > > changes for v8 > > - Added FIT related configs > > > > changes for v7 > > - Removed limit set for CONFIG_FS_FAT_MAX_CLUSTSIZE > > --- > >  configs/socfpga_arria10_defconfig | 8 ++++++++ > >  1 file changed, 8 insertions(+) > What changed in v9 - v11? Means no change if no changes are defined here. > > Also this patch doesn't apply to v2019.04-rc4 at all: > > error: patch failed: configs/socfpga_arria10_defconfig:27 > error: configs/socfpga_arria10_defconfig: patch does not apply > dinguyen at b13cycling:~/linux_dev/u-boot$ git apply --reject > patch1.patch > Checking patch configs/socfpga_arria10_defconfig... > error: while searching for: > # CONFIG_EFI_PARTITION is not set > CONFIG_DEFAULT_DEVICE_TREE="socfpga_arria10_socdk_sdmmc" > CONFIG_ENV_IS_IN_MMC=y > CONFIG_SPL_DM=y > CONFIG_SPL_DM_SEQ_ALIAS=y > CONFIG_SPL_FS_FAT=y > CONFIG_FPGA_SOCFPGA=y > CONFIG_DM_GPIO=y > CONFIG_DWAPB_GPIO=y > CONFIG_DM_MMC=y > > error: patch failed: configs/socfpga_arria10_defconfig:27 > Applying patch configs/socfpga_arria10_defconfig with 1 reject... > Rejected hunk #1. Thanks for catching it. I would rebase to latest mainbranch. TF.