summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2015-05-28 17:37:38 +0200
committerStefan Agner <stefan.agner@toradex.com>2015-05-28 17:39:01 +0200
commit271ce8a33c6368ca81d075f1fea7b1deadb69aaa (patch)
treed39eb9c137bd5522c6c143b5eaca1823b5359f16 /common
parentc959f9e989a1bd75cef55e0230794a35d80bffdd (diff)
image: add Cortex-M4 related operating systems
Add new identifiers for Cortex-M4 related (RT)OS eCos, MQX and Bare-metal.
Diffstat (limited to 'common')
-rw-r--r--common/image.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/image.c b/common/image.c
index 162b68269d..3c1e94a364 100644
--- a/common/image.c
+++ b/common/image.c
@@ -101,6 +101,9 @@ static const table_entry_t uimage_os[] = {
{ IH_OS_RTEMS, "rtems", "RTEMS", },
{ IH_OS_U_BOOT, "u-boot", "U-Boot", },
{ IH_OS_VXWORKS, "vxworks", "VxWorks", },
+ { IH_OS_ECOS, "ecos", "eCos", },
+ { IH_OS_MQX, "mqx", "MQX", },
+ { IH_OS_BAREMETAL,"baremetal", "Bare-metal", },
#if defined(CONFIG_CMD_ELF) || defined(USE_HOSTCC)
{ IH_OS_QNX, "qnx", "QNX", },
#endif