Searched full:os (Results 1 – 25 of 133) sorted by relevance
123456
/trusted-firmware-a-3.7.0/docs/design_documents/ |
D | psci_osi_mode.rst | 1 PSCI OS-initiated mode 31 OS-initiated. 43 OS-initiated 46 OS-initiated mode is optional. 48 In OS-initiated mode, the calling OS is responsible for coordinating power 55 There are two reasons why OS-initiated mode might be a more suitable option than 65 In OS-initiated mode, the OS has knowledge of the next wakeup event for each 75 In platform-coordinated mode, the OS doesn't have visibility when the last core 76 at a power level enters a low-power state. If the OS wants to perform last man 80 platform-coordinated mode when it should be using OS-initiated mode instead. [all …]
|
/trusted-firmware-a-3.7.0/docs/components/spd/ |
D | optee-dispatcher.rst | 4 `OP-TEE OS`_ is a Trusted OS running as Secure EL1. 9 There are two different modes for loading the OP-TEE OS. The default mode will 11 platforms to use. There is also another technique that will load OP-TEE OS after 15 understand the risks involved with allowing the Trusted OS to be loaded this 30 .. _OP-TEE OS: https://github.com/OP-TEE/build
|
D | pnc-dispatcher.rst | 7 ProvenCore is a secure OS developed by ProvenRun S.A.S. using deductive formal methods.
|
/trusted-firmware-a-3.7.0/services/spd/trusty/ |
D | smcall.h | 38 #define SMC_ENTITY_TRUSTED_OS 50U /* Trusted OS calls */ 40 #define SMC_ENTITY_SECURE_MONITOR 60U /* Trusted OS calls internal to secure monitor */ 47 * Return from secure os to non-secure os with return value in r1 66 /* Trusted OS entity calls */ 76 * Standard Trusted OS Function IDs that fall under Trusted OS call range
|
D | generic-arm64-smcall.c | 51 printf("secure os: "); in trusty_dputc() 53 printf("non-secure os: "); in trusty_dputc()
|
/trusted-firmware-a-3.7.0/include/bl32/payloads/ |
D | tlk.h | 14 * Generate function IDs for the Trusted OS/Apps 20 * Trusted OS specific function IDs 65 * Standard Trusted OS Function IDs that fall under Trusted OS call range 70 #define TOS_CALL_VERSION 0xbf00ff03 /* Trusted OS Call Version */
|
/trusted-firmware-a-3.7.0/tools/cert_create/src/dualroot/ |
D | cot.c | 113 .help_msg = "Trusted OS Firmware Key Certificate (output file)", 114 .cn = "Trusted OS Firmware Key Certificate", 127 .help_msg = "Trusted OS Firmware Content Certificate (output file)", 128 .cn = "Trusted OS Firmware Content Certificate", 330 .ln = "Trusted OS Firmware content certificate public key", 339 .help_msg = "Trusted OS image file", 341 .ln = "Trusted OS hash (SHA256)", 349 .help_msg = "Trusted OS Extra1 image file", 351 .ln = "Trusted OS Extra1 hash (SHA256)", 360 .help_msg = "Trusted OS Extra2 image file", [all …]
|
/trusted-firmware-a-3.7.0/tools/sptool/ |
D | sp_mk_generator.py | 51 import os 67 if "out_dir" not in args.keys() or not os.path.isdir(args["out_dir"]): 71 if "sp_layout_dir" not in args.keys() or not os.path.isdir(args["sp_layout_dir"]): 81 return os.path.join(args["sp_layout_dir"], get_file_from_layout(sp_node["pm"])) 85 return os.path.join(args["sp_layout_dir"], get_file_from_layout(sp_node["image"])) 89 return os.path.join(args["out_dir"], f"{sp}.pkg") 162 sp_dtb_name = os.path.basename(get_file_from_layout(sp_layout[sp]["pm"]))[:-1] + "b" 163 sp_dtb = os.path.join(args["out_dir"], f"fdts/{sp_dtb_name}") 257 args["sp_gen_mk"] = os.path.abspath(sys.argv[1]) 258 sp_layout_file = os.path.abspath(sys.argv[2]) [all …]
|
D | sptool.py | 22 import os 44 if not os.path.isfile(pm_path) or not os.path.isfile(img_path): 85 return os.path.getsize(self.pm_path) 89 return os.path.getsize(self.img_path) 130 if not os.path.exists(os.path.dirname(args.o)):
|
/trusted-firmware-a-3.7.0/tools/cert_create/src/tbbr/ |
D | tbb_ext.c | 145 .ln = "Trusted OS Firmware content certificate public key", 153 .help_msg = "Trusted OS image file", 155 .ln = "Trusted OS hash (SHA256)", 162 .help_msg = "Trusted OS Extra1 image file", 164 .ln = "Trusted OS Extra1 hash (SHA256)", 172 .help_msg = "Trusted OS Extra2 image file", 174 .ln = "Trusted OS Extra2 hash (SHA256)", 182 .help_msg = "Trusted OS Firmware Config file", 184 .ln = "Trusted OS Firmware Config hash", 209 .help_msg = "Non Trusted OS Firmware Config file", [all …]
|
D | tbb_cert.c | 111 .help_msg = "Trusted OS Firmware Key Certificate (output file)", 113 .cn = "Trusted OS Firmware Key Certificate", 125 .help_msg = "Trusted OS Firmware Content Certificate (output file)", 127 .cn = "Trusted OS Firmware Content Certificate",
|
D | tbb_key.c | 48 .help_msg = "Trusted OS Firmware Content Certificate key file or PKCS11 URI", 49 .desc = "Trusted OS Firmware Content Certificate key"
|
/trusted-firmware-a-3.7.0/docs/about/ |
D | features.rst | 35 for example an AArch32 Secure OS. 57 - SPDs for the `OP-TEE Secure OS`_, `NVIDIA Trusted Little Kernel`_, 58 `Trusty Secure OS`_ and `ProvenCore Secure OS`_. 147 .. _OP-TEE Secure OS: https://github.com/OP-TEE/optee_os 149 .. _Trusty Secure OS: https://source.android.com/security/trusty 150 .. _ProvenCore Secure OS: https://provenrun.com/products/provencore/
|
/trusted-firmware-a-3.7.0/tools/fiptool/ |
D | tbbr_config.c | 51 .name = "Secure Payload BL32 (Trusted OS)", 56 .name = "Secure Payload BL32 Extra1 (Trusted OS Extra1)", 61 .name = "Secure Payload BL32 Extra2 (Trusted OS Extra2)", 128 .name = "Trusted OS Firmware key certificate", 155 .name = "Trusted OS Firmware content certificate",
|
/trusted-firmware-a-3.7.0/make_helpers/ |
D | build_env.mk | 14 # This traps occurences that need replacing with our OS portable macros 43 ifdef OS 44 ifneq ($(findstring ${OS}, Windows_NT),)
|
D | cygwin.mk | 8 # OS specific definitions for builds in a Cygwin environment.
|
D | msys.mk | 8 # OS specific definitions for builds in a Mingw32 MSYS environment.
|
/trusted-firmware-a-3.7.0/plat/mediatek/build_helpers/ |
D | conditional_eval_options.mk | 35 # TEE OS config 40 # MICROTRUST OS config
|
/trusted-firmware-a-3.7.0/include/export/common/tbbr/ |
D | tbbr_img_def_exp.h | 26 /* Secure Payload BL32 (Trusted OS) */ 61 /* Secure Payload BL32_EXTRA1 (Trusted OS Extra1) */ 64 /* Secure Payload BL32_EXTRA2 (Trusted OS Extra2) */
|
/trusted-firmware-a-3.7.0/include/bl32/tsp/ |
D | tsp.h | 79 * Standard Trusted OS Function IDs that fall under Trusted OS call range 85 #define TOS_CALL_VERSION 0xbf00ff03 /* Trusted OS Call Version */
|
/trusted-firmware-a-3.7.0/docs/plat/ |
D | nvidia-tegra.rst | 74 Trusted OS dispatcher 77 Tegra supports multiple Trusted OS'. 84 This allows other Trusted OS vendors to use the upstream code and include 87 These are the supported Trusted OS' by Tegra platforms. 118 size for loading the Trusted OS and the UART port ID to be used. The Tegra
|
D | allwinner.rst | 73 entirely. Any bootloader or OS would need to setup the PMIC on its own then. 137 Trusted OS dispatcher 140 One can boot Trusted OS(OP-TEE OS, bl32 image) along side bl31 image on Allwinner A64. 143 while compiling the bl31 image and make sure the loader (SPL) loads the Trusted OS binary to
|
/trusted-firmware-a-3.7.0/lib/romlib/ |
D | romlib_generator.py | 12 import os 38 parent = os.path.normpath(parent) 50 file_name = os.path.normpath(file_name) 71 included_file = os.path.normpath(line_elements[1]) 89 TEMPLATE_DIR = os.path.dirname(os.path.realpath(__file__)) + "/templates/"
|
/trusted-firmware-a-3.7.0/docs/components/ |
D | el3-spmc.rst | 239 The request made by an Hypervisor or OS kernel is forwarded to the SPMC and 253 When invoked from the Hypervisor or OS kernel, the buffers are mapped into the 258 caller, either it being the Hypervisor or OS kernel, as well as a secure 267 - from Hypervisor or OS kernel to SPMC. The request is relayed by the SPMD. 285 (or OS Kernel if Hyp is absent), SPMD and SPMC. 325 - An SP cannot send a direct request to an Hypervisor or OS kernel. 326 - An Hypervisor or OS kernel can send a direct request to an SP or LSP. 327 - An SP and LSP can send a direct response to an Hypervisor or OS kernel. 343 The Hypervisor or OS kernel can issue the FFA_SPM_ID_GET call handled by the 409 - The Hypervisor or OS kernel is the component initiating PSCI service calls. [all …]
|
/trusted-firmware-a-3.7.0/tools/cert_create/src/cca/ |
D | cot.c | 259 .help_msg = "Trusted OS image file", 261 .ln = "Trusted OS hash (SHA256)", 269 .help_msg = "Trusted OS Firmware Config file", 271 .ln = "Trusted OS Firmware Config hash", 401 .help_msg = "Non Trusted OS Firmware Config file", 403 .ln = "Non-Trusted OS Firmware Config hash",
|
123456