]> git.sur5r.net Git - u-boot/blobdiff - include/image.h
Add support for OF flat tree for the STXtc board.
[u-boot] / include / image.h
index d4fdb052826f78380f7857f9f4d0e8d7bec82c01..4c23f0e5b5293652391b81c2cf364e10ba77f030 100644 (file)
 #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         */
-#define        IH_CPU_NIOS             13      /* Nios-32      */
+#define IH_CPU_M68K            12      /* M68K         */
+#define IH_CPU_NIOS            13      /* Nios-32      */
+#define IH_CPU_MICROBLAZE      14      /* MicroBlaze   */
+#define IH_CPU_NIOS2           15      /* Nios-II      */
 
 /*
  * Image Types
@@ -94,7 +96,7 @@
  *     byte order. This list is terminated by an "(uint32_t)0".
  *     Immediately after the terminating 0 follow the images, one by
  *     one, all aligned on "uint32_t" boundaries (size rounded up to
- *     a multiple of 4 bytes).
+ *     a multiple of 4 bytes - except for the last file).
  *
  * "Firmware Images" are binary images containing firmware (like
  *     U-Boot or FPGA images) which usually will be programmed to