tools: starfive: Add spl_tool of starfive 18/292218/2
authorJaehoon Chung <jh80.chung@samsung.com>
Fri, 28 Apr 2023 00:50:16 +0000 (09:50 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Wed, 3 May 2023 01:38:57 +0000 (01:38 +0000)
commit8db182f8f7e891462e54fff463d3d8d7a3db2071
tree69085175ae8642c941ac542c9bf9c72b85b847b5
parent8008655d252ca1a4c20f4046bde0d92eca768cd7
tools: starfive: Add spl_tool of starfive

To build visionfive2 board, it needs to use spl_tool of starfive.
This files are taken from below git repo.
URL: https://github.com/starfive-tech/Tools/tree/master/spl_tool

Refer to doc/board/starfive/visionfive2.rst in u-boot repo.

Change-Id: I8e5d8e11dc5f49d84edb32979372062603f4a13c
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
tools/starfive/spl_tool/LICENSE [new file with mode: 0644]
tools/starfive/spl_tool/Makefile [new file with mode: 0644]
tools/starfive/spl_tool/README.md [new file with mode: 0644]
tools/starfive/spl_tool/crc32.c [new file with mode: 0644]
tools/starfive/spl_tool/spl_tool.c [new file with mode: 0644]