]> git.baikalelectronics.ru Git - arm-tf.git/commit
Implement SMCCC_ARCH_SOC_ID SMC call
authorManish V Badarkhe <Manish.Badarkhe@arm.com>
Sat, 22 Feb 2020 08:43:00 +0000 (08:43 +0000)
committerManish V Badarkhe <Manish.Badarkhe@arm.com>
Tue, 17 Mar 2020 10:14:35 +0000 (10:14 +0000)
commit0e753437e75b68476b524d32c7e9db7f28d2ad85
tree5fb7659f153f6305f355b7abc702abdf7160ee85
parentbb37363bd30f5ccc625f47350d3ae56ddcddb236
Implement SMCCC_ARCH_SOC_ID SMC call

Implemented SMCCC_ARCH_SOC_ID call in order to get below
SOC information:

1. SOC revision
2. SOC version

Implementation done using below SMCCC specification document:
https://developer.arm.com/docs/den0028/c

Signed-off-by: Manish V Badarkhe <Manish.Badarkhe@arm.com>
Change-Id: Ie0595f1c345a6429a6fb4a7f05534a0ca9c9a48b
docs/getting_started/porting-guide.rst
include/plat/arm/common/plat_arm.h
include/plat/common/platform.h
include/services/arm_arch_svc.h
plat/arm/common/arm_common.c
plat/common/plat_bl_common.c
services/arm_arch_svc/arm_arch_svc_setup.c