Searched refs:heap (Results 1 – 16 of 16) sorted by relevance
/tf-a-ffa_el3_spmc/drivers/auth/mbedtls/ |
A D | mbedtls_common.c | 64 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()
|
/tf-a-ffa_el3_spmc/plat/arm/board/rdv1mc/fdts/ |
A D | rdv1mc_tb_fw_config.dts | 18 * 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.
|
/tf-a-ffa_el3_spmc/plat/arm/board/sgi575/fdts/ |
A D | sgi575_tb_fw_config.dts | 18 * 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.
|
/tf-a-ffa_el3_spmc/plat/arm/board/sgm775/fdts/ |
A D | sgm775_tb_fw_config.dts | 18 * 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.
|
/tf-a-ffa_el3_spmc/plat/arm/css/sgm/fdts/ |
A D | sgm_tb_fw_config.dts | 17 * 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.
|
/tf-a-ffa_el3_spmc/plat/arm/board/juno/fdts/ |
A D | juno_tb_fw_config.dts | 16 * 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.
|
/tf-a-ffa_el3_spmc/plat/arm/board/rde1edge/fdts/ |
A D | rde1edge_tb_fw_config.dts | 18 * 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.
|
/tf-a-ffa_el3_spmc/plat/arm/board/rdn1edge/fdts/ |
A D | rdn1edge_tb_fw_config.dts | 17 * 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.
|
/tf-a-ffa_el3_spmc/plat/arm/board/rdn2/fdts/ |
A D | rdn2_tb_fw_config.dts | 18 * 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.
|
/tf-a-ffa_el3_spmc/plat/arm/board/rdv1/fdts/ |
A D | rdv1_tb_fw_config.dts | 18 * 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.
|
/tf-a-ffa_el3_spmc/plat/arm/common/ |
A D | arm_dyn_cfg.c | 55 static unsigned char heap[TF_MBEDTLS_HEAP_SIZE]; in arm_get_mbedtls_heap() local 57 *heap_addr = heap; in arm_get_mbedtls_heap() 58 *heap_size = sizeof(heap); in arm_get_mbedtls_heap() 59 mbedtls_heap_addr = heap; in arm_get_mbedtls_heap() 60 mbedtls_heap_size = sizeof(heap); in arm_get_mbedtls_heap()
|
/tf-a-ffa_el3_spmc/plat/arm/board/tc/fdts/ |
A D | tc_tb_fw_config.dts | 17 * 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.
|
/tf-a-ffa_el3_spmc/plat/arm/board/fvp/fdts/ |
A D | fvp_tb_fw_config.dts | 18 * 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.
|
/tf-a-ffa_el3_spmc/docs/components/fconf/ |
A D | index.rst | 55 mbedtls heap info etc.
|
/tf-a-ffa_el3_spmc/docs/getting_started/ |
A D | porting-guide.rst | 849 This function is invoked during Mbed TLS library initialisation to get a heap, 850 by means of a starting address and a size. This heap will then be used 852 must be able to provide a heap to it. 855 which a heap is statically reserved during compile time inside every image 857 the function simply returns the address and size of this "pre-allocated" heap. 862 optimise memory usage. For example, on some Arm platforms, the Mbed TLS heap is
|
/tf-a-ffa_el3_spmc/docs/ |
A D | change-log.rst | 1885 - arm/juno: Use shared mbedtls heap between BL1 and BL2 and add basic support for 1971 - mbedtls: Remove weak heap implementation 1989 - arm/sgm: Temporarily disable shared Mbed TLS heap for SGM 2875 - Add support to Mbed TLS drivers for shared heap among different 2896 - Support shared Mbed TLS heap between BL1 and BL2 that allow a 2907 - Support shared Mbed TLS heap for SGI and SGM between BL1 and BL2
|
Completed in 42 milliseconds