Re: Clean kernel patch for LEON/SPARC

From: Jiri Gaisler
Date: Wed Aug 20 2003 - 12:34:48 EST


Pete Zaitcev wrote:

> The serial has to go to Russell King, but I can look, too.
> Best of all is to cc to linux-kernel.
>
> About Ethernet, it probably ought to go to netdev@xxxxxxxxxxxx
> I am not quite sure.
>

I have made three patches that makes up the leon/sparc port
for linux-2.5.75:


* linux-2.5.75_kernel_only.diff - leon support in kernel

* linux-2.5.75_open_eth.diff - opencores ethernet driver

* linux-2.5.75_leon_uart.diff - leon uart driver


The total size is about 150 Kbyte, so to avoid a large email
the patches can be downloaded from:

http://www.gaisler.com/patches.html


I don't have Russell King's email address, maybe you could
forward this mail to him?

Did you guys figure out the cause of the severe problem
with cache corruption?

Yes, this was a virtual address aliasing problem. Leon2 has
virtual caches but the MMU has no aliasing detection, so we
are forced to flush the cache on each task switch. Our next
processor (leon3) will have to switch to either physical caches
or have some form of aliasing detection ...

Regards, Jiri.
--
-------------------------------------------------------------------------
Gaisler Research, Stora Nygatan 13, 41108 Goteborg, Sweden, +46-31802405
fax: +46-31802407 email: info@xxxxxxxxxxx, home page: www.gaisler.com
-------------------------------------------------------------------------

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/