Help ! 2.6.14 kernel can't bring up

2005-11-18 Thread Clemens Koller
Hello, zjznliang! zjznliang wrote: > Hi linuxppc-embedded? > > Hi , How to config the "early printk" in 2.6.14 linux configration??? Well... check the .config or the kernel sources for CONFIG_EARLY_PRINTK or CONFIG_WANT_EARLY_SERIAL Have a look at the bootup code of your board, where it's

[PATCH] 8xx PCMCIA: support for MPC885ADS and MPC866ADS

2005-11-18 Thread Vitaly Bordug
part -- A non-text attachment was scrubbed... Name: mpc8xx_pcmcia_885ads1.patch Type: text/x-patch Size: 3553 bytes Desc: not available Url : http://ozlabs.org/pipermail/linuxppc-embedded/attachments/20051118/2b5186c2/attachment.bin

Platform device model drawback

2005-11-18 Thread Grant Likely
On 11/18/05, Greg KH wrote: > On Thu, Nov 17, 2005 at 04:46:17PM -0700, Grant Likely wrote: > > Does this help? (We also discussed this a bit at the PPC BoF at OLS this > > year) > > > > For example on the mpc52xx (see arch/ppc/syslib/mpc52xx_devices.c); > >- 6 PSC devices on chip; > >-

[PATCH] ppc32: 8xx board-specific platform stuff for fs_enet

2005-11-18 Thread Vitaly Bordug
This adds board-specific files needed to utilize fs_enet Ethernet driver for MPC885ADS and MPC866ADS. Signed-off-by: Vitaly Bordug --- arch/ppc/Kconfig | 47 arch/ppc/platforms/Makefile |2 arch/ppc/platforms/fads.h|2 arch/ppc/platf

Help ! 2.6.14 kernel can't bring up

2005-11-18 Thread David H. Lynch Jr.
zjznliang wrote: > Hi linuxppc-embedded? > > Hi , How to config the "early printk" in 2.6.14 linux configration??? > > > Console and debugging I/O is available at all stages of The Linux loading process - If the drivers for your board support it. There is nearly free support for 8250 l

Porting Linux 2.4 on MPC8266

2005-11-18 Thread Manisha Jagadhane
oard? thanking u all Manisha. -- next part -- An HTML attachment was scrubbed... URL: http://ozlabs.org/pipermail/linuxppc-embedded/attachments/20051118/e6b58dc5/attachment.htm

[PATCH] ppc32: 8xx board-specific platform stuff for fs_enet

2005-11-18 Thread Vitaly Bordug
Marcelo Tosatti wrote: > On Wed, Nov 16, 2005 at 03:04:33PM +0300, Vitaly Bordug wrote: >> This adds board-specific files needed to utilize fs_enet Ethernet driver >> for MPC885ADS and MPC866ADS. >> >> Signed-off-by: Vitaly Bordug >> > > Vitaly, > > It also sounds to me that mpc885_nonplatform_d

[PATCH] ppc32: 8xx board-specific platform stuff for fs_enet

2005-11-18 Thread Vitaly Bordug
Marcelo, Thanks for review, will fix. Guess the proper place for setbits/clrbits should be asm-ppc/io.h? -- Sincerely, Vitaly

Platform device model drawback

2005-11-18 Thread Greg KH
On Thu, Nov 17, 2005 at 04:46:17PM -0700, Grant Likely wrote: > On 11/15/05, Greg KH wrote: > > On Tue, Nov 15, 2005 at 01:34:47PM -0600, Kumar Gala wrote: > > > This is where the confusion is. We have two instances of device A. We > > > want instance 1 of device A bound to driver "enet" and ins

Insmod mod.ko: ERROR: Module mod does not exist in /proc/modules

2005-11-18 Thread KS Soumya-ask067
achment was scrubbed... URL: http://ozlabs.org/pipermail/linuxppc-embedded/attachments/20051118/1be9a7f4/attachment.htm

[PATCH] m8xx_wdt: software watchdog reset/interrupt select

2005-11-18 Thread Marcelo Tosatti
On Thu, Nov 17, 2005 at 10:13:00AM +0100, Florian Schirmer wrote: > Hi, > > okay here is what the current driver does: > > During startup it installs a timer irq (PIT) handler and sets the > frequency to half of the watchdog timeout. As soon as this timer irq > triggers we reset the watchdog in

Help ! 2.6.14 kernel can't bring up

2005-11-18 Thread zjznliang
Hi linuxppc-embedded? Hi , How to config the "early printk" in 2.6.14 linux configration??? ??zjznliang zjznliang_popo at 163.com ??2005-11-18

[PATCH] ppc32: 8xx board-specific platform stuff for fs_enet

2005-11-18 Thread Marcelo Tosatti
On Fri, Nov 18, 2005 at 05:09:02PM +0300, Vitaly Bordug wrote: > Marcelo, > Thanks for review, will fix. > > Guess the proper place for setbits/clrbits should be asm-ppc/io.h? Yes, think so. Paul, you're OK with the following definitions on asm-ppc/io.h? +/* access ports */ +#define setbits32(_

[PATCH] ppc32: 8xx board-specific platform stuff for fs_enet

2005-11-18 Thread Marcelo Tosatti
On Fri, Nov 18, 2005 at 05:11:51PM +0300, Vitaly Bordug wrote: > Marcelo Tosatti wrote: > >On Wed, Nov 16, 2005 at 03:04:33PM +0300, Vitaly Bordug wrote: > >>This adds board-specific files needed to utilize fs_enet Ethernet driver > >>for MPC885ADS and MPC866ADS. > >> > >>Signed-off-by: Vitaly Bord