[PATCH v4 17/20] tools: imx8image: add i.MX95 support
Marek Vasut
marex at denx.de
Fri Jan 24 16:00:46 CET 2025
On 1/15/25 2:29 PM, Alice Guo wrote:
> From: Alice Guo <alice.guo at nxp.com>
>
> i.MX95 uses binman to invoke mkimage to create image container. 2 image
> containers are needed currently. The first one is composed of
> ahab-container.img, LPDDR firmware images, OEI images, System Manager
> image and u-boot-spl.bin. The second one is comsisted of ARM Trusted
comsisted -- typo.
[...]
> @@ -586,8 +639,10 @@ static void set_image_array_entry(flash_header_v3_t *container,
> meta = IMAGE_A53_DEFAULT_META(custom_partition);
> } else if (soc == QM && core == CORE_CA72) {
> meta = IMAGE_A72_DEFAULT_META(custom_partition);
> - } else if (((soc == ULP) || (soc == IMX9)) && core == CORE_CA35) {
> + } else if ((soc == ULP) && core == CORE_CA35) {
> meta = 0;
> + } else if ((soc == IMX9) && core == CORE_CA35) {
> + meta = CORE_IMX95_A55C0;
Why is this core == CORE_CA35 and not core == CORE_CA55 here ?
More information about the U-Boot
mailing list