Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1503298
| From | Andreas Schwab <schwab@linux-m68k.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] console: use first console if stdout-path device doesn't appear |
| Date | 2016-10-18 21:10 +0200 |
| Message-ID | <stHVT-65p-7@gated-at.bofh.it> (permalink) |
| References | <stkcV-6Af-13@gated-at.bofh.it> <styIV-876-9@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Okt 18 2016, Paul Burton <paul.burton@imgtec.com> wrote: > If a device tree specified a preferred device for kernel console output > via the stdout-path or linux,stdout-path chosen node properties there's > no guarantee that it will have specified a device for which we have a > driver. It may also be the case that we do have a driver but it doesn't > call of_console_check() to register as a preferred console (eg. offb > driver as used on powermac systems). In these cases try to ensure that > we provide some console output by enabling the first console in the > console_drivers list. > > As I don't have access to an affected system this has only been build > tested - testing would be most appreciated. Unfortunately that doesn't work. The initial console still cannot be opened. Andreas. -- Andreas Schwab, schwab@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different."
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Re: [PATCH v2] console: Don't prefer first registered if DT specifies stdout-path Andreas Schwab <schwab@linux-m68k.org> - 2016-10-16 20:10 +0200
Re: [PATCH v2] console: Don't prefer first registered if DT specifies stdout-path Paul Burton <paul.burton@imgtec.com> - 2016-10-17 12:40 +0200
Re: [PATCH v2] console: Don't prefer first registered if DT specifies stdout-path Andreas Schwab <schwab@linux-m68k.org> - 2016-10-17 19:50 +0200
[PATCH] console: use first console if stdout-path device doesn't appear Paul Burton <paul.burton@imgtec.com> - 2016-10-18 11:20 +0200
Re: [PATCH] console: use first console if stdout-path device doesn't appear Andreas Schwab <schwab@linux-m68k.org> - 2016-10-18 21:10 +0200
Re: [PATCH v2] console: Don't prefer first registered if DT specifies stdout-path Paul Burton <paul.burton@imgtec.com> - 2016-10-18 11:30 +0200
csiph-web