Jeff Sutherland | 1 Jul 2003 04:03

SMC ethernet driver code development

For everyone working on various versions of the SMC ethernet drivers, I've 
made some additions to the "smcether" module in the cvs repository located at 
http://www.arm.linux.org.uk/cvs   I've added Nicolas Pitre's smc91x. driver 
from 2.4.19-rmk7-pxa2 as the reference platform since Nico made a major 
effort to clean this thing up.  I plan to do all future development and 
porting based on this version, so I ask that all of you do so as well so we 
can get closer towards that elusive goal of unifying this driver for the 
91c94,96,110,111.

Regards,
Jeff
--

-- 
Kodachrome: After nearly 70 years, there's still
            no better way to preserve an image.

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

Alex Zeffertt | 1 Jul 2003 10:07

Re: xscale: libc.so cannot open shared object

Great - that worked!  I can now build a big-endian cross-compiler for
the xscale, and dynamic linking works.

For the record, I am attaching a modified version of Jeremy McNicoll's
build script, and Christian's patch.

Thanks everyone.

Alex

On Mon, 2003-06-30 at 13:01, Christian Pell wrote:
> On Mon, 2003-06-30 at 13:53, Christian Pell wrote:
> > > 
> 
> > 
> > If it works and you want to keep the optimized version try this patch.
> > 
> 
> 
> Sorry, look at this one, just forgot -u to diff ;-)
> 
> Bye!
> 
--- reload1.c.orig	Thu Oct 10 16:40:20 2002
+++ reload1.c	Thu Dec 12 14:43:56 2002
 <at>  <at>  -8674,7 +8674,9  <at>  <at> 
 	 ... (MEM (PLUS (REGZ) (REGY)))... .
(Continue reading)

Nageswari S | 1 Jul 2003 13:40
Picon

Unable to mount root fs

Hi,

I am trying to put Linux 2.4.19 on ARM CP Integrator board. The kernel boots
and hangs with "Unable to mount Root File system" . I have enabled "Ramdisk"
and "initrd" support in the kernel. I am passing "/dev/ram" as kernel
argument. Also, I am using ramdisk_ks.gz"

********************************************************************
Uncompressing Linux.................................. done, booting the
kernel.

41069263:00000015:00050078
0018B564-00280EE4>00008000
00280EE4
Linux version 2.4.19-rmk6 (root <at> localhost.localdomain) (gcc version 2.95.3
20010
315 (release)) #145 Tue Jul 1 16:23:14 IST 2003
CPU: ARM926EJ-Sid(wb) revision 3
Machine: ARM-Integrator
<4>Warning: bad configuration page, trying to continue
On node 0 totalpages: 16384
zone(0): 16384 pages.
zone(1): 0 pages.
zone(2): 0 pages.
Kernel command line: root=/dev/ram0 load_ramdisk=1
<7>Relocating machine vectors to 0xffff0000
Came inside integrator IRQ
Finished time init
Finished console init
Calibrating delay loop... Calibrating delay loop... 719.25 BogoMIPS
(Continue reading)

dtrmaury | 1 Jul 2003 13:54
Picon

ARM integrator pp2 lcd

 How can i enable the arm integrator pp2 lcd monitor? Are available device 
drivers? 
 
Maurizio Di Terlizzi 

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

Andreas Landgraf | 1 Jul 2003 15:19

Micrel KS8695

Hi,

Does anyone have experiences with the Micrel KS8695 Demo Board?
In detail with the bootcode. I haven't written a bootloader for now and i
really need help!
So please help me.

Thx

Andreas

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

David Siorpaes | 1 Jul 2003 15:23

Re: ARM integrator pp2 lcd

Here's a patch for 2.4.18-rmk7. It provides a frame buffer driver for 
ARM's pl110 LCD controller. It assumes the controller is at 0xC1000000 
on logic module number 0 as in the PP2 platform.

David

diff -urN linux-2.4.18-rmk7/Makefile linux-2.4.18-rmk7-ds5/Makefile
--- linux-2.4.18-rmk7/Makefile    Wed Jun 11 13:29:21 2003
+++ linux-2.4.18-rmk7-ds5/Makefile    Wed Jun 11 13:32:54 2003
 <at>  <at>  -1,11 +1,11  <at>  <at> 
 VERSION = 2
 PATCHLEVEL = 4
 SUBLEVEL = 18
-EXTRAVERSION = -rmk7
+EXTRAVERSION = -rmk7-ds5

 KERNELRELEASE=$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)

-ARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ -e 
s/arm.*/arm/ -e s/sa110/arm/)
+ARCH := arm
 KERNELPATH=kernel-$(shell echo $(KERNELRELEASE) | sed -e "s/-//g")

 CONFIG_SHELL := $(shell if [ -x "$$BASH" ]; then echo $$BASH; \
 <at>  <at>  -19,7 +19,7  <at>  <at> 
 HOSTCC      = gcc
 HOSTCFLAGS    = -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer

-CROSS_COMPILE     =
+CROSS_COMPILE     = arm-linux-
(Continue reading)

Robert Schwebel | 1 Jul 2003 17:04
Picon

Re: DNP/1110 linux kernel crash

On Mon, Jun 23, 2003 at 02:07:20PM -0700, Zoltan Csizmadia wrote:
> We have couple boards, and the boards where the serial numbers are
> under 20013200 are causing linux kernel panic if we have a lot of
> network traffic, but the boards with serial numbers higher than
> 20013200 work just fine. Probably they made some hw modifications.

Well, I could try to ask SSV directly - they are less than 50 km from
Hildesheim, so running away may be more difficult than in your case ;)

> Anybody experienced the same problem? What modification should I do
> (kernel source, patches)?

It's difficult to guess something without having the hardware. Which
SMSC driver do you use? You migth want to try Nicolas Pitre's driver
which has been heavily rewritten and should have less races. 

Robert
--

-- 
 Dipl.-Ing. Robert Schwebel | http://www.pengutronix.de
 Pengutronix - Linux Solutions for Science and Industry
   Braunschweiger Str. 79,  31134 Hildesheim, Germany
   Handelsregister:  Amtsgericht Hildesheim, HRA 2686
    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

M.Eugenia G.Valdecasas | 2 Jul 2003 09:33

JTAG problems

Hi, I am trying to flash the Redboot.bin to my board
using the tools from JTAG-Tools. I get to get the
information of part "0" (my PXA250 processor) but it
cannot detect the flash memory :( allthough is an intel
28FxxxJ3, compatible following the specifications, with
the program.

I also tried with Jflash-linux but it does not even
detect the board. It gives me the same error as if it
was not connected:

using printer port at 378
enter binary file name: Redboot.bin
error, failed to read device ID
ACT: 1111 1111111111111111 11111111111 1
EXP: X001 0001000010000100 00000110101 1
  failed to read device ID for the SA-1100

If is there anyone who could help me I will
really appreciate it...

Thank you,
M.Eugenia

_________________________________
Dipl. Ing. M.Eugenia G.Valdecasas

Isar-Tec
Software - Digital Systems
Plannegerstr. 32
(Continue reading)

Juraj Fabo | 2 Jul 2003 09:56
Picon

Re: JTAG problems

M.Eugenia G.Valdecasas wrote:
> Hi, I am trying to flash the Redboot.bin to my board
> using the tools from JTAG-Tools. I get to get the
> information of part "0" (my PXA250 processor) but it
> cannot detect the flash memory :( allthough is an intel
> 28FxxxJ3, compatible following the specifications, with
> the program.
> 

Hi,

	you could maybe try to post this question also in the JTAG Tools
project mailing list (openwince-list <at> lists.sourceforge.net).

Regards

--

	Juraj Fabo

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

Javier Álvarez | 2 Jul 2003 09:59
Picon

Re: JTAG problems

Why don´t you use the "flash_triton" program? Its very simple and it works
perfectly. It is in the Karo CD.

----- Original Message -----
From: "Juraj Fabo" <vinco <at> etc.sk>
To: <linux-arm-kernel <at> lists.arm.linux.org.uk>
Sent: Wednesday, July 02, 2003 9:56 AM
Subject: Re: JTAG problems

> M.Eugenia G.Valdecasas wrote:
> > Hi, I am trying to flash the Redboot.bin to my board
> > using the tools from JTAG-Tools. I get to get the
> > information of part "0" (my PXA250 processor) but it
> > cannot detect the flash memory :( allthough is an intel
> > 28FxxxJ3, compatible following the specifications, with
> > the program.
> >
>
> Hi,
>
> you could maybe try to post this question also in the JTAG Tools
> project mailing list (openwince-list <at> lists.sourceforge.net).
>
> Regards
>
> --
>
> Juraj Fabo
>
>
(Continue reading)


Gmane