From: Bamvor Jian Zhang <bjzhang@suse.com>
To: xen-devel@lists.xen.org
Cc: andre.przywara@calxeda.com, ian.campbell@citrix.com,
Stefano.Stabellini@eu.citrix.com, julien.grall@linaro.org,
bjzhang@suse.com, baozich@gmail.com
Subject: [PATCH V2 0/2] xen: arm: assemble support for Allwinner A31
Date: Tue, 2 Jul 2013 21:11:52 +0800 [thread overview]
Message-ID: <1372770714-1657-1-git-send-email-bjzhang@suse.com> (raw)
These series patch enable Allwinner A31(code name sun6i) support in
assemble. with these patches, the cpu 0 of sun6i SOC could successful
boot into the c environment.
Bamvor Jian Zhang (2):
xen: arm: introduce Cortex-A7 support
xen: arm: implement early prink for 8250 uart
docs/misc/arm/early-printk.txt | 1 +
xen/arch/arm/Rules.mk | 5 ++++
xen/arch/arm/arm32/Makefile | 2 ++
xen/arch/arm/arm32/asm-offsets.c | 5 ++++
xen/arch/arm/arm32/debug-8250.inc | 48 +++++++++++++++++++++++++++++++++++
xen/arch/arm/arm32/head.S | 29 +++++++++++++++++----
xen/arch/arm/arm32/proc-ca15.S | 12 +++++----
xen/arch/arm/arm32/proc-ca7.S | 38 +++++++++++++++++++++++++++
xen/arch/arm/arm32/proc-v7.S | 36 ++++++++++++++++++++++++++
xen/arch/arm/xen.lds.S | 5 ++++
xen/include/asm-arm/arm32/processor.h | 2 ++
xen/include/asm-arm/arm32/procinfo.h | 30 ++++++++++++++++++++++
xen/include/asm-arm/processor-ca15.h | 4 ---
xen/include/asm-arm/processor-ca7.h | 19 ++++++++++++++
14 files changed, 222 insertions(+), 14 deletions(-)
create mode 100644 xen/arch/arm/arm32/debug-8250.inc
create mode 100644 xen/arch/arm/arm32/proc-ca7.S
create mode 100644 xen/arch/arm/arm32/proc-v7.S
create mode 100644 xen/include/asm-arm/arm32/procinfo.h
create mode 100644 xen/include/asm-arm/processor-ca7.h
--
1.8.1.4
next reply other threads:[~2013-07-02 13:11 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-02 13:11 Bamvor Jian Zhang [this message]
2013-07-02 13:11 ` [PATCH V2 1/2] xen: arm: introduce Cortex-A7 support Bamvor Jian Zhang
2013-07-03 11:05 ` Ian Campbell
2013-07-03 12:43 ` Bamvor Jian Zhang
2013-07-03 13:09 ` Ian Campbell
2013-07-03 13:09 ` Tim Deegan
2013-07-03 13:20 ` Ian Campbell
2013-07-02 13:11 ` [PATCH V2 2/2] xen: arm: implement early prink for 8250 uart Bamvor Jian Zhang
2013-07-03 11:09 ` Ian Campbell
2013-07-03 11:25 ` Chen Baozi
2013-07-03 11:38 ` Chen Baozi
2013-07-03 11:50 ` Chen Baozi
2013-07-03 11:54 ` Ian Campbell
2013-07-03 13:39 ` Bamvor Jian Zhang
2013-07-03 13:42 ` Chen Baozi
2013-07-03 13:38 ` Bamvor Jian Zhang
2013-07-03 13:44 ` Ian Campbell
2013-07-03 13:48 ` Chen Baozi
2013-07-03 13:50 ` Ian Campbell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1372770714-1657-1-git-send-email-bjzhang@suse.com \
--to=bjzhang@suse.com \
--cc=Stefano.Stabellini@eu.citrix.com \
--cc=andre.przywara@calxeda.com \
--cc=baozich@gmail.com \
--cc=ian.campbell@citrix.com \
--cc=julien.grall@linaro.org \
--cc=xen-devel@lists.xen.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).