xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] Implement errata 766422
@ 2013-07-31 14:49 Julien Grall
  2013-07-31 14:49 ` [PATCH v3 1/2] xen/arm: Start to implement an ARM decoder instruction Julien Grall
  2013-07-31 14:49 ` [PATCH v3 2/2] xen/arm: errata 766422: decode thumb store during data abort Julien Grall
  0 siblings, 2 replies; 8+ messages in thread
From: Julien Grall @ 2013-07-31 14:49 UTC (permalink / raw)
  To: xen-devel, ian.campbell; +Cc: patches, tim, Julien Grall, stefano.stabellini

Hi,

This is the third 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).

The previous version of this patch series was called "Add support for THUMB
guest kernel", and the first 2 patches is now upstream.

I divided the third patch in two part:
    - The first patch implements a basic decoder to fill the ISS field
    of the hsr_dabt struct
    - The second patch implements the errata

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

 xen/arch/arm/Makefile                 |    1 +
 xen/arch/arm/decode.c                 |  143 +++++++++++++++++++++++++++++++++
 xen/arch/arm/decode.h                 |   38 +++++++++
 xen/arch/arm/traps.c                  |   12 +++
 xen/include/asm-arm/arm32/processor.h |    4 +
 xen/include/asm-arm/arm64/processor.h |    2 +
 6 files changed, 200 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] 8+ messages in thread

end of thread, other threads:[~2013-08-01 14:31 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-31 14:49 [PATCH v3 0/2] Implement errata 766422 Julien Grall
2013-07-31 14:49 ` [PATCH v3 1/2] xen/arm: Start to implement an ARM decoder instruction Julien Grall
2013-07-31 15:34   ` Ian Campbell
2013-07-31 16:18     ` Julien Grall
2013-07-31 16:26       ` Ian Campbell
2013-07-31 16:39         ` Julien Grall
2013-08-01 14:31           ` Ian Campbell
2013-07-31 14:49 ` [PATCH v3 2/2] xen/arm: errata 766422: decode thumb store during data abort Julien Grall

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).