linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Arun Dharankar <ADharankar@attbi.com>
To: <linuxppc-embedded@lists.linuxppc.org>
Subject: Re: Questions regarding serial console on MPC8260ADS under Linux
Date: Sun, 13 Apr 2003 12:03:46 -0400	[thread overview]
Message-ID: <200304131203.46275.ADharankar@ATTBI.Com> (raw)
In-Reply-To: <200304121926.37104.ADharankar@ATTBI.Com>


In 8260_io/uart.c and include/asm-ppc/cpm_8260.h, I couldn't
find references to the BRK/BRKE event/mask bits of the SMCE/SMCM
register. Could it be because of this, that the break detection does not
happen for (1) and (2)?

Best regards,
-Arun.

On Saturday 12 April 2003 07:26 pm, Arun Dharankar wrote:
> Hello...
>
> 1. After making sure that the stty/termio settings on the console port
>     have "brkint", I tried sending a break (kermit, minicom and reverse
>     telnet on BDI). The break does not seem to generate SIGINT.
>
>     What could I be missing, or doing wrong? Or is my understanding
>     incorrect of the brkint termio flag?
>
>
> 2. I would like to use the SAK/sysrq on the serial console. One thing
>     seems to be missing is ASYNC_SAK flag in the ser_info_t->flags.
>     So, I added it in the 8260_io/uart.c:startup(...). Also, made sure
>     that /proc/sys/kernel/sysrq has "1" in it. With this much, I tried
> sending a break on the console followed by "t" (and other SAK feature
> keys). No luck.
>
>     Could this be related to (1) above? What about the missing flag
>     ASYNC_SAK in the ser_info_t info struct?
>
>
> 3. During Linux kernel bootup, ppc_md.progress(...) is called in a number
>     of places. This is before the serial console is initialized. On the
>     8260 configuration, the ppc_md.progress(...) is NULL. Has this been
>     been fixed by anyone for the 8260 configuration?
>
>     On the board I use, PPCBoot is the bootloader/monitor. So, I copied
>     over the serial_putc()/serial_puts() routines to uart.c (ofcourse, the
>     modified to use the same DPRAM settings/addresses as used by
>     PPCBoot.
>
>     With BDI, I can see that this ppc_md.progress()-->serial_puts()-->
>     serial_putc() is called. But,
>      volatile cbd_t tbdf = (cbd_t *)&im->im_dprambase[up->smc_tbase];
>     Seems to cause an exception in machine_init() the first time it is
>     called.  Also, up does point to 0xf0000040 (in IMAP/IMMR).
>
>     My guess is that this is do with the address translations which are
>     not setup at this instance during startup. I am not sure how to fix
>     this - if this is the case.  How do I get this to work?
>
>
> Best regards,
> -Arun.


** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

      parent reply	other threads:[~2003-04-13 16:03 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-04-12 23:26 Questions regarding serial console on MPC8260ADS under Linux Arun Dharankar
2003-04-12 23:44 ` Arun Dharankar
2003-04-13 16:03 ` Arun Dharankar [this message]

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=200304131203.46275.ADharankar@ATTBI.Com \
    --to=adharankar@attbi.com \
    --cc=linuxppc-embedded@lists.linuxppc.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).