public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot]  [PATCH 1/3] image: Add TI PMMC image type
@ 2017-07-31 15:58 Andrew F. Davis
  2017-07-31 15:58 ` [U-Boot] [PATCH 2/3] ARM: k2g: Add FIT image handler for PMMC firmware Andrew F. Davis
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Andrew F. Davis @ 2017-07-31 15:58 UTC (permalink / raw)
  To: u-boot

Add a new image type representing TI Power Management
Micro-Controller (PMMC) Firmware image type.

Signed-off-by: Andrew F. Davis <afd@ti.com>
---
 common/image.c  | 1 +
 include/image.h | 1 +
 2 files changed, 2 insertions(+)

diff --git a/common/image.c b/common/image.c
index 0f88984f2d..1f6885cb85 100644
--- a/common/image.c
+++ b/common/image.c
@@ -167,6 +167,7 @@ static const table_entry_t uimage_type[] = {
 	{	IH_TYPE_FPGA,       "fpga",       "FPGA Image" },
 	{       IH_TYPE_TEE,        "tee",        "Trusted Execution Environment Image",},
 	{	IH_TYPE_FIRMWARE_IVT, "firmware_ivt", "Firmware with HABv4 IVT" },
+	{       IH_TYPE_PMMC,        "pmmc",        "TI Power Management Micro-Controller Firmware",},
 	{	-1,		    "",		  "",			},
 };
 
diff --git a/include/image.h b/include/image.h
index c6f1513220..a251faf8e3 100644
--- a/include/image.h
+++ b/include/image.h
@@ -269,6 +269,7 @@ enum {
 	IH_TYPE_VYBRIDIMAGE,	/* VYBRID .vyb Image */
 	IH_TYPE_TEE,            /* Trusted Execution Environment OS Image */
 	IH_TYPE_FIRMWARE_IVT,		/* Firmware Image with HABv4 IVT */
+	IH_TYPE_PMMC,            /* TI Power Management Micro-Controller Firmware */
 
 	IH_TYPE_COUNT,			/* Number of image types */
 };
-- 
2.13.0

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-09-13  2:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-31 15:58 [U-Boot] [PATCH 1/3] image: Add TI PMMC image type Andrew F. Davis
2017-07-31 15:58 ` [U-Boot] [PATCH 2/3] ARM: k2g: Add FIT image handler for PMMC firmware Andrew F. Davis
2017-09-13  2:28   ` [U-Boot] [U-Boot, " Tom Rini
2017-07-31 15:58 ` [U-Boot] [PATCH 3/3] configs: k2g_evm: Remove PMMC loading environment commands Andrew F. Davis
2017-09-13  2:28   ` [U-Boot] [U-Boot, " Tom Rini
2017-09-13  2:28 ` [U-Boot] [U-Boot,1/3] image: Add TI PMMC image type Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox