Home
last modified time | relevance | path

Searched refs:system (Results 1 – 25 of 105) sorted by relevance

12345

/rk3399_ARM-atf/docs/plat/
H A Dimx8.rst13 and 1 Cortex-M4 system controller.
15 The i.MX8QX is with 4 Cortex-A35 ARM core and 1 Cortex-M4 system
19 control for system-level resources on i.MX8. The heart of the system
20 controller is a Cortex-M4 that executes system controller firmware.
54 with certain offset for BOOT ROM. The system controller firmware,
H A Dqemu-sbsa.rst7 is made by EDK2 build system by composing BL1 and FIP. Second parameter for Qemu
9 contains of UEFI and EFI variables (also made by EDK2 build system). Semihosting
50 EDK2 build system, refer to edk2-platform repo for full build instructions.
H A Dimx8ulp.rst10 enables the device to run a rich operating system (such as Linux) on the Cortex-A35
18 pin count, enabling small packages and simple system integration. This microprocessor
19 is intended for applications where efficiency and simple system integration is important.
H A Dsynquacer.rst38 few specialist tools. On a Debian or Ubuntu operating system try:
103 - Providing your Developerbox is fully working and has on operating system
104 installed then you can adopt your the newly compiled system firmware using
/rk3399_ARM-atf/docs/design_documents/
H A Ddrtm_poc.rst11 world bootloader. As a whole, they make up the system's TCB. These boot
12 measurements allow attesting to what software is running on the system and
21 the security of the system.
33 must be implemented as a trusted agent in the system. The D-CRTM
39 system’s state, measures security-critical attributes of the system,
47 configuration of the system.
H A Ddtpm_drivers.rst10 isolated from the system's main processor. This isolation helps protect
16 TPM measurements establish the security posture of a system and are used for
33 `TCG TPM 2.0 Library Specification`_. It allows a system to initialize the
99 ``tpm_startup()`` only needs to be called once after startup, or if the system
H A Dmeasured_boot.rst13 These measurements can be leveraged by other components in the system to
14 implement a complete attestation system. For example, they could be used to
20 records what code/critical-data was present on the system during boot.
82 measurements on an SBSA/SBBR server system. By considering these
134 somewhere, or panicking the system if this is considered a fatal error.
183 system if this is considered a fatal error.
/rk3399_ARM-atf/plat/arm/board/neoverse_rd/platform/rdv3/fdts/
H A Drdv3_nt_fw_config.dts13 * Place holder for system-id node with default values. The
17 system-id {
/rk3399_ARM-atf/plat/nvidia/tegra/soc/t194/drivers/mce/
H A Dnvg.c62 uint32_t system, uint32_t wake_mask, uint8_t update_wake_mask) in nvg_update_cstate_info() argument
79 if (system != 0U) { in nvg_update_cstate_info()
80 val |= (((uint64_t)system & SYSTEM_CSTATE_MASK) << SYSTEM_CSTATE_SHIFT) | in nvg_update_cstate_info()
H A Dmce.c126 nvg_update_cstate_info(cstate->cluster, cstate->ccplex, cstate->system, in mce_update_cstate_info()
/rk3399_ARM-atf/plat/arm/board/neoverse_rd/platform/rdn2/fdts/
H A Drdn2_nt_fw_config.dts13 * Place holder for system-id node with default values. The
17 system-id {
/rk3399_ARM-atf/docs/design/
H A Dalt-boot-flows.rst7 On a pre-production system, the ability to execute arbitrary, bare-metal code at
13 configuration required to put the system in the expected state.
21 - putting the system into a known architectural state;
30 The system is left in the same state as when entering BL31 in the default boot
61 connection is usually available in a pre-production system. The user is free to
/rk3399_ARM-atf/plat/nvidia/tegra/soc/t186/drivers/mce/
H A Dnvg.c48 uint32_t system, uint8_t sys_state_force, uint32_t wake_mask, in nvg_update_cstate_info() argument
68 if (system != 0U) { in nvg_update_cstate_info()
69 val |= (((uint64_t)system & SYSTEM_CSTATE_MASK) << SYSTEM_CSTATE_SHIFT) | in nvg_update_cstate_info()
/rk3399_ARM-atf/docs/threat_model/firmware_threat_model/
H A Dthreat_model_fw_update_and_recovery.rst42 | | | system. |
44 | 02 | Yes | | Attacker tries to update the system with the |
91 | | | system. |
93 | 02 | Yes | | Attacker tries to recover the system with the |
/rk3399_ARM-atf/docs/plat/arm/fvp/
H A Dfvp-support.rst4 An |FVP| provides a complete simulation of an Arm system. This is a generic term
76 file system image an additional FVP configuration option
77 ``-C bp.virtioblockdevice.image_path="<path-to>/<file-system-image>`` can be
101 .. _Arm's website: https://developer.arm.com/products/system-design/fixed-virtual-platforms
H A Dindex.rst4 Arm |FVP|\s are complete simulations of an Arm system, including processor,
H A Dfvp-build-options.rst23 in the system. This option defaults to 1. Note that the build option
43 the default HW_CONFIG selected by the build system.
/rk3399_ARM-atf/docs/threat_model/
H A Dindex.rst5 that helps us identify potential threats and mitigations affecting a system.
/rk3399_ARM-atf/plat/nvidia/tegra/include/drivers/
H A Dmce.h57 uint32_t system; member
/rk3399_ARM-atf/plat/nvidia/tegra/soc/t186/drivers/include/
H A Dmce_private.h98 uint32_t system,
224 uint32_t system, uint8_t sys_state_force, uint32_t wake_mask,
247 uint32_t system, uint8_t sys_state_force, uint32_t wake_mask,
/rk3399_ARM-atf/tools/memory/
H A Dpyproject.toml27 [build-system]
/rk3399_ARM-atf/docs/components/
H A Dcontext-management-library.rst13 The general-purpose registers, most of the system registers and vector registers
32 In a trusted system at any instance, a given CPU could be executing in one of the
34 configuration of system registers independent of other security states to access
46 In general, an ideal trusted system should have Secure world-specific configurations
50 This will help ensure the integrity and security of the system, preventing any
57 for maintaining world-specific context essential for a trusted system.
65 two-world system, comprising of Non-Secure and Secure Worlds. In this case, the
67 With introduction of Realm Management Extension (RME), from Armv9.2 a system
79 immediate used lower EL. This implies that, when S-EL2 is present in the system,
204 For a given system, depending on the CPU count, the platform statically
[all …]
/rk3399_ARM-atf/plat/nvidia/tegra/soc/t194/drivers/include/
H A Dmce_private.h50 uint32_t system, uint32_t wake_mask, uint8_t update_wake_mask);
/rk3399_ARM-atf/docs/security_advisories/
H A Dsecurity-advisory-tfv-12.rst33 a specially crafted or compromised guest operating system could exploit this
34 vulnerability to affect the host system. This could potentially lead to information
/rk3399_ARM-atf/drivers/nxp/ddr/nxp-ddr/
H A DREADME.odt3 Two-slot system

12345