public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [RFC PATCH v1 0/2] kgdb:add breakpoint and arm support
@ 2014-11-01  5:12 Peng Fan
  2014-11-01  5:12 ` [U-Boot] [RFC PATCH v1 1/2] kgdb: add breakpoint support Peng Fan
  2014-11-01  5:12 ` [U-Boot] [RFC PATCH v1 2/2] arm:kgdb add KGDB support for arm platform Peng Fan
  0 siblings, 2 replies; 7+ messages in thread
From: Peng Fan @ 2014-11-01  5:12 UTC (permalink / raw)
  To: u-boot

There were patches about this part before, such as
http://lists.denx.de/pipermail/u-boot/2010-April/069592.html
https://www.mail-archive.com/u-boot at lists.denx.de/msg13464.html
And I reference that piece of code.

I have verified this patch set on freescale mx6sxsabresd revb board.
Because the board related kgdb serial code is not fine for patch review,
I just sent out the common code for review.

I am not sure whether this patch set will break other platform's kgdb support
or not, so request for comment.


Peng Fan (2):
  kgdb: add breakpoint support
  arm:kgdb add KGDB support for arm platform

 arch/arm/include/asm/proc-armv/ptrace.h |   2 +-
 arch/arm/include/asm/signal.h           |   1 +
 arch/arm/lib/Makefile                   |   3 +
 arch/arm/lib/crt0.S                     |   4 +
 arch/arm/lib/interrupts.c               |  24 +++
 arch/arm/lib/kgdb/kgdb.c                | 231 +++++++++++++++++++++++++++
 arch/arm/lib/kgdb/setjmp.S              |  20 +++
 arch/arm/lib/vectors.S                  |  28 ++++
 common/kgdb.c                           | 273 ++++++++++++++++++++++++++++++++
 include/kgdb.h                          |  35 ++++
 10 files changed, 620 insertions(+), 1 deletion(-)
 create mode 100644 arch/arm/include/asm/signal.h
 create mode 100644 arch/arm/lib/kgdb/kgdb.c
 create mode 100644 arch/arm/lib/kgdb/setjmp.S

-- 
1.8.4.5

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-11-04 13:09 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-01  5:12 [U-Boot] [RFC PATCH v1 0/2] kgdb:add breakpoint and arm support Peng Fan
2014-11-01  5:12 ` [U-Boot] [RFC PATCH v1 1/2] kgdb: add breakpoint support Peng Fan
2014-11-04  6:46   ` Simon Glass
2014-11-04 12:23     ` Peng Fan
2014-11-01  5:12 ` [U-Boot] [RFC PATCH v1 2/2] arm:kgdb add KGDB support for arm platform Peng Fan
2014-11-04  6:58   ` Simon Glass
2014-11-04 13:09     ` Peng Fan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox