Home
last modified time | relevance | path

Searched refs:reset_handler (Results 1 – 5 of 5) sorted by relevance

/rk3399_ARM-atf/plat/rockchip/rk3399/drivers/m0/src/
H A Dstartup.c19 void WEAK reset_handler(void);
41 reset_handler,
75 #pragma weak reset_handler = default_reset_handler macro
/rk3399_ARM-atf/lib/cpus/aarch32/
H A Dcpu_helpers.S71 .globl reset_handler symbol
72 func reset_handler
92 endfunc reset_handler
/rk3399_ARM-atf/include/arch/aarch32/
H A Del3_common_macros.S329 bl reset_handler
/rk3399_ARM-atf/docs/design/
H A Dfirmware-design.rst250 BL1 calls the ``reset_handler`` macro/function which in turn calls the CPU
1352 boot paths. This is done by calling the ``reset_handler`` macro/function in both
/rk3399_ARM-atf/docs/
H A Dchange-log.md11587 - Unintentional register clobber in AArch32 reset_handler function
12796 another Boot ROM `reset_handler()` has already run. This enables a developer