]> git.baikalelectronics.ru Git - arm-tf.git/commit
feat(morello): implement methods to retrieve soc-id information
authorChandni Cherukuri <chandni.cherukuri@arm.com>
Thu, 16 Feb 2023 14:52:32 +0000 (20:22 +0530)
committerChandni Cherukuri <chandni.cherukuri@arm.com>
Wed, 15 Mar 2023 05:03:08 +0000 (10:33 +0530)
commitcc266bcd8c0a1d839151b69436fdf2c1ad07b0a1
treee283265d305a5a1d9d7b62df3ae6991e14315fb2
parent4c985e867469523f91588a2f76bbb5ee5ca53d05
feat(morello): implement methods to retrieve soc-id information

Added silicon revision in the platform information SDS structure.

Implemented platform functions to retrieve the soc-id information
for the morello SoC platform. SoC revision, which is same as
silicon revision, is fetched from the morello_plat_info structure
and SoC version is populated with the part number from SSC_VERSION
register, and is reflected in bits[0:15] of soc-id.

Signed-off-by: Chandni Cherukuri <chandni.cherukuri@arm.com>
Change-Id: I8e0c5b2bc21e393e6d638858cc2ea9f4638f04b9
plat/arm/board/morello/include/platform_def.h
plat/arm/board/morello/morello_bl2_setup.c
plat/arm/board/morello/morello_bl31_setup.c
plat/arm/board/morello/morello_def.h
plat/arm/board/morello/morello_image_load.c