History log of /rkbin/tools/boot_merger (Results 1 – 15 of 15)
Revision Date Author Comments
# 79cabf33 27-Feb-2024 liuyi <liuyi@rock-chips.com>

tools: boot_merger: update to v1.35

update features:
1.add CrcOff to skip crc check when boot download

Change-Id: I52a6a2b093ec09af41bddf14219f79c620be0037
Signed-off-by: liuyi <liuyi@rock-chips.c

tools: boot_merger: update to v1.35

update features:
1.add CrcOff to skip crc check when boot download

Change-Id: I52a6a2b093ec09af41bddf14219f79c620be0037
Signed-off-by: liuyi <liuyi@rock-chips.com>

show more ...


# 829d7a6a 13-Nov-2023 liuyi <liuyi@rock-chips.com>

tools: boot_merger: update to v1.34

update features:
1.add align to support ufs

Change-Id: Idd03a8f1c0c95cf03ffee2132b72a052372917d9
Signed-off-by: liuyi <liuyi@rock-chips.com>


# 4e110bec 21-Mar-2023 liuyi <liuyi@rock-chips.com>

tools: boot_merger: Fix return code always 0

Signed-off-by: liuyi <liuyi@rock-chips.com>
Change-Id: I7b5b0c0e5a9b837426ae0159500ecd79491b24a0


# 9f43b3c1 28-Feb-2022 liuyi <liuyi@rock-chips.com>

tools: boot_merger: v1.2

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

tools: boot_merger: v1.2

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

show more ...


# 731cd6f5 25-Jan-2022 liuyi <liuyi@rock-chips.com>

tools: boot_merger: update for RV1106 support

1.support chip flag start with -RV

Signed-off-by: liuyi <liuyi@rock-chips.com>
Change-Id: I1b64b0ca275b54d7752430e76d67b1e9894dd9f2


# 96997db3 02-Dec-2020 liuyi <liuyi@rock-chips.com>

tools: rk_sign_tool: update to v1.38

tools: boot_merger: set rc4_off as default

Signed-off-by: liuyi <liuyi@rock-chips.com>
Change-Id: I80ea3762c051a81082885bab01c3d047646f08b8


# 7afa67f1 24-Nov-2020 Joseph Chen <chenjh@rock-chips.com>

tools: soft link boot_merger from lib/boot_merger

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

tools: soft link boot_merger from lib/boot_merger

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

show more ...


# adfba597 16-Nov-2020 liuyi <liuyi@rock-chips.com>

tools: boot_merger: update to v1.3

1.change loader format
2.support to generate sha512 hash

Signed-off-by: liuyi <liuyi@rock-chips.com>
Change-Id: I0f25a6f2c93340e265abec1037da07c961edc742


# e42d12cd 04-Nov-2020 liuyi <liuyi@rock-chips.com>

tools: boot_merger:
support to create rk3566 loader

Signed-off-by: liuyi <liuyi@rock-chips.com>
Change-Id: Ic23ba56c0e82b631946b9ea1e04169b2000d57bd


# f50b5d3e 24-Jun-2019 Joseph Chen <chenjh@rock-chips.com>

tools: boot_merger: add option to enable rc4 flag

Base on U-Boot next-dev commit:
(abe2842 tools: rockchip: boot_merger: add option to enable rc4 flag)

The legacy chips like rk3188 maskrom require

tools: boot_merger: add option to enable rc4 flag

Base on U-Boot next-dev commit:
(abe2842 tools: rockchip: boot_merger: add option to enable rc4 flag)

The legacy chips like rk3188 maskrom require all IDB data with RC4,
the boot_merger pack the loader with a rc4 flag in header,
and the upgrade_tool will write the data with rc4 to IDB area.

usage:
boot_merger --rc4 RKBOOT/RK310BMINIALL.ini

and you can see log below if success with RC4:
* enable RC4 for IDB data(both ddr and preloader)

Test on rk3188.

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

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


# 8e2e2d41 05-Dec-2018 Kever Yang <kever.yang@rock-chips.com>

tools: boot_merger: support add rc4 for legacy soc

The legacy chips like rk3188 maskrom require all IDB data with RC4,
the boot_merger pack the loader with a rc4 flag in header,
and the upgrade_tool

tools: boot_merger: support add rc4 for legacy soc

The legacy chips like rk3188 maskrom require all IDB data with RC4,
the boot_merger pack the loader with a rc4 flag in header,
and the upgrade_tool will write the data with rc4 to IDB area.

usage:
boot_merger --rc4 RKBOOT/RK310BMINIALL.ini

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

show more ...


# 77e74af7 07-Sep-2018 Joseph Chen <chenjh@rock-chips.com>

tools: boot_merge: support "--size" args

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


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