Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
6d8db46b
Unverified
Commit
6d8db46b
authored
Mar 21, 2018
by
davidcunado-arm
Committed by
GitHub
Mar 21, 2018
Browse files
Merge pull request #1314 from antonio-nino-diaz-arm/an/smccc-header
Rename 'smcc' to 'smccc'
parents
36332806
085e80ec
Changes
28
Hide whitespace changes
Inline
Side-by-side
lib/el3_runtime/aarch64/context_mgmt.c
View file @
6d8db46b
/*
* Copyright (c) 2013-201
7
, ARM Limited and Contributors. All rights reserved.
* Copyright (c) 2013-201
8
, ARM Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
...
...
@@ -15,7 +15,7 @@
#include <platform.h>
#include <platform_def.h>
#include <pubsub_events.h>
#include <smcc_helpers.h>
#include <smcc
c
_helpers.h>
#include <spe.h>
#include <string.h>
#include <sve.h>
...
...
lib/pmf/pmf_smc.c
View file @
6d8db46b
/*
* Copyright (c) 2016, ARM Limited and Contributors. All rights reserved.
* Copyright (c) 2016
-2018
, ARM Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
...
...
@@ -7,7 +7,7 @@
#include <debug.h>
#include <platform.h>
#include <pmf.h>
#include <smcc_helpers.h>
#include <smcc
c
_helpers.h>
/*
* This function is responsible for handling all PMF SMC calls.
...
...
lib/psci/psci_main.c
View file @
6d8db46b
...
...
@@ -12,7 +12,7 @@
#include <platform.h>
#include <pmf.h>
#include <runtime_instr.h>
#include <smcc.h>
#include <smcc
c
.h>
#include <string.h>
#include "psci_private.h"
...
...
plat/arm/common/execution_state_switch.c
View file @
6d8db46b
/*
* Copyright (c) 2017, ARM Limited and Contributors. All rights reserved.
* Copyright (c) 2017
-2018
, ARM Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
...
...
@@ -10,7 +10,7 @@
#include <context_mgmt.h>
#include <plat_arm.h>
#include <psci.h>
#include <smcc_helpers.h>
#include <smcc
c
_helpers.h>
#include <string.h>
#include <utils.h>
...
...
plat/rockchip/rk3399/drivers/dp/cdn_dp.c
View file @
6d8db46b
/*
* Copyright (c) 2017, ARM Limited and Contributors. All rights reserved.
* Copyright (c) 2017
-2018
, ARM Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#include <cdn_dp.h>
#include <smcc.h>
#include <smcc
c
.h>
#include <stdlib.h>
#include <string.h>
...
...
services/arm_arch_svc/arm_arch_svc_setup.c
View file @
6d8db46b
...
...
@@ -8,8 +8,8 @@
#include <debug.h>
#include <errata_report.h>
#include <runtime_svc.h>
#include <smcc.h>
#include <smcc_helpers.h>
#include <smcc
c
.h>
#include <smcc
c
_helpers.h>
#include <workaround_cve_2017_5715.h>
static
int32_t
smccc_version
(
void
)
...
...
services/std_svc/spm/spm_main.c
View file @
6d8db46b
...
...
@@ -14,8 +14,8 @@
#include <platform.h>
#include <runtime_svc.h>
#include <secure_partition.h>
#include <smcc.h>
#include <smcc_helpers.h>
#include <smcc
c
.h>
#include <smcc
c
_helpers.h>
#include <spinlock.h>
#include <spm_svc.h>
#include <utils.h>
...
...
services/std_svc/std_svc_setup.c
View file @
6d8db46b
...
...
@@ -12,7 +12,7 @@
#include <runtime_instr.h>
#include <runtime_svc.h>
#include <sdei.h>
#include <smcc_helpers.h>
#include <smcc
c
_helpers.h>
#include <spm_svc.h>
#include <std_svc.h>
#include <stdint.h>
...
...
Prev
1
2
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment