Home
last modified time | relevance | path

Searched full:sam (Results 1 – 25 of 28) sorted by relevance

12

/trusted-firmware-m-latest/platform/ext/target/arm/drivers/sam/
Dsam_drv.h19 * \brief Driver for Arm Security Alarm Manager (SAM).
34 * \brief SAM Event IDs.
97 * \brief SAM response action IDs.
114 * \brief SAM error type.
122 * \brief SAM event handler function type.
126 /* SAM config covers 24 registers: samem to samicv */
130 * \brief SAM device configuration structure.
133 const uintptr_t base; /**< SAM base address */
134 const uint32_t default_config[SAM_CONFIG_LEN]; /**< Default SAM config */
138 * \brief SAM device structure.
[all …]
Dsam_reg_map.h10 * \brief Register map of Arm Security Alarm Manager (SAM).
23 * \brief SAM register map.
27 /**< Offset: 0x000 (R/ ) SAM Build Configuration register */
29 /**< Offset: 0x004 (R/ ) SAM Event Status registers */
31 /**< Offset: 0x00C ( /W) SAM Event Clear registers */
33 /**< Offset: 0x014 (R/W) SAM Export Mask registers */
35 /**< Offset: 0x01C (R/W) SAM Input Mask registers */
37 /**< Offset: 0x024 (R/W) SAM Response Routing Logic Setup registers */
39 /**< Offset: 0x044 (R/W) SAM Event Counter registers */
41 /**< Offset: 0x064 (R/W) SAM Event Counters Timer Initial Value register */
[all …]
/trusted-firmware-m-latest/platform/ext/target/arm/rse/common/bl1/scripts/include/
Dprogram5_cmd0.yaml8 # This command loads the SAM configuration from OTP into the SAM registers
/trusted-firmware-m-latest/platform/ext/target/arm/rse/common/
Dtarget_cfg.c211 /* Make sure that SAM interrupts target S state */ in nvic_interrupt_target_state_cfg()
258 /* Enable SAM interrupts. Set SAM critical security fault to the highest in nvic_interrupt_enable()
259 * priority and other SAM faults to one lower priority. in nvic_interrupt_enable()
271 /* Set the SAM watchdog counter to trigger if NMI, Critical Sec Fault in nvic_interrupt_enable()
DCMakeLists.txt137 ${PLATFORM_DIR}/ext/target/arm/drivers/sam
172 ${PLATFORM_DIR}/ext/target/arm/drivers/sam/sam_drv.c
290 ${PLATFORM_DIR}/ext/target/arm/drivers/sam
361 ${PLATFORM_DIR}/ext/target/arm/drivers/sam
/trusted-firmware-m-latest/platform/ext/target/arm/rse/common/bl1/scripts/
Ddma_config.yaml23 sam:
97 description: "Copy SAM configuration"
/trusted-firmware-m-latest/platform/ext/target/arm/rse/common/device/include/
Dplatform_irq.h60 SAM_Critical_Sec_Fault_S_IRQn = 32, /* SAM Critical Security Fault (Secure) Interrupt */
61 SAM_Sec_Fault_S_IRQn = 33, /* SAM Security Fault (Secure) Interrupt */
/trusted-firmware-m-latest/platform/ext/target/arm/mps4/corstone315/provisioning/bundle_cm/
Dcm_provisioning_data_template.jinja217 /* SAM config */
Dcm_provisioning_config.cmake19 0x00000000," CACHE STRING "SAM Configuration with ICV")
/trusted-firmware-m-latest/platform/ext/target/arm/mps4/corstone315/device/include/
Dplatform_irq.h65 SAM_CRITICAL_SEVERITY_FAULT_IRQn = 30, /* SAM Critical Severity Fault Interrupt */
66 SAM_SEVERITY_FAULT_HANDLER_IRQn = 31, /* SAM Severity Fault Handler Interrupt */
Dplatform_s_device_definition.h105 /* SAM driver structure */
/trusted-firmware-m-latest/platform/ext/target/arm/mps4/corstone315/device/config/
Ddevice_cfg.h42 /* Arm SAM */
/trusted-firmware-m-latest/platform/ext/target/arm/rse/rdfremont/
Drse_memory_sizes.h45 /* How much space in OTP can be used for the SAM configuration */
/trusted-firmware-m-latest/platform/ext/target/arm/rse/tc/
Drse_memory_sizes.h44 /* How much space in OTP can be used for the SAM configuration */
/trusted-firmware-m-latest/platform/ext/target/arm/rse/kronos/
Drse_memory_sizes.h45 /* How much space in OTP can be used for the SAM configuration */
/trusted-firmware-m-latest/platform/ext/target/arm/rse/common/device/config/
Ddevice_cfg.h100 /* Arm SAM */
/trusted-firmware-m-latest/platform/ext/target/arm/rse/common/device/source/
Dstartup_rse_bl.c123 invalid_irq_handler, /* 32: SAM Critical Security Fault (Secure) Handler */
124 invalid_irq_handler, /* 33: SAM Security Fault (Secure) Handler */
Dstartup_rse.c180 SAM_Critical_Sec_Fault_S_Handler, /* 32: SAM Critical Security Fault (Secure) Handler */
181 SAM_Sec_Fault_S_Handler, /* 33: SAM Security Fault (Secure) Handler */
Ddevice_definition.c573 /* Default SAM config that enables all events and sets all response actions
591 * the rest of the SAM config.
Dstartup_rse_bl1_1.c128 invalid_irq_handler, /* 32: SAM Critical Security Fault (Secure) Handler */
129 invalid_irq_handler, /* 33: SAM Security Fault (Secure) Handler */
/trusted-firmware-m-latest/docs/platform/arm/rse/rom_releases/2024-04/
Dreadme.rst23 - Allows for setup of SAM configuration with provisioned values before CPU is
/trusted-firmware-m-latest/platform/ext/target/arm/mps4/corstone315/device/source/
Dplatform_s_device_definition.c591 /* Default SAM config that enables all events and sets all response actions
609 * the rest of the SAM config.
Dstartup_corstone315.c183 SAM_Critical_Severity_Fault_Handler, /* 30: SAM Critical Severity Fault Handler */
184 SAM_Severity_Fault_Handler, /* 31: SAM Severity Fault Handler */
/trusted-firmware-m-latest/platform/ext/target/arm/mps4/corstone315/bl1/
Dboot_hal_bl1_1.c228 /* SAM registers can only be accessed with 32bit read/write instructions. in load_sam_config()
/trusted-firmware-m-latest/docs/platform/arm/mps4/corstone315/
DREADME.rst8 an Armv8.1-M Cortex-M85 processor and LCM, KMU and SAM IPs. and an

12