linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* Before adding preiliminary support for Netstal HCU4 (PPC405 based) board
@ 2008-09-30 20:55 Niklaus Giger
  2008-10-06  7:49 ` Geert Uytterhoeven
  0 siblings, 1 reply; 3+ messages in thread
From: Niklaus Giger @ 2008-09-30 20:55 UTC (permalink / raw)
  To: linuxppc-dev

Hi

I will soon submit a patch to add some support for a custom board.

I am a SW engineer at Netstal Maschinen in Switzerland. As I would like to get 
out of the current proprietary OS we currently are using, I have been 
following more or less closely the Linux kernel for quite a few years.
During more than one year I maintained a buildbot (continuos integegration)
for the xenomai realtime extension, which for various reasons I had no time
to continue in the last few months.

Since more than 3 years I have on my desk at home a PPC405 based board
(called HCU4) which has been running various linux version dating back to 
2.6.10. I do not know whether I will be succesfull in convincing my boss to 
use Linux but it would ease my job, if my board (and a little bit later its 
successor)  could find its way into the Linux kernel. He at least donated me 
the board(s) I am working on it.

The patch is fairly trivial, as it is more or less a clone of the Walnut 
board, minus some hardware not present. Having waited for the powerp port paid 
off, as the patch (after not having touched the Linux kernel for over 12 
months) was done (again) in two hours!

I hope that there are not too many stylistic. (After running 
scripts/checkpatch.pl I even rename <asm/time.h> to <linux/time.h>).

The board itself boots find and I was able to run quite a few test using the 
xenomai extensions. NFS, telnet, serial console, everything seems to work
fine.

The patch is against the master git of denx.de. It does not apply cleanly
against linus' git as I cannot find there any include/asm-ppc subdirectory. 
I cannot guarantee that I will do a checkout of all rc candidates made by 
Linus or Wolfgang, but I will try hard to do it for at least one of the 
release candidates for each version. If I cannot maintain may boards for 
longer than six months I will at last submit a change to remove them 
altogether if there are no more users. At least at the moment I do not know of 
anybody else. (There a are surely cheaper ways to get hand on a PPC405 board 
than buying one of our machines which are in the 6 to 7 digit price range.).

I would appreciate a small feedback, whether this is good form to submit 
patches.

Best regards and many thanks for everybody who contributed to make the powerpc 
architecture

-- 
NIklaus Giger
Wieshoschet 6
CH-8753 Mollis
+41  (0)55 612 20 54 P
+41  (0)55 618 64 68 G

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Before adding preiliminary support for Netstal HCU4 (PPC405 based) board
  2008-09-30 20:55 Before adding preiliminary support for Netstal HCU4 (PPC405 based) board Niklaus Giger
@ 2008-10-06  7:49 ` Geert Uytterhoeven
  0 siblings, 0 replies; 3+ messages in thread
From: Geert Uytterhoeven @ 2008-10-06  7:49 UTC (permalink / raw)
  To: Niklaus Giger; +Cc: linuxppc-dev

[-- Attachment #1: Type: TEXT/PLAIN, Size: 690 bytes --]

On Tue, 30 Sep 2008, Niklaus Giger wrote:
> The patch is against the master git of denx.de. It does not apply cleanly
> against linus' git as I cannot find there any include/asm-ppc subdirectory. 

{arch/,include-asm-}ppc/ has been removed, in favor of arch/powerpc/.

With kind regards,

Geert Uytterhoeven
Software Architect

Sony Techsoft Centre Europe
The Corporate Village · Da Vincilaan 7-D1 · B-1935 Zaventem · Belgium

Phone:    +32 (0)2 700 8453
Fax:      +32 (0)2 700 8622
E-mail:   Geert.Uytterhoeven@sonycom.com
Internet: http://www.sony-europe.com/

A division of Sony Europe (Belgium) N.V.
VAT BE 0413.825.160 · RPR Brussels
Fortis · BIC GEBABEBB · IBAN BE41293037680010

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Before adding preiliminary support for Netstal HCU4 (PPC405 based) board
@ 2008-10-01 17:36 Niklaus Giger
  0 siblings, 0 replies; 3+ messages in thread
From: Niklaus Giger @ 2008-10-01 17:36 UTC (permalink / raw)
  To: linuxppc-dev

Hi

I will soon submit a patch to add some support for a custom board.

I am a SW engineer at Netstal Maschinen in Switzerland. As I would like to get 
out of the current proprietary OS we currently are using, I have been 
following more or less closely the Linux kernel for quite a few years.
During more than one year I maintained a buildbot (continuos integegration)
for the xenomai realtime extension, which for various reasons I had no time
to continue in the last few months.

Since more than 3 years I have on my desk at home a PPC405 based board
(called HCU4) which has been running various linux version dating back to 
2.6.10. I do not know whether I will be succesfull in convincing my boss to 
use Linux but it would ease my job, if my board (and a little bit later its 
successor)  could find its way into the Linux kernel. He at least donated me 
the board(s) I am working on it.

The patch is fairly trivial, as it is more or less a clone of the Walnut 
board, minus some hardware not present. Having waited for the powerp port paid 
off, as the patch (after not having touched the Linux kernel for over 12 
months) was done (again) in two hours!

I hope that there are not too many stylistic. (After running 
scripts/checkpatch.pl I even rename <asm/time.h> to <linux/time.h>).

The board itself boots find and I was able to run quite a few test using the 
xenomai extensions. NFS, telnet, serial console, everything seems to work
fine.

The patch is against the master git of denx.de. It does not apply cleanly
against linus' git as I cannot find there any include/asm-ppc subdirectory. 
I cannot guarantee that I will do a checkout of all rc candidates made by 
Linus or Wolfgang, but I will try hard to do it for at least one of the 
release candidates for each version. If I cannot maintain may boards for 
longer than six months I will at last submit a change to remove them 
altogether if there are no more users. At least at the moment I do not know of 
anybody else. (There a are surely cheaper ways to get hand on a PPC405 board 
than buying one of our machines which are in the 6 to 7 digit price range.).

I would appreciate a small feedback, whether this is good form to submit 
patches.

Best regards and many thanks for everybody who contributed to make the powerpc 
architecture

-- 
NIklaus Giger
Wieshoschet 6
CH-8753 Mollis
+41  (0)55 612 20 54 P
+41  (0)55 618 64 68 G

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-10-06  7:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-09-30 20:55 Before adding preiliminary support for Netstal HCU4 (PPC405 based) board Niklaus Giger
2008-10-06  7:49 ` Geert Uytterhoeven
2008-10-01 17:36 Niklaus Giger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).