xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v5 0/2] Implement erratum 766422
@ 2013-08-08 12:56 Julien Grall
  2013-08-08 12:56 ` [PATCH v5 1/2] xen/arm: Start to implement an ARM decoder instruction Julien Grall
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Julien Grall @ 2013-08-08 12:56 UTC (permalink / raw)
  To: xen-devel; +Cc: patches, tim, ian.campbell, Julien Grall, stefano.stabellini

This is fifth version of this patch series. It allows a guest kernel to
use THUMB set instructions on the processor affected by the errata 766422 (for
instance the Arndale board).

This patch series is divided in two patch:
    - The first patch implements a basic decoder to fill the ISS field
      of the hsr_dabt struct
    - The second patch implements the errata

Since the last version, only minor changes was made. See each patch, for the
changes.

Cheers,

Julien Grall (2):
  xen/arm: Start to implement an ARM decoder instruction
  xen/arm: erratum 766422: decode thumb store during data abort

 xen/arch/arm/Makefile                 |    1 +
 xen/arch/arm/decode.c                 |  165 +++++++++++++++++++++++++++++++++
 xen/arch/arm/decode.h                 |   49 ++++++++++
 xen/arch/arm/traps.c                  |   15 +++
 xen/include/asm-arm/arm32/processor.h |    4 +
 xen/include/asm-arm/arm64/processor.h |    2 +
 6 files changed, 236 insertions(+)
 create mode 100644 xen/arch/arm/decode.c
 create mode 100644 xen/arch/arm/decode.h

-- 
1.7.10.4

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

end of thread, other threads:[~2013-08-20 15:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-08 12:56 [PATCH v5 0/2] Implement erratum 766422 Julien Grall
2013-08-08 12:56 ` [PATCH v5 1/2] xen/arm: Start to implement an ARM decoder instruction Julien Grall
2013-08-08 12:56 ` [PATCH v5 2/2] xen/arm: erratum 766422: decode thumb store during data abort Julien Grall
2013-08-20 15:05 ` [PATCH v5 0/2] Implement erratum 766422 Ian Campbell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).