From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
To: Li Yang-r58472 <LeoLi@freescale.com>
Cc: Phillips Kim-R1AAHA <Kim.Phillips@freescale.com>,
Yin Olivia-r63875 <Hong-Hua.Yin@freescale.com>,
"'linux-kernel@vger.kernel.org'" <linux-kernel@vger.kernel.org>,
linuxppc-dev@ozlabs.org, 'Paul Mackerras' <paulus@samba.org>,
Chu hanjin-r52514 <Hanjin.Chu@freescale.com>
Subject: RE: [PATCH 1/7] powerpc: Add mpc8360epb platform support
Date: Sat, 01 Jul 2006 19:00:04 +1000 [thread overview]
Message-ID: <1151744404.27137.26.camel@localhost.localdomain> (raw)
In-Reply-To: <9FCDBA58F226D911B202000BDBAD467306E04FF2@zch01exm40.ap.freescale.net>
On Fri, 2006-06-30 at 18:27 +0800, Li Yang-r58472 wrote:
> > -----Original Message-----
> > From: Vitaly Bordug [mailto:vbordug@ru.mvista.com]
> > Sent: Thursday, June 29, 2006 12:59 AM
> > To: Li Yang-r58472
> > Cc: 'Paul Mackerras'; linuxppc-dev@ozlabs.org; Phillips Kim-R1AAHA; Chu
> > hanjin-r52514; Yin Olivia-r63875; 'linux-kernel@vger.kernel.org'
> > Subject: Re: [PATCH 1/7] powerpc: Add mpc8360epb platform support
> >
> > On Wed, 28 Jun 2006 22:23:03 +0800
> > Li Yang-r58472 <LeoLi@freescale.com> wrote:
> >
> [snip]
> >
> > >
> > > config MPC834x
> > > @@ -24,4 +31,10 @@ config MPC834x
> > > select PPC_INDIRECT_PCI
> > > default y if MPC834x_SYS
> > >
> > > +config MPC836x
> > > + bool
> > > + select PPC_UDBG_16550
> >
> > debug option made default?
>
> I'm afraid this is needed to boot. 83xx family platforms need it to initialize early console. And it does appear in several defconfigs of other platforms.
How so ? Why would having a serial console be mandatory ? Embedded might
want to boot without a console and use the serial port for other things.
This should be left as a config option (though you are welcome to put it
in the defconfig for your platform)
> > > + select PPC_INDIRECT_PCI
> > > + default y if MPC8360E_PB
> > > +
> > > endmenu
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
WARNING: multiple messages have this Message-ID (diff)
From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
To: Li Yang-r58472 <LeoLi@freescale.com>
Cc: "'Vitaly Bordug'" <vbordug@ru.mvista.com>,
"'Paul Mackerras'" <paulus@samba.org>,
linuxppc-dev@ozlabs.org,
Phillips Kim-R1AAHA <Kim.Phillips@freescale.com>,
Chu hanjin-r52514 <Hanjin.Chu@freescale.com>,
Yin Olivia-r63875 <Hong-Hua.Yin@freescale.com>,
"'linux-kernel@vger.kernel.org'" <linux-kernel@vger.kernel.org>
Subject: RE: [PATCH 1/7] powerpc: Add mpc8360epb platform support
Date: Sat, 01 Jul 2006 19:00:04 +1000 [thread overview]
Message-ID: <1151744404.27137.26.camel@localhost.localdomain> (raw)
In-Reply-To: <9FCDBA58F226D911B202000BDBAD467306E04FF2@zch01exm40.ap.freescale.net>
On Fri, 2006-06-30 at 18:27 +0800, Li Yang-r58472 wrote:
> > -----Original Message-----
> > From: Vitaly Bordug [mailto:vbordug@ru.mvista.com]
> > Sent: Thursday, June 29, 2006 12:59 AM
> > To: Li Yang-r58472
> > Cc: 'Paul Mackerras'; linuxppc-dev@ozlabs.org; Phillips Kim-R1AAHA; Chu
> > hanjin-r52514; Yin Olivia-r63875; 'linux-kernel@vger.kernel.org'
> > Subject: Re: [PATCH 1/7] powerpc: Add mpc8360epb platform support
> >
> > On Wed, 28 Jun 2006 22:23:03 +0800
> > Li Yang-r58472 <LeoLi@freescale.com> wrote:
> >
> [snip]
> >
> > >
> > > config MPC834x
> > > @@ -24,4 +31,10 @@ config MPC834x
> > > select PPC_INDIRECT_PCI
> > > default y if MPC834x_SYS
> > >
> > > +config MPC836x
> > > + bool
> > > + select PPC_UDBG_16550
> >
> > debug option made default?
>
> I'm afraid this is needed to boot. 83xx family platforms need it to initialize early console. And it does appear in several defconfigs of other platforms.
How so ? Why would having a serial console be mandatory ? Embedded might
want to boot without a console and use the serial port for other things.
This should be left as a config option (though you are welcome to put it
in the defconfig for your platform)
> > > + select PPC_INDIRECT_PCI
> > > + default y if MPC8360E_PB
> > > +
> > > endmenu
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
next prev parent reply other threads:[~2006-07-01 9:00 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-06-30 10:27 [PATCH 1/7] powerpc: Add mpc8360epb platform support Li Yang-r58472
2006-06-30 10:27 ` Li Yang-r58472
2006-07-01 9:00 ` Benjamin Herrenschmidt [this message]
2006-07-01 9:00 ` Benjamin Herrenschmidt
-- strict thread matches above, loose matches on Subject: below --
2006-07-04 7:00 Li Yang-r58472
2006-07-04 7:00 ` Li Yang-r58472
2006-07-04 22:39 ` Benjamin Herrenschmidt
2006-07-04 22:39 ` Benjamin Herrenschmidt
2006-06-30 7:58 Li Yang-r58472
2006-06-30 7:58 ` Li Yang-r58472
2006-06-29 9:28 Li Yang-r58472
2006-06-29 9:28 ` Li Yang-r58472
2006-06-29 18:03 ` Andy Fleming
2006-06-29 18:03 ` Andy Fleming
2006-06-29 18:51 ` Vitaly Bordug
2006-06-29 18:51 ` Vitaly Bordug
2006-06-29 19:18 ` Andy Fleming
2006-06-29 19:18 ` Andy Fleming
2006-06-29 19:56 ` Vitaly Bordug
2006-06-29 19:56 ` Vitaly Bordug
2006-06-29 21:04 ` Andy Fleming
2006-06-29 21:04 ` Andy Fleming
2006-06-29 22:10 ` Vitaly Bordug
2006-06-29 22:10 ` Vitaly Bordug
2006-06-28 14:23 Li Yang-r58472
2006-06-28 14:23 ` Li Yang-r58472
2006-06-28 16:58 ` Vitaly Bordug
2006-06-28 16:58 ` Vitaly Bordug
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=1151744404.27137.26.camel@localhost.localdomain \
--to=benh@kernel.crashing.org \
--cc=Hanjin.Chu@freescale.com \
--cc=Hong-Hua.Yin@freescale.com \
--cc=Kim.Phillips@freescale.com \
--cc=LeoLi@freescale.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linuxppc-dev@ozlabs.org \
--cc=paulus@samba.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.