plat/arm/sgi: Use NT_FW_CONFIG instead of HW_CONFIG
authorChandni Cherukuri <chandni.cherukuri@arm.com>
Wed, 28 Nov 2018 05:56:19 +0000 (11:26 +0530)
committerChandni Cherukuri <chandni.cherukuri@arm.com>
Wed, 5 Dec 2018 16:45:51 +0000 (22:15 +0530)
commit77ab969a8a4d8d16930dd1648aba2cdce88a457b
treeafcbf871560edeb5f7fae73f71895ed9a595992e
parent19b56cf4a2251e5ffcab41cdd6dd8449f8b1402a
plat/arm/sgi: Use NT_FW_CONFIG instead of HW_CONFIG

With the two new APIs 'plat_arm_sgi_get_platform_id' and
'plat_arm_sgi_get_config_id' that are available now, BL31 need not
depend on hw_config device tree to identify the platform. In addition
to this, the existing hardware description in hw_config can be limited
to use by BL33 and not by the operating system.

So the hardware description from hw_config dts can be moved into
nt_fw_config dts and the use of hw_config dts can be removed.

Change-Id: I873b7e1e72823d3ec5d253a848e85ae724f09e49
Signed-off-by: Chandni Cherukuri <chandni.cherukuri@arm.com>
plat/arm/board/sgi575/fdts/sgi575.dts [deleted file]
plat/arm/board/sgi575/fdts/sgi575_nt_fw_config.dts [new file with mode: 0644]
plat/arm/board/sgi575/fdts/sgi575_tb_fw_config.dts
plat/arm/board/sgi575/platform.mk
plat/arm/board/sgiclarka/fdts/sgiclarka.dts [deleted file]
plat/arm/board/sgiclarka/fdts/sgiclarka_nt_fw_config.dts [new file with mode: 0644]
plat/arm/board/sgiclarka/fdts/sgiclarka_tb_fw_config.dts
plat/arm/board/sgiclarka/platform.mk
plat/arm/css/sgi/sgi_image_load.c