Skip to content
Commit e3cdc2cb authored by Chia-Wei Wang's avatar Chia-Wei Wang Committed by Tom Rini
Browse files

configs: ast2600: Boot kernel FIT in DRAM



AST2600 leverages the FIT hash/signature verification to fulfill
secure boot trust chain. To improve the performance and save SW
code size for those crypto operations, the two HW crypto engine,
HACE and ACRY, are enabled.

However, both of the engines can only access to data stored in
DRAM space. Therefore, we need to move the FIT image into DRAM
before the booting.

This patch update the CONFIG_BOOTCOMMAND to execute the pre-defined
ENV variable which consists of FIT image copy to memory and booting.

Signed-off-by: default avatarChia-Wei Wang <chiawei_wang@aspeedtech.com>
parent 3aeb239f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment