]> git.baikalelectronics.ru Git - arm-tf.git/commit
refactor(ethos-n): split up SMC call handling
authorMikael Olsson <mikael.olsson@arm.com>
Fri, 27 Jan 2023 17:26:36 +0000 (18:26 +0100)
committerJoanna Farley <joanna.farley@arm.com>
Tue, 4 Apr 2023 09:37:19 +0000 (11:37 +0200)
commit18a6b79c50ca88510c013fc5fba5200473152088
treedcf5e4cc9fca3cd9485e9656db27652880618de7
parent313b776f851ed184abb265df2b6269fe78f48ecd
refactor(ethos-n): split up SMC call handling

Doing all the SMC call handling in a single function and using specific
names for the x1-4 parameters is no longer practical for upcoming
additions to the SiP service. Handling of the different SMC functions
have therefore been split into separate functions.

Signed-off-by: Mikael Olsson <mikael.olsson@arm.com>
Change-Id: If28da8df0f13c449d1fdb2bd9d792d818ec5e1af
drivers/arm/ethosn/ethosn_smc.c