public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/5] kgdb cleanup and Blackfin kgdb port
@ 2009-12-21 23:40 Mike Frysinger
  2009-12-21 23:40 ` [U-Boot] [PATCH 1/5] kgdb: add default generic stubs Mike Frysinger
                   ` (5 more replies)
  0 siblings, 6 replies; 18+ messages in thread
From: Mike Frysinger @ 2009-12-21 23:40 UTC (permalink / raw)
  To: u-boot

I can take care of merging the Blackfin-specific KGDB piece through my
tree since it depends on some other Blackfin patches.  But all the KGDB
common changes can be merged now.

Mike Frysinger (1):
  kgdb: drop duplicate debugger_exception_handler

Robin Getz (4):
  kgdb: add default generic stubs
  kgdb: update mem2hex/hex2mem funcs
  asm-generic/signal.h: import from linux
  Blackfin: add support for kgdb

 common/Makefile                              |    2 +-
 common/kgdb.c                                |   43 ++-
 common/kgdb_stubs.c                          |   64 ++++
 cpu/74xx_7xx/traps.c                         |    4 -
 cpu/blackfin/interrupt.S                     |  105 +++++++
 cpu/blackfin/traps.c                         |   57 ++++-
 cpu/mpc5xx/traps.c                           |    4 -
 cpu/mpc5xxx/traps.c                          |    4 -
 cpu/mpc8220/traps.c                          |    4 -
 cpu/mpc8260/traps.c                          |    4 -
 cpu/mpc85xx/traps.c                          |    4 -
 cpu/mpc86xx/traps.c                          |    4 -
 cpu/mpc8xx/traps.c                           |    4 -
 cpu/ppc4xx/traps.c                           |    4 -
 include/asm-blackfin/config.h                |    7 +
 include/asm-blackfin/deferred.h              |   20 ++
 include/asm-blackfin/entry.h                 |   10 +
 include/asm-blackfin/mach-common/bits/core.h |    3 +
 include/asm-blackfin/signal.h                |    1 +
 include/asm-generic/signal.h                 |  101 ++++++
 include/configs/bfin_adi_common.h            |    1 +
 lib_blackfin/Makefile                        |    2 +
 lib_blackfin/__kgdb.S                        |  155 ++++++++++
 lib_blackfin/board.c                         |    6 +
 lib_blackfin/kgdb.c                          |  423 ++++++++++++++++++++++++++
 lib_blackfin/kgdb.h                          |  160 ++++++++++
 lib_blackfin/string.c                        |   44 +++-
 27 files changed, 1180 insertions(+), 60 deletions(-)
 create mode 100644 common/kgdb_stubs.c
 create mode 100644 include/asm-blackfin/deferred.h
 create mode 100644 include/asm-blackfin/signal.h
 create mode 100644 include/asm-generic/signal.h
 create mode 100644 lib_blackfin/__kgdb.S
 create mode 100644 lib_blackfin/kgdb.c
 create mode 100644 lib_blackfin/kgdb.h

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

end of thread, other threads:[~2010-01-22 18:21 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-21 23:40 [U-Boot] [PATCH 0/5] kgdb cleanup and Blackfin kgdb port Mike Frysinger
2009-12-21 23:40 ` [U-Boot] [PATCH 1/5] kgdb: add default generic stubs Mike Frysinger
2010-01-17 23:23   ` Wolfgang Denk
2009-12-21 23:40 ` [U-Boot] [PATCH 2/5] kgdb: drop duplicate debugger_exception_handler Mike Frysinger
2010-01-17 23:23   ` Wolfgang Denk
2009-12-21 23:40 ` [U-Boot] [PATCH 3/5] kgdb: update mem2hex/hex2mem funcs Mike Frysinger
2010-01-17 23:24   ` Wolfgang Denk
2010-01-20 17:34     ` [U-Boot] U-Boot for LENO3 processor board K Balaji
2010-01-21 13:14       ` Detlev Zundel
2010-01-21 14:02         ` Daniel Hellstrom
2010-01-22 18:21           ` K Balaji
2010-01-21 14:04         ` Daniel Hellstrom
2010-01-22 18:10         ` K Balaji
2009-12-21 23:40 ` [U-Boot] [PATCH 4/5] asm-generic/signal.h: import from linux Mike Frysinger
2009-12-21 23:40 ` [U-Boot] [PATCH 5/5] Blackfin: add support for kgdb Mike Frysinger
2010-01-17 23:25 ` [U-Boot] [PATCH 0/5] kgdb cleanup and Blackfin kgdb port Wolfgang Denk
2010-01-18  1:37   ` [U-Boot] Pull request u-boot-blackfin.git Mike Frysinger
2010-01-21 20:55     ` Wolfgang Denk

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