summaryrefslogtreecommitdiff
path: root/include/environment/ti/k3_dfu.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/environment/ti/k3_dfu.h')
-rw-r--r--include/environment/ti/k3_dfu.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/include/environment/ti/k3_dfu.h b/include/environment/ti/k3_dfu.h
index 0df8baf3c7..15cd8f2621 100644
--- a/include/environment/ti/k3_dfu.h
+++ b/include/environment/ti/k3_dfu.h
@@ -60,4 +60,23 @@
"tispl.bin ram 0x80080000 0x200000;" \
"u-boot.img ram 0x81000000 0x400000\0" \
+#define DFU_ALT_INFO_OSPI_NAND \
+ "dfu_alt_info_ospi_nand=" \
+ "tiboot3.bin raw 0x0 0x080000;" \
+ "tispl.bin raw 0x080000 0x200000;" \
+ "u-boot.img raw 0x280000 0x400000;" \
+ "u-boot-env raw 0x680000 0x040000;" \
+ "rootfs raw 0x2000000 0x5fc0000;" \
+ "phypattern raw 0x7fc0000 0x40000\0"
+
+#define DFU_ALT_INFO_GPMC_NAND \
+ "dfu_alt_info_gpmc_nand=" \
+ "tiboot3.bin raw 0x0 0x00200000;" \
+ "tispl.bin raw 0x00200000 0x00200000;" \
+ "tiboot3.backup raw 0x00400000 0x00200000;"\
+ "u-boot.img raw 0x00600000 0x00400000;" \
+ "u-boot-env raw 0x00a00000 0x00040000;" \
+ "u-boot-env.backup raw 0x00a40000 0x00040000;" \
+ "file-system raw 0x00a80000 0x3f580000\0" \
+
#endif /* __TI_DFU_H */