Searched hist:be4e7607edcacea761f811acb5db9d9218151e2b (Results 1 – 1 of 1) sorted by relevance
| /optee_os/core/mm/ |
| H A D | core_mmu.c | be4e7607edcacea761f811acb5db9d9218151e2b Tue Feb 11 09:41:54 UTC 2025 Jens Wiklander <jens.wiklander@linaro.org> core: mm: fix carve_out_phys_mem()
carve_out_phys_mem() is prior to this patch not handling cases where the memory to be carved out isn't covered entirely by the physical memory. So fix carve_out_phys_mem() to handle carving out memory that may only overlap partially with the physical memory.
Add debug prints in core_mmu_set_discovered_nsec_ddr() to list the non-secure RAM areas.
Fixes: 941dec3a7f6f ("core: adjust nsec ddr memory size correctly") Fixes: 490c50dfdb33 ("core: assign non-sec DDR configuration from DT") Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org> Reviewed-by: Etienne Carriere <etienne.carriere@foss.st.com>
|