]> git.sur5r.net Git - u-boot/commit
tools: socfpga: Add SFP image V1 support
authorMarek Vasut <marex@denx.de>
Sun, 15 Apr 2018 11:15:33 +0000 (13:15 +0200)
committerMarek Vasut <marex@denx.de>
Tue, 8 May 2018 19:08:42 +0000 (21:08 +0200)
commitcece78fafed838462dd9b2404eac98472fe75b2e
treeb8102ce476d3d2cbb3dd00ab7613a80b9a01c234
parent9f0021a50b5a39a01f2ab3095a952a255660eb3f
tools: socfpga: Add SFP image V1 support

Add support for the SoCFPGA header v1 , which is used on Arria 10.
Thus far the mkimage-socfpga image only supported header format v0
used on Cyclone V and Arria V, but is not supported on Arria 10.
The layout of the v0 and v1 header is similar, yet there are a few
differences, see the patch body for details.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Dinh Nguyen <dinguyen@kernel.org>
Cc: Chin Liang See <chin.liang.see@intel.com>
tools/socfpgaimage.c