mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH v4 0/2] add JTAG debugging support
@ 2019-06-24 10:00 Oleksij Rempel
  2019-06-24 10:00 ` [PATCH v4 1/2] add CONFIG_PBL_BREAK option Oleksij Rempel
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Oleksij Rempel @ 2019-06-24 10:00 UTC (permalink / raw)
  To: barebox; +Cc: Oleksij Rempel

changes v4:
- rebase against latest git next barebox
- make sure barebox header is not broken by PBL patch

Oleksij Rempel (1):
  add CONFIG_PBL_BREAK option

Rouven Czerwinski (1):
  add gdb helper scripts to load barebox symbols

 Documentation/user/debugging.rst        | 21 +++++++++
 Documentation/user/user-manual.rst      |  1 +
 arch/arm/cpu/common.c                   | 13 ++++++
 arch/arm/cpu/start.c                    |  2 +
 arch/arm/include/asm/barebox-arm-head.h |  7 +++
 arch/arm/include/asm/barebox-arm.h      |  1 +
 common/Kconfig                          |  8 ++++
 scripts/gdb/helper.py                   | 60 +++++++++++++++++++++++++
 8 files changed, 113 insertions(+)
 create mode 100644 Documentation/user/debugging.rst
 create mode 100644 scripts/gdb/helper.py

-- 
2.20.1


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2019-06-27  9:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-24 10:00 [PATCH v4 0/2] add JTAG debugging support Oleksij Rempel
2019-06-24 10:00 ` [PATCH v4 1/2] add CONFIG_PBL_BREAK option Oleksij Rempel
2019-06-24 10:00 ` [PATCH v4 2/2] add gdb helper scripts to load barebox symbols Oleksij Rempel
2019-06-27  9:05 ` [PATCH v4 0/2] add JTAG debugging support Sascha Hauer

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