From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrii Anisov Subject: Re: Domain 0 crashed when booting OMAP5 uEVM Date: Mon, 12 Aug 2013 17:30:04 +0300 Message-ID: References: <20130812122452.GA21443@cbz-workstation> <5208D969.6090708@linaro.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8505913357262678971==" Return-path: In-Reply-To: <5208D969.6090708@linaro.org> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Julien Grall , Chen Baozi Cc: Ian Campbell , "xen-devel@lists.xen.org" List-Id: xen-devel@lists.xenproject.org --===============8505913357262678971== Content-Type: multipart/alternative; boundary=089e01176087d4daea04e3c0f591 --089e01176087d4daea04e3c0f591 Content-Type: text/plain; charset=ISO-8859-1 > > > > - Turning on paging - > > - Ready - > > fdt: node `cpu@0': invalid #address-cells or #size-cellsfdt: node `cpu@1 > ': > > - invalid #addref > > Hum ... this is why Xen can't find the other cpus. Could you paste the > content of the node cpus here? > > I bet, something like this: }; cpus { + #address-cells = <1>; + #size-cells = <0>; + cpu@0 { + device_type = "cpu"; compatible = "arm,cortex-a15"; + reg = <0>; operating-points = < /* kHz uV */ /* Only for Nominal Samples */ @@ -48,7 +53,9 @@ clock-latency = <300000>; /* From omap-cpufreq driver */ }; cpu@1 { + device_type = "cpu"; compatible = "arm,cortex-a15"; + reg = <1>; }; }; will help to Chen. *Sincerely,* *Andrii Anisov. * --089e01176087d4daea04e3c0f591 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable

=


> - Turning on paging -
> - Ready -
> fdt: node `cpu@0': invalid #address-cells or #size-cellsfdt: node = `cpu@1':
> - invalid #addref

Hum ... this is why Xen can't find the other cpus. Could you past= e the
content of the node cpus here?


I b= et, something like this:

=A0 =A0 =A0 =A0 };
<= div>=A0
=A0 =A0 =A0 =A0 cpus {
+ =A0 =A0 =A0 =A0 =A0 = =A0 =A0 #address-cells =3D <1>;
+ =A0 =A0 =A0 =A0 =A0 =A0 =A0 #size-cells =3D <0>;
+
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 cpu@0 {
+ =A0 =A0 =A0 = =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 device_type =3D "cpu";
= =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 compatible =3D "arm,co= rtex-a15";
+ =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 reg =3D <0>;
=
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 operating-points =3D &= lt;
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 = =A0 /* kHz =A0 =A0uV */
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 = =A0 =A0 =A0 =A0 =A0 =A0 /* Only for Nominal Samples */
@@ -48,7 +53,9 @@
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 = =A0 =A0 clock-latency =3D <300000>; /* From omap-cpufreq driver */
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 };
=A0 =A0 =A0 =A0 =A0 = =A0 =A0 =A0 cpu@1 {
+ =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0= device_type =3D "cpu";
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 compatible =3D "a= rm,cortex-a15";
+ =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 = =A0 reg =3D <1>;
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 };
=A0 =A0 =A0 =A0 };

will help to Chen.

Sincerely,
Andrii Anisov.=A0
--089e01176087d4daea04e3c0f591-- --===============8505913357262678971== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel --===============8505913357262678971==--