Home
last modified time | relevance | path

Searched refs:after (Results 1 – 25 of 38) sorted by relevance

12

/trusted-firmware-a-3.4.0/docs/about/
Drelease-information.rst10 candidates will start appearing after this and only bug fixes or updates
13 created after code freeze if there are significant changes that need merging onto
61 Release version after which it will be removed.
65 | | Date | after | …
/trusted-firmware-a-3.4.0/docs/process/
Dplatform-compatibility-policy.rst24 the release after which each one will be removed. When an interface is
25 deprecated, the page must be updated to indicate the release after which the
Dfaq.rst57 after the release, and then ``master`` will be fast-forwarded to ``integration``
72 but would be after the CI has been transitioned to `trustedfirmware.org`_.
Dcode-review-guidelines.rst94 along with the module(s) they look after.
/trusted-firmware-a-3.4.0/services/std_svc/sdei/
Dsdei_main.c476 bool before, after; in sdei_event_enable() local
492 after = GET_EV_STATE(se, ENABLED); in sdei_event_enable()
498 if (is_map_bound(map) && (!before && after)) in sdei_event_enable()
516 bool before, after; in sdei_event_disable() local
532 after = GET_EV_STATE(se, ENABLED); in sdei_event_disable()
538 if (is_map_bound(map) && (before && !after)) in sdei_event_disable()
/trusted-firmware-a-3.4.0/docs/components/
Darm-sip-service.rst61 of the entry point (physical address) at which execution should start, after
64 When execution starts at the supplied entry point after Execution State has been
272 On success, the read data is retrieved from the shared buffer after the
377 subsequent calls fail after a first initialization. The caller maps the same
Dromlib-design.rst17 2. Functions can be patched after they have been programmed into ROM.
Dfirmware-update.rst80 is permitted to request execution of a secure world FWU image (after
125 - INTERRUPTED: This is the state of a secure, executable image after it has
Drmm-el3-comms-spec.rst9 R-EL2 for the first time after boot. The cold boot interface defines the ABI
110 operations are performed after the Boot Manifest is populated.
Dsecure-partition-manager-mm.rst594 instruction, to the instruction immediately after the call in the Secure
692 used after ``MM_SP_EVENT_COMPLETE_AARCH64``.
780 called from the Non-secure world. Also returned if it is used after
794 This function is only available at boot time. This interface is revoked after
Dplatform-interrupt-controller-API.rst18 servicing. This must be be called only after an interrupt has already been
Dras.rst180 handled when they occur, but only after the exceptions are unmasked again.
/trusted-firmware-a-3.4.0/docs/plat/
Drockchip.rst54 So after successfully building TF-A just follow their build instructions
Drpi4.rst60 run after the SoC gets its power. The on-chip Boot ROM loads the next stage
Dqti-msm8916.rst76 to the ``tz`` partition on the device. BL31 should be running after a reboot.
/trusted-firmware-a-3.4.0/docs/security_advisories/
Dsecurity-advisory-tfv-1.rst27 available after cold reset to support the Firmware Update (FWU) feature (also
110 /* Find out how much free trusted ram remains after BL1 load */
Dsecurity-advisory-tfv-3.rst45 The vulnerability primarily manifests itself after `Pull Request #662`_. Before
/trusted-firmware-a-3.4.0/plat/nvidia/tegra/scat/
Dbl31.scat134 * .rela.dyn needs to come after .data for the read-elf utility to parse
/trusted-firmware-a-3.4.0/docs/components/fconf/
Dindex.rst95 after the io layer is initialized, as the |DTB| is stored on an external
/trusted-firmware-a-3.4.0/docs/getting_started/
Dporting-guide.rst829 be invoked by BL31 after the power domain topology is initialized and can
1035 A platform may need to do additional initialization after reset. This function
1256 BL1 implements the reset vector where execution starts from after a cold or
1336 for performing any remaining platform-specific setup that can occur after the
1407 BL1 calls this function after platform setup to identify the next image to be
1454 boot and FWU code path, after loading and authenticating the image.
1577 since the later ``bl2_platform_setup`` must be done after SCP_BL2 is loaded.
1635 for given ``image_id``. This function is currently invoked in BL2 after
1702 since the later ``bl2_platform_setup`` must be done after SCP_BL2 is loaded.
2257 the hardware after ``plat_trng_setup`` function is called. This value must
[all …]
Dpsci-lib-integration-guide.rst97 During cold/warm boot, after invoking appropriate PSCI library interfaces, it
146 to an appropriate state after boot and may choose to directly program the
238 need to be called by the primary CPU during the cold boot sequence after
/trusted-firmware-a-3.4.0/docs/design/
Dfirmware-design.rst361 for platforms to take further action after image load. This function must
427 using the Boot Over MHU (BOM) protocol after being loaded in the trusted SRAM
593 cluster immediately after reset and before the data cache is enabled in the
731 entry-point, to be invoked by the CPU immediately after the reset handler.
960 populated for all of the OENs covered by a service after the service ``init()``
1299 actions very early after a CPU is released from reset in both the cold and warm
1457 warm boots, shortly after reset. Individual Errata workarounds are enabled as
1891 after SCP_BL2 has
1928 after SCP_BL2 has
2118 cache lines after these fields are written.
[all …]
Dinterrupt-framework-design.rst410 program the routing model only after SP initialisation has completed e.g. in the
414 after receiving an interrupt from the EL3 runtime firmware. This information
873 #. ``SMC_PREEMPTED`` is set in x0 and return to non secure state after
876 The Normal World is expected to resume the TSP after the ``yielding`` SMC
913 In the synchronous model, it should begin handling a Secure-EL1 interrupt after
/trusted-firmware-a-3.4.0/docs/plat/arm/juno/
Dindex.rst231 The Juno board should suspend to RAM and then wakeup after 10 seconds due to
/trusted-firmware-a-3.4.0/docs/design_documents/
Dmeasured_boot_poc.rst99 this: ``<fvp-project>/Foundation_Platformpkg``. In the end, after cloning
183 For this PoC, nothing loaded after BL33 and NT_FW_CONFIG is recorded

12