Hi all,
Firstly Thanks fyanardi for your help.
My story about 2.6.19 for at91sam9263-ek is the following:
I downloaded the linux_demo at
http://www.atmel.com/dyn/resources/prod_documents/SAM9263_CDROM_image.zip , and a kernel binary image packaged in this CDROM named
linux_demo\demo_linux_at91sam9263\linux-2.6.19-at91.img, it was a perfect kernel for at91sam9263-ek, and parts of the boot log were:
Linux version 2.6.19 (nferre@penfret.rfo.atmel.com) (gcc version 3.4.4) #3 Thu Dec 14 11:05:09 CET 2006
CPU: ARM926EJ-S [41069265] revision 5 (ARMv5TEJ), cr=00053177
Machine: Atmel AT91SAM9263-EK
Ignoring unrecognised tag 0x54410008
Memory policy: ECC disabled, Data cache writeback
Clocks: CPU 199 MHz, master 99 MHz, main 16.367 MHz
CPU0: D VIVT write-back cache
CPU0: I cache: 16384 bytes, associativity 4, 32 byte lines, 128 sets
CPU0: D cache: 16384 bytes, associativity 4, 32 byte lines, 128 sets
Built 1 zonelists. Total pages: 16256
Kernel command line: mem=64M console=tty0 console=ttyS0,115200 root=/dev/nfs rw ip=bootp
...
In fact I have got and tested the patch from
http://maxim.org.za/AT91RM9200/2.6/2.6.19-at91.patch.gz before I pasted the above message, but I could not find the kernel configuration for at91sam9263-ek in arch/arm/configs, so I thought there were other patches for it, but I couldn't find the address that I could use.
As the kernel version of Montavista Linux Pro5.0 that I'm porting is 2.6.18, I want to get the community kernel patches for 2.6.18 or 2.6.19 for porting, Thanks.