tools: starfive: Add spl_tool of starfive
authorJaehoon Chung <jh80.chung@samsung.com>
Fri, 28 Apr 2023 00:50:16 +0000 (09:50 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Tue, 17 Oct 2023 04:19:40 +0000 (13:19 +0900)
commitd8447b3a44589fb1e1df69abe5da06458f7be413
treee3eccbde7bf9e6a55653670993bcadb9c11ec189
parent9d010c5978b0dc8a1a5f301909f5951265770f5d
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]