plat/arm/sgi: Use platform specific functions to get platform ids
Add two new functions 'plat_arm_sgi_get_platform_id' and
'plat_arm_sgi_get_config_id' which will be implemented by all the
SGI platforms. These functions can be used to determine the part
number and configuration id of the SGI platforms.

In BL2, these functions are used to populate the 'system-id' node.
In BL31, these functions are used to populate the 'sgi_plat_info_t'
structure with the part number and configuration id of the platform.

Change-Id: I3bacda933527724a3b4074ad4ed5b53a81ea4689
Signed-off-by: Chandni Cherukuri <chandni.cherukuri@arm.com>
1 parent 500db01 commit 699223a282e29e9b37ee3096f7c6a832a20db350
@Chandni Cherukuri Chandni Cherukuri authored on 28 Nov 2018
Showing 7 changed files
View
plat/arm/board/sgi575/platform.mk
View
plat/arm/board/sgi575/sgi575_plat.c 0 → 100644
View
plat/arm/board/sgiclarka/platform.mk
View
plat/arm/board/sgiclarka/sgiclarka_plat.c 0 → 100644
View
plat/arm/css/sgi/include/sgi_variant.h
View
plat/arm/css/sgi/sgi_bl31_setup.c
View
plat/arm/css/sgi/sgi_image_load.c