plat/arm/sgi: add system-id node in HW_CONFIG dts
authorChandni Cherukuri <chandni.cherukuri@arm.com>
Fri, 17 Aug 2018 05:53:46 +0000 (11:23 +0530)
committerChandni Cherukuri <chandni.cherukuri@arm.com>
Thu, 18 Oct 2018 10:23:56 +0000 (15:53 +0530)
commit8c7b55f9322351db6b23b8e928efc9546313dcdf
tree66c6c7dc159fe23eca4a60d98f5cf3b3a6e139c9
parent63197d014097a9a16090562892a4cb77e6426c0b
plat/arm/sgi: add system-id node in HW_CONFIG dts

Dynamically populating the 'system-id' node in the HW_CONFIG dts makes
it difficult to enforce memory overlap checks. So add the system-id node
in the HW_CONFIG dts file as a place holder with 'platform-id' and
'config-id' set to zero.

The code at BL2 stage determines the values of 'platform-id' and
'config-id' at runtime and updates the corresponding fields in the
system-id node of HW_CONFIG dts.

Change-Id: I2ca9980b994ac418da8afa0c72716ede10aff68a
Signed-off-by: Chandni Cherukuri <chandni.cherukuri@arm.com>
plat/arm/board/sgi575/fdts/sgi575.dts
plat/arm/css/sgi/sgi_image_load.c