Home
last modified time | relevance | path

Searched refs:initialize (Results 1 – 18 of 18) sorted by relevance

/trusted-firmware-a-latest/drivers/renesas/common/emmc/
Demmc_init.c135 mmc_drv_obj.initialize = TRUE; in emmc_reset_controller()
Demmc_mount.c59 if ((mmc_drv_obj.initialize != TRUE) in emmc_card_init()
614 if ((mmc_drv_obj.initialize != TRUE) in emmc_set_request_mmc_clock()
644 if ((mmc_drv_obj.initialize != TRUE) in rcar_emmc_mount()
Demmc_std.h395 uint32_t initialize; member
/trusted-firmware-a-latest/docs/plat/
Dbrcm-stingray.rst10 On Poweron, Boot ROM will load bl2 image and Bl2 will initialize the hardware,
Drz-g2.rst81 it still needs to initialize the rest of the cores; this is the reason
Drcar-gen3.rst86 it still needs to initialize the rest of the cores; this is the reason
/trusted-firmware-a-latest/docs/design_documents/
Dcontext_mgmt_rework.rst45 initialize the Non Secure world context.
47 (2) **EL3 should only initialize immediate used lower EL**
52 firmware should only initialize the next immediate lower EL in use.
104 initialized by invoking context management library APIs which then initialize
109 helpers to initialize registers corresponding to certain features but
Dmeasured_boot.rst130 - In BL1, this function is used to initialize the Event Log backend
133 - In BL2, this function is used to initialize the Event Log buffer with
/trusted-firmware-a-latest/docs/security_advisories/
Dsecurity-advisory-tfv-5.rst42 Since Arm TF does not initialize this register, it's possible that on at least
/trusted-firmware-a-latest/docs/components/
Dgranule-protection-tables-design.rst6 to initialize the GPTs based on a data structure containing information about
92 its attributes that can be used by the GPT library to initialize the tables.
145 #. Firmware must call ``gpt_init_l0_tables`` to initialize the level 0 tables to
Drealm-management-extension.rst65 page (granule). A GPT library that provides APIs to initialize GPTs and to
77 former needs to take in order to initialize and also the possible return values.
Dsecure-partition-manager.rst1182 allocated CPU cycles by SPMC to initialize its state.
/trusted-firmware-a-latest/docs/getting_started/
Dpsci-lib-integration-guide.rst36 #. Call ``psci_prepare_next_non_secure_ctx()`` to initialize the non-secure CPU
218 must be called by the EL3 Runtime Software to initialize the non-secure world
Dbuild-options.rst74 (XIP) memory, like BL1. In these use-cases, it is necessary to initialize
1133 for GIC-600 AE. Enabling this option will introduce support to initialize
/trusted-firmware-a-latest/docs/
Dporting-guide.rst173 value to initialize the local power states of the power domain nodes and
1425 This function returns a random value that is used to initialize the canary used
1985 example, Arm standard platforms initialize the TZC controller so that the
2619 statically or dynamically, to initialize the power domain topology tree. In case
2749 in the former case, the power domain is expected to re-initialize its state
2797 It performs the platform-specific setup required to initialize enough state for
3248 This API is used by the crash reporting mechanism to initialize the crash
3527 initialize storage devices before IO operations are called.
Dchange-log.md131 …- initialize SCR_EL3.EEL2 bit at RESET ([5c972df](https://review.trustedfirmware.org/plugins/gitil…
219 …- initialize HFG*_EL2 registers ([4a530b4](https://review.trustedfirmware.org/plugins/gitiles/TF-A…
405 …- initialize CCI-400 for multiple clusters ([1240dc7](https://review.trustedfirmware.org/plugins/g…
1388 …- initialize SD card host controller ([bd96d53](https://review.trustedfirmware.org/plugins/gitiles…
1426 …- initialize values to device enum members ([5c62d59](https://review.trustedfirmware.org/plugins/g…
1437 …- initialize the variable with value 0 in pm code ([cd73d62](https://review.trustedfirmware.org/pl…
1466 …- initialize uint32 with value 0U in pm code ([e65584a](https://review.trustedfirmware.org/plugins…
1501 …- add missing padding to RMM Boot Manifest and initialize it ([dc0ca64](https://review.trustedfirm…
1813 …- initialize HCRX_EL2 to its default value ([ddb615b](https://review.trustedfirmware.org/plugins/g…
2030 …- fail safe if SPM fails to initialize ([0d33649](https://review.trustedfirmware.org/plugins/gitil…
[all …]
/trusted-firmware-a-latest/docs/design/
Dfirmware-design.rst282 contains an ``entry_point_info_t`` structure, which BL1 uses to initialize the
557 registered function to initialize BL32 before running BL33. This initialization
689 The PSCI implementation will initialize the processor state and ensure that the
690 platform power management code is then invoked as required to initialize all
908 function has reported success. So a service that fails to initialize will never
Dauth-framework.rst459 The ``init()`` function will be used to initialize the IPL.