| /rk3399_ARM-atf/plat/hisilicon/hikey/ |
| H A D | hisi_mcu.c | 86 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()
|
| /rk3399_ARM-atf/include/dt-bindings/soc/ |
| H A D | rif.h | 55 #define RIFPROT(rifid, sem_list, sec, priv, scid, sem_en, cfen) \ argument 56 (((rifid) << 24) | ((sem_list) << 16) | ((priv) << 9) | ((sec) << 8) | ((scid) << 4) | \ 66 #define RIMUPROT(rimuid, scid, sec, priv, mode) \ argument 67 (((rimuid) << 16) | ((priv) << 9) | ((sec) << 8) | ((scid) << 4) | ((mode) << 2)) 80 #define RISAFPROT(risaf_region, cid_read_list, cid_write_list, cid_priv_list, sec, enc, enabled) \ argument 82 ((enc) << 7) | ((sec) << 6) | ((enabled) << 5) | (risaf_region)) 91 #define RISABPROT(risab_page, delegate_en, delegate_cid, sec, default_priv, cid_read_list, \ argument 93 (((risab_page) << 24) | ((default_priv) << 9) | ((sec) << 8) | ((delegate_cid) << 4) | \
|
| /rk3399_ARM-atf/docs/resources/diagrams/ |
| H A D | Makefile | 46 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
|
| /rk3399_ARM-atf/plat/imx/common/include/sci/svc/timer/ |
| H A D | sci_timer_api.h | 212 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);
|
| /rk3399_ARM-atf/plat/rockchip/rk3399/drivers/pmu/ |
| H A D | pmu_fw.S | 8 .macro INCBIN file sym sec argument 9 .section \sec, "a"
|
| /rk3399_ARM-atf/plat/imx/common/sci/svc/timer/ |
| H A D | timer_rpc_clnt.c | 193 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 …]
|
| /rk3399_ARM-atf/plat/imx/common/include/ |
| H A D | imx_wdog.h | 43 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()
|
| /rk3399_ARM-atf/tools/memory/src/memory/ |
| H A D | elfparser.py | 131 for sec in sections: 133 if seg.section_in_segment(sec): 139 self._segments[n].children.append(self.tfa_mem_obj_factory(sec))
|
| /rk3399_ARM-atf/docs/resources/diagrams/plantuml/ |
| H A D | tfa_dfd.puml | 26 sec [label="Secure\nClients"] 61 sec -> bl2 [dir="both" lhead=cluster_tfa label="DF4"]
|
| H A D | tfa_rse_dfd.puml | 26 sec [label="Secure\nClients"] 70 sec -> bl2 [dir="both" lhead=cluster_tfa label="DF4"]
|
| H A D | tfa_arm_cca_dfd.puml | 27 sec [label="Secure\nClients"] 73 sec -> bl2 [dir="both" lhead=cluster_tfa label="DF4"]
|
| /rk3399_ARM-atf/docs/plat/ |
| H A D | allwinner.rst | 108 |R| SRAM |C|///| dev |//...///| (sec) |////| BL33 | DRAM ... 119 |R| SRAM |C|///| dev |//| sec | BL33 |
|
| /rk3399_ARM-atf/drivers/st/clk/ |
| H A D | stm32mp1_clk.c | 509 #define _CLK_SELEC(sec, off, b, idx, s) \ argument 515 .secure = (sec), \ 521 #define _CLK_FIXED(sec, off, b, idx, f) \ argument 527 .secure = (sec), \ 533 #define _CLK_SC_SELEC(sec, off, b, idx, s) \ argument 539 .secure = (sec), \ 545 #define _CLK_SC_FIXED(sec, off, b, idx, f) \ argument 551 .secure = (sec), \
|
| /rk3399_ARM-atf/fdts/ |
| H A D | stm32mp151a-prtt1a.dts | 36 timeout-sec = <32>;
|
| H A D | stm32mp157a-avenger96.dts | 164 timeout-sec = <32>;
|
| H A D | stm32mp15xx-dkx.dtsi | 187 timeout-sec = <32>;
|
| H A D | stm32mp135f-dk.dts | 174 timeout-sec = <32>;
|
| H A D | stm32mp157c-ed1.dts | 183 timeout-sec = <32>;
|
| H A D | stm32mp15xx-dhcor-som.dtsi | 157 timeout-sec = <32>;
|
| H A D | stm32mp15xx-dhcom-som.dtsi | 162 timeout-sec = <32>;
|
| H A D | stm32mp157c-odyssey-som.dtsi | 196 timeout-sec = <32>;
|
| /rk3399_ARM-atf/docs/design/ |
| H A D | interrupt-framework-design.rst | 1020 .. |Image 1| image:: ../resources/diagrams/sec-int-handling.png 1021 .. |Image 2| image:: ../resources/diagrams/non-sec-int-handling.png
|