| /rk3399_ARM-atf/lib/semihosting/ |
| H A D | semihosting.c | 225 void semihosting_exit(uint32_t reason, uint32_t subcode) in semihosting_exit() argument 228 uint64_t parameters[] = {reason, subcode}; in semihosting_exit() 233 (void)semihosting_call(SEMIHOSTING_SYS_EXIT, reason); in semihosting_exit()
|
| /rk3399_ARM-atf/include/lib/ |
| H A D | semihosting.h | 58 void semihosting_exit(uint32_t reason, uint32_t subcode);
|
| /rk3399_ARM-atf/services/std_svc/rmmd/ |
| H A D | rmmd_main.c | 421 unsigned int reason; in rmmd_mecid_key_update() local 445 reason = (x1 >> MEC_REFRESH_REASON_SHIFT) & MEC_REFRESH_REASON_MASK; in rmmd_mecid_key_update() 446 ret = plat_rmmd_mecid_key_update(mecid, reason); in rmmd_mecid_key_update()
|
| /rk3399_ARM-atf/plat/renesas/rzg/ |
| H A D | bl2_plat_setup.c | 315 static uint32_t reason = RCAR_COLD_BOOT; in is_ddr_backup_mode() local 319 return reason; in is_ddr_backup_mode() 324 return reason; in is_ddr_backup_mode() 327 reason = RCAR_WARM_BOOT; in is_ddr_backup_mode() 328 return reason; in is_ddr_backup_mode()
|
| /rk3399_ARM-atf/docs/plat/ |
| H A D | rcar-gen3.rst | 75 PMIC) before determining the boot reason (cold or warm). 81 Once BL2 boots, it determines the boot reason, writes it to shared 86 it still needs to initialize the rest of the cores; this is the reason 92 Depending on the boot reason BL31 initializes the rest of the cores:
|
| H A D | rz-g2.rst | 74 BL2 initializes DDR before determining the boot reason (cold or warm). 76 Once BL2 boots, it determines the boot reason, writes it to shared 81 it still needs to initialize the rest of the cores; this is the reason
|
| H A D | socionext-uniphier.rst | 60 BL2 must be compressed for the reason above. The UniPhier's platform makefile
|
| H A D | imx8m.rst | 96 The reason for the MT_RW attribute mapping scheme is the fact that the SMC
|
| /rk3399_ARM-atf/plat/renesas/rcar/ |
| H A D | bl2_plat_setup.c | 386 static uint32_t reason = RCAR_COLD_BOOT; in is_ddr_backup_mode() local 393 return reason; in is_ddr_backup_mode() 397 return reason; in is_ddr_backup_mode() 406 reason = RCAR_WARM_BOOT; in is_ddr_backup_mode() 408 reason = RCAR_WARM_BOOT; in is_ddr_backup_mode() 410 return reason; in is_ddr_backup_mode()
|
| /rk3399_ARM-atf/plat/arm/board/neoverse_rd/platform/rdv3/ |
| H A D | rdv3_common.c | 193 int plat_rmmd_mecid_key_update(uint16_t mecid, unsigned int reason) in plat_rmmd_mecid_key_update() argument
|
| /rk3399_ARM-atf/ |
| H A D | .editorconfig | 43 # reason for changes.
|
| /rk3399_ARM-atf/plat/imx/common/sci/svc/pm/ |
| H A D | pm_rpc_clnt.c | 360 sc_err_t sc_pm_reset_reason(sc_ipc_t ipc, sc_pm_reset_reason_t *reason) in sc_pm_reset_reason() argument 373 if (reason != NULL) { in sc_pm_reset_reason() 374 *reason = RPC_U8(&msg, 0U); in sc_pm_reset_reason()
|
| /rk3399_ARM-atf/plat/imx/common/include/sci/svc/pm/ |
| H A D | sci_pm_api.h | 583 sc_err_t sc_pm_reset_reason(sc_ipc_t ipc, sc_pm_reset_reason_t *reason);
|
| /rk3399_ARM-atf/plat/qemu/common/ |
| H A D | qemu_common.c | 407 int plat_rmmd_mecid_key_update(uint16_t mecid, unsigned int reason) in plat_rmmd_mecid_key_update() argument
|
| /rk3399_ARM-atf/fdts/ |
| H A D | stm32mp151a-prtt1a.dts | 214 * reason, so it should do no harm. All inputs configured with
|
| /rk3399_ARM-atf/include/plat/common/ |
| H A D | platform.h | 418 int plat_rmmd_mecid_key_update(uint16_t mecid, unsigned int reason);
|
| /rk3399_ARM-atf/docs/security_advisories/ |
| H A D | security-advisory-tfv-8.rst | 67 For this reason, TF-A does not save ``x0`` to ``x3`` in the CPU context on an
|
| /rk3399_ARM-atf/docs/plat/arm/fvp/ |
| H A D | fvp-aemv8-base.rst | 95 Payload. For the same reason, the FDT needs to be compiled from the DT source
|
| /rk3399_ARM-atf/docs/process/ |
| H A D | misra-compliance.csv | 12 …isory,No,No,Fixing all instances would involve invasive changes to the codebase for no good reason. 120 …ISRA C 2012,Advisory,Yes,Optional,It would make some one-line functions grow in size for no reason.
|
| H A D | coding-style.rst | 191 The reason for this is to prevent accidental changes to control flow when
|
| /rk3399_ARM-atf/docs/components/ |
| H A D | xlat-tables-lib-v2-design.rst | 222 static regions. For this reason (and to retain backward compatibility with the 352 The most common reason for needing a sub-table is when a specific mapping 355 memory than expected. The reason is that all levels of translation are
|
| H A D | rmm-el3-comms-spec.rst | 154 be returned in x1 and it will encode a signed integer with the error reason. 707 …reason,x1,[0],UInt64, "reason is a single bit field used to indicate the reason for the MEC refres…
|
| H A D | ras.rst | 250 including the reason for the error, exception syndrome, and also ``flags``,
|
| /rk3399_ARM-atf/plat/arm/board/fvp/ |
| H A D | fvp_common.c | 1046 int plat_rmmd_mecid_key_update(uint16_t mecid, unsigned int reason) in plat_rmmd_mecid_key_update() argument
|
| /rk3399_ARM-atf/licenses/ |
| H A D | LICENSE-APACHE-2.0.txt | 174 incurred by, or claims asserted against, such Contributor by reason
|