<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/include/env/phytec/k3_net.env, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<entry>
<title>include: env: phytec: k3: Add deprecation warning to legacy boot flow</title>
<updated>2025-08-11T20:53:56+00:00</updated>
<author>
<name>Wadim Egorov</name>
<email>w.egorov@phytec.de</email>
</author>
<published>2025-07-30T15:42:17+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=e8eab15d14a9fd17ee5e99cc045ca15ff5aa8eb1'/>
<id>e8eab15d14a9fd17ee5e99cc045ca15ff5aa8eb1</id>
<content type='text'>
We switched towards standard boot with still keeping a fallback
using legacy boot command alive. Add a deprecation warning to
make it more clear that we will remove it in future versions.

Signed-off-by: Wadim Egorov &lt;w.egorov@phytec.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We switched towards standard boot with still keeping a fallback
using legacy boot command alive. Add a deprecation warning to
make it more clear that we will remove it in future versions.

Signed-off-by: Wadim Egorov &lt;w.egorov@phytec.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>include: env: phytec: k3_net: Use get_cmd</title>
<updated>2025-05-07T13:59:03+00:00</updated>
<author>
<name>Daniel Schultz</name>
<email>d.schultz@phytec.de</email>
</author>
<published>2025-04-28T14:49:03+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=ad2ae4d2b250e25e305ddad9b9337abb4d796137'/>
<id>ad2ae4d2b250e25e305ddad9b9337abb4d796137</id>
<content type='text'>
'net_fetch_cmd' is not defined by the K3 board files. They
use the more common 'get_cmd' from NXP products.

Signed-off-by: Daniel Schultz &lt;d.schultz@phytec.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'net_fetch_cmd' is not defined by the K3 board files. They
use the more common 'get_cmd' from NXP products.

Signed-off-by: Daniel Schultz &lt;d.schultz@phytec.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>include: env: phytec: k3_net: Remove net_apply_extensions</title>
<updated>2025-05-07T13:59:03+00:00</updated>
<author>
<name>Daniel Schultz</name>
<email>d.schultz@phytec.de</email>
</author>
<published>2025-04-28T14:49:02+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=e75070a8f46f9e154f1ede8132ff3b8c7cfad604'/>
<id>e75070a8f46f9e154f1ede8132ff3b8c7cfad604</id>
<content type='text'>
Extensions are now handled by the board-code. Remove this non-existing
function to proper boot from network.

Signed-off-by: Daniel Schultz &lt;d.schultz@phytec.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Extensions are now handled by the board-code. Remove this non-existing
function to proper boot from network.

Signed-off-by: Daniel Schultz &lt;d.schultz@phytec.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>include: env: phytec: Add optargs to K3 files</title>
<updated>2025-02-10T16:30:15+00:00</updated>
<author>
<name>Nathan Morrisson</name>
<email>nmorrisson@phytec.com</email>
</author>
<published>2025-01-29T10:34:44+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=27d0af5e857706b5b7bfed5b43ac3ed418a4e56f'/>
<id>27d0af5e857706b5b7bfed5b43ac3ed418a4e56f</id>
<content type='text'>
Add the optargs variable so that we can set optional arguments while
booting.

Signed-off-by: Nathan Morrisson &lt;nmorrisson@phytec.com&gt;
Signed-off-by: Daniel Schultz &lt;d.schultz@phytec.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add the optargs variable so that we can set optional arguments while
booting.

Signed-off-by: Nathan Morrisson &lt;nmorrisson@phytec.com&gt;
Signed-off-by: Daniel Schultz &lt;d.schultz@phytec.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>include: net: phytec: Add K3 network boot logic</title>
<updated>2024-09-10T19:16:01+00:00</updated>
<author>
<name>Daniel Schultz</name>
<email>d.schultz@phytec.de</email>
</author>
<published>2024-08-30T09:09:31+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=d87842cd3dec760cc54a0cdcb38b7c2e4f2f62a7'/>
<id>d87842cd3dec760cc54a0cdcb38b7c2e4f2f62a7</id>
<content type='text'>
This boot logic allows to boot a Kernel image, Device-Tree blob
and overlays via tftp/dhcp (configurable with 'net_fetch_cmd').
Additionally, it loads a rootfs via NFS.

Signed-off-by: Daniel Schultz &lt;d.schultz@phytec.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This boot logic allows to boot a Kernel image, Device-Tree blob
and overlays via tftp/dhcp (configurable with 'net_fetch_cmd').
Additionally, it loads a rootfs via NFS.

Signed-off-by: Daniel Schultz &lt;d.schultz@phytec.de&gt;
</pre>
</div>
</content>
</entry>
</feed>
