]> git.baikalelectronics.ru Git - arm-tf.git/commit
intel: clear 'PLAT_SEC_ENTRY' in early platform setup
authorChee Hong Ang <chee.hong.ang@intel.com>
Fri, 24 Apr 2020 13:51:00 +0000 (21:51 +0800)
committerAbdul Halim, Muhammad Hadi Asyrafi <muhammad.hadi.asyrafi.abdul.halim@intel.com>
Sat, 24 Oct 2020 03:00:42 +0000 (11:00 +0800)
commit7f56f240d336801e923ad8e8620e6e469810b5fe
treed41202920efa3725f525480d2db54b07aea47825
parent95fca1101eb418f23b5c59825551c1cccbeda8a6
intel: clear 'PLAT_SEC_ENTRY' in early platform setup

Ensure 'PLAT_SEC_ENTRY' is cleared during early platform
setup. This is to prevent the slave CPU cores jump to the stale
entry point after warm reset when using U-Boot SPL as first
stage boot loader.

Signed-off-by: Chee Hong Ang <chee.hong.ang@intel.com>
Change-Id: I3294ce2f74aa691d0cf311fa30f27f9d4fb8800a
plat/intel/soc/agilex/bl31_plat_setup.c
plat/intel/soc/common/include/platform_def.h
plat/intel/soc/stratix10/bl31_plat_setup.c