-
CONFIG_ARM_ENTRY_VENEERS_LIB_NAME
¶
Entry Veneers symbol file
Type: string
Help¶
Library file to store the symbol table for the entry veneers. The library may be used for building a Non-Secure firmware with access to Secure Entry functions.
Direct dependencies¶
ARM_FIRMWARE_HAS_SECURE_ENTRY_FUNCS
&& ARM_SECURE_FIRMWARE
&& ARM
(Includes any dependencies from if’s and menus.)
Defaults¶
- “libentryveneers.a” if
ARM_FIRMWARE_HAS_SECURE_ENTRY_FUNCS
&&ARM_SECURE_FIRMWARE
&&ARM
Kconfig definition¶
At arch/arm/core/Kconfig:129
Included via Kconfig:10
→ Kconfig.zephyr:29
→ arch/Kconfig:15
→ arch/arm/Kconfig:13
Menu path: (top menu) → ARM Options → ARM Secure Firmware Options
config ARM_ENTRY_VENEERS_LIB_NAME string prompt "Entry Veneers symbol file" ifARM_FIRMWARE_HAS_SECURE_ENTRY_FUNCS
&&ARM_SECURE_FIRMWARE
&&ARM
default "libentryveneers.a" ifARM_FIRMWARE_HAS_SECURE_ENTRY_FUNCS
&&ARM_SECURE_FIRMWARE
&&ARM
depends onARM_FIRMWARE_HAS_SECURE_ENTRY_FUNCS
&&ARM_SECURE_FIRMWARE
&&ARM
help Library file to store the symbol table for the entry veneers. The library may be used for building a Non-Secure firmware with access to Secure Entry functions.
(Definitions include propagated dependencies, including from if’s and menus.)