/arm-trusted-firmware-2.8.0/tools/memory/ |
A D | print_memory_map.py | 69 match = line_pattern.search(line) variable 70 if match: 72 match = address_pattern.search(line) variable 73 if match: 76 if [match.group(0), sym_start, image] in address_list: 77 address_list.remove([match.group(0), sym_start, image]) 80 address_list.append([match.group(0), symbol, image])
|
/arm-trusted-firmware-2.8.0/lib/zlib/ |
A D | inftrees.c | 57 unsigned match; /* use base and extra for symbol >= match */ local 184 match = 20; 189 match = 257; 194 match = 0; 217 if (work[sym] + 1U < match) { 221 else if (work[sym] >= match) { 222 here.op = (unsigned char)(extra[work[sym] - match]); 223 here.val = base[work[sym] - match];
|
/arm-trusted-firmware-2.8.0/ |
A D | .versionrc.js | 95 const major = contents.match(/^VERSION_MAJOR\s*:=\s*(\d+?)$/m)[1]; 96 const minor = contents.match(/^VERSION_MINOR\s*:=\s*(\d+?)$/m)[1];
|
A D | .editorconfig | 20 # set default to match [LCS] .c/.h settings.
|
/arm-trusted-firmware-2.8.0/plat/intel/soc/common/soc/ |
A D | socfpga_reset_manager.c | 92 static int poll_idle_status(uint32_t addr, uint32_t mask, uint32_t match) in poll_idle_status() argument 97 if ((mmio_read_32(addr) & mask) == match) { in poll_idle_status()
|
/arm-trusted-firmware-2.8.0/fdts/ |
A D | arm_fpga.dts | 97 /* The GICR size will be adjusted at runtime to match the cores. */
|
/arm-trusted-firmware-2.8.0/plat/nvidia/tegra/scat/ |
A D | bl31.scat | 197 /* PLAT_PERCPU_BAKERY_LOCK_SIZE does not match bakery lock requirements */
|
/arm-trusted-firmware-2.8.0/docs/components/fconf/ |
A D | index.rst | 73 Then, a wrapper has to be provided to match the ``FCONF_GET_PROPERTY()`` macro:
|
/arm-trusted-firmware-2.8.0/docs/plat/ |
A D | allwinner.rst | 132 address space. So the virtual addresses used in BL31 match the physical
|
A D | rpi3.rst | 62 between them so that the addresses they are loaded to match the ones specified 197 The build system concatenates BL1 and the FIP so that the addresses match the
|
/arm-trusted-firmware-2.8.0/docs/design/ |
A D | trusted-board-boot.rst | 145 registers. If they match, the BL2 hash is read from the certificate. 188 if the hashes match.
|
A D | reset-design.rst | 104 BL31 is loaded to its runtime address, which must match the CPU's ``RVBAR_EL3``
|
A D | auth-framework.rst | 506 auth_param_type_desc_t *hash; /* Hash to match with */ 652 CoT array, so the descriptors location in the array must match the identifiers. 684 - ``AUTH_METHOD_HASH``: the hash of the image must match the hash extracted
|
A D | firmware-design.rst | 1507 - And the errata identifier: the identifier must match what's used in the
|
/arm-trusted-firmware-2.8.0/docs/plat/arm/fvp/ |
A D | index.rst | 99 required to match the run time characteristics of the older versions. 223 The address provided to the FVP must match the ``EL3_PAYLOAD_BASE`` address 389 versions must match. The Foundation FVP defaults to the highest v8.x
|
/arm-trusted-firmware-2.8.0/docs/components/ |
A D | exception-handling.rst | 110 priority of the acknowledged interrupt is used to match its registered handler. 239 priority of secure interrupts must match that as determined in the 613 dispatcher match. The |EHF| cannot verify that this has been followed.
|
A D | el3-spmc.rst | 457 SP manifest field should match the number of physical PE.
|
/arm-trusted-firmware-2.8.0/docs/plat/arm/ |
A D | arm-build-options.rst | 16 should match the frame used by the Non-Secure image (normally the Linux
|
/arm-trusted-firmware-2.8.0/docs/plat/arm/juno/ |
A D | index.rst | 43 match the uboot image packaged as BL33 in the corresponding fip file. It is
|
/arm-trusted-firmware-2.8.0/docs/threat_model/ |
A D | threat_model_spm.rst | 764 | | provided sender ID must match the ID of the | 797 | | The provided receiver ID must match the ID of the |
|
/arm-trusted-firmware-2.8.0/docs/process/ |
A D | coding-guidelines.rst | 172 | ``vsnprintf`` | Caution | inspect va_list match types |
|
/arm-trusted-firmware-2.8.0/docs/design_documents/ |
A D | measured_boot_poc.rst | 293 boot process and therefore, they should match the logs dumped by the former
|
/arm-trusted-firmware-2.8.0/docs/ |
A D | change-log.md | 3513 - Update error codes to match Linux and PMU Firmware 4648 Drop \_ADDRESS from K3_USART_BASE to match other defines, Remove MSMC port 5255 - Migrated to use of u_register_t for register read/write to better match 6334 match. This behaviour has been made consistent across the debug and release
|