Fixed the problem that mm0 would read registers from actual MR0

instead of MR_UNUSED_START.
This commit is contained in:
Bahadir Balban
2008-02-04 19:35:13 +00:00
parent ddba7536cb
commit ca5229ff88
6 changed files with 26 additions and 5 deletions

4
tools/helper-scripts/touch_all Executable file
View File

@@ -0,0 +1,4 @@
find . -exec touch {} \;
# or
# find . | xargs touch

13
tools/l4-qemunew Executable file
View File

@@ -0,0 +1,13 @@
cd build
#arm-none-eabi-insight &
/opt/bin/qemu-system-arm -s -kernel final.axf -nographic -m 128 -M versatilepb &
arm-none-eabi-insight ; pkill qemu-system-arm
#arm-none-eabi-gdb ; pkill qemu-system-arm
cd ..
# TODO:
# insight works ok if gdbinit script is run from the insight
# command window. Then one needs to break at bkpt_phys_to_virt and do:
# sym start.axf
# Then continue execution to see all symbols. This must be done automatic.