Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1524570
| From | Guenter Roeck <linux@roeck-us.net> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: Boot failures in -next due to 'ARM: dts: imx: Remove skeleton.dtsi' |
| Date | 2016-11-17 18:30 +0100 |
| Message-ID | <sEyFB-3CT-85@gated-at.bofh.it> (permalink) |
| References | (5 earlier) <sEsA9-838-3@gated-at.bofh.it> <sEymd-3v8-15@gated-at.bofh.it> <sEymd-3v8-17@gated-at.bofh.it> <sEymd-3v8-19@gated-at.bofh.it> <sEymd-3v8-13@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 11/17/2016 08:39 AM, Mark Rutland wrote: > On Thu, Nov 17, 2016 at 08:17:00AM -0800, Guenter Roeck wrote: >> On 11/17/2016 07:05 AM, Mark Rutland wrote: >>> On Thu, Nov 17, 2016 at 06:44:55AM -0800, Guenter Roeck wrote: >>>> On 11/17/2016 02:55 AM, Mark Rutland wrote: >>>>> Memory nodes require this property per ePAPR and the devicetree.org >>>>> spec, so the bug is that we didn't add those when removing the >>>>> skeleton.dtsi include. >>>> >>>> The downside from qemu perspective is that the real hardware seems >>>> to add the property unconditionally, or the boot failure would have >>>> been seen there as well. >>>> >>>> I submitted https://patchwork.ozlabs.org/patch/695951/; we'll see how it goes. >>> >>> Sure, the firmare/bootlaoder you're using may add this automatically. >>> >>> My worry is that adding this to a generic file in QEMU only serves to >>> mask this class of bug for other boards (i.e. they'll work fine in QEMU, >>> but not on real HW using whatever bootlaoder happens ot be there). >>> >> Good point. >> >> What would be the correct behavior for qemu ? Adding a chosen node if it does >> not exist is one detail we already established. Also, I think a check if >> /memory/device_type exists (and to bail out if it doesn't) would make sense. > > We'd also need to check for /memory@<n> nodes, as they can validly have > unit-addresses (and many do). > > Generally, the "correct" way to find them is to iterate over all ndoes > with device_type = "memory", so one could do that and give up if none > are found, ignoring the naming entirely. > >> What about the memory node ? Does it have to exist, or should it be added >> (including the device_type property) if not ? > > I'm not sure what QEMU does in this area. I suspect it may expect a node > in some cases, or may generate one in others. > > There's no point generating one when we don't have the information to > hand, certainly. > So far, for arm, qemu assumes that the /memory node exists, and it fills in /memory/reg. This is done if a devicetree file is specified and numa is disabled. Numa node handling is different; if NUMA is enabled, qemu removes an existing /memory node and creates /memory@ nodes as configured. It does not expect to see pre-existing /memory@ nodes. Thanks, Guenter
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Boot failures in -next due to 'ARM: dts: imx: Remove skeleton.dtsi' Guenter Roeck <linux@roeck-us.net> - 2016-11-16 18:50 +0100
Re: Boot failures in -next due to 'ARM: dts: imx: Remove skeleton.dtsi' Fabio Estevam <festevam@gmail.com> - 2016-11-16 19:50 +0100
Re: Boot failures in -next due to 'ARM: dts: imx: Remove skeleton.dtsi' Mark Rutland <mark.rutland@arm.com> - 2016-11-16 19:50 +0100
Re: Boot failures in -next due to 'ARM: dts: imx: Remove skeleton.dtsi' Guenter Roeck <linux@roeck-us.net> - 2016-11-16 23:20 +0100
Re: Boot failures in -next due to 'ARM: dts: imx: Remove skeleton.dtsi' Fabio Estevam <festevam@gmail.com> - 2016-11-16 23:30 +0100
Re: Boot failures in -next due to 'ARM: dts: imx: Remove skeleton.dtsi' Guenter Roeck <linux@roeck-us.net> - 2016-11-16 23:50 +0100
Re: Boot failures in -next due to 'ARM: dts: imx: Remove skeleton.dtsi' Fabio Estevam <festevam@gmail.com> - 2016-11-17 00:00 +0100
Re: Boot failures in -next due to 'ARM: dts: imx: Remove skeleton.dtsi' Mark Rutland <mark.rutland@arm.com> - 2016-11-17 12:00 +0100
Re: Boot failures in -next due to 'ARM: dts: imx: Remove skeleton.dtsi' Mark Rutland <mark.rutland@arm.com> - 2016-11-17 18:10 +0100
Re: Boot failures in -next due to 'ARM: dts: imx: Remove skeleton.dtsi' Guenter Roeck <linux@roeck-us.net> - 2016-11-17 18:30 +0100
Re: Boot failures in -next due to 'ARM: dts: imx: Remove skeleton.dtsi' Guenter Roeck <linux@roeck-us.net> - 2016-11-17 18:20 +0100
Re: Boot failures in -next due to 'ARM: dts: imx: Remove skeleton.dtsi' Mark Rutland <mark.rutland@arm.com> - 2016-11-17 18:40 +0100
Re: Boot failures in -next due to 'ARM: dts: imx: Remove skeleton.dtsi' Guenter Roeck <linux@roeck-us.net> - 2016-11-17 19:10 +0100
csiph-web