Home
last modified time | relevance | path

Searched refs:sec (Results 1 – 17 of 17) sorted by relevance

/arm-trusted-firmware-2.8.0/plat/hisilicon/hikey/
A Dhisi_mcu.c86 static int is_binary_section_invalid(struct mcu_image_sec *sec, in is_binary_section_invalid() argument
91 if ((sec->serial >= head->secs_num) || in is_binary_section_invalid()
92 (sec->src_offset + sec->size > head->image_size)) in is_binary_section_invalid()
95 if ((sec->type >= MCU_IMAGE_SEC_TYPE_BUTT) || in is_binary_section_invalid()
96 (sec->load_attr >= MCU_IMAGE_SEC_LOAD_BUTT)) in is_binary_section_invalid()
99 ap_dst_offset = mcu2ap_addr(sec->dst_offset); in is_binary_section_invalid()
101 (ap_dst_offset < SOC_SRAM_M3_BASE_ADDR + 0x20000 - sec->size)) in is_binary_section_invalid()
104 (ap_dst_offset < MCU_SYS_MEM_ADDR + MCU_SYS_MEM_SIZE - sec->size)) in is_binary_section_invalid()
107 (ap_dst_offset < 0xfff91c00 - sec->size)) in is_binary_section_invalid()
112 __func__, sec->serial, sec->dst_offset, sec->size); in is_binary_section_invalid()
/arm-trusted-firmware-2.8.0/docs/resources/diagrams/
A DMakefile46 sec-int-handling.png \
47 non-sec-int-handling.png
52 non-sec-int-handling_layers = "non_sec_int_bg,legend,non_sec_int_note,non_sec_int_handling"
53 sec-int-handling_layers = "sec_int_bg,legend,sec_int_note,sec_int_handling"
55 non-sec-int-handling_opts = --size=1692x
56 sec-int-handling_opts = --size=1570x
/arm-trusted-firmware-2.8.0/plat/imx/common/include/sci/svc/timer/
A Dsci_timer_api.h212 uint8_t sec);
229 uint8_t *sec);
239 sc_err_t sc_timer_get_rtc_sec1970(sc_ipc_t ipc, uint32_t *sec);
261 uint8_t sec);
274 sc_err_t sc_timer_set_rtc_periodic_alarm(sc_ipc_t ipc, uint32_t sec);
/arm-trusted-firmware-2.8.0/plat/rockchip/rk3399/drivers/pmu/
A Dpmu_fw.c8 #define INCBIN(file, sym, sec) \ argument
10 ".section " sec "\n" \
/arm-trusted-firmware-2.8.0/plat/imx/common/sci/svc/timer/
A Dtimer_rpc_clnt.c193 uint8_t sec) in sc_timer_set_rtc_time() argument
206 RPC_U8(&msg, 6U) = (uint8_t)sec; in sc_timer_set_rtc_time()
217 uint8_t *sec) in sc_timer_get_rtc_time() argument
245 if (sec != NULL) in sc_timer_get_rtc_time()
246 *sec = RPC_U8(&msg, 6U); in sc_timer_get_rtc_time()
251 sc_err_t sc_timer_get_rtc_sec1970(sc_ipc_t ipc, uint32_t *sec) in sc_timer_get_rtc_sec1970() argument
263 if (sec != NULL) in sc_timer_get_rtc_sec1970()
264 *sec = RPC_U32(&msg, 0U); in sc_timer_get_rtc_sec1970()
272 uint8_t sec) in sc_timer_set_rtc_alarm() argument
285 RPC_U8(&msg, 6U) = (uint8_t)sec; in sc_timer_set_rtc_alarm()
[all …]
/arm-trusted-firmware-2.8.0/plat/imx/common/include/
A Dimx_wdog.h43 static inline int wicr_calc_wict(int sec, int half_sec) in wicr_calc_wict() argument
48 wict_bits = ((sec << 1) | (half_sec ? 1 : 0)); in wicr_calc_wict()
/arm-trusted-firmware-2.8.0/docs/resources/diagrams/plantuml/
A Dtfa_dfd.puml26 sec [label="Secure\nClients"]
61 sec -> bl2 [dir="both" lhead=cluster_tfa label="DF4"]
/arm-trusted-firmware-2.8.0/fdts/
A Dstm32mp157c-ed1.dts182 power-off-time-sec = <10>;
194 timeout-sec = <32>;
A Dstm32mp15xx-dhcor-som.dtsi156 timeout-sec = <32>;
A Dstm32mp135f-dk.dts174 timeout-sec = <32>;
A Dstm32mp157a-avenger96.dts164 timeout-sec = <32>;
A Dstm32mp157c-odyssey-som.dtsi196 timeout-sec = <32>;
A Dstm32mp15xx-dhcom-som.dtsi161 timeout-sec = <32>;
A Dstm32mp15xx-dkx.dtsi181 timeout-sec = <32>;
/arm-trusted-firmware-2.8.0/docs/plat/
A Dallwinner.rst106 |R| SRAM |C|///| dev |//...///| (sec) |////| BL33 | DRAM ...
117 |R| SRAM |C|///| dev |//| sec | BL33 |
/arm-trusted-firmware-2.8.0/drivers/st/clk/
A Dstm32mp1_clk.c268 #define _CLK_SELEC(sec, off, b, idx, s) \ argument
274 .secure = (sec), \
280 #define _CLK_FIXED(sec, off, b, idx, f) \ argument
286 .secure = (sec), \
292 #define _CLK_SC_SELEC(sec, off, b, idx, s) \ argument
298 .secure = (sec), \
304 #define _CLK_SC_FIXED(sec, off, b, idx, f) \ argument
310 .secure = (sec), \
/arm-trusted-firmware-2.8.0/docs/design/
A Dinterrupt-framework-design.rst1020 .. |Image 1| image:: ../resources/diagrams/sec-int-handling.png
1021 .. |Image 2| image:: ../resources/diagrams/non-sec-int-handling.png

Completed in 24 milliseconds