The latest development version of this page may be more current than this released 1.14.0 version.
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

Kconfig definition

At arch/arm/core/Kconfig:129

Included via Kconfig:10Kconfig.zephyr:29arch/Kconfig:15arch/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" if ARM_FIRMWARE_HAS_SECURE_ENTRY_FUNCS && ARM_SECURE_FIRMWARE && ARM
    default "libentryveneers.a" if ARM_FIRMWARE_HAS_SECURE_ENTRY_FUNCS && ARM_SECURE_FIRMWARE && ARM
    depends on ARM_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.)