uboot-mt623x/tools
Peter Tyser c81296c16f tools/mkimage: Print FIT image contents after creation
Previously, there was no indication to the user that a FIT image was
successfully created after executing mkimage.  For example:

  $ mkimage -f uImage.its uImage.itb
  DTC: dts->dtb  on file "uImage.its"

Adding some additional output after creating a FIT image lets the user
know exactly what is contained in their image, eg:

  $ mkimage -f uImage.its uImage.itb
  DTC: dts->dtb  on file "uImage.its"
  FIT description: Linux kernel 2.6.32-rc7-00201-g7550d6f-dirty
  Created:         Tue Nov 24 15:43:01 2009
   Image 0 (kernel@1)
    Description:  Linux Kernel 2.6.32-rc7-00201-g7550d6f-dirty
    Type:         Kernel Image
    Compression:  gzip compressed
    Data Size:    2707311 Bytes = 2643.86 kB = 2.58 MB
    Architecture: PowerPC
    OS:           Linux
    Load Address: 0x00000000
    Entry Point:  0x00000000
    Hash algo:    crc32
    Hash value:   efe0798b
    Hash algo:    sha1
    Hash value:   ecafba8c95684f2c8fec67e33c41ec88df1534d7
   Image 1 (fdt@1)
    Description:  Flattened Device Tree blob
    Type:         Flat Device Tree
    Compression:  uncompressed
    Data Size:    12288 Bytes = 12.00 kB = 0.01 MB
    Architecture: PowerPC
    Hash algo:    crc32
    Hash value:   a5cab676
    Hash algo:    sha1
    Hash value:   168722b13e305283cfd6603dfe8248cc329adea6
   Default Configuration: 'config@1'
   Configuration 0 (config@1)
    Description:  Default Linux kernel
    Kernel:       kernel@1
    FDT:          fdt@1

This brings the behavior of creating a FIT image in line with creating a
standard uImage, which also prints out the uImage contents after
creation.

Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2009-12-05 01:13:51 +01:00
..
bddb Update Hymod Board Database PHP code in "tools" directory 2005-08-12 23:27:18 +02:00
easylogo easylogo: add optional gzip support 2009-01-24 02:05:22 +01:00
env Fix a typo in fw_env.config 2008-12-15 21:49:03 +01:00
gdb unify HOST_CFLAGS and HOSTCFLAGS 2009-07-23 21:26:14 +02:00
imls unify HOST_CFLAGS and HOSTCFLAGS 2009-07-23 21:26:14 +02:00
logos at91: add support for the PM9263 board of Ronetix GmbH 2009-04-16 21:30:48 +02:00
scripts make define2mk.sed work on FreeBSD 2008-02-22 21:27:01 +01:00
updater Replace __asm references with __asm__ 2009-04-28 01:02:04 +02:00
.gitignore tools: gitignore *.exe binaries 2009-11-24 23:42:15 +01:00
Makefile Revert "env: only build env_embedded and envcrc when needed" 2009-10-27 20:46:31 +01:00
bin2header.c Add 'license' command to U-Boot command line 2008-08-18 23:21:49 +02:00
bmp_logo.c compiler.h: unify system ifdef cruft here 2009-07-19 21:41:46 +02:00
default_image.c tools: mkimage: split code into core, default and FIT image specific 2009-09-10 22:58:48 +02:00
envcrc.c Revert "env: only build env_embedded and envcrc when needed" 2009-10-27 20:46:31 +01:00
fdt_host.h [new uImage] Add libfdt support to mkimage 2008-02-29 16:00:24 +01:00
fit_image.c tools/fit_image.c: Remove unused fit_set_header() 2009-12-05 01:12:45 +01:00
gen_eth_addr.c gen_eth_addr: Use POSIX rand() and srand() 2009-04-04 01:09:56 +02:00
img2brec.sh Fix file permissions 2005-07-21 11:22:21 +02:00
img2srec.c img2srec: use standard types 2009-11-24 23:43:18 +01:00
inca-swap-bytes.c * Patch by Arun Dharankar, 4 Apr 2003: 2003-04-05 00:53:31 +00:00
jtagconsole Blackfin: add jtagconsole helper script 2009-06-15 11:15:04 +02:00
kwbimage.c kwbimage.c: Fix compile warning when building on 64 bit systems (again) 2009-09-15 21:32:19 +02:00
kwbimage.h mkimage: Add Kirkwood Boot Image support (kwbimage) 2009-09-10 22:58:48 +02:00
mingw_support.c Fix mingw tools build 2009-11-23 23:43:35 +01:00
mingw_support.h Fix mingw tools build 2009-11-23 23:43:35 +01:00
mkimage.c tools/mkimage: Print FIT image contents after creation 2009-12-05 01:13:51 +01:00
mkimage.h mkimage: Add Kirkwood Boot Image support (kwbimage) 2009-09-10 22:58:48 +02:00
mpc86x_clk.c * Patch by Anders Larsen, 18 Sep 2003: 2003-10-08 22:14:02 +00:00
ncb.c ncb: Check return value of write() 2009-04-28 01:16:46 +02:00
netconsole tools/netconsole: use ncb automatically if available 2009-09-15 22:55:45 +02:00
os_support.c compiler.h: unify system ifdef cruft here 2009-07-19 21:41:46 +02:00
os_support.h compiler.h: unify system ifdef cruft here 2009-07-19 21:41:46 +02:00
setlocalversion tools/setlocalversion: use git svn instead of git-svn 2009-04-04 23:11:16 +02:00
ubsha1.c compiler.h: unify system ifdef cruft here 2009-07-19 21:41:46 +02:00