[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

AW: XEN/ARM Cortex-A72: Unable to copy the kernel in the hwdom memory


  • To: Anda-alexandra Dorneanu <anda-alexandra.dorneanu@xxxxxxx>, Julien Grall <julien@xxxxxxx>, "xen-users@xxxxxxxxxxxxxxxxxxxx" <xen-users@xxxxxxxxxxxxxxxxxxxx>
  • From: Leo Krueger <leo.krueger@xxxxxxxx>
  • Date: Sun, 22 Nov 2020 22:56:57 +0000
  • Accept-language: de-DE, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=zal.aero; dmarc=pass action=none header.from=zal.aero; dkim=pass header.d=zal.aero; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=EPXDhHXlPFm1RfeJAhL9v5BNOfNaVSkDW82Hgp0wxR4=; b=SCUi+NpCBwIiGBl2d27SVW3HlMhMWwcHQct8oJOHRDR4dASCIjCDTkJJWouUSvIKb+CDUcJZL2GGfV57ZE2L9j9RKzRSAZalJSEsCagzkxmRkcz/ZEjOQuilMsz2AaMQhapfJvlq+9ExMwqWiT+rlBNdqbo8b4PSZunoMhdtEz6slAnzgEDGXEHYNmstOZh3gWHbPvrWCCLruj7GW1NzBHuqT2yOulJ5U+Iw/kPfSLig8pNaLyi49OkGt6nO/V02daMZwU1uuL6KDAvz7kPuS7/mQ4pZjjoiBSvtMme21B90Xybi9Y7Go4Wu3U5xcHaxwLBt8k3nFHEntiEkfq/KUw==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=diZLaEs3qplsyJlMQ/IG9d+bw65HbZ7yYD0+gasRWmhlLQE0C8nDfX6lhvstNxMwfC/r+2BdjzZBCotMesPP4dsnacLamHyMQ0ftZZiYi8U/hh94yRNA6RtYSC4GX9RCz5pLJ6JA12b8LuYzNnYEj0dyfNa/nk8wmMXgVPi0kmQHsbZ242724I5MxgZGWrmN0OLP0MRMB5XzUbw0OnObfJmYjwtpfuLv+DBCKD1+HiC0DqKFbjmRgWTiviqkuQAyurP7xfMmxqwRNSu5ST2X5QzkJuMjP7rZDGtqomU5FfQgAazFLAz3RY79bGdBs9gAHKV8/z0PWA1ETcsTWduNjQ==
  • Authentication-results: nxp.com; dkim=none (message not signed) header.d=none;nxp.com; dmarc=none action=none header.from=zal.aero;
  • Cc: Laurentiu Tudor <laurentiu.tudor@xxxxxxx>
  • Delivery-date: Sun, 22 Nov 2020 22:58:02 +0000
  • List-id: Xen user discussion <xen-users.lists.xenproject.org>
  • Thread-index: Ada+d/nLk2/5WIghRL2wH9KJnqbtRgCqoynQ
  • Thread-topic: XEN/ARM Cortex-A72: Unable to copy the kernel in the hwdom memory

Hi,

Thank you for your response. If I remember corretly I solved the error I was 
seeing by setting "xen,passthrough;" for various nodes inlcuding the GPU node 
in the device tree,
which probably has the same effect on memory not getting reserved as deleting 
the node.

Best regards,
Leo
> -----Ursprüngliche Nachricht-----
> Von: Anda-alexandra Dorneanu <anda-alexandra.dorneanu@xxxxxxx>
> Gesendet: Donnerstag, 19. November 2020 14:31
> An: Julien Grall <julien@xxxxxxx>; xen-users@xxxxxxxxxxxxxxxxxxxx; Leo
> Krueger <leo.krueger@xxxxxxxx>
> Cc: Laurentiu Tudor <laurentiu.tudor@xxxxxxx>
> Betreff: Re: XEN/ARM Cortex-A72: Unable to copy the kernel in the hwdom
> memory
> 
> > On 18/11/2020 14:56, Anda-alexandra Dorneanu wrote:
> >> Hi Leo,
> >
> > Hi,
> >
> > I think you forgot to CC Leo :).
> 
> Yes, my bad.
> 
> >>> I am trying to set up XEN on a ARM Cortex-A72 (NXP LS1028A) and
> running into some problems here.
> >>> While some of them I could solve on my own, the following error is hard
> for me to understand and solve.
> >>> I would be grateful for some hints e.g. about some specific nodes in the
> device tree that I might need to take care of.
> >>>
> >>> (XEN) *** LOADING DOMAIN 0 ***
> >>> (XEN) Loading Domd0 kernel from boot module @ 0000000081200000
> >>> (XEN) Allocating 1:1 mappings totalling 512MB for dom0:
> >>> (XEN) BANK[0] 0x000000c0000000-0x000000e0000000 (512MB)
> >>> (XEN) Grant table range: 0x00000081000000-0x00000081040000
> >>> (XEN) Allocating PPI 16 for event channel interrupt
> >>> (XEN) Loading zImage from 0000000081200000 to 00000000c0080000-
> 00000000c1597008
> >>> (XEN)
> >>> (XEN) ****************************************
> >>> (XEN) Panic on CPU 0:
> >>> (XEN) Unable to copy the kernel in the hwdom memory
> >>> (XEN) ****************************************
> >>>
> >>> For me, the memory ranges given look good. Or is there something here
> I overlooked?
> >>>
> >>> My XEN boot arguments: "console=dtuart dtuart=serial0
> dom0_mem=512M dom0_max_vcpus=1 bootscrub=0 vwfi=native
> sched=null"
> >>> Full boot log is attached (does this work here?).
> >>> If anything else is needed to at least make a best guess what the
> problem is, let me know.
> >>>
> >>> I would really appreciate the help!
> >>> Thanks & best regards,
> >>> Leo
> >>
> >> I encountered the same issue. A possible workaround is to remove the
> gpu node from the dts.
> >> The issue occurs due to the entire low memory bank being reserved for
> this device.
> >
> > Xen 4.12 and onwards should be able to discover reserved memory
> regions.
> >
> > How are the regions described in the device-tree?
> >
> 
> There's a known issue with the GPU on our side and we're working on it. At
> the moment we recommend to apply this workaround.
> 
> Best regards,
> Anda
> 
> > Cheers,
> >
> > --
> > Julien Grall

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.