<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/board/phytec, branch v2025.07</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/board/phytec?h=v2025.07</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/board/phytec?h=v2025.07'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2025-05-21T10:52:07Z</updated>
<entry>
<title>ARM: dts: imx93-phycore: Migrate to OF_UPSTREAM</title>
<updated>2025-05-21T10:52:07Z</updated>
<author>
<name>Primoz Fiser</name>
<email>primoz.fiser@norik.com</email>
</author>
<published>2025-05-16T10:46:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b0454fc1ca207d91d425cbe5a30240b639444d3c'/>
<id>urn:sha1:b0454fc1ca207d91d425cbe5a30240b639444d3c</id>
<content type='text'>
Migrate to OF_UPSTREAM for phyCORE-i.MX93 since board can use upstream
Linux kernel device-tree for phyBOARD-Segin-i.MX93.

Signed-off-by: Primoz Fiser &lt;primoz.fiser@norik.com&gt;
Reviewed-by: Sumit Garg &lt;sumit.garg@oss.qualcomm.com&gt;
Reviewed-by: Wadim Egorov &lt;w.egorov@phytec.de&gt;
</content>
</entry>
<entry>
<title>board: ti: sec-cfg.yaml: Fix OTP write_host_id order</title>
<updated>2025-05-09T21:10:33Z</updated>
<author>
<name>Andrew Davis</name>
<email>afd@ti.com</email>
</author>
<published>2025-05-05T17:46:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=feb55165233623648cb0a74953735b00ec6e322e'/>
<id>urn:sha1:feb55165233623648cb0a74953735b00ec6e322e</id>
<content type='text'>
The write_host_id is the last element here and order does matter. This
may have gone unnoticed before as by default all elements are 0, but
if this is updated to a different host, it will not work. Update
the order so write_host_id is the last element in all current secure
board configs.

Reported-by: Prashant Shivhare &lt;p-shivhare@ti.com&gt;
Signed-off-by: Andrew Davis &lt;afd@ti.com&gt;
</content>
</entry>
<entry>
<title>board: phytec: phycore_am62ax: Update Environment</title>
<updated>2025-05-07T13:59:03Z</updated>
<author>
<name>Daniel Schultz</name>
<email>d.schultz@phytec.de</email>
</author>
<published>2025-04-28T14:49:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=fd446b0c84478b4673b41a1440cd9116fdd41d92'/>
<id>urn:sha1:fd446b0c84478b4673b41a1440cd9116fdd41d92</id>
<content type='text'>
Add fit_addr_r to the environment to allow us to boot from a FIT image.

Increase the maximum Image size from 23 MB to 26 MB by moving the
initramfs start address up. This gives us a bigger ranger to
provide kernel images which are not stripped down too much.

Signed-off-by: Daniel Schultz &lt;d.schultz@phytec.de&gt;
Reviewed-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>board: phytec: common: Fix phytec_get_product_name()</title>
<updated>2025-04-15T17:55:17Z</updated>
<author>
<name>Primoz Fiser</name>
<email>primoz.fiser@norik.com</email>
</author>
<published>2025-04-08T07:17:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=4c0d377858e3ffccd803e4e4177f93347a400436'/>
<id>urn:sha1:4c0d377858e3ffccd803e4e4177f93347a400436</id>
<content type='text'>
Currently, phytec_get_product_name() function only takes care of PCM
SoM type, however in case of PCL, KSM or KSP SoM type it will return
error:

  phytec_get_product_name: Invalid SOM type

Add support for other SoM types as defined in phytec_som_type_str enum
(see phytec_som_detection.h) to get rid of the error.

While at it, also simplify switch case statements by grouping them
together. This makes it more concise and readable.

Signed-off-by: Primoz Fiser &lt;primoz.fiser@norik.com&gt;
Reviewed-by: Daniel Schultz &lt;d.schultz@phytec.de&gt;
</content>
</entry>
<entry>
<title>Merge tag 'u-boot-imx-master-20250411' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx</title>
<updated>2025-04-11T15:11:38Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2025-04-11T15:11:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=295376ce8a32268a1bb0879eb0448e0c0e580727'/>
<id>urn:sha1:295376ce8a32268a1bb0879eb0448e0c0e580727</id>
<content type='text'>
CI: https://source.denx.de/u-boot/custodians/u-boot-imx/-/pipelines/25652

- Add i.MX8MP LDB support.
- Various phycore-imx93 environment improvements.
- Add support for Toradex SMARC iMX8MP.
</content>
</entry>
<entry>
<title>board: phycore-imx93: env: Add common RAUC boot logic</title>
<updated>2025-04-11T13:00:59Z</updated>
<author>
<name>Martin Schwan</name>
<email>m.schwan@phytec.de</email>
</author>
<published>2025-04-10T08:41:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=ba71e4ef4d3d3edc05c29e14f0ed84ecce4bb051'/>
<id>urn:sha1:ba71e4ef4d3d3edc05c29e14f0ed84ecce4bb051</id>
<content type='text'>
Add a common RAUC boot logic environment and make use of it in the
i.MX93 environment. The RAUC boot logic is deactivated by default and
can be activated by setting "doraucboot" to "1".

Signed-off-by: Martin Schwan &lt;m.schwan@phytec.de&gt;
Reviewed-by: Leonard Anderweit &lt;l.anderweit@phytec.de&gt;
Signed-off-by: Primoz Fiser &lt;primoz.fiser@norik.com&gt;
</content>
</entry>
<entry>
<title>board: phycore-imx93: env: Move bootcmd from defconfig to env</title>
<updated>2025-04-11T13:00:59Z</updated>
<author>
<name>Leonard Anderweit</name>
<email>l.anderweit@phytec.de</email>
</author>
<published>2025-04-10T08:41:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=90209b16d69a6d024d28a84b919ceb041d589473'/>
<id>urn:sha1:90209b16d69a6d024d28a84b919ceb041d589473</id>
<content type='text'>
Move the default bootcmd from the defconfig to the board environment in
preparation for RAUC support. No change in functionality.

Signed-off-by: Leonard Anderweit &lt;l.anderweit@phytec.de&gt;
Signed-off-by: Primoz Fiser &lt;primoz.fiser@norik.com&gt;
</content>
</entry>
<entry>
<title>board: phycore-imx93: env: Add option to disable bootenv.txt import</title>
<updated>2025-04-11T13:00:59Z</updated>
<author>
<name>Primoz Fiser</name>
<email>primoz.fiser@norik.com</email>
</author>
<published>2025-04-10T08:41:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=82211629c636b7e1e78cf2ef71ea4af1d5c56a5e'/>
<id>urn:sha1:82211629c636b7e1e78cf2ef71ea4af1d5c56a5e</id>
<content type='text'>
Add support for disabling external environment import (bootenv.txt) by
setting the ${no_bootenv} environment variable.

Signed-off-by: Primoz Fiser &lt;primoz.fiser@norik.com&gt;
</content>
</entry>
<entry>
<title>board: phycore-imx93: env: Add prepare_mcore to environment</title>
<updated>2025-04-11T13:00:58Z</updated>
<author>
<name>Primoz Fiser</name>
<email>primoz.fiser@norik.com</email>
</author>
<published>2025-04-10T08:41:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=e1d68ed3e21cfb6c40dc3b35a78d9420eca50de1'/>
<id>urn:sha1:e1d68ed3e21cfb6c40dc3b35a78d9420eca50de1</id>
<content type='text'>
Add prepare_mcore script to environment to be able to notify Linux about
the state of M33 core via the kernel cmdline by appending to ${optargs}.

Signed-off-by: Primoz Fiser &lt;primoz.fiser@norik.com&gt;
</content>
</entry>
<entry>
<title>board: phycore-imx93: env: Add optargs to environment</title>
<updated>2025-04-11T13:00:58Z</updated>
<author>
<name>Primoz Fiser</name>
<email>primoz.fiser@norik.com</email>
</author>
<published>2025-04-10T08:41:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=f7d7eaa57359496bff4dfef46003879109c8f92c'/>
<id>urn:sha1:f7d7eaa57359496bff4dfef46003879109c8f92c</id>
<content type='text'>
Add the optargs variable so we can set optional arguments while booting.

Signed-off-by: Primoz Fiser &lt;primoz.fiser@norik.com&gt;
</content>
</entry>
</feed>
