
On 10/19/2018 04:12 PM, Tom Rini wrote:
On Fri, Oct 19, 2018 at 12:29:43PM +0200, Marek Vasut wrote:
The following changes since commit 6e7a186dc5d50f563e224e9ae7be70defff7ee0d:
Merge tag 'arc-more-updates-for-2018.11-rc2-2' of git://git.denx.de/u-boot-arc (2018-10-15 07:20:07 -0400)
are available in the Git repository at:
git://git.denx.de/u-boot-socfpga.git master
for you to fetch changes up to 0baff8a1ed56314f779a2f13b432f9c340956838:
socfpga: clean up sfp generation (2018-10-16 11:23:24 +0200)
Ang, Chee Hong (5):
[snip]
arm: socfpga: stratix10: Add Stratix 10 FPGA Reconfiguration Driver
NAK. This causes: +(socfpga_stratix10) *resp_count++; +(socfpga_stratix10) ^~~~~~~~~~~~~ +(socfpga_stratix10) args[1] = (u32)rbf_data; +(socfpga_stratix10) ^ w+(socfpga_stratix10) ../drivers/fpga/stratix10.c: In function 'get_resp_hdr': w+(socfpga_stratix10) ../drivers/fpga/stratix10.c:138:4: warning: value computed is not used [-Wunused-value] w+(socfpga_stratix10) ../drivers/fpga/stratix10.c: In function 'send_reconfig_data': w+(socfpga_stratix10) ../drivers/fpga/stratix10.c:188:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
CCing Intel people, I'm waiting for a patch.