<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-freescale.git/classes, branch temp</title>
<subtitle>Mirror of github.com/Freescale/meta-freescale</subtitle>
<id>https://git.enea.com/cgit/linux/meta-freescale.git/atom?h=temp</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-freescale.git/atom?h=temp'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/'/>
<updated>2024-10-21T22:13:56+00:00</updated>
<entry>
<title>use-imx-security-controller-firmware: Add i.MX 95 configuration</title>
<updated>2024-10-21T22:13:56+00:00</updated>
<author>
<name>Max Krummenacher</name>
<email>max.krummenacher@toradex.com</email>
</author>
<published>2024-09-28T13:52:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=cb0f79f4d1a84215ba62d9f454a2c38a0ee757b4'/>
<id>urn:sha1:cb0f79f4d1a84215ba62d9f454a2c38a0ee757b4</id>
<content type='text'>
Add the SECO FW file name for i.MX 95.

Signed-off-by: Max Krummenacher &lt;max.krummenacher@toradex.com&gt;
</content>
</entry>
<entry>
<title>EULA: Update to v57</title>
<updated>2024-10-21T16:14:45+00:00</updated>
<author>
<name>Benjamin Szőke</name>
<email>egyszeregy@freemail.hu</email>
</author>
<published>2024-10-21T12:34:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=9e09c96405204c9e38054b1bd91219af5366c584'/>
<id>urn:sha1:9e09c96405204c9e38054b1bd91219af5366c584</id>
<content type='text'>
</content>
</entry>
<entry>
<title>boot: Fix UUU tagging, extend to fslc</title>
<updated>2024-09-16T11:36:03+00:00</updated>
<author>
<name>Tom Hochstein</name>
<email>tom.hochstein@nxp.com</email>
</author>
<published>2024-09-11T16:46:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=ef8b4c41cf0abb41ade7371c2abb16ffe708a8c9'/>
<id>urn:sha1:ef8b4c41cf0abb41ade7371c2abb16ffe708a8c9</id>
<content type='text'>
Using the UUU-tagged bootloader image directly with UUU can cause UUU
to hang. The bootloader image is split on a certain transmit size, and
the hang occurs if the tag does not fit with the final bytes of the
bootloader image and must be split into a new transmit package.

The UUU tag is needed by UUU only in the SD Card image file itself so
that UUU can find the end of the boot partition.

Rework the design so the default bootloader and the default imx-boot
binaries are not tagged.

Also, extend the UUU tagging to fslc so it can gain the same benefit.

Fixes: https://github.com/Freescale/meta-freescale/pull/1762
Fixes: https://github.com/nxp-imx/mfgtools/issues/416
Co-authored-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
Signed-off-by: Tom Hochstein &lt;tom.hochstein@nxp.com&gt;
</content>
</entry>
<entry>
<title>imx-boot-container: Assigne weak init value for IMX_BOOT_CONTAINER_FIRMWARE_SOC</title>
<updated>2024-09-07T11:45:00+00:00</updated>
<author>
<name>Benjamin Szőke</name>
<email>egyszeregy@freemail.hu</email>
</author>
<published>2024-09-07T11:45:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=236d75c614fbe4b378f9ba3d890714c13e510693'/>
<id>urn:sha1:236d75c614fbe4b378f9ba3d890714c13e510693</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fsl-u-boot-localversion.bbclass: Add back UBOOT_LOCALVERSION to .scmversion</title>
<updated>2024-07-30T11:16:25+00:00</updated>
<author>
<name>Piotr Wojtaszczyk</name>
<email>piotr.wojtaszczyk@timesys.com</email>
</author>
<published>2024-07-30T11:12:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=3a26a0b27ff574188a4a9433b27890f384c89b82'/>
<id>urn:sha1:3a26a0b27ff574188a4a9433b27890f384c89b82</id>
<content type='text'>
This fixes regression done in the mentioned commit.

Fixes: d7e13f19fbf9 ("fsl-u-boot-localversion.bbclass: fix SRCREV_machine and AUTOREV use cases")
Signed-off-by: Piotr Wojtaszczyk &lt;piotr.wojtaszczyk@timesys.com&gt;
</content>
</entry>
<entry>
<title>fsl-u-boot-localversion.bbclass: Unify indentations</title>
<updated>2024-07-30T11:16:25+00:00</updated>
<author>
<name>Piotr Wojtaszczyk</name>
<email>piotr.wojtaszczyk@timesys.com</email>
</author>
<published>2024-07-30T11:06:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=8c5fbbce4d6260146d6e4c8b8f6f4a032c8f0a4f'/>
<id>urn:sha1:8c5fbbce4d6260146d6e4c8b8f6f4a032c8f0a4f</id>
<content type='text'>
Fixes: d7e13f19fbf9 ("fsl-u-boot-localversion.bbclass: fix SRCREV_machine and AUTOREV use cases")
Signed-off-by: Piotr Wojtaszczyk &lt;piotr.wojtaszczyk@timesys.com&gt;
</content>
</entry>
<entry>
<title>EULA: Update to v56</title>
<updated>2024-06-24T10:47:29+00:00</updated>
<author>
<name>Benjamin Szőke</name>
<email>egyszeregy@freemail.hu</email>
</author>
<published>2024-06-24T10:47:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=7eea973661fd090d9bd6c56c837ce4cf6122c742'/>
<id>urn:sha1:7eea973661fd090d9bd6c56c837ce4cf6122c742</id>
<content type='text'>
</content>
</entry>
<entry>
<title>EULA: Update to v53</title>
<updated>2024-04-01T18:48:10+00:00</updated>
<author>
<name>Oleksandr Suvorov</name>
<email>oleksandr.suvorov@foundries.io</email>
</author>
<published>2024-03-30T13:23:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=03d400ca8b4cc3ef95dda0edc9e6ffbc1662e7f9'/>
<id>urn:sha1:03d400ca8b4cc3ef95dda0edc9e6ffbc1662e7f9</id>
<content type='text'>
This version is used in NXP BSP LF6.6.3-1.0.0.

Signed-off-by: Oleksandr Suvorov &lt;oleksandr.suvorov@foundries.io&gt;
</content>
</entry>
<entry>
<title>uuu_bootloader_tag.bbclass: Use UUU_BOOTLOADER_TAGGED variable</title>
<updated>2024-03-09T22:14:32+00:00</updated>
<author>
<name>Hiago De Franco</name>
<email>hiago.franco@toradex.com</email>
</author>
<published>2024-03-09T22:14:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=67f95836f26005165a5a6f0b97ffa9ac091e036f'/>
<id>urn:sha1:67f95836f26005165a5a6f0b97ffa9ac091e036f</id>
<content type='text'>
Use UUU_BOOTLOADER_TAGGED variable instead of UUU_BOOTLOADER in the stat
function to make the code more specific and easy to read.

Signed-off-by: Hiago De Franco &lt;hiago.franco@toradex.com&gt;
</content>
</entry>
<entry>
<title>uuu_bootloader_tag.bbclass: Add UUU_BOOTLOADER_UNTAGGED</title>
<updated>2024-03-08T20:33:21+00:00</updated>
<author>
<name>Hiago De Franco</name>
<email>hiago.franco@toradex.com</email>
</author>
<published>2024-03-08T18:57:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=5a906365fd29f9792abd4568b44215479ab53336'/>
<id>urn:sha1:5a906365fd29f9792abd4568b44215479ab53336</id>
<content type='text'>
Add UUU_BOOTLOADER_UNTAGGED flag to add the possibility to deploy a
imx-boot binary without the tagged footer
'UUUBURNXXOEUZX7+A-XY5601QQWWZ%sEN' at the end.

The addition of the footer 'UUUBURNXXOEUZX7+A-XY5601QQWWZ%sEN' at the end
causes issues when the binary is loaded into RAM memory, this footer may
cause issues where the binary size exceeds the typical USB package size
used by UUU (1021 bytes).

As example, if the footer is split across two distinct USB packages,
such as sending 'UUUBURNXXXOE' in the last packet and
'UZX7+A-XY5601QQWWZ%sEND' in the next one, it can lead to UUU halting
while waiting for a response in SDPS mode.

After sending 'UUUBURNXXXOE', iMX8MP's boot room starts SPL, not waiting
for the next packet ('UZX7+A-XY5601QQWWZ%sEND'), leading to UUU
breaking.

Therefore, deploy both binaries separately (-tagged and -untagged) to
allow users to choose the appropriate binary.

Signed-off-by: Hiago De Franco &lt;hiago.franco@toradex.com&gt;
</content>
</entry>
</feed>
