All of lore.kernel.org
 help / color / mirror / Atom feed
* xen/arm: Bootwrapper update to support PSCI and GICv3
@ 2014-11-06 12:48 Julien Grall
  2014-11-10 11:34 ` Ian Campbell
  0 siblings, 1 reply; 12+ messages in thread
From: Julien Grall @ 2014-11-06 12:48 UTC (permalink / raw)
  To: Ian Campbell; +Cc: Stefano Stabellini, xen-devel@lists.xen.org

Hello all,

I've been working on updating our aarch64 bootwrapper
to support new feature such as PSCI and GICv3.

Rather than porting the feature from the Linux bootwrapper [1].
I've added support of Xen on top of the Linux repo.

Below an example to configure bootwrapper with GICv3 and PSCI for
the foundation model:

42sh> ./configure --host=aarch64-linux-gnu		\
--with-kernel-dir=$HOME/linux-build/aarch64	\
--with-dtb=$HOME/arm-trusted-firmware/fdts/fvp-foundation-gicv3-psci.dtb \
--with-cmdline="console=hvc0 earlycon=pl011,0x1c090000 init=/root/init.sh root=/dev/vda" \
--enable-psci --with-xen-cmdline="dtuart=serial0 console=dtuart no-bootscrub"		 \
--with-xen="$HOME/xen" --enable-gicv3
42sh> make

Make will produce a xen-system.axf which is the image used to boot
Xen on the model.

The branch with the new version is:
git://xenbits.xen.org/people/julieng/boot-wrapper-aarch64.git branch xen

Ian, can you update your repo with this new version?

Regards,

[1] git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/boot-wrapper-aarch64.git

-- 
Julien Grall

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

end of thread, other threads:[~2014-11-17  9:44 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-06 12:48 xen/arm: Bootwrapper update to support PSCI and GICv3 Julien Grall
2014-11-10 11:34 ` Ian Campbell
2014-11-10 13:35   ` Christoffer Dall
2014-11-10 14:09     ` [PATCH 1/4] xen: Correction to module@1 (dom0 kernel) DT node Ian Campbell
2014-11-16 20:26       ` Christoffer Dall
2014-11-17  9:42         ` Ian Campbell
2014-11-10 14:09     ` [PATCH 2/4] Fix build when Xen is not enabled Ian Campbell
2014-11-16 21:03       ` Christoffer Dall
2014-11-17  9:44         ` Ian Campbell
2014-11-10 14:10     ` [PATCH 3/4] Select correct dom0 console depending on whether Xen is enabled or not Ian Campbell
2014-11-10 14:10     ` [PATCH 4/4] xen: Disable boot scrub Ian Campbell
2014-11-10 14:10     ` xen/arm: Bootwrapper update to support PSCI and GICv3 Ian Campbell

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.