summaryrefslogtreecommitdiff
path: root/include/env/phytec/k3_spi.env
AgeCommit message (Collapse)Author
2025-08-11include: env: phytec: k3: Add deprecation warning to legacy boot flowWadim Egorov
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 <[email protected]>
2025-02-10include: env: phytec: Add optargs to K3 filesNathan Morrisson
Add the optargs variable so that we can set optional arguments while booting. Signed-off-by: Nathan Morrisson <[email protected]> Signed-off-by: Daniel Schultz <[email protected]>
2024-09-10include: env: phytec: Add K3 boot logic for OSPI/QSPI flashesDaniel Schultz
This boot logic allows to boot a Kernel image, Device-Tree blob and a initramfs from an external OSPI/QSPI NOR flash. Signed-off-by: Daniel Schultz <[email protected]>