Skip to content

Commit

Permalink
arm: Support hardware debug
Browse files Browse the repository at this point in the history
Signed-off-by: wangmingrong1 <wangmingrong1@xiaomi.com>
  • Loading branch information
W-M-R committed Jan 20, 2025
1 parent 0403699 commit c0dbd77
Show file tree
Hide file tree
Showing 4 changed files with 525 additions and 1 deletion.
1 change: 1 addition & 0 deletions arch/arm/src/armv7-a/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ list(
arm_cache.c
arm_cpuinfo.c
arm_dataabort.c
arm_dbgmonitor.c
arm_doirq.c
arm_gicv2.c
arm_gicv2_dump.c
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/src/armv7-a/Make.defs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ CMN_ASRCS += arm_cpuhead.S arm_vectors.S arm_saveusercontext.S
# Common C source files

CMN_CSRCS += arm_cache.c arm_cpuinfo.c arm_dataabort.c
CMN_CSRCS += arm_doirq.c arm_gicv2.c arm_gicv2_dump.c
CMN_CSRCS += arm_dbgmonitor.c arm_doirq.c arm_gicv2.c arm_gicv2_dump.c
CMN_CSRCS += arm_initialstate.c arm_mmu.c arm_prefetchabort.c
CMN_CSRCS += arm_schedulesigaction.c arm_sigdeliver.c
CMN_CSRCS += arm_syscall.c arm_tcbinfo.c arm_undefinedinsn.c
Expand Down
Loading

0 comments on commit c0dbd77

Please sign in to comment.