History log of /rkbin/tools/loaderimage (Results 1 – 6 of 6)
Revision Date Author Comments
# 236375c5 29-Apr-2020 Zhichao Yu <zhichao.yu@rock-chips.com>

tools: loaderimage: support pack kernel image for rv110x

Build from next-dev with command ./make.sh evb-rv1108

on commit:
(c64e256218d tools: add pack kernel tool for rv1108)

Signed-off-by: Zh

tools: loaderimage: support pack kernel image for rv110x

Build from next-dev with command ./make.sh evb-rv1108

on commit:
(c64e256218d tools: add pack kernel tool for rv1108)

Signed-off-by: Zhichao Yu <zhichao.yu@rock-chips.com>
Change-Id: Ie843bfb5386a18735638b8ee22effe8b5b05ac72

show more ...


# a8f9b315 01-Aug-2018 Joseph Chen <chenjh@rock-chips.com>

tools: loaderimage/trust_merge: support min size 64KB pack

Usually, it must be at 512kb align due to preloader detects every 512kb.
But some product has critial flash size requirement, we have to ma

tools: loaderimage/trust_merge: support min size 64KB pack

Usually, it must be at 512kb align due to preloader detects every 512kb.
But some product has critial flash size requirement, we have to make it
small than 512KB.

Change-Id: If493ce1b680ebaa07a490dda7488b41b4e012902
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>

show more ...


# 21b58542 25-Jun-2018 Joseph Chen <chenjh@rock-chips.com>

tools: loaderimage: don't print build version info

Change-Id: Ib88dc9f2ea2a956a8a345f63ce6f50f36b013d5e
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>


# 713410c6 13-Jun-2018 Joseph Chen <chenjh@rock-chips.com>

tools: loaderimage: fix load address parse error

0x0 is valid load address which is used in 32-bit platforms.

Change-Id: I851b870651596e1d1bdeff59a037c13b428cd36c
Signed-off-by: Joseph Chen <chenjh

tools: loaderimage: fix load address parse error

0x0 is valid load address which is used in 32-bit platforms.

Change-Id: I851b870651596e1d1bdeff59a037c13b428cd36c
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>

show more ...


# d3746717 11-Jun-2018 Joseph Chen <chenjh@rock-chips.com>

tools: loaderimage and trust_merger support "--size" command

With this command, we can assign image size.

command format: --size [per image KB size] [copy count]

[per image KB size]: per copy imag

tools: loaderimage and trust_merger support "--size" command

With this command, we can assign image size.

command format: --size [per image KB size] [copy count]

[per image KB size]: per copy image size(unit KB), should be 512Kb align;
[copy count]: copies count to pack;

Change-Id: I43c075c4b5018ed4f7af2966a07af73c974cde39
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>

show more ...


# 22485051 12-Dec-2017 Kever Yang <kever.yang@rock-chips.com>

tools: add tools for merge rkbin

These tools are from tool/ of Rockchip u-boot rkdevelop branch

Signed-off-by: Kever Yang <kever.yang@rock-chips.com>