mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-17 01:54:22 +00:00
feat(plat/sgi): enable use of PSCI extended state ID format
The SGI/RD platforms have been using PSCI state ID format as defined in PSCI version prior to 1.0. This is being changed and the PSCI extended state ID format as defined in PSCI version 1.1 is being adapted. In addition to this, the use of Arm recommended PSCI state ID encoding is enabled as well. Change-Id: I2be8a9820987a96b23f4281563b6fa22db48fa5f Signed-off-by: Pranav Madhu <pranav.madhu@arm.com>
This commit is contained in:
parent
b941145973
commit
7bd64c70e9
1 changed files with 2 additions and 0 deletions
|
@ -65,6 +65,8 @@ override CSS_LOAD_SCP_IMAGES := 0
|
|||
override NEED_BL2U := no
|
||||
override ARM_BL31_IN_DRAM := 1
|
||||
override ARM_PLAT_MT := 1
|
||||
override PSCI_EXTENDED_STATE_ID := 1
|
||||
override ARM_RECOM_STATE_ID_ENC := 1
|
||||
|
||||
# System coherency is managed in hardware
|
||||
HW_ASSISTED_COHERENCY := 1
|
||||
|
|
Loading…
Add table
Reference in a new issue