Skip to content
Commit b7d86b98 authored by Ryan Harkin's avatar Ryan Harkin
Browse files

Fix for ARM-TF v1.2



As of ARM Trusted Firmware v1.2, fip_create and cert_create have renamed
some of their parameters using differing naming schemes.  They no longer
take the same parameters.

fip_create renames --bl30 to --scp_bl2.  Note, this uses an underscore,
where the other fip_create parameters use dash/minus.

cert_create has the following parameter renames:

  bl2      ->  tb-fw
  bl30     ->  scp-fw
  bl31     ->  soc-fw
  bl32     ->  tos-fw
  bl33     ->  nt-fw
  bl2u     ->  ap-fwu-cfg
  scp_bl2u ->  scp-fwu-cfg
  ns-bl2u  ->  fwu

Signed-off-by: default avatarRyan Harkin <ryan.harkin@linaro.org>
parent fb89f968
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment