build from:
03d6779 updata to version v1.10 20220506
update feature:
5854a58 tool: support -g gen.txt to modify ddrbin file
f088447 updata to version v1.10 20220406
0d86ab0 tool: add eye scanning support
Signed-off-by: Zhihuan He <huan.he@rock-chips.com>
Change-Id: I6cf674398d64243513eebbe0025597ea2ebcaa96
1.uploading sign_tool in c++
2.support to sign by key in the server
3.support to verify signed file in local
Signed-off-by: liuyi <liuyi@rock-chips.com>
Change-Id: I19456f8d2c4be1d0929ec022012d4b0e59f0d60c
1.delete rk_sign_tool and library in python
2.prepare for uploading sign_tool in c++
Signed-off-by: liuyi <liuyi@rock-chips.com>
Change-Id: I12766d6715e8f9bb647479690358ddec4ec032c5
1.add IDB_PATH in the OUTPUT section
2.add CREATE_IDB in the FLAG section
3.support to create idblock binary during packing loader
Signed-off-by: liuyi <liuyi@rock-chips.com>
Change-Id: Ic8b1f5eef0151e5813ec0493c6bc6ef6490768d0
PX30s bl31 contains none flat VA/PA mapping segments, it should
use p_paddr to filter them.
build from next-dev:
02c35d15a0 tool: trust_merger: use p_paddr property to filter segments
build command:
./make.sh px30
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
Change-Id: I94926352b33b6e1b6feba3349743744a7554501d
This tool generates the gpt table with env format which
can be used in U-Boot by command:
gpt write mmc 0 $partitions
gpt verify mmc 0 $partitions
Usage:
./tools/gpt2env -i parameter.txt -o gpt_env.txt
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
Change-Id: Ib7ec33ac3d19fa8a1874c1b20526516b0d9f6006
Build from next-dev with command ./make.sh rk3566-eink
on-commit:
(74b82d9635 tools: rockchip: bmp2gray16: support eink power off logo)
Signed-off-by: Zorro Liu <lyx@rock-chips.com>
Change-Id: Iedb3768cd55c253a311dfd3a6ef9351ade96cc47
This tool is used to make loader.bin as idb image.
Usage:
./programmer_image_tool -i loader.bin -b 256 -p 4 -t emmc
Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com>
Change-Id: I7e6bd7480e1ab1aa0636527afac521289e61dc53
1.cut ssl command off
2.compatible with 35XX using sl command
Signed-off-by: liuyi <liuyi@rock-chips.com>
Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com>
Change-Id: Ia80e53a4b37541eebcb734bf7046cf51a3491c82
Build from next-dev with command ./make.sh rk3568
on-commit:
(73f4e1977b tools: add tools for convert bmp to gray16 and saved as logo.img)
Signed-off-by: Wenping Zhang <wenping.zhang@rock-chips.com>
Change-Id: Ic4910ba40c5626d0910f052025f15d7571c0095f
lib/boot_merger is build from lib/boot_merger.py and
it's required by RK3568.
It compabiles with old loader format.
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
Change-Id: Ib9ace18d5b3a7465322e3f128e2e1ccb9192f3cf
1.Output idblock.img.bak and idblocks.img
2.idblocks.img is merged with three copies of idblock.img.bak
Change-Id: I23a4fad55fc3c0e9210f63f668600a4a9a5c3eb4
Signed-off-by: Jon Lin <jon.lin@rock-chips.com>
build with command:
./make.sh rv1126
from next-dev:
3ac03e839 mtd: spinand: Support FM25S02A
update feature:
support packing optional second level boot-loader
usage:
./tools/mkimage ... rksd -d ddr.bin:spl:bin ....
Change-Id: I31f9f77ec43e065689833cab550d23d72c3e8993
Signed-off-by: Jon Lin <jon.lin@rock-chips.com>
1.Support burner_image_kits consult to the developer guide:
Rockchip_Developer_Guide_Linux_Flash_Open_Source_Solution_CN.md
2.Update upgrade_tool ver 1.53
3.Update mkimage from next-dev commit: 3ac03e83
Change-Id: Ib83a825d1d5954ecb7a787df41a1a99a837c06f6
Signed-off-by: Jon Lin <jon.lin@rock-chips.com>
build with command:
./make.sh rv1126
from next-dev:
1de0df4 scripts: fit: support set image version of uboot.img and boot.img
update feature:
support assign image version with "-v"
usage:
./mkimage ... -v [version]
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
Change-Id: I7f7f284b9eb495243cd4c96618f4fcc569091b41
build with command: ./make.sh rv1126
from next-dev on:
eaa66b0 tools: fit: add "/totalsize" property for itb size
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
Change-Id: I91cf2e1f1553ef351206657ae51109046d1fbc16
build for next-dev with command ./make.sh rk3399
on commit:
(5033bc62fe tools: trust_merger: copy ImageSize from Component to
ComponentData)
Signed-off-by: zain wang <wzz@rock-chips.com>
Change-Id: Ibeadc46c915dea4ad05aefd4bebc290d6a8076d0
1. If setup no value, it will not update ddr bin's info.
example: if "baudrate=", the baudrate will keep the
same with ddr bin's config.
2. add ddr_2t info modify
Change-Id: I180e729f5d45d2dbfa16b98041a9523c47c5c7b7
Signed-off-by: Zhihuan He <huan.he@rock-chips.com>
If setup value is 0, it will not update ddr bin's info.
Change-Id: I3b062f7662d6a345597d974340489184f263f403
Signed-off-by: Tang Yun ping <typ@rock-chips.com>
Base on U-Boot next-dev branch:
(5e817a0 tools: rockchip: resource_tool: add sha1 for file entry)
Change-Id: Ife061cabacab488dbecf2a3245d58cc660091dbd
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
tool version: v1.00 20190920
This tool support modifying ddr frequency and uart infomation.
See tools/ddrbin_tool_user_guide.txt for more detail.
Change-Id: I1d634395c3cb0635a61fe8f227242523b926cd1b
Signed-off-by: Tang Yun ping <typ@rock-chips.com>