Skip to content

Commit 8ead642

Browse files
committed
[xfel]add xfel sign command support
1 parent 2332380 commit 8ead642

File tree

8 files changed

+1104
-0
lines changed

8 files changed

+1104
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ usage:
2525
xfel sid - Show sid information
2626
xfel jtag - Enable jtag debug
2727
xfel ddr [type] - Initial ddr controller with optional type
28+
xfel sign <public-key> <private-key> <file> - Generate ecdsa256 signature file for sha256 of sid
2829
xfel spinor - Detect spi nor flash
2930
xfel spinor erase <address> <length> - Erase spi nor flash
3031
xfel spinor read <address> <length> <file> - Read spi nor flash to file

docs/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ usage:
8282
xfel sid - Show sid information
8383
xfel jtag - Enable jtag debug
8484
xfel ddr [type] - Initial ddr controller with optional type
85+
xfel sign <public-key> <private-key> <file> - Generate ecdsa256 signature file for sha256 of sid
8586
xfel spinor - Detect spi nor flash
8687
xfel spinor erase <address> <length> - Erase spi nor flash
8788
xfel spinor read <address> <length> <file> - Read spi nor flash to file

docs/zh-cn/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ usage:
8383
xfel sid - 显示sid信息
8484
xfel jtag - 启用 jtag 调试
8585
xfel ddr [type] - 初始化 DDR 控制器
86+
xfel sign <public-key> <private-key> <file> - 依据sid的sha256摘要信息生成ECDSA256签名文件
8687
xfel spinor - 检测 spi nor flash
8788
xfel spinor erase <address> <length> - 擦除 spi nor flash
8889
xfel spinor read <address> <length> <file> - 读取 spi nor flash 到文件

0 commit comments

Comments
 (0)