From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.240]) by ozlabs.org (Postfix) with ESMTP id 5BDA8DE198 for ; Thu, 10 Jan 2008 06:16:09 +1100 (EST) Received: by an-out-0708.google.com with SMTP id c37so78263anc.78 for ; Wed, 09 Jan 2008 11:16:05 -0800 (PST) Message-ID: Date: Wed, 9 Jan 2008 12:16:04 -0700 From: "Grant Likely" Sender: glikely@secretlab.ca To: "Joachim Meyer" Subject: Re: Linux for ml310 In-Reply-To: <524369371@web.de> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 References: <524369371@web.de> Cc: linuxppc-embedded@ozlabs.org List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On 1/9/08, Joachim Meyer wrote: > Hi > > Thanks for your great help! > I added following lines which I found at the old xparameters_ml300.h, which was part of the kernel-sources but was replaced with the one of the BSP: > ---------------------------------------------------------------------------------------------------------------------------------- > #define XPAR_XUARTNS550_CLOCK_HZ 100000000 > #define XPAR_DCR_INTC_0_OPB_UART16550_0_IP2INTC_IRPT_INTR 6 > #define XPAR_OPB_UART16550_0_BASEADDR 0xA0000000 > #define XPAR_UARTNS550_0_CLOCK_FREQ_HZ XPAR_XUARTNS550_CLOCK_HZ > #define XPAR_INTC_0_UARTNS550_0_VEC_ID XPAR_DCR_INTC_0_OPB_UART16550_0_IP2INTC_IRPT_INTR > #define XPAR_UARTNS550_0_BASEADDR (XPAR_OPB_UART16550_0_BASEADDR+0x1000) wait... Are you using the value from the *old* or *new* xparameters_ml300.h? The values from the old file *will* *not* *work* for your design. You must find the appropriate values from your new xparams file. Hmmm.... but, this whole discussion assmues that your using a 16550 serial port. If you are using the uartlite instead then all of the above is unnecessary; you just need to turn off 16550 console support in the kernel config. Cheers, g. -- Grant Likely, B.Sc., P.Eng. Secret Lab Technologies Ltd.