diff options
author | Gary Bisson <bisson.gary@gmail.com> | 2024-08-05 23:25:08 +0200 |
---|---|---|
committer | Fabio Estevam <festevam@denx.de> | 2024-08-13 08:28:24 -0300 |
commit | 68a431e6386a2e31137324f49fd3081e57fed31a (patch) | |
tree | d18652c93d47dda0e555b4d2bc331c39c48394d8 /include/imx8image.h | |
parent | 1e0b91d6fc07557faef0f458a3095b67c4557c50 (diff) | |
download | u-boot-68a431e6386a2e31137324f49fd3081e57fed31a.tar.gz |
tools: imx8image: add upower image support
Part of the upower management was included in a previous commit [1].
This patch only adds the bits required to properly parse a config file
that would include the binary as follows:
IMAGE PWR upower.bin
[1] 6ec65c8558f (tools: image: support i.MX93)
Signed-off-by: Gary Bisson <bisson.gary@gmail.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'include/imx8image.h')
-rw-r--r-- | include/imx8image.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/imx8image.h b/include/imx8image.h index 32064bfeeb8..85fb642ae39 100644 --- a/include/imx8image.h +++ b/include/imx8image.h @@ -162,6 +162,7 @@ enum imx8image_cmd { enum imx8image_core_type { CFG_CORE_INVALID, CFG_SCU, + CFG_PWR, CFG_M40, CFG_M41, CFG_A35, |