From: Julien Grall <julien.grall@linaro.org>
To: Sander Bogaert <sander.bogaert@elis.ugent.be>
Cc: "xen-devel@lists.xen.org" <xen-devel@lists.xen.org>
Subject: Re: Latest Arndale Xen, dom0 kernel stuck on ASIX mac.
Date: Fri, 07 Jun 2013 16:03:07 +0100 [thread overview]
Message-ID: <51B1F62B.5020906@linaro.org> (raw)
In-Reply-To: <CANO7gZezU15A5aLL_9TaB5GWStNxzjqEza_Epun6RhDc8mZkwA@mail.gmail.com>
On 06/07/2013 03:40 PM, Sander Bogaert wrote:
> On 6 June 2013 12:37, Julien Grall <julien.grall@linaro.org> wrote:
>> On 06/06/2013 09:52 AM, Sander Bogaert wrote:
>>
>>
>>>> No luck... I attached the crashing dom0 log.
>>>> Please note I used the arndale_xen_dom0_defconfig make target
>>>> guessing that's the one you intended to write :-)
>>>>
>>>> This is a different crash however so it did change things...
>>>>
>>>> It seems like the sda drive isn't detected at all? Maybe the driver is
>>>> broke? In the dts I just change root=mmc... into root=/dev/sda1 which
>>>> works for my older kernel/xen versions.
>>
>>
>> [ 5.366313] exynos-sata 122f0000.sata: failed to get sata phy for port 0
>>
>> ...
>> [ 6.084555] exynos-sata 122f0000.sata: forcing PORTS_IMPL to 0x1
>> [ 6.084606] platform 122f0000.sata: Driver exynos-sata requests probe deferral
>> [ 6.085869] input: gpio_keys.5 as /devices/gpio_keys.5/input/input0
>> [ 6.086535] exynos-sata 122f0000.sata: forcing PORTS_IMPL to 0x1
>> [ 6.086584] platform 122f0000.sata: Driver exynos-sata requests probe deferral
>>
>> Could you try the same kernel on bare metal and see what happens?
>>
>
> all seems to be fine for native Linux, the partitions on the ssd get
> detected so I'm guessing it must be a Xen issue. It's an issue I
> didn't have with older versions... ( end of April ).
>
> I attached the a log of booting the kernel native. It does have a
> fault at the end but that's because sda5 doesn't exist. I didn't want
> to possibly mess up my working sda1 partition.
Thanks, I think I have found this issue. The i2c tries to register
cpufreq callback. I disabled both cpufreq and cpuidle to avoid specific
board callback.
Could you try this small patch?
===================================================================
diff --git a/arch/arm/xen/enlighten.c b/arch/arm/xen/enlighten.c
index bcf4e76..3a8cee3 100644
--- a/arch/arm/xen/enlighten.c
+++ b/arch/arm/xen/enlighten.c
@@ -299,7 +299,6 @@ static int __init xen_pm_init(void)
* cpu idle and cpu freq
*/
disable_cpuidle();
- disable_cpufreq();
return 0;
}
===============================================================
Cheers,
--
Julien
next prev parent reply other threads:[~2013-06-07 15:03 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-01 14:31 Latest Arndale Xen, dom0 kernel stuck on ASIX mac Sander Bogaert
2013-06-03 12:28 ` Julien Grall
2013-06-04 19:48 ` Sander Bogaert
2013-06-04 21:11 ` Julien Grall
2013-06-05 19:23 ` Sander Bogaert
2013-06-05 20:58 ` Julien Grall
2013-06-06 8:51 ` Sander Bogaert
2013-06-06 8:52 ` Sander Bogaert
2013-06-06 10:37 ` Julien Grall
2013-06-07 14:40 ` Sander Bogaert
2013-06-07 15:03 ` Julien Grall [this message]
2013-06-07 18:09 ` Sander Bogaert
2013-06-07 18:25 ` Julien Grall
2013-06-07 19:58 ` Sander Bogaert
2013-06-07 20:25 ` Julien Grall
2013-06-07 20:35 ` Sander Bogaert
2013-06-07 20:56 ` Julien Grall
2013-06-07 21:51 ` Sander Bogaert
2013-06-07 22:44 ` Julien Grall
2013-06-08 7:57 ` Sander Bogaert
2013-06-10 10:45 ` Julien Grall
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=51B1F62B.5020906@linaro.org \
--to=julien.grall@linaro.org \
--cc=sander.bogaert@elis.ugent.be \
--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).