Home
last modified time | relevance | path

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

/device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3399/drivers/m0/src/
Dstartup.c19 void WEAK reset_handler(void);
41 reset_handler,
75 #pragma weak reset_handler = default_reset_handler macro
/device/linaro/bootloader/arm-trusted-firmware/lib/cpus/aarch32/
Dcpu_helpers.S22 .globl reset_handler symbol
23 func reset_handler
43 endfunc reset_handler
/device/linaro/bootloader/arm-trusted-firmware/lib/cpus/aarch64/
Dcpu_helpers.S25 .globl reset_handler symbol
26 func reset_handler
48 endfunc reset_handler
/device/linaro/bootloader/arm-trusted-firmware/include/common/aarch32/
Del3_common_macros.S217 bl reset_handler
/device/linaro/bootloader/arm-trusted-firmware/include/common/aarch64/
Del3_common_macros.S246 bl reset_handler
/device/linaro/bootloader/arm-trusted-firmware/docs/
Dfirmware-design.rst192 BL1 calls the ``reset_handler()`` function which in turn calls the CPU
1155 and warm boot paths. This is done by calling the ``reset_handler()`` function in
Dchange-log.rst687 another Boot ROM ``reset_handler()`` has already run. This enables a developer