commit | d87842cd3dec760cc54a0cdcb38b7c2e4f2f62a7 | [log] [tgz] |
---|---|---|
author | Daniel Schultz <d.schultz@phytec.de> | Fri Aug 30 02:09:31 2024 -0700 |
committer | Tom Rini <trini@konsulko.com> | Tue Sep 10 13:16:01 2024 -0600 |
tree | fd64b4e19f46af02482067ff0b04f5ff0f6d472b | |
parent | 8cafb21215c15b41361b4c7356cc5bcdc34aa26b [diff] |
include: net: phytec: Add K3 network boot logic 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 <d.schultz@phytec.de>