From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Mon, 6 Oct 2014 17:39:10 +0200 Subject: [U-Boot] [PULL] u-boot-socfpga/topic/tools/mkimage-20141006 Message-ID: <201410061739.10637.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de The following changes since commit be9f643ae6aa9044c60fe80e3a2c10be8371c692: Merge branch 'for-tom' of git://git.denx.de/u-boot-dm (2014-09-26 20:10:48 -0400) are available in the git repository at: git://git.denx.de/u-boot-socfpga.git topic/tools/mkimage-20141006 for you to fetch changes up to 832472a94d1adb4f1f86e491a2387c43c960b4e2: tools: socfpga: Add socfpga preloader signing to mkimage (2014-10-06 17:38:17 +0200) ---------------------------------------------------------------- Charles Manning (1): tools: socfpga: Add socfpga preloader signing to mkimage common/image.c | 1 + include/image.h | 1 + tools/Makefile | 1 + tools/imagetool.c | 2 + tools/imagetool.h | 1 + tools/socfpgaimage.c | 259 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 6 files changed, 265 insertions(+) create mode 100644 tools/socfpgaimage.c