Searched refs:self (Results 1 – 12 of 12) sorted by relevance
/trusted-firmware-a-3.6.0-3.5.0/lib/romlib/ |
D | romlib_generator.py | 24 def __init__(self): argument 25 self.items = [] 26 self.dependencies = {} 27 self.include_chain = [] 29 def add_dependency(self, parent, dependency): argument 31 if parent in self.dependencies: 32 self.dependencies[parent].append(dependency) 34 self.dependencies[parent] = [dependency] 36 def get_dependencies(self, parent): argument 39 if parent in self.dependencies: [all …]
|
/trusted-firmware-a-3.6.0-3.5.0/tools/sptool/ |
D | sptool.py | 42 def __init__(self, pm_path : str, img_path : str, pm_offset: int, argument 47 self.pm_path = pm_path 48 self.img_path = img_path 49 self._SpPkgHeader = namedtuple("SpPkgHeader", 61 if img_offset - pm_offset < self.pm_size: 64 self.pm_offset = pm_offset 65 self.img_offset = img_offset 67 def __str__(self): argument 76 def magic(self): argument 80 def version(self): argument [all …]
|
D | spactions.py | 29 …def __init__(self, action, exec_order=DEFAULT_ACTION_ORDER, global_action=True, log_calls = False): argument 30 self.exec_order = exec_order 31 self.__name__ = action.__name__ 37 self.action = logged_action(action) if log_calls is True else action 38 self.global_action = global_action 40 def __lt__(self, other): argument 44 return self.exec_order < other.exec_order 46 def __call__(self, sp_layout, sp, args :dict): argument 50 return self.action(sp_layout, sp, args) 52 def __repr__(self) -> str: argument
|
/trusted-firmware-a-3.6.0-3.5.0/plat/allwinner/common/ |
D | sunxi_cpu_ops.c | 138 u_register_t self = read_mpidr(); in sunxi_cpu_power_off_others() local 147 if (mpidr != self) in sunxi_cpu_power_off_others()
|
/trusted-firmware-a-3.6.0-3.5.0/docs/design/ |
D | trusted-board-boot.rst | 34 In the TBB CoT all certificates are self-signed. There is no need for a 87 It is self-signed with the private part of the ROT key. It contains a hash 92 It is self-signed with the private part of the ROT key. It contains the 98 It is self-signed with the trusted world key. It contains the public part of 103 It is self-signed with the SCP_BL2 key. It contains a hash of the SCP_BL2 108 It is self-signed with the trusted world key. It contains the public part of 113 It is self-signed with the BL31 key. It contains a hash of the BL31 image. 117 It is self-signed with the trusted world key. It contains the public part of 122 It is self-signed with the BL32 key. It contains a hash of the BL32 image. 126 It is self-signed with the non-trusted world key. It contains the public [all …]
|
D | firmware-design.rst | 274 do not trap to EL3. AArch64 Secure self-hosted debug is disabled by 276 disable AArch32 Secure self-hosted privileged debug from S-EL1. 303 self-hosted privileged debug.
|
/trusted-firmware-a-3.6.0-3.5.0/docs/security_advisories/ |
D | security-advisory-tfv-2.rst | 5 | Title | Enabled secure self-hosted invasive debug interface can | 25 The ``MDCR_EL3.SDD`` bit controls AArch64 secure self-hosted invasive debug 42 secure self-hosted invasive debug enablement. TF assigns these bits to ``00``
|
/trusted-firmware-a-3.6.0-3.5.0/docs/process/ |
D | security.rst | 49 | |TFV-2| | Enabled secure self-hosted invasive debug interface can allow |
|
D | contributing.rst | 115 Note that self-reviewing a patch is prohibited, even if the patch author is
|
/trusted-firmware-a-3.6.0-3.5.0/docs/ |
D | index.rst | 8 Home<self>
|
D | change-log.md | 4407 - Separate code to power off self and other CPUs 5572 H3ULCB, DBSC4 setting before self-refresh mode 6253 - Support combining several libraries into a self-called "romlib" image, that 6902 self-hosted debug. Additionally, secure privileged external debug on Juno is
|
/trusted-firmware-a-3.6.0-3.5.0/docs/plat/ |
D | rcar-gen3.rst | 78 mode (some kind of self-refresh mode). This means that BL2 is always
|