History log of /rkbin/tools/trust_merger (Results 1 – 9 of 9)
Revision Date Author Comments
# cf03aba7 17-Dec-2021 Joseph Chen <chenjh@rock-chips.com>

tools: trust_merger: use p_paddr property to filter segments

PX30s bl31 contains none flat VA/PA mapping segments, it should
use p_paddr to filter them.

build from next-dev:
02c35d15a0 tool: trust

tools: trust_merger: use p_paddr property to filter segments

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

show more ...


# 66c72f78 24-Apr-2020 zain wang <wzz@rock-chips.com>

tools: trust_merger: copy ImageSize from Component to ComponentData

build for next-dev with command ./make.sh rk3399

on commit:
(5033bc62fe tools: trust_merger: copy ImageSize from Component to
Com

tools: trust_merger: copy ImageSize from Component to ComponentData

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

show more ...


# d6a9e22e 23-May-2019 Joseph Chen <chenjh@rock-chips.com>

tools: boot/trust_merger: add "--prepath" support

build from next-dev with command: ./make.sh rk3399

on commit:
(2e6f3f4 tool: rockchip: boot/trust_merger: ignore prepath when it's already exist)

tools: boot/trust_merger: add "--prepath" support

build from next-dev with command: ./make.sh rk3399

on commit:
(2e6f3f4 tool: rockchip: boot/trust_merger: ignore prepath when it's already exist)

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

show more ...


# 9fb02182 31-Jan-2019 Joseph Chen <chenjh@rock-chips.com>

tools: trust_merger: support "--ignore-bl32"

Ignore bl32 image pack even SEC=1 of [BL32_OPTION].

Change-Id: I3ee903d6fd0ca128d39b2cf06374fe72b5b7e58a
Signed-off-by: Joseph Chen <chenjh@rock-chips.c

tools: trust_merger: support "--ignore-bl32"

Ignore bl32 image pack even SEC=1 of [BL32_OPTION].

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

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 ...


# 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 ...


# 3b0f1392 11-May-2018 Joseph Chen <chenjh@rock-chips.com>

tools: trust_merger: support option for RSA algorithm and SHA algorithm

1. RSA option: --rsa [algorithm magic]

--rsa 0: none RSA
--rsa 1: RSA 1024
--rsa 2: RSA 2048
--rsa 3: RSA 2048 PSS(PK

tools: trust_merger: support option for RSA algorithm and SHA algorithm

1. RSA option: --rsa [algorithm magic]

--rsa 0: none RSA
--rsa 1: RSA 1024
--rsa 2: RSA 2048
--rsa 3: RSA 2048 PSS(PKCS1 V2.1, only RK3308/PX30/RK3326 need)

2. SHA option: --sha [algorithm magic]
--sha 0: none sha
--sha 1: SHA 160
--sha 2: rk big endian SHA 256(only rk3368 need)
--sha 3: little endian SHA 256

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

show more ...


# 55f592f1 26-Jan-2018 Joseph Chen <chenjh@rock-chips.com>

tools: update boot_merger and trust_merger

both of them support "--replace" command:
./boot_merge --replace [legacy prefix path] [new prefix path] [File]
./trust_merge --replace [legacy prefix path]

tools: update boot_merger and trust_merger

both of them support "--replace" command:
./boot_merge --replace [legacy prefix path] [new prefix path] [File]
./trust_merge --replace [legacy prefix path] [new prefix path] [File]

Change-Id: Ia6a47d04324b647667ba3c813daec5c5bb43eb86
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>