This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
adc30ff294
zephyr
/
subsys
/
sip_svc
/
sip_svc_data.ld
4 lines
90 B
Plaintext
Raw
Normal View
History
Unescape
Escape
iterable_sections: move to specific header Until now iterable sections APIs have been part of the toolchain (common) headers. They are not strictly related to a toolchain, they just rely on linker providing support for sections. Most files relied on indirect includes to access the API, now, it is included as needed. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2023-05-15 21:50:28 +08:00
#include <zephyr/linker/iterable_sections.h>
subsystem: sip_svc: Add ARM SiP SVC subsystem Introduce a new SiP SVC subsystem to provide ARM Silicon Provider based supervisory call services. SiP SVC service provides the capability to send SMC/HVC call from kernel running at EL1 to hypervisor/ secure monitor firmware running at EL2/EL3 and also added SiP SVC shell commands to exercise the service. Signed-off-by: Mahesh Rao <mahesh.rao@intel.com>
2023-03-24 17:53:56 +08:00
ITERABLE_SECTION_RAM(sip_svc_controller, 4)