]> git.sur5r.net Git - u-boot/blobdiff - include/image.h
* Adapt TRAB configuration and auto_update to new memory layout
[u-boot] / include / image.h
index f9b769e9c58a2cc29dc91b24f7e95bfcc45d5cc9..b93d1041f9fffbf105f43d2defcf0eb7513128cc 100644 (file)
@@ -46,6 +46,8 @@
 #define IH_OS_QNX              16      /* QNX          */
 #define IH_OS_U_BOOT           17      /* Firmware     */
 #define IH_OS_RTEMS            18      /* RTEMS        */
+#define IH_OS_ARTOS            19      /* ARTOS        */
+#define IH_OS_UNITY            20      /* Unity OS     */
 
 /*
  * CPU Architecture Codes (supported by Linux)
@@ -62,6 +64,7 @@
 #define IH_CPU_SH              9       /* SuperH       */
 #define IH_CPU_SPARC           10      /* Sparc        */
 #define IH_CPU_SPARC64         11      /* Sparc 64 Bit */
+#define        IH_CPU_M68K             12      /* M68K         */
 
 /*
  * Image Types
  * "Script files" are command sequences that will be executed by
  *     U-Boot's command interpreter; this feature is especially
  *     useful when you configure U-Boot to use a real shell (hush)
- *     as command interpreter.
+ *     as command interpreter (=> Shell Scripts).
  */
 
 #define IH_TYPE_INVALID                0       /* Invalid Image                */