Vadim Yatsenko | 1 Mar 2004 07:15
Picon

Re: About Low MIPS on AT91RM9200.

Hello! You're second guy in the list (as I remember) who meet this problem.
It's seams to be a problem in u-boot.
And (as I remember) problem was with wrong bus mode in the control register
of the CP15. Yuo need an asynchronous mode. Hope this will help.

Wit best regards. YaVA.

----- Original Message ----- 
From: "dlz" <dlz <at> hitsmlab.95.cn>
To: <linux-arm-kernel <at> lists.arm.linux.org.uk>
Sent: Saturday, February 28, 2004 6:47 AM
Subject: About Low MIPS on AT91RM9200.

Hi,linux-arm-kernel!

I got a board from www.lomx.net. I can run arm-linux-2.4.19/21 on it,The
bootloader is u-boot.

    The two kernel is both 29.79MIPS.

    Pls help me how to improve the low MIPS?

    I also search from the list, but no result.

Best Regards.

        dlz
        dlz <at> hitsmlab.95.cn
          2004-02-28

(Continue reading)

Guennadi Liakhovetski | 1 Mar 2004 10:52
Picon
Favicon

Re: Porting blob on trizeps 2

On Thu, 26 Feb 2004, Gerard Benjamin wrote:

> I'm trying to port blob on trizeps 2 module. But when I reboot the mt6
> board I don't get anything onth serial port.

I've sent Trizeps2 patches to blob to Abraham van der Merwe
<abz <at> frogfoot.net> at the end of September 2003. Looks like they still
haven't been merged...

Guennadi
---------------------------------
Guennadi Liakhovetski, Ph.D.
DSA Daten- und Systemtechnik GmbH
Pascalstr. 28
D-52076 Aachen
Germany

-------------------------------------------------------------------
Subscription options: http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm-kernel
FAQ/Etiquette:       http://www.arm.linux.org.uk/armlinux/mailinglists.php

Abraham van der Merwe | 1 Mar 2004 11:09

Re: Porting blob on trizeps 2


Hi Guennadi                                      > <at> 2004.03.01_11:52:11_+0200

> > I'm trying to port blob on trizeps 2 module. But when I reboot the mt6
> > board I don't get anything onth serial port.
> 
> I've sent Trizeps2 patches to blob to Abraham van der Merwe
> <abz <at> frogfoot.net> at the end of September 2003. Looks like they still
> haven't been merged...

Could you please resend. I seem to have lost those patches.

--

-- 

Regards
 Abraham

TODAY the Pond!
TOMORROW the World!
                -- Frogs (1972)

___________________________________________________
 Abraham vd Merwe - Frogfoot Networks CC
 1st Floor, Albion Springs, 183 Main Road, Newlands
 Phone: +27 21 689 3873 Cell: +27 82 565 4451
 Http: http://www.frogfoot.net/ Email: abz <at> frogfoot.net

Liam Girdwood | 1 Mar 2004 12:54
Favicon

Re: PXA263 Network Serial Protocol (NSSP) code, anyone?

On Fri, 2004-02-27 at 17:43, Luke Kenneth Casson Leighton wrote:

> 
>  dealing with two unknowns at once - the NSSP and the touchscreen chip -
>  is bugging me.

The PXA263 SSP ports are well documented here (Chapter 16) :-

http://apps.intel.com/scripts-util/download.asp?url=/design/pca/applicationsprocessors/manuals/27863803.pdf&title=Intel(R)+PXA26x+Processor+Family+Developer's+Manual&fullpg=3&site=Developer

I'm assuming that there is something missing from the manual wrt NSSP ?

Unfortunately, I can't send you my audio code, as it's Bulverde based
and will be under NDA until Bulverde is released. Sorry.

Basically you want to set up the port in the following order:-

1. Set up GPIO alternate functions and direction for NSSP (only if the 
lines are shared with another interface)

2. Enable NSSP port clock. (may not be required on PXA263)

3. Set up SSP port with your protocol, framing, DMA, and timing
requirements. This will be dependent on the target device. Chapter 16
contains the bit definitions.

4. Set the port enable bit. 

You should now be able to either use programmed IO or DMA to read/write
the NSSP FIFO's.
(Continue reading)

Robert Schwebel | 1 Mar 2004 12:55
Picon

Re: Compilers

Greg,

On Sun, Feb 29, 2004 at 12:07:10AM +1000, Greg Ungerer wrote:
> I am curently using gcc-3.3.2 and glibc-2.2.5 to build.

How do you handle the problems with softfloat? I'm still searching for a
better solution than what we now have (nico's patch, which works only on
PXA). The discussion takes place here: 

	http://sources.redhat.com/ml/crossgcc/2004-02/msg00140.html

Robert
--

-- 
 Dipl.-Ing. Robert Schwebel | http://www.pengutronix.de
 Pengutronix - Linux Solutions for Science and Industry
   Handelsregister:  Amtsgericht Hildesheim, HRA 2686
     Hornemannstraße 12,  31137 Hildesheim, Germany
    Phone: +49-5121-28619-0 |  Fax: +49-5121-28619-4

-------------------------------------------------------------------
Subscription options: http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm-kernel
FAQ/Etiquette:       http://www.arm.linux.org.uk/armlinux/mailinglists.php

stefan.eletzhofer | 1 Mar 2004 13:37
Picon

Re: Porting blob on trizeps 2

On Mon, Mar 01, 2004 at 10:52:11AM +0100, Guennadi Liakhovetski wrote:
> On Thu, 26 Feb 2004, Gerard Benjamin wrote:
> 
> > I'm trying to port blob on trizeps 2 module. But when I reboot the mt6
> > board I don't get anything onth serial port.
> 
> I've sent Trizeps2 patches to blob to Abraham van der Merwe
> <abz <at> frogfoot.net> at the end of September 2003. Looks like they still
> haven't been merged...

You could also send the patch my way.

Thanks,
	Stefan E.

> 
> Guennadi
> ---------------------------------
> Guennadi Liakhovetski, Ph.D.
> DSA Daten- und Systemtechnik GmbH
> Pascalstr. 28
> D-52076 Aachen
> Germany
> 
> 
> 
> -------------------------------------------------------------------
> Subscription options: http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm-kernel
> FAQ/Etiquette:       http://www.arm.linux.org.uk/armlinux/mailinglists.php

(Continue reading)

Guennadi Liakhovetski | 1 Mar 2004 14:03
Picon
Favicon

Re: Porting blob on trizeps 2

On Mon, 1 Mar 2004, Abraham van der Merwe wrote:

> Could you please resend. I seem to have lost those patches.

Attached below. An updated version. Also contains a 16bit AMD flash
driver, and a PXA-reboot code and some optimisations from Peter Lueg (pl
AT dsa-ac.de). It might not compile or even apply directly to the current
blob's CVS. If you want me to bring it to such a condition, let me know,
but I'll need more time, obviously. Otherwise, you should be able to
trivially fix it yourself:-)

Regards
Guennadi
---------------------------------
Guennadi Liakhovetski, Ph.D.
DSA Daten- und Systemtechnik GmbH
Pascalstr. 28
D-52076 Aachen
Germany

diff -urN --exclude=CVS vanilla/blob/configure.in blob-cvs.clean/configure.in
--- vanilla/blob/configure.in	Fri Aug 29 16:17:30 2003
+++ blob-cvs.clean/configure.in	Thu Feb 19 10:03:04 2004
 <at>  <at>  -96,6 +96,7  <at>  <at> 

 dnl Check board we want to build for
 AC_ARG_WITH(board, [  --with-board=NAME       Name of the target board
                            shannon      TuxScreen (Shannon)
                            system3      Prueftechnik Digital Board
                            trizeps      Keith & Koep Trizeps Board
(Continue reading)

Greg Ungerer | 1 Mar 2004 14:15

Re: Compilers

Hi Robert,

Robert Schwebel wrote:
> On Sun, Feb 29, 2004 at 12:07:10AM +1000, Greg Ungerer wrote:
> 
>>I am curently using gcc-3.3.2 and glibc-2.2.5 to build.
> 
> 
> How do you handle the problems with softfloat?

I don't. I rely on the existing in-kernel emulation.

> I'm still searching for a
> better solution than what we now have (nico's patch, which works only on
> PXA). The discussion takes place here: 
> 
> 	http://sources.redhat.com/ml/crossgcc/2004-02/msg00140.html

Regards
Greg

------------------------------------------------------------------------
Greg Ungerer  --  Chief Software Dude          EMAIL:  gerg <at> snapgear.com
Snapgear -- a CyberGuard Company               PHONE:    +61 7 3435 2888
825 Stanley St,                                  FAX:    +61 7 3891 3630
Woolloongabba, QLD, 4102, Australia              WEB:   www.SnapGear.com

-------------------------------------------------------------------
Subscription options: http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm-kernel
FAQ/Etiquette:       http://www.arm.linux.org.uk/armlinux/mailinglists.php
(Continue reading)

Ian Campbell | 1 Mar 2004 15:20

Patches to bkpxa version of pxafb.

Hi,

I've got a couple of patches to the pxafb driver. They allow me to run
up the LCD on our board here, perhaps they can be added to the pxa-fb
patch in handhelds.org CVS. 

I will followup with an updated pxa-fb.patch if anyone wants it -- the
sum total of all the attachments was too big for the mailing list if I
included it.

I intend to continue fixing up this driver, as well as porting some of
the features from our 2.4 tree (in case anyone else is working on it)...

pxafb-registers
        add some more defines to include/asm-arm/arch-pxa/pxa-regs.h.
        They are used below in the named-registers patch
pxafb-dynamic-pcd
        use the get_pcd function from 2.4 to get the correct PCD. The
        one in the pxa-fb patch did seem to produce the right numbers
        and this was the easiest way to fix it. Includes a large comment
        because it took me ages to figure out where the numbers came
        from.
pxafb-dynamic-bpp
        Set the Bpp field of LCCR3 correctly for the requested bit
        depth.
pxafb-device-name
        arch/arm/mach-pxa/generic.c calls the device "pxafb", so the
        driver should too (rather than "pxa-fb"). In fairness I think I
        broke this the other day with my patch to the pxa-cpu patch.
pxafb-mask-interrupts
(Continue reading)

Gerard Benjamin | 1 Mar 2004 16:39

blob release

Could anyone send me the latest cvs release of blob ?

I can't download it because of a firewall

Thanks in advance.

-------------------------------------------------------------------
Subscription options: http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm-kernel
FAQ/Etiquette:       http://www.arm.linux.org.uk/armlinux/mailinglists.php


Gmane