* [PATCH] m32r - New architecure port to Renesas M32R processor
@ 2004-03-02 7:55 Hirokazu Takata
2004-03-02 9:30 ` Geert Uytterhoeven
2004-05-01 12:02 ` Hirokazu Takata
0 siblings, 2 replies; 4+ messages in thread
From: Hirokazu Takata @ 2004-03-02 7:55 UTC (permalink / raw)
To: linux-kernel; +Cc: takata
Hello, Linus and folks,
We have ported Linux to the M32R processor, which is a 32-bit RISC embedded
microprocessor of Renesas Technology.
I would like to release a patch information for this m32r port.
Would you merge them to the stock kernel?
# Unfortunately, I have linux-2.4.19 based kernel, not latest one.
Patch information is slightly bigger, so I placed it on our
Linux/M32R homepage.
http://www.linux-m32r.org/public/linux-2.4.19_m32r_20040203.arch-m32r.patch
This new architecture port has already reported at OLS2003.
http://www.linux-m32r.org/cmn/m32r/ols2003_presentation.pdf
http://archive.linuxsymposium.org/ols2003/Proceedings/All-Reprints/Reprint-Takata-OLS2003.pdf
Thank you.
--
Hirokazu Takata
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] m32r - New architecure port to Renesas M32R processor
2004-03-02 7:55 [PATCH] m32r - New architecure port to Renesas M32R processor Hirokazu Takata
@ 2004-03-02 9:30 ` Geert Uytterhoeven
2004-03-02 10:11 ` Hirokazu Takata
2004-05-01 12:02 ` Hirokazu Takata
1 sibling, 1 reply; 4+ messages in thread
From: Geert Uytterhoeven @ 2004-03-02 9:30 UTC (permalink / raw)
To: Hirokazu Takata; +Cc: Linux Kernel Development
On Tue, 2 Mar 2004, Hirokazu Takata wrote:
> We have ported Linux to the M32R processor, which is a 32-bit RISC embedded
> microprocessor of Renesas Technology.
>
> I would like to release a patch information for this m32r port.
Nice!
> Would you merge them to the stock kernel?
> # Unfortunately, I have linux-2.4.19 based kernel, not latest one.
However, I think you best upgrade to 2.4.25 first.
Also, please merge/move arch/m32r/drivers with/to drivers/.
And what about a 2.6 port? :-)
> This new architecture port has already reported at OLS2003.
> http://www.linux-m32r.org/cmn/m32r/ols2003_presentation.pdf
> http://archive.linuxsymposium.org/ols2003/Proceedings/All-Reprints/Reprint-Takata-OLS2003.pdf
I attended that one, and it looked quite nice!
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [PATCH] m32r - New architecure port to Renesas M32R processor
2004-03-02 9:30 ` Geert Uytterhoeven
@ 2004-03-02 10:11 ` Hirokazu Takata
0 siblings, 0 replies; 4+ messages in thread
From: Hirokazu Takata @ 2004-03-02 10:11 UTC (permalink / raw)
To: Geert Uytterhoeven; +Cc: Hirokazu Takata, Linux Kernel Development
Geert,
Thank you for your quick reply.
> However, I think you best upgrade to 2.4.25 first.
I agree with you. I will try to upgrade it.
> And what about a 2.6 port? :-)
We have ported 2.6.0 kernel, and we are still working to add drivers.
But I hope we can release it soon. :-)
The m32r kernel also supports the wonderful features of 2.6 kernel
like other architecture.
- O(1) scheduler support
- Preemtible kernel support
- SMP support
:
--
Hirokazu Takata
From: Geert Uytterhoeven <geert@linux-m68k.org>
Date: Tue, 2 Mar 2004 10:30:12 +0100 (MET)
> On Tue, 2 Mar 2004, Hirokazu Takata wrote:
> > We have ported Linux to the M32R processor, which is a 32-bit RISC embedded
> > microprocessor of Renesas Technology.
> >
> > I would like to release a patch information for this m32r port.
>
> Nice!
>
> > Would you merge them to the stock kernel?
> > # Unfortunately, I have linux-2.4.19 based kernel, not latest one.
>
> However, I think you best upgrade to 2.4.25 first.
> Also, please merge/move arch/m32r/drivers with/to drivers/.
>
> And what about a 2.6 port? :-)
>
> > This new architecture port has already reported at OLS2003.
> > http://www.linux-m32r.org/cmn/m32r/ols2003_presentation.pdf
> > http://archive.linuxsymposium.org/ols2003/Proceedings/All-Reprints/Reprint-Takata-OLS2003.pdf
>
> I attended that one, and it looked quite nice!
>
> Gr{oetje,eeting}s,
>
> Geert
>
> --
> Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
>
> In personal conversations with technical people, I call myself a hacker. But
> when I'm talking to journalists I just say "programmer" or something like that.
> -- Linus Torvalds
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] m32r - New architecure port to Renesas M32R processor
2004-03-02 7:55 [PATCH] m32r - New architecure port to Renesas M32R processor Hirokazu Takata
2004-03-02 9:30 ` Geert Uytterhoeven
@ 2004-05-01 12:02 ` Hirokazu Takata
1 sibling, 0 replies; 4+ messages in thread
From: Hirokazu Takata @ 2004-05-01 12:02 UTC (permalink / raw)
To: linux-kernel
Hello,
Here are upgrade patches of the Renesas M32R processor
for the latest 2.4.26 kernel.
Patch information to the stock linux-2.4.26 kernel is placed as follows:
- m32r architecture dependent portions (arch/m32r, include/asm-m32r)
http://www.linux-m32r.org/public/linux-2.4.26_m32r_20040429.arch-m32r.patch
- architecture independent portions for the m32r
http://www.linux-m32r.org/public/linux-2.4.26_m32r_20040429.patch
Regards,
---
Hirokazu Takata
Linux/M32R Project: http//www.linux-m32r.org/
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2004-05-01 12:02 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-03-02 7:55 [PATCH] m32r - New architecure port to Renesas M32R processor Hirokazu Takata
2004-03-02 9:30 ` Geert Uytterhoeven
2004-03-02 10:11 ` Hirokazu Takata
2004-05-01 12:02 ` Hirokazu Takata
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox