arm-trusted-firmware/plat/xilinx
Michal Simek b0eb6d124b fix(versal-net): use api_id directly without FUNCID_MASK
The purpose of this code is to extract api_id from smc_fid but this masking
is done already in the code with using generic mask from smccc.h
(FUNCID_NUM_MASK). That's why remove FUNCID_MASK is which not needed and
actually also equal to already used FUNCID_NUM_MASK.

Signed-off-by: Michal Simek <michal.simek@amd.com>
Change-Id: I1113825baa5d9d58d9d7c5d9d5855fecf62e8d45
2022-10-03 14:03:38 +02:00
..
common refactor(libc): clean up dependencies in libc 2022-09-22 13:23:49 +02:00
versal Merge "feat(versal): update macro name to generic and move to common place" into integration 2022-09-16 10:56:59 +02:00
versal_net fix(versal-net): use api_id directly without FUNCID_MASK 2022-10-03 14:03:38 +02:00
zynqmp fix(zynqmp): resolve MISRA-C:2012 R.10.1 warnings 2022-09-30 10:40:34 +02:00