Skip to content

Commit

Permalink
Merge "Update IPL and Secure Monitor Rev1.0.17 rev2" into master
Browse files Browse the repository at this point in the history
Import Renesas ATF version Rev1.0.17 rev2 from commit
b15fefa ("Update IPL and Secure Monitor Rev1.0.17 rev2")
of https://github.com/renesas-rcar/arm-trusted-firmware.

No merge conflicts had to be fixed manually.

Signed-off-by: Ovidiu Mihalachi <[email protected]>
  • Loading branch information
omihalac committed Mar 29, 2018
2 parents dd68014 + b15fefa commit a88e702
Show file tree
Hide file tree
Showing 11 changed files with 349 additions and 315 deletions.
3 changes: 3 additions & 0 deletions plat/renesas/rcar/bl2_rcar_setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -871,6 +871,9 @@ void bl2_plat_set_bl33_ep_info(image_info_t *image,
{
SET_SECURITY_STATE(bl33_ep_info->h.attr, NON_SECURE);
bl33_ep_info->spsr = rcar_get_spsr_for_bl33_entry();
#ifdef RCAR_BL33_ARG0
bl33_ep_info->args.arg0 = RCAR_BL33_ARG0;
#endif
}


Expand Down
Loading

0 comments on commit a88e702

Please sign in to comment.