tools: Add show_memory script
show_memory is a simple tools that parse the blx.map files and print a
representation of the memory layout for the latest build.
This representation is based on standard symbols present on the map
files as: __TEXT_START/END__, __RODATA_START/END__, __STACKS_START/END__
, etc..

Change-Id: Iba3e301a1a9fee9a35abf1afdb69093617d33929
Signed-off-by: Louis Mayencourt <louis.mayencourt@arm.com>
1 parent 8226297 commit ea698c1ea4395d0d4a225bb7159442b5d0aa5328
@Louis Mayencourt Louis Mayencourt authored on 14 Oct 2019
Showing 1 changed file
View
tools/memory/print_memory_map.py 0 → 100755