Commit Graph

4 Commits

Author SHA1 Message Date
Joseph Chen 10530d82c2 rockchip: its: add "rollback-index" property
This property is verified to support rollback index protect
for verified-boot.

Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
Change-Id: I54c5baaa275189ca96f18be66753b1292a395df6
2020-04-03 17:54:19 +08:00
Joseph Chen ba2acfb819 rockchip: make_fit_atf.py: update conf@1 descrption and arch
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
Change-Id: I5eeb1b897508db1073b2ec63b9e28a895c1f417b
2020-03-27 18:08:11 +08:00
Joseph Chen 53f956c218 rockchip: make_fit_atf.py: add components for verified boot
Require sha256 and rsa2048 for all images to be signed.

Use u-boot.dtb to be included as fdt component since the
u-boot.dtb contains the "/signature" information of U-Boot
proper.

Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
Change-Id: I1a3ac5f323730b7ef52afd883110d41179740f4f
2020-03-16 11:42:38 +08:00
Kever Yang f562460ada rockchip: add a common script for generate fit its
Rockchip release bl31.elf file for armv8 SoCs like rk3399, rk3328,
the elf have more than one section, we need to decode it first and
packed them into u-boot.itb with its file. This script is to generate
the its script.
Need default bl31.elf in root directory of U-Boot source and dtb
as parameter.

Change-Id: Id70181b5d80beaf71458f78d274375efaf871364
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
Acked-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
2017-12-27 17:01:55 +08:00