Home
last modified time | relevance | path

Searched refs:heap (Results 1 – 18 of 18) sorted by relevance

/arm-trusted-firmware-2.8.0/drivers/auth/mbedtls/
A Dmbedtls_common.c64 static unsigned char heap[TF_MBEDTLS_HEAP_SIZE]; in get_mbedtls_heap_helper() local
69 *heap_addr = heap; in get_mbedtls_heap_helper()
70 *heap_size = sizeof(heap); in get_mbedtls_heap_helper()
/arm-trusted-firmware-2.8.0/plat/arm/board/n1sdp/fdts/
A Dn1sdp_tb_fw_config.dts17 * heap information. The default values don't matter since
19 * In case of having shared Mbed TLS heap between BL1 and BL2,
21 * info about the shared heap. This info will be available for
22 * BL2 in order to locate and re-use the heap.
/arm-trusted-firmware-2.8.0/plat/arm/board/rde1edge/fdts/
A Drde1edge_tb_fw_config.dts18 * heap information. The default values don't matter since
20 * In case of having shared Mbed TLS heap between BL1 and BL2,
22 * info about the shared heap. This info will be available for
23 * BL2 in order to locate and re-use the heap.
/arm-trusted-firmware-2.8.0/plat/arm/board/rdn1edge/fdts/
A Drdn1edge_tb_fw_config.dts17 * heap information. The default values don't matter since
19 * In case of having shared Mbed TLS heap between BL1 and BL2,
21 * info about the shared heap. This info will be available for
22 * BL2 in order to locate and re-use the heap.
/arm-trusted-firmware-2.8.0/plat/arm/board/rdn2/fdts/
A Drdn2_tb_fw_config.dts18 * heap information. The default values don't matter since
20 * In case of having shared Mbed TLS heap between BL1 and BL2,
22 * info about the shared heap. This info will be available for
23 * BL2 in order to locate and re-use the heap.
/arm-trusted-firmware-2.8.0/plat/arm/board/rdv1/fdts/
A Drdv1_tb_fw_config.dts18 * heap information. The default values don't matter since
20 * In case of having shared Mbed TLS heap between BL1 and BL2,
22 * info about the shared heap. This info will be available for
23 * BL2 in order to locate and re-use the heap.
/arm-trusted-firmware-2.8.0/plat/arm/board/rdv1mc/fdts/
A Drdv1mc_tb_fw_config.dts18 * heap information. The default values don't matter since
20 * In case of having shared Mbed TLS heap between BL1 and BL2,
22 * info about the shared heap. This info will be available for
23 * BL2 in order to locate and re-use the heap.
/arm-trusted-firmware-2.8.0/plat/arm/board/sgi575/fdts/
A Dsgi575_tb_fw_config.dts18 * heap information. The default values don't matter since
20 * In case of having shared Mbed TLS heap between BL1 and BL2,
22 * info about the shared heap. This info will be available for
23 * BL2 in order to locate and re-use the heap.
/arm-trusted-firmware-2.8.0/plat/arm/board/juno/fdts/
A Djuno_tb_fw_config.dts16 * heap information. The default values don't matter since
18 * In case of having shared Mbed TLS heap between BL1 and BL2,
20 * info about the shared heap. This info will be available for
21 * BL2 in order to locate and re-use the heap.
/arm-trusted-firmware-2.8.0/plat/arm/board/morello/fdts/
A Dmorello_tb_fw_config.dts17 * heap information. The default values don't matter since
19 * In case of having shared Mbed TLS heap between BL1 and BL2,
21 * info about the shared heap. This info will be available for
22 * BL2 in order to locate and re-use the heap.
/arm-trusted-firmware-2.8.0/plat/arm/common/
A Darm_dyn_cfg.c51 static unsigned char heap[TF_MBEDTLS_HEAP_SIZE]; in arm_get_mbedtls_heap() local
53 *heap_addr = heap; in arm_get_mbedtls_heap()
54 *heap_size = sizeof(heap); in arm_get_mbedtls_heap()
55 mbedtls_heap_addr = heap; in arm_get_mbedtls_heap()
56 mbedtls_heap_size = sizeof(heap); in arm_get_mbedtls_heap()
/arm-trusted-firmware-2.8.0/plat/arm/board/tc/fdts/
A Dtc_tb_fw_config.dts19 * heap information. The default values don't matter since
21 * In case of having shared Mbed TLS heap between BL1 and BL2,
23 * info about the shared heap. This info will be available for
24 * BL2 in order to locate and re-use the heap.
/arm-trusted-firmware-2.8.0/plat/arm/board/fvp/fdts/
A Dfvp_tb_fw_config.dts20 * heap information. The default values don't matter since
22 * In case of having shared Mbed TLS heap between BL1 and BL2,
24 * info about the shared heap. This info will be available for
25 * BL2 in order to locate and re-use the heap.
/arm-trusted-firmware-2.8.0/fdts/
A Dstm32mp13-bl2.dtsi77 /* Use SRAM2 to manage the mbedTLS heap */
A Dstm32mp15-bl2.dtsi107 * heap information.
/arm-trusted-firmware-2.8.0/docs/components/fconf/
A Dindex.rst55 mbedtls heap info etc.
/arm-trusted-firmware-2.8.0/docs/getting_started/
A Dporting-guide.rst1070 This function is invoked during Mbed TLS library initialisation to get a heap,
1071 by means of a starting address and a size. This heap will then be used
1073 must be able to provide a heap to it.
1076 which a heap is statically reserved during compile time inside every image
1078 the function simply returns the address and size of this "pre-allocated" heap.
1083 optimise memory usage. For example, on some Arm platforms, the Mbed TLS heap is
/arm-trusted-firmware-2.8.0/docs/
A Dchange-log.md4543 - arm/juno: Use shared mbedtls heap between BL1 and BL2 and add basic support
4602 - mbedtls: Remove weak heap implementation
4614 - arm/sgm: Temporarily disable shared Mbed TLS heap for SGM
5354 - Add support to Mbed TLS drivers for shared heap among different BL images to
5370 - Support shared Mbed TLS heap between BL1 and BL2 that allow a reduction in
5378 - Support shared Mbed TLS heap for SGI and SGM between BL1 and BL2

Completed in 38 milliseconds