Question about modules

2003-03-03 Thread Wolfgang Denk
In message <20030303221205.GA12414 at ip68-0-152-218.tc.ph.cox.net> you wrote: > > > In commproc.c, add the following line: > > EXPORT_SYMBOL(m8xx_cpm_hostalloc); > > I'll bite... Dan is there a good reason this isn't exported? Google > shows nothing to me :) IMHO the only "good" reason they w

"printk" does not print

2003-03-03 Thread Ing.Gianfranco Morandi
After setting up the right log level, printk now works! many thanks to all Gianfranco - Original Message - From: "Mark Hatle" <[EMAIL PROTECTED]> To: "Stephan Linke" Cc: "Bret Indrelee" ; "Linuxppc-Embedded" Sent: Monday, March 03, 2003 5:38 PM Subject: Re: "printk" does not print >

PCI support for MPC8250

2003-03-03 Thread Willy Jacobs
We are developing a system around the MPC8250 and will use the internal PCI. Last december there was a thread on this mailinglist for PCI support for the MPC8265/6 (which is similar for the MPC8250?). Scanning through the linuxppc_2.4 development tree (2.4.20) did no show support for this. Is this

Serial Console disable/enable dynamically

2003-03-03 Thread Aman
Hi All I have an custom board which has PPC 440GP as its processor. I have build a kernel image and ramdisk to run on the custom board, which is running fine.There is only one serial port in the board. This serial port is used as the serial console. I wanted to disable and enable the serial cons

RAMDISK Problem

2003-03-03 Thread Kamalesh B
hello, As suggested, i downloaded the "simple-ramdisk.PPCBoot" from ftp site and also went thru the dplg.pdf file to know more about PPCBoot. Iam working on MPC8260ADS and trying to boot linux-2.4.1 in a standalone mode without NFS support. I loaded both kernel image which was booting earlier w

PrPMC800 NON-MONARCH Patch

2003-03-03 Thread Anders Blomdell
Finally I have a working PrPMC800 Linux for NON-MONARCH operations. The attached patch is what is needed. The content of the patch falls in three categories: 1. PrPMC800 specific stuff (in files prpmc*, harrier*) 2. Discontigous memory support (various files) and a gross hack in numa

SCC3 UART for MPC850

2003-03-03 Thread Dan Malek
Donald MacArthur wrote: > I am currently working with an embedded planet LICCE MPC850 Credit card > board ... > ...Does anyone know of modifications required for the kernel > to get SCC3 to work as a UART or were possible conflicts might arise? There are several things that may need attention.

"printk" does not print

2003-03-03 Thread Stephan Linke
Hi, if your startup skript changes the console log level in /proc/sys/kernel/printk maybe not all messages are displayed on console. But you can still look into /var/log/messages. Regards, Stephan > -Original Message- > From: owner-linuxppc-embedded at lists.linuxppc.org > [mailto:owne

Linux console on virtual Uart?

2003-03-03 Thread Dang, James
Hello, I'm porting Denx linux 2.4.4 to my company MPC8260 board. The board doesn't have the real UART to be configured as ttyS0. It has a virtual UART (a memory location where characters are read/written from/to. Another processor will take care of UART translation.) I haved modified uart.c to pr

register_serial on 405 platform

2003-03-03 Thread Matthias Fuchs
Hi, I need to register some non-standard serial 16550 UART ports on a 405GP platform. I noticed that the rs_table in drivers/char/serial.c has only two entries (used by the on-chip serial ports). So I cannot understand how I can register further ports without changing the kernel source. Am I rig

Improved copy_page() function, about 30% speed up for mpc860!

2003-03-03 Thread Dan Malek
Joakim Tjernlund wrote: > I have been playing with the copy_page() function in arch/ppc/kernel/misc.S > and gained about 30% speed up for my mpc860, rev D4 MHz. Have you found the discussion in linuxppc-dev about the work Paul has done on this in general for PowerPC? It may help avoid repeating

Calling __eabi

2003-03-03 Thread Erik Christiansen
Despite compiling with; powerpc-linux-gcc -Iinclude -g -meabi -c -o obj/app_init.o app_init.c the expected compiler-generated call to __eabi() is not magically inserted at the start of main. (Using powerpc-linux-gcc version 2.95.3) Have I perhaps misinterpreted the following in the GNU

Status of 2.5 for 8xx?

2003-03-03 Thread Dan Malek
Pantelis Antoniou wrote: > How is the status of 2.5 for 8xx? Sorry, I've been travelling for the past week without computer. I'm back now and working on it again. -- Dan ** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

Problem porting 2.4.17 linux to MPC8260ADS

2003-03-03 Thread Dan Malek
Kamalesh B wrote: > [KAMAL]: > All memory mapping is handled correctly. > SDRAM is mapped to 0xC000 from 0x > Flash is mapped to 0xFF80 from 0xFF80 > Board control/status register is mapped to 0xF010 from 0x0450 > IMMR is mapped to 0xF000 from 0x0470 > > Iam us

"printk" does not print

2003-03-03 Thread Ing.Gianfranco Morandi
Hi to all, I'm trying to trace the execution path of a custom ISDN driver, and I have used some printk() instructions to give some messages out. Now, everything is going well, but when I try to open the ttyI0 device (or ttyIx it is the same) the printk() that I have placed into the file isdn_tty

Question about modules

2003-03-03 Thread Tom Rini
On Fri, Feb 28, 2003 at 01:27:26PM -0500, Jean-Denis Boyer wrote: > > Everything works, till I try to insmod it: I get m8xx_cpm_alloc and > > m8xx_cpm_hostalloc as unresolved symbols. > > In commproc.c, add the following line: > EXPORT_SYMBOL(m8xx_cpm_hostalloc); I'll bite... Dan is there a go

SCC3 UART for MPC850

2003-03-03 Thread Wolfgang Denk
In message you wrote: > > I am currently working with an embedded planet LICCE MPC850 Credit card > board with the associated MPC860 Timesys Linux Kernel. I would like to use > as many SCC and SMC channels for UARTs as possible. I have successfully > enabled SMC1, SMC2, and SCC2 for UART but SC

RAMDISK Problem

2003-03-03 Thread Wolfgang Denk
In message <3E63484A.6340720C at tataelxsi.co.in> you wrote: > > Iam working on MPC8260ADS and trying to boot linux-2.4.1 in a standalone > mode without NFS support. 2.4 1. is very old. Did you make sure that the "clocks_in_mhz" variable is set in your PPCBoot environment? > I loaded both

Xilinx PPC405 MHS file

2003-03-03 Thread Kerl, John
Hello, Does anyone have an example of an MHS file for Xilinx PPC405 working with Linux? The ML300 port in the linuxppc_2_4_devel tree was apparently made using V2PDK, not EDK. Any and all information is appreciated. Thanks. ** Sent via the linuxppc-embedded mail list. See http://lists.linuxpp

"printk" does not print

2003-03-03 Thread Mark Hatle
Stephan Linke wrote: > Hi, > > if your startup skript changes the console log level in > /proc/sys/kernel/printk maybe not all messages are displayed on console. But > you can still look into /var/log/messages. ...assuming you have klogd/syslogd installed and running... --Mark > Regards, Steph

mvme 5500 board

2003-03-03 Thread GRAVE Xavier
Hi, I'm already using mvme 5100 boards. For an application I perhaps give a try to a 5500 board. Does somebody already use one under linux ? Since I'm running linux + rtai, I also ask the question about a mvme 5500 board with linux + rtai. xavier ps: I have a vme driver running quite well under

SCC3 UART for MPC850

2003-03-03 Thread Steven Blakeslee
Are you sure that particular variant of the 850 processor has an SCC3? -Original Message- From: Donald MacArthur [mailto:[EMAIL PROTECTED] Sent: Monday, March 03, 2003 8:53 AM To: linuxppc-embedded at lists.linuxppc.org Subject: SCC3 UART for MPC850 I am currently working with an embed

SCC3 UART for MPC850

2003-03-03 Thread Donald MacArthur
I am currently working with an embedded planet LICCE MPC850 Credit card board with the associated MPC860 Timesys Linux Kernel. I would like to use as many SCC and SMC channels for UARTs as possible. I have successfully enabled SMC1, SMC2, and SCC2 for UART but SCC3 does not work. Normally for t

"printk" does not print

2003-03-03 Thread Bret Indrelee
On Mon, 3 Mar 2003, Ing.Gianfranco Morandi wrote: > Hi to all, > > I'm trying to trace the execution path of a custom ISDN driver, and I have > used some printk() instructions to give some messages out. > > Now, everything is going well, but when I try to open the ttyI0 device (or > ttyIx it is th