From 4962e38e9a4a053792722918bb11c5408549aebd Mon Sep 17 00:00:00 2001 From: Stefano Babic Date: Mon, 17 Oct 2011 00:07:43 +0000 Subject: mkimage: adding support for Davinci AIS image Some Davinci processors supports the Application Image Script (AIS) boot process. The patch adds the generation of the AIS image inside the mkimage tool to make possible to generate a bootable U-boot without external tools (TI Davinci AIS Generator). Signed-off-by: Stefano Babic CC: Wolfgang Denk --- include/image.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/image.h b/include/image.h index 56b8b93..1ba866e 100644 --- a/include/image.h +++ b/include/image.h @@ -161,6 +161,7 @@ #define IH_TYPE_IMXIMAGE 10 /* Freescale IMXBoot Image */ #define IH_TYPE_UBLIMAGE 11 /* Davinci UBL Image */ #define IH_TYPE_OMAPIMAGE 12 /* TI OMAP Config Header Image */ +#define IH_TYPE_AISIMAGE 13 /* TI Davinci AIS Image */ /* * Compression Types -- cgit v1.1