From: Oleksandr Tyshchenko <oleksandr.tyshchenko@globallogic.com>
To: Thomas Leonard <talex5@gmail.com>
Cc: xen-devel@lists.xenproject.org,
Stefano Stabellini <stefano.stabellini@eu.citrix.com>,
Samuel Thibault <samuel.thibault@ens-lyon.org>
Subject: Re: [PATCH 0/4] mini-os: initial ARM support
Date: Thu, 5 Jun 2014 21:07:46 +0300 [thread overview]
Message-ID: <CAJEb2DHcivjNGjQHFYsmff4dW9zajmgtv55Etz-Bph6V4_jgSQ@mail.gmail.com> (raw)
In-Reply-To: <CAG4opy86z2zT_7cTiRaD_kY2DZZeUL12E3skBw0u_fig4-XRNA@mail.gmail.com>
[-- Attachment #1.1: Type: text/plain, Size: 1596 bytes --]
> Hi Oleksandr,
>
> The "proposed" branch currently contain's only Karim Raslan's initial
> ARM work. I have a series of patches on top of this (on the next
> branch), but I was planning to get this initial support in first.
>
> Possibly my "Fixed initialisation code" commit should be merged with
> Karim's code into a single patch. On the other hand, it might be
> clearer to keep them separate (especially for other people who have
> built on Karim's original work, e.g. I see on github that Jonathan
> Daugherty has a fork from there).
>
I have applied your commit "Fixed initialisation code" on top of "proposed"
branch -> Mini-OS boots without crashes
and works as expected. It is very important commit!)
I have only one question. Why do you use those addresses for GIC for now:
gic.gicd_base = (char *)0x2c001000ULL;
gic.gicc_base = (char *)0x2c002000ULL;
With this I have a hypervisor crash(
I let the Mini-OS to read them from cpu regs. And in my case they are:
- 0x48211000
- 0x48212000
>
> > Also, could you, please, explain me some generic things about Mini-OS:
> > 1. Is HAVE_LIBC a necessary config? I mean if I build Mini-OS without
> proper
> > LIBC support will the Mini-OS to operate fully
> > (are there any restrictions?)
>
> You only need HAVE_LIBC if you want to use your own libc. Without
> HAVE_LIBC, minios provides its own versions of some basic functions
> (memcmp, sprintf, etc). Mirage works without it, for example.
>
OK. It is clear.
Thank you.
--
Oleksandr Tyshchenko | Embedded Dev
GlobalLogic
www.globallogic.com
<http://www.globallogic.com/>
[-- Attachment #1.2: Type: text/html, Size: 3865 bytes --]
[-- Attachment #2: Type: text/plain, Size: 126 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel
next prev parent reply other threads:[~2014-06-05 18:07 UTC|newest]
Thread overview: 44+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-02 17:49 [PATCH 0/4] mini-os: initial ARM support Thomas Leonard
2014-06-02 17:49 ` [PATCH 1/4] mini-os: Fixed shutdown thread Thomas Leonard
2014-06-03 0:51 ` Samuel Thibault
2014-06-03 9:01 ` Andrew Cooper
2014-06-02 17:49 ` [PATCH 2/4] mini-os: Tidied up code Thomas Leonard
2014-06-03 0:57 ` Samuel Thibault
2014-06-02 17:49 ` [PATCH 3/4] mini-os: Initial commit to port minios to ARM Thomas Leonard
2014-06-03 9:12 ` Julien Grall
2014-06-04 16:06 ` [PATCH 0/7] mini-os: Preparing for ARM support Thomas Leonard
2014-06-04 16:06 ` [PATCH 1/7] mini-os: Fixed shutdown thread Thomas Leonard
2014-06-04 16:06 ` [PATCH 2/7] mini-os: Tidied up code Thomas Leonard
2014-06-04 16:22 ` Andrew Cooper
2014-06-05 10:24 ` Anil Madhavapeddy
2014-06-04 16:06 ` [PATCH 3/7] mini-os: Moved events code under arch Thomas Leonard
2014-06-04 16:23 ` Julien Grall
2014-06-06 13:54 ` Ian Campbell
2014-06-06 13:57 ` Ian Campbell
2014-06-04 16:06 ` [PATCH 4/7] mini-os: Switched initial C entry point to arch_init Thomas Leonard
2014-06-06 14:05 ` Ian Campbell
2014-06-04 16:06 ` [PATCH 5/7] mini-os: Moved arch-specific xenbus code under arch Thomas Leonard
2014-06-05 14:00 ` Julien Grall
2014-06-06 14:07 ` Ian Campbell
2014-06-04 16:06 ` [PATCH 6/7] mini-os: Added rmb to xenbus code Thomas Leonard
2014-06-05 13:55 ` Julien Grall
2014-06-05 17:45 ` Thomas Leonard
2014-06-06 4:59 ` karim.allah.ahmed
2014-06-06 14:15 ` Ian Campbell
2014-06-06 15:10 ` Samuel Thibault
2014-06-06 16:40 ` Ian Campbell
2014-06-09 13:56 ` Thomas Leonard
2014-06-09 14:04 ` Thomas Leonard
2014-06-04 16:06 ` [PATCH 7/7] mini-os: Moved force_evtchn_callback to header Thomas Leonard
2014-06-06 14:17 ` Ian Campbell
2014-06-09 11:54 ` Thomas Leonard
2014-06-04 16:12 ` [PATCH 0/7] mini-os: Preparing for ARM support Andrew Cooper
2014-06-02 17:49 ` [PATCH 4/4] mini-os: Added FDT support on ARM Thomas Leonard
2014-06-06 13:51 ` Ian Campbell
2014-06-05 14:36 ` [PATCH 0/4] mini-os: initial ARM support Oleksandr Tyshchenko
2014-06-05 14:57 ` Samuel Thibault
2014-06-05 17:20 ` Oleksandr Tyshchenko
2014-06-05 17:31 ` Thomas Leonard
2014-06-05 18:07 ` Oleksandr Tyshchenko [this message]
2014-06-05 18:12 ` Thomas Leonard
2014-06-05 18:21 ` Oleksandr Tyshchenko
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=CAJEb2DHcivjNGjQHFYsmff4dW9zajmgtv55Etz-Bph6V4_jgSQ@mail.gmail.com \
--to=oleksandr.tyshchenko@globallogic.com \
--cc=samuel.thibault@ens-lyon.org \
--cc=stefano.stabellini@eu.citrix.com \
--cc=talex5@gmail.com \
--cc=xen-devel@lists.xenproject.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).