You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit addresses issues introduced on linker symbols when
MEM_NON_UNIFIED and .datanocopy were added.
- Add _data_(vma/lma)_end symbol to get the address of the data
end address used during the data copy routine of non-unified
platforms
- Move _image_load_end to the original location right before the
vm_images, allowing .datanocopy to be correctly mapped in bao's
first continuous region
- Force _dmem_phys_beg calculation to be related to the type of
memory protection (mpu/mmu) of the platform and not the memory
type (unified/non-unified)
Signed-off-by: Daniel Oliveira <[email protected]>
0 commit comments