]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
board: phytec: phycore_am62x: Add Network/SPI Boot
authorDaniel Schultz <d.schultz@phytec.de>
Fri, 30 Aug 2024 09:09:33 +0000 (02:09 -0700)
committerTom Rini <trini@konsulko.com>
Tue, 10 Sep 2024 19:16:01 +0000 (13:16 -0600)
Include the boot logic to boot via Network or from a OSPI/QSPI
NOR flash. Moreover, set all required variables to both boot
methods to the environment.

Signed-off-by: Daniel Schultz <d.schultz@phytec.de>
board/phytec/phycore_am62x/phycore_am62x.env

index 046bbd22f25ab6773b09b3f0892c51f78bad7205..711ca3040c464617459972ef087cdb2cbefe3699 100644 (file)
@@ -1,5 +1,7 @@
 #include <env/ti/k3_dfu.env>
 #include <env/phytec/k3_mmc.env>
+#include <env/phytec/k3_net.env>
+#include <env/phytec/k3_spi.env>
 
 fdtaddr=0x88000000
 loadaddr=0x82000000
@@ -15,3 +17,9 @@ mmcroot=2
 mmcpart=1
 console=ttyS2,115200n8
 earlycon=ns16550a,mmio32,0x02800000
+
+get_cmd=tftp
+
+spi_fdt_addr=0x700000
+spi_image_addr=0x800000
+spi_ramdisk_addr=0x1e00000