History log of /rk3399_rockchip-uboot/tools/rockchip/boot_merger.c (Results 1 – 7 of 7)
Revision Date Author Comments
# 24f9e652 24-Jun-2019 Joseph Chen <chenjh@rock-chips.com>

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 upg

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: If221a32a462bb43bef67aae802adff5e1e8436ac
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>

show more ...


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

tools: rockchip: boot_merger: ignore "--prepath" for output path

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


# 2e6f3f4c 27-May-2019 Joseph Chen <chenjh@rock-chips.com>

tool: rockchip: boot/trust_merger: ignore prepath when it's already exist

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


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

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

Add prefix path of binary path.

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


# 9ad3008a 11-Apr-2019 Joseph Chen <chenjh@rock-chips.com>

tools: rockchip: boot/trust_merger: fix prefix append error

- still append prefix if not match legacy prefix;
- ignore append prefix for output;

Change-Id: I1a8fc77ce73cbf169af49ce40ce3a0731861c617

tools: rockchip: boot/trust_merger: fix prefix append error

- still append prefix if not match legacy prefix;
- ignore append prefix for output;

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

show more ...


# 45c2a034 11-Apr-2019 Joseph Chen <chenjh@rock-chips.com>

tools: rockchip: boot/trust_merge: fix '--replace" missing append new path

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


# 23ba6841 26-Sep-2018 Joseph Chen <chenjh@rock-chips.com>

tools: rockchip: support hostprogs for pack tools

- include: boot_merge/trust_merge/loaderimage/resource_tool/checksum;
- porting from rkdevelop and base on commit 8fd1d8f
(resource: get resource

tools: rockchip: support hostprogs for pack tools

- include: boot_merge/trust_merge/loaderimage/resource_tool/checksum;
- porting from rkdevelop and base on commit 8fd1d8f
(resource: get resource primary from boot partition);
- clean generated binary file when execute clean command;

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

show more ...