image: Add TI PMMC image type
Add a new image type representing TI Power Management Micro-Controller (PMMC) Firmware image type. Change-Id: I28a8132dfd5549ffde3d81e6da7399c3768ac1e7 Signed-off-by: Andrew F. Davis <afd@ti.com> Signed-off-by: Kever Yang <kever.yang@rock-chips.com> (cherry picked from commit 6442c9643e82966ae8fff391bab3fcc763662564)
This commit is contained in:
parent
2272054111
commit
ee0f94feab
|
|
@ -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",},
|
||||
{ IH_TYPE_RKNAND, "rknand", "Rockchip NAND Boot Image" },
|
||||
{ -1, "", "", },
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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_RKNAND, /* Rockchip NAND Boot Image */
|
||||
|
||||
IH_TYPE_COUNT, /* Number of image types */
|
||||
|
|
|
|||
Loading…
Reference in New Issue