[Bug 1226194] New: Make JeOS images work with u-boot BOOTSTD
https://bugzilla.suse.com/show_bug.cgi?id=1226194 Bug ID: 1226194 Summary: Make JeOS images work with u-boot BOOTSTD Classification: openSUSE Product: openSUSE Tumbleweed Version: Current Hardware: Other OS: Other Status: NEW Severity: Normal Priority: P5 - None Component: Bootloader Assignee: mbrugger@suse.com Reporter: schwab@suse.de QA Contact: qa-bugs@suse.de Target Milestone: --- Found By: --- Blocker: --- U-Boot configurations that use CONFIG_BOOTSTD_DEFAULTS or CONFIG_BOOTSTD_FULL no longer find the device tree file on the disk (they pass on the builtin device tree instead). Either the patch 0001-XXX-openSUSE-XXX-Prepend-partition-.patch needs to be ported to BOOTSTD or the boot setup needs to be changed. -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1226194 Matthias Brugger <mbrugger@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |guillaume.gardet@arm.com -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1226194 Andreas Schwab <schwab@suse.de> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugzilla.suse.com/s | |how_bug.cgi?id=1229965 -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1226194 Andreas Färber <afaerber@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |afaerber@suse.com -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1226194 Felix Niederwanger <felix.niederwanger@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |felix.niederwanger@suse.com -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1226194 Malcolm Lewis <malcolmlewis@linuxmail.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |malcolmlewis@linuxmail.org -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1226194 https://bugzilla.suse.com/show_bug.cgi?id=1226194#c1 --- Comment #1 from Felix Niederwanger <felix.niederwanger@suse.com> --- I have issues getting a, NVME SSD running on my VisionFive 2 board and think this could be related to this bug. The NVME disk doesn't show up in `lsblk` and I see the following dmesg entries:
hotznplotz:~ # dmesg | grep -i pci [ 0.279910] [ T1] PCI: CLS 0 bytes, default 64 [ 2.669127] [ T1] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 [ 9.947020] [ T414] pcie-starfive 2b000000.pcie: error -ENODEV: failed to get valid pcie domain [ 9.947159] [ T414] pcie-starfive 2c000000.pcie: error -ENODEV: failed to get valid pcie domain
Has someone an idea how to get this to work? -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1226194 https://bugzilla.suse.com/show_bug.cgi?id=1226194#c2 --- Comment #2 from Andreas Schwab <schwab@suse.de> --- That happens because linux,pci-domain is missing from the pcie nodes in the device tree passed in by u-boot. -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1226194 https://bugzilla.suse.com/show_bug.cgi?id=1226194#c3 Andreas Färber <afaerber@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- OS|Other |openSUSE Tumbleweed Hardware|Other |All --- Comment #3 from Andreas Färber <afaerber@suse.com> --- Supposedly there is a U-Boot option to use the DTs from linux.git instead of its own imported versions. Has anyone tried that yet? I.e., if the built-in DT had all the needed linux,pci-domain etc. properties then theoretically it should not be an issue. -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1226194 https://bugzilla.suse.com/show_bug.cgi?id=1226194#c4 --- Comment #4 from Andreas Schwab <schwab@suse.de> --- That's OF_UPSTREAM and is WIP. -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@suse.com