From: Stuart M. <Stu...@st...> - 2000-08-17 12:32:16
|
Asano-san I suddenly remembered I'd forgotten to reply to you. No, the board we will be working on with the HD64465 is not the Hitachi board, but a propritary one. With a bit of luck our board designers will have followed the Hitachi recomendations, and everything should be mapped at the same addreses as the Hitachi board, so we shouldn't have too many problems. However there is other stuff on the board such as PCI which takes up quite a bit of address space, so it may have been moved. We shall see... The interrupt and IO changes in the kernel sources should be complete now, as far as I am concerned (appart from combining isa_port2addr and port2addr in the machine vector), so now would probably be a good oportunity to get this sort of change in. You may want to have a look at the document I added in kernel/Documentation/sh/new-machine.txt for an overview of how the new system works. How you integerate this probably depends on how similar the code is to that for the HD64461. If they are pretty similar, I would be inclined to make the current HD64461 configuration option more generic, and only distinguish the two devices when you have to. If all else fails, please post your patches, and if nobody else has done so, I'll have a go at integrating them when I get the hardware. Which devices are you supporting on the HD64465? In particular are you supporting USB? This looked kind of tricky when reading through the manual. Stuart On Aug 2, 11:42am, as...@us... wrote: > Subject: [linuxsh-dev] Re: Back from the dead > > Hello Stuart-san and all. > > On Tue, 1 Aug 2000 18:26:55 +0100 > Stuart Menefy <Stu...@st...> wrote: > > > > > I'll probably need to add support for the HD64465 at some point in the > > next few months, and hope to be able to use the HD64461 code as a > > starting point, so we'll see what happens then. > > > > Stuart > > > > I'm Tomoyoshi ASANO. > I'm working at Lineo. > > We ported linuxsh cvs code for HSA ASPEN/TAHOE board > last month. > > The ASPEN board has a SH7750 and the TAHOE board which > is the dauther board of ASEPN has a HD64465. > So we have some codes for HD64465. > > Do you plan to wrok for the same board? > > I want to provide these codes for HSA ASPEN/TAHOE board. > But I don't know how to marge the code to cvs well. > Please give me suggestion to do it. > > But the current linuxsh cvs code is changed around I/O and > interrupt recently, so I have not fixed it yet. > > And I'm busy this week and the next week. > I hope do it at the last of this month. > > Tom > -- > > > _______________________________________________ > linuxsh-dev mailing list > lin...@li... > http://lists.sourceforge.net/mailman/listinfo/linuxsh-dev >-- End of excerpt from as...@us... |