From mboxrd@z Thu Jan 1 00:00:00 1970 From: See, Chin Liang Date: Tue, 17 Apr 2018 08:41:09 +0000 Subject: [U-Boot] [PATCH 2/5] image: socfpga: Add SFP image version 1 definition In-Reply-To: <20180415133704.18950-2-marex@denx.de> References: <20180415133704.18950-1-marex@denx.de> <20180415133704.18950-2-marex@denx.de> Message-ID: <1523954468.2582.14.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 Sun, 2018-04-15 at 15:37 +0200, Marek Vasut wrote: > Add support for the SoCFPGA header v1, which is used on Arria 10. > The layout of the v0 and v1 header is similar, yet there are a few > differences which make it incompatible with previous v0 header, so > add a new entry. > > Signed-off-by: Marek Vasut > Cc: Dinh Nguyen > Cc: Chin Liang See > --- >  common/image.c  | 3 ++- >  include/image.h | 3 ++- >  2 files changed, 4 insertions(+), 2 deletions(-) > Acked-by: Chin Liang See