Marian Balakowicz 570abb0ad1 [new uImage] Share common uImage code between mkimage and U-boot
This patch adds the following common routines:

1) Dedicated mkimage print_header() is replaced with common
image_print_contents()
image_print_contents_noindent()

2) Common os/arch/type/comp fields name <--> id translation routines
genimg_get_os_name()
genimg_get_arch_name()
genimg_get_type_name()
genimg_get_comp_name()
genimg_get_os_id()
genimg_get_arch_id()
genimg_get_type_id()
genimg_get_comp_id()

Signed-off-by: Marian Balakowicz <m8@semihalf.com>
2008-02-29 15:59:59 +01:00
..
2006-10-09 00:42:01 +02:00
2001-11-03 22:15:16 +00:00
2007-11-15 08:46:46 -07:00
2001-09-06 22:25:14 +00:00
2005-07-21 11:22:21 +02:00
2003-06-27 21:31:46 +00:00
2001-04-02 19:55:34 +00:00
2004-09-08 22:03:11 +00:00