All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5] xen/arm: Add support for Huawei hip04-d01 platform
@ 2015-02-20  9:56 Frediano Ziglio
  2015-02-20  9:56 ` [PATCH v5 1/4] xen/arm: Make gic-v2 code handle " Frediano Ziglio
                   ` (4 more replies)
  0 siblings, 5 replies; 32+ messages in thread
From: Frediano Ziglio @ 2015-02-20  9:56 UTC (permalink / raw)
  To: Ian Campbell, Stefano Stabellini, Tim Deegan, Julien Grall,
	frediano.ziglio
  Cc: zoltan.kiss, xen-devel

This set of patches add Xen support for hip04-d01 platform (see https://wiki.linaro.org/Boards/D01 for details).

Changes from v4:
- rebased to new version;
- removed patch for computing GIC addresses as it apply to all platforms;
- removed patches to platform (cpu and system operations) as now they can
  use a bootwrapper which provide them.

Changes from v3:
- change the way regs property is computed for GICv2 (Julien Grall);
- revert order of compaible names for GIC (Julien Grall).

Changes from v2:
- rewrote DTS fix patch (Ian Campbell);
- use is_hip04 macro instead of doing explicit test (Julien Grall);
- do not use quirks to distinguish this platform (Ian Cambell);
- move some GIC constants to C files instead of header (Julien Grall);
- minor changes (Julien Grall).

Changes from v1:
- style (Julien Grall);
- make gicv2_send_SGI faster (Julien Grall);
- cleanup correctly if hip04_smp_init fails (Julien Grall);
- remove quirks using compatibility (Ian Campbell);
- other minor suggestions by Julien Grall.

Frediano Ziglio (4):
  xen/arm: Make gic-v2 code handle hip04-d01 platform
  xen/arm: Add support for DTBs with strange names of Hip04 GICv2
  xen/arm: handle GICH register changes for hip04-d01 platform
  xen/arm: Force dom0 to use normal GICv2 driver on Hip04 platform

 xen/arch/arm/gic-v2.c     | 119 ++++++++++++++++++++++++++++++++++++----------
 xen/arch/arm/gic.c        |   3 +-
 xen/include/asm-arm/gic.h |   6 ++-
 3 files changed, 101 insertions(+), 27 deletions(-)

-- 
1.9.1

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

end of thread, other threads:[~2015-02-26 17:59 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-20  9:56 [PATCH v5] xen/arm: Add support for Huawei hip04-d01 platform Frediano Ziglio
2015-02-20  9:56 ` [PATCH v5 1/4] xen/arm: Make gic-v2 code handle " Frediano Ziglio
2015-02-24 16:16   ` Ian Campbell
2015-02-25 15:28     ` [PATCH v5.99.1 RFC 0/4] xen/arm: Add support for Huawei " Frediano Ziglio
2015-02-25 15:28       ` [PATCH v5.99.1 RFC 1/4] xen/arm: Duplicate gic-v2.c file to support hip04 platform version Frediano Ziglio
2015-02-25 15:34         ` Julien Grall
2015-02-25 15:42           ` Frediano Ziglio
2015-02-25 15:46           ` Ian Campbell
2015-02-25 15:47           ` Frediano Ziglio
2015-02-25 16:34         ` Stefano Stabellini
2015-02-25 16:59           ` Ian Campbell
2015-02-26 12:44             ` Ian Campbell
2015-02-26 13:54               ` Julien Grall
2015-02-26 15:28                 ` Ian Campbell
2015-02-26 17:39           ` Ian Campbell
2015-02-26 17:59             ` Stefano Stabellini
2015-02-25 15:28       ` [PATCH v5.99.1 RFC 2/4] xen/arm: Make gic-v2 code handle hip04-d01 platform Frediano Ziglio
2015-02-25 16:53         ` Stefano Stabellini
2015-02-26  9:54           ` Frediano Ziglio
2015-02-25 15:28       ` [PATCH v5.99.1 RFC 3/4] xen/arm: handle GICH register changes for " Frediano Ziglio
2015-02-25 16:53         ` Stefano Stabellini
2015-02-25 15:28       ` [PATCH v5.99.1 RFC 4/4] xen/arm: Force dom0 to use normal GICv2 driver on Hip04 platform Frediano Ziglio
2015-02-25 16:54         ` Stefano Stabellini
2015-02-20  9:56 ` [PATCH v5 2/4] xen/arm: Add support for DTBs with strange names of Hip04 GICv2 Frediano Ziglio
2015-02-24 14:19   ` Julien Grall
2015-02-24 16:13     ` Ian Campbell
2015-02-24 16:38       ` Frediano Ziglio
2015-02-24 14:19   ` Julien Grall
2015-02-20  9:56 ` [PATCH v5 3/4] xen/arm: handle GICH register changes for hip04-d01 platform Frediano Ziglio
2015-02-20  9:56 ` [PATCH v5 4/4] xen/arm: Force dom0 to use normal GICv2 driver on Hip04 platform Frediano Ziglio
2015-02-25 16:43 ` [PATCH v5] xen/arm: Add support for Huawei hip04-d01 platform Ian Campbell
2015-02-25 17:10   ` Frediano Ziglio

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.