mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* Handle data aborts gracefully
@ 2015-02-26 18:05 Sascha Hauer
  2015-02-26 18:05 ` [PATCH 1/2] ARM: Allow to mask data aborts Sascha Hauer
  2015-02-26 18:05 ` [PATCH 2/2] ARM/mem: handle data aborts gracefully for md Sascha Hauer
  0 siblings, 2 replies; 5+ messages in thread
From: Sascha Hauer @ 2015-02-26 18:05 UTC (permalink / raw)
  To: Barebox List

With this series the md command no longer aborts on inaccessible memory
but instead prints a nice 'XXXXXXXX' for this area. Based on original work
by Jan. I changed it to be compilable on !ARM. It happened that the i.MX6
PCIe controller needs exactly this support, so I continued working on this
patch.

Sascha

----------------------------------------------------------------
Jan Luebbe (1):
      ARM/mem: handle data aborts gracefully for md

Sascha Hauer (1):
      ARM: Allow to mask data aborts

 arch/arm/cpu/exceptions.S      | 22 ++++++++++++++++++++++
 arch/arm/cpu/interrupts.c      | 17 +++++++++++++++++
 arch/arm/include/asm/barebox.h |  4 ++++
 common/memory_display.c        | 34 +++++++++++++++++++++++++++++-----
 include/abort.h                | 37 +++++++++++++++++++++++++++++++++++++
 5 files changed, 109 insertions(+), 5 deletions(-)
 create mode 100644 include/abort.h

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

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

end of thread, other threads:[~2015-02-27 12:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-26 18:05 Handle data aborts gracefully Sascha Hauer
2015-02-26 18:05 ` [PATCH 1/2] ARM: Allow to mask data aborts Sascha Hauer
2015-02-27 12:04   ` Jan Lübbe
2015-02-27 12:18     ` Sascha Hauer
2015-02-26 18:05 ` [PATCH 2/2] ARM/mem: handle data aborts gracefully for md Sascha Hauer

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