Home
last modified time | relevance | path

Searched refs:binary_size (Results 1 – 11 of 11) sorted by relevance

/arm-trusted-firmware-2.8.0/plat/arm/board/n1sdp/fdts/
A Dn1sdp_optee_spmc_manifest.dts17 * binary_size: size of BL32 + TOS_FW_CONFIG
27 binary_size = <0x2000000>;
/arm-trusted-firmware-2.8.0/plat/arm/board/corstone1000/common/fdts/
A Dcorstone1000_spmc_manifest.dts17 * binary_size: size of BL32 + TOS_FW_CONFIG
27 binary_size = <0xae000>;
/arm-trusted-firmware-2.8.0/include/services/
A Dspm_core_manifest.h44 uint32_t binary_size; member
/arm-trusted-firmware-2.8.0/plat/qemu/common/
A Dqemu_spmd_manifest.c27 manifest->binary_size = BL32_LIMIT - BL32_BASE; in plat_spm_core_manifest_load()
/arm-trusted-firmware-2.8.0/plat/common/
A Dplat_spmd_manifest.c63 rc = fdt_read_uint32(fdt, node, "binary_size", &attr->binary_size); in manifest_parse_attribute()
84 VERBOSE(" binary_size: 0x%x\n", attr->binary_size); in manifest_parse_attribute()
/arm-trusted-firmware-2.8.0/plat/arm/board/fvp/fdts/
A Dfvp_spmc_optee_sp_manifest.dts27 binary_size = <0x80000>;
A Dfvp_spmc_manifest.dts27 binary_size = <0x80000>;
/arm-trusted-firmware-2.8.0/plat/arm/board/tc/fdts/
A Dtc_spmc_manifest.dts20 binary_size = <0x80000>;
A Dtc_spmc_optee_sp_manifest.dts20 binary_size = <0x80000>;
/arm-trusted-firmware-2.8.0/services/std_svc/spmd/
A Dspmd_main.c517 assert(!check_uptr_overflow(spmc_attrs.load_address, spmc_attrs.binary_size)); in spmd_check_address_in_binary_image()
520 (address < (spmc_attrs.load_address + spmc_attrs.binary_size))); in spmd_check_address_in_binary_image()
/arm-trusted-firmware-2.8.0/docs/components/
A Dsecure-partition-manager.rst446 binary_size = <0x60000>;
455 - *load_address* and *binary_size* are mostly used to verify secondary

Completed in 25 milliseconds