History log of /rk3399_rockchip-uboot/arch/arm/mach-rockchip/make_fit_atf.py (Results 1 – 8 of 8)
Revision Date Author Comments
# 45dfd992 16-Oct-2020 Joseph Chen <chenjh@rock-chips.com>

rockchip: make_fit_atf.py: remove '@1' of nodes

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


# a4d1e7ee 03-Apr-2020 Joseph Chen <chenjh@rock-chips.com>

Merge branch 'next-dev' into thunder-boot


# 10530d82 02-Apr-2020 Joseph Chen <chenjh@rock-chips.com>

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: I54c5baaa27

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

show more ...


# 4103a11c 30-Mar-2020 Joseph Chen <chenjh@rock-chips.com>

Merge branch 'next-dev' into thunder-boot


# e1e9b173 28-Mar-2020 Joseph Chen <chenjh@rock-chips.com>

Merge branch 'next-dev' into thunder-boot


# ba2acfb8 25-Mar-2020 Joseph Chen <chenjh@rock-chips.com>

rockchip: make_fit_atf.py: update conf@1 descrption and arch

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


# 53f956c2 09-Mar-2020 Joseph Chen <chenjh@rock-chips.com>

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

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

show more ...


# f562460a 15-Dec-2017 Kever Yang <kever.yang@rock-chips.com>

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 i

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>

show more ...