summaryrefslogtreecommitdiff
path: root/target-xtensa/import_core.sh
AgeCommit message (Collapse)AuthorFilesLines
2015-07-06target-xtensa: fix gdb register map constructionMax Filippov1-4/+2
Due to different gdb overlay organization between windowed/call0 configurations core import script doesn't always work correctly. Simplify the script: always copy complete gdb register map from overlay, count registers at core registerstion time. Update existing cores. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
2014-11-03target-xtensa: add core importing scriptMax Filippov1-0/+53
This script copies configuration and gdb information from the xtensa configuration overlay archive and registers new xtensa core. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>