summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8a0bfb6)
raw | patch | inline | side by side (parent: 8a0bfb6)
author | Nikhil Devshatwar <nikhil.nd@ti.com> | |
Tue, 28 Jul 2020 09:56:36 +0000 (15:26 +0530) | ||
committer | Nikhil Devshatwar <nikhil.nd@ti.com> | |
Tue, 28 Jul 2020 09:56:36 +0000 (15:26 +0530) |
Add more options to select am65xx-evm board
Add the prebuilt binaries to be used for mounting the SD/eMMC
card from the board.
Signed-off-by: Nikhil Devshatwar <nikhil.nd@ti.com>
Add the prebuilt binaries to be used for mounting the SD/eMMC
card from the board.
Signed-off-by: Nikhil Devshatwar <nikhil.nd@ti.com>
k3-bootswitch/bin/am65xx-evm/sysfw.itb | [new file with mode: 0644] | patch | blob |
k3-bootswitch/bin/am65xx-evm/tiboot3.bin | [new file with mode: 0644] | patch | blob |
k3-bootswitch/bin/am65xx-evm/tispl.bin | [new file with mode: 0644] | patch | blob |
k3-bootswitch/bin/am65xx-evm/u-boot.img | [new file with mode: 0644] | patch | blob |
k3-bootswitch/dfu-boot.sh | patch | blob | history |
diff --git a/k3-bootswitch/bin/am65xx-evm/sysfw.itb b/k3-bootswitch/bin/am65xx-evm/sysfw.itb
new file mode 100644 (file)
index 0000000..dd5f057
Binary files /dev/null and b/k3-bootswitch/bin/am65xx-evm/sysfw.itb differ
index 0000000..dd5f057
Binary files /dev/null and b/k3-bootswitch/bin/am65xx-evm/sysfw.itb differ
diff --git a/k3-bootswitch/bin/am65xx-evm/tiboot3.bin b/k3-bootswitch/bin/am65xx-evm/tiboot3.bin
new file mode 100644 (file)
index 0000000..c440278
Binary files /dev/null and b/k3-bootswitch/bin/am65xx-evm/tiboot3.bin differ
index 0000000..c440278
Binary files /dev/null and b/k3-bootswitch/bin/am65xx-evm/tiboot3.bin differ
diff --git a/k3-bootswitch/bin/am65xx-evm/tispl.bin b/k3-bootswitch/bin/am65xx-evm/tispl.bin
new file mode 100644 (file)
index 0000000..9a4ba61
Binary files /dev/null and b/k3-bootswitch/bin/am65xx-evm/tispl.bin differ
index 0000000..9a4ba61
Binary files /dev/null and b/k3-bootswitch/bin/am65xx-evm/tispl.bin differ
diff --git a/k3-bootswitch/bin/am65xx-evm/u-boot.img b/k3-bootswitch/bin/am65xx-evm/u-boot.img
new file mode 100644 (file)
index 0000000..0e0b5d7
Binary files /dev/null and b/k3-bootswitch/bin/am65xx-evm/u-boot.img differ
index 0000000..0e0b5d7
Binary files /dev/null and b/k3-bootswitch/bin/am65xx-evm/u-boot.img differ
index 2106762f71f16d55d8260270966fad74b538e994..72f31c19679d4e1a7fe6b2f5a28fe7dbd23c7260 100755 (executable)
init "j721e-evm"
shift
;;
- --am6|--am654|--am65x-evm)
+ --am6|--am654|--am65x-evm|--am654-idk|--am65xx-evm)
init "am65xx-evm"
shift
;;