openbmc.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Paul Fertser <fercerpav@gmail.com>
To: Konstantin Klubnichkin <kitsok@yandex-team.ru>
Cc: "openbmc@lists.ozlabs.org" <openbmc@lists.ozlabs.org>
Subject: Re: Serial Over Lan (SOL) no login prompt on Linux IRQ mode
Date: Mon, 26 Jul 2021 19:51:44 +0300	[thread overview]
Message-ID: <20210726165144.GN875@home.paul.comp> (raw)
In-Reply-To: <435311627317580@mail.yandex-team.ru>

On Mon, Jul 26, 2021 at 07:42:22PM +0300, Konstantin Klubnichkin wrote:
> Thank you for this patch, I've tried this (UART1 <->UART3 routing), but this
> just doesn't work on my hardware, even POST is not available.
> Probably only way is to ask Aspeedtech support to clarify this.

What's your hardware? On our board we have LPC connection between
AST2500 and Lewisburg PCH. If your UEFI is configuring SIRQ in
Continuous mode (should be default I guess) then you might also want
this (even though VUART wouldn't be used with the configuration used
by the patch I've sent earlier):

+diff --git a/arch/arm/boot/dts/aspeed-bmc-facebook-tiogapass.dts b/arch/arm/boot/dts/aspeed-bmc-facebook-tiogapass.dts
+index fffdb2b67c08..77233d360142 100644
+--- a/arch/arm/boot/dts/aspeed-bmc-facebook-tiogapass.dts
++++ b/arch/arm/boot/dts/aspeed-bmc-facebook-tiogapass.dts
+@@ -157,6 +157,7 @@
+ 
+ &vuart {
+       // VUART Host Console
++      aspeed,sirq-polarity-sense = <&syscon 0x70 25>;
+       status = "okay";
+ };
+ 

I suggest you try these two patches verbatim, this whole remapping
business is tricky so probably you've missed something in your earlier
tests.

-- 
Be free, use free (http://www.gnu.org/philosophy/free-sw.html) software!
mailto:fercerpav@gmail.com

  reply	other threads:[~2021-07-26 16:52 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-27  6:54 Serial Over Lan (SOL) no login prompt on Linux IRQ mode AKASH G J
2019-12-27  7:33 ` Yong Li
2019-12-30  0:02   ` AKASH G J
2021-07-26 14:36     ` Konstantin Klubnichkin
2021-07-26 14:52       ` Paul Fertser
2021-07-26 16:42         ` Konstantin Klubnichkin
2021-07-26 16:51           ` Paul Fertser [this message]
2021-07-27  8:53             ` Konstantin Klubnichkin
2021-07-27  9:30               ` Paul Fertser
2021-11-24 20:33                 ` Oskar Senft

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210726165144.GN875@home.paul.comp \
    --to=fercerpav@gmail.com \
    --cc=kitsok@yandex-team.ru \
    --cc=openbmc@lists.ozlabs.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).