You can subscribe to this list here.
2000 |
Jan
|
Feb
|
Mar
|
Apr
(12) |
May
(82) |
Jun
(72) |
Jul
(39) |
Aug
(104) |
Sep
(61) |
Oct
(55) |
Nov
(101) |
Dec
(48) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2001 |
Jan
(52) |
Feb
(67) |
Mar
(18) |
Apr
(16) |
May
(33) |
Jun
(12) |
Jul
(102) |
Aug
(168) |
Sep
(65) |
Oct
(60) |
Nov
(43) |
Dec
(121) |
2002 |
Jan
(69) |
Feb
(32) |
Mar
(90) |
Apr
(59) |
May
(45) |
Jun
(43) |
Jul
(33) |
Aug
(21) |
Sep
(11) |
Oct
(20) |
Nov
(26) |
Dec
(3) |
2003 |
Jan
(12) |
Feb
(18) |
Mar
(11) |
Apr
(11) |
May
(41) |
Jun
(76) |
Jul
(77) |
Aug
(15) |
Sep
(38) |
Oct
(56) |
Nov
(19) |
Dec
(39) |
2004 |
Jan
(17) |
Feb
(52) |
Mar
(36) |
Apr
(34) |
May
(48) |
Jun
(85) |
Jul
(38) |
Aug
(42) |
Sep
(41) |
Oct
(77) |
Nov
(27) |
Dec
(19) |
2005 |
Jan
(32) |
Feb
(35) |
Mar
(29) |
Apr
(8) |
May
(7) |
Jun
(31) |
Jul
(46) |
Aug
(93) |
Sep
(65) |
Oct
(85) |
Nov
(219) |
Dec
(47) |
2006 |
Jan
(170) |
Feb
(103) |
Mar
(49) |
Apr
(43) |
May
(45) |
Jun
(29) |
Jul
(77) |
Aug
(82) |
Sep
(43) |
Oct
(45) |
Nov
(26) |
Dec
(85) |
2007 |
Jan
(42) |
Feb
(48) |
Mar
(64) |
Apr
(31) |
May
(88) |
Jun
(53) |
Jul
(175) |
Aug
(212) |
Sep
(91) |
Oct
(103) |
Nov
(110) |
Dec
(5) |
2008 |
Jan
(20) |
Feb
(11) |
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
(5) |
Sep
(3) |
Oct
(12) |
Nov
|
Dec
|
From: Fabio G. <fg...@ti...> - 2002-07-23 12:15:39
|
Thanks o lot. On Tuesday 23 July 2002 12:53, Stuart Menefy wrote: > strace shows you which systems calls a program is making. It is very > useful for tracking down why a program isn't working without having to use > a debugger or adding printf's. > > For example, you can see which order a set of configuration files are being > read, without having to understand the source code or refer to the > documentation! > > Stuart > > On Tue, 23 Jul 2002 12:35:56 +0200 > > fg...@ti... wrote: > > Sorry guys, > > What's strace is usefull for? > > > > On Tuesday 23 July 2002 12:26, Stuart Menefy wrote: > > > Daniel > > > > > > Attached is the patch I'm currently using. This is against the strace > > > CVS repository as of 29th Jan 2002, however I'm not aware of any major > > > changes since then. > > > > > > Stuart > > > > > > On Tue, 23 Jul 2002 11:08:08 +0200 > > > > > > dj...@sy... wrote: > > > > Hi all, > > > > > > > > in August 2001, Greg Banks and Stuart Menefy were exchanging several > > > > patches on this > > > > mailing list. The purpose of these patches was to enable strace for > > > > SuperHitachi. > > > > Unfortunately, the mailing list archive shows EMails without > > > > attachement, thus I cannot > > > > see the patches. > > > > > > > > Does anyone still have these patches or does anyone know where I may > > > > get them (or > > > > other patches related to the same purpose). > > > > > > > > Any hints are highly appreciated. > > > > > > > > As I am not a member of this list it would be nice if you'd CC me. > > > > > > > > Thanks in advance > > > > > > > > Daniel > > > > > > > > > > > > ------------------------------------------------------- > > > > This sf.net email is sponsored by:ThinkGeek > > > > Welcome to geek heaven. > > > > http://thinkgeek.com/sf > > > > _______________________________________________ > > > > linuxsh-dev mailing list > > > > lin...@li... > > > > https://lists.sourceforge.net/lists/listinfo/linuxsh-dev |
From: Stuart M. <stu...@st...> - 2002-07-23 11:02:07
|
strace shows you which systems calls a program is making. It is very useful for tracking down why a program isn't working without having to use a debugger or adding printf's. For example, you can see which order a set of configuration files are being read, without having to understand the source code or refer to the documentation! Stuart On Tue, 23 Jul 2002 12:35:56 +0200 fg...@ti... wrote: > Sorry guys, > What's strace is usefull for? > > On Tuesday 23 July 2002 12:26, Stuart Menefy wrote: > > Daniel > > > > Attached is the patch I'm currently using. This is against the strace > > CVS repository as of 29th Jan 2002, however I'm not aware of any major > > changes since then. > > > > Stuart > > > > On Tue, 23 Jul 2002 11:08:08 +0200 > > > > dj...@sy... wrote: > > > Hi all, > > > > > > in August 2001, Greg Banks and Stuart Menefy were exchanging several > > > patches on this > > > mailing list. The purpose of these patches was to enable strace for > > > SuperHitachi. > > > Unfortunately, the mailing list archive shows EMails without > > > attachement, thus I cannot > > > see the patches. > > > > > > Does anyone still have these patches or does anyone know where I may get > > > them (or > > > other patches related to the same purpose). > > > > > > Any hints are highly appreciated. > > > > > > As I am not a member of this list it would be nice if you'd CC me. > > > > > > Thanks in advance > > > > > > Daniel > > > > > > > > > ------------------------------------------------------- > > > This sf.net email is sponsored by:ThinkGeek > > > Welcome to geek heaven. > > > http://thinkgeek.com/sf > > > _______________________________________________ > > > linuxsh-dev mailing list > > > lin...@li... > > > https://lists.sourceforge.net/lists/listinfo/linuxsh-dev -- Stuart Menefy stu...@st... STMicroelectronics Ltd ST Intranet: mo.bri.st.com Bristol, UK Rest of the World: www.linuxsh.st.com |
From: Fabio G. <fg...@ti...> - 2002-07-23 10:35:43
|
Sorry guys, What's strace is usefull for? On Tuesday 23 July 2002 12:26, Stuart Menefy wrote: > Daniel > > Attached is the patch I'm currently using. This is against the strace > CVS repository as of 29th Jan 2002, however I'm not aware of any major > changes since then. > > Stuart > > On Tue, 23 Jul 2002 11:08:08 +0200 > > dj...@sy... wrote: > > Hi all, > > > > in August 2001, Greg Banks and Stuart Menefy were exchanging several > > patches on this > > mailing list. The purpose of these patches was to enable strace for > > SuperHitachi. > > Unfortunately, the mailing list archive shows EMails without > > attachement, thus I cannot > > see the patches. > > > > Does anyone still have these patches or does anyone know where I may get > > them (or > > other patches related to the same purpose). > > > > Any hints are highly appreciated. > > > > As I am not a member of this list it would be nice if you'd CC me. > > > > Thanks in advance > > > > Daniel > > > > > > ------------------------------------------------------- > > This sf.net email is sponsored by:ThinkGeek > > Welcome to geek heaven. > > http://thinkgeek.com/sf > > _______________________________________________ > > linuxsh-dev mailing list > > lin...@li... > > https://lists.sourceforge.net/lists/listinfo/linuxsh-dev |
From: Stuart M. <stu...@st...> - 2002-07-23 10:27:25
|
Daniel Attached is the patch I'm currently using. This is against the strace CVS repository as of 29th Jan 2002, however I'm not aware of any major changes since then. Stuart On Tue, 23 Jul 2002 11:08:08 +0200 dj...@sy... wrote: > Hi all, > > in August 2001, Greg Banks and Stuart Menefy were exchanging several > patches on this > mailing list. The purpose of these patches was to enable strace for > SuperHitachi. > Unfortunately, the mailing list archive shows EMails without > attachement, thus I cannot > see the patches. > > Does anyone still have these patches or does anyone know where I may get > them (or > other patches related to the same purpose). > > Any hints are highly appreciated. > > As I am not a member of this list it would be nice if you'd CC me. > > Thanks in advance > > Daniel > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > linuxsh-dev mailing list > lin...@li... > https://lists.sourceforge.net/lists/listinfo/linuxsh-dev -- Stuart Menefy stu...@st... STMicroelectronics Ltd ST Intranet: mo.bri.st.com Bristol, UK Rest of the World: www.linuxsh.st.com |
From: Daniel J. <dj...@sy...> - 2002-07-23 09:08:13
|
Hi all, in August 2001, Greg Banks and Stuart Menefy were exchanging several patches on this mailing list. The purpose of these patches was to enable strace for SuperHitachi. Unfortunately, the mailing list archive shows EMails without attachement, thus I cannot see the patches. Does anyone still have these patches or does anyone know where I may get them (or other patches related to the same purpose). Any hints are highly appreciated. As I am not a member of this list it would be nice if you'd CC me. Thanks in advance Daniel |
From: Fabio G. <fg...@ti...> - 2002-07-19 06:59:11
|
Thnaks a lot. I'll keep you informed about my progresses, if you like. Regards. On Thursday 18 July 2002 20:14, Jeremy Siegel wrote: > Fabio Giovagnini wrote: > > Hi, every body, > > I'm woking on porting linux-sh on a my own sh-3 based board. > > To debug the software regarding the machvect description, I boot my card > > using sh-ilp+g and everything works good. > > Now I'd like to put on the flash of another my development sh-2 based > > card the gdbstub I found on sourceforge to achieve the following target: > > 1) power up my card; > > 2) load on ram my program; > > 3) execute from ram my program; > > 4) debug it. > > > > Some doubts: > > 1) How do I have to link my application program I like to debug using > > gdbstub? 2) Is it possible to use gdbstub to debug a loaded program > > (using (gdb) load /root/myrog command); or gdbstub has to be a part of my > > application program? 3) Can I try to compile sh-ipl+g for may sh-7044 > > based card, or it has too much specific part sh-3 and sh-4 related? > > Here's my take on it: > > 1) I don't think it matters how you link it, as long as it knows where it > wants to be in RAM. > 2) You can load w/gdb as long as you're talking to an independent stub. > The stub and app have to agree on (a) serial port usage, and (b) exception > handling; this is necessary whether the app and stub are linked together or > not. > 3) There's the rub: I've not used the SH2, but from what little I know it's > very different than the SH3/4 in terms of exception handling and register > set. Not only would you need to write the BSC init for your board (like any > port) but you'd need to rewrite entry.S to deal with the fact that > exception vectors are addresses rather than code blocks, there are no bank > registers, etc; the stub itself my need to change the register handling if > the stacked register set looks different (but that also depends heavily on > what the gdb the stub is talking to expects). Even the serial ports (if > available) may be different, requiring work in sh-sci.c too... > > The upshot is that I don't think the SH3/4 version will "drop in" easily. > (But there might be an SH2 version floating around... in fact, I think if > you look at the GDB package there might be some sample stubs there, and the > SH one might be a good SH2 starting point for linking with your app?) > > Good luck, > --Jeremy Siegel > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > linuxsh-dev mailing list > lin...@li... > https://lists.sourceforge.net/lists/listinfo/linuxsh-dev |
From: Jeremy S. <js...@mv...> - 2002-07-18 18:14:32
|
Fabio Giovagnini wrote: > Hi, every body, > I'm woking on porting linux-sh on a my own sh-3 based board. > To debug the software regarding the machvect description, I boot my card > using sh-ilp+g and everything works good. > Now I'd like to put on the flash of another my development sh-2 based card > the gdbstub I found on sourceforge to achieve the following target: > 1) power up my card; > 2) load on ram my program; > 3) execute from ram my program; > 4) debug it. > > Some doubts: > 1) How do I have to link my application program I like to debug using gdbstub? > 2) Is it possible to use gdbstub to debug a loaded program (using (gdb) load > /root/myrog command); or gdbstub has to be a part of my application program? > 3) Can I try to compile sh-ipl+g for may sh-7044 based card, or it has too > much specific part sh-3 and sh-4 related? Here's my take on it: 1) I don't think it matters how you link it, as long as it knows where it wants to be in RAM. 2) You can load w/gdb as long as you're talking to an independent stub. The stub and app have to agree on (a) serial port usage, and (b) exception handling; this is necessary whether the app and stub are linked together or not. 3) There's the rub: I've not used the SH2, but from what little I know it's very different than the SH3/4 in terms of exception handling and register set. Not only would you need to write the BSC init for your board (like any port) but you'd need to rewrite entry.S to deal with the fact that exception vectors are addresses rather than code blocks, there are no bank registers, etc; the stub itself my need to change the register handling if the stacked register set looks different (but that also depends heavily on what the gdb the stub is talking to expects). Even the serial ports (if available) may be different, requiring work in sh-sci.c too... The upshot is that I don't think the SH3/4 version will "drop in" easily. (But there might be an SH2 version floating around... in fact, I think if you look at the GDB package there might be some sample stubs there, and the SH one might be a good SH2 starting point for linking with your app?) Good luck, --Jeremy Siegel |
From: Fabio G. <fg...@ti...> - 2002-07-18 16:50:38
|
Hi, every body, I'm woking on porting linux-sh on a my own sh-3 based board. To debug the software regarding the machvect description, I boot my card using sh-ilp+g and everything works good. Now I'd like to put on the flash of another my development sh-2 based card the gdbstub I found on sourceforge to achieve the following target: 1) power up my card; 2) load on ram my program; 3) execute from ram my program; 4) debug it. Some doubts: 1) How do I have to link my application program I like to debug using gdbstub? 2) Is it possible to use gdbstub to debug a loaded program (using (gdb) load /root/myrog command); or gdbstub has to be a part of my application program? 3) Can I try to compile sh-ipl+g for may sh-7044 based card, or it has too much specific part sh-3 and sh-4 related? Thanks for your answer. Fabio Goiovagnini. |
From: kaz K. <kk...@rr...> - 2002-07-17 01:58:58
|
Hi, Michael Eager <ea...@mv...> wrote: > Does anyone have any experience with compiling gcc-3.1 for SH? > > Have all of the patches to gcc-3.0.3 been incorprated in gcc-3.1? The patches for 3.0.x, except very temporary ones, were sent to the GCC list. But many of them are too late for 3.1. 3.1 is already released and non bug-fix patches will not be approved for it. So some patches will be integrated in 3.2 only. Anyway, I put a temporary patch for gcc-3.1 branch as http://dodo.nurs.or.jp/~kkojima/gnu-on-sh/gcc-3.1-branch-tmp.diff.gz Please don't take it as a stable thing. If you try it, the regeneratable files (some Makefile.in and configure files) should be regenerated. Recently I can build and install GNU libc with it, but it stays at the level of "working for me". BTW, now mainline (3.2) has the new configury method for SH target and the fairy large part of our local patches become unneeded. kaz |
From: Dan K. <dk...@ix...> - 2002-07-16 20:56:31
|
Michael Eager wrote: > Does anyone have any experience with compiling gcc-3.1 for SH? > > Have all of the patches to gcc-3.0.3 been incorprated in gcc-3.1? A good question, and one which has been much on my mind :-) I just now searched at m17n.org for mention of gcc3.1, and saw none. - Dan |
From: Michael E. <ea...@mv...> - 2002-07-16 20:19:51
|
Does anyone have any experience with compiling gcc-3.1 for SH? Have all of the patches to gcc-3.0.3 been incorprated in gcc-3.1? -- Michael Eager ea...@mv... 408-328-8426 MontaVista Software, Inc. 1237 E. Arques Ave., Sunnyvale, CA 94085 |
From: <ped...@ne...> - 2002-07-05 14:38:26
|
From: Pedro Savimbi This letter may come to you as a surprise due to the fact that we have not yet met. The message could be strange but real if you pay some attention to it. I could have notified you about it at least for the sake of your integrity. Please accept my sincere apologies. In bringing this message of goodwill to you, I have to say that I have no intentions of causing you any pains. I am Mr. Pedro Savimbi, son of the late rebel leader Jonas Savimbi of Angola who was killed on the 22nd of February 2002 . I managed to get your contact details through the internet myself Time is of the importance and I was desperately looking for a person to assist me in this confidential business. My late father, Jonas Savimbi was able to deposit a large sum of money in different security firms in Europe and Ghana. My father is presently death and the movement of his family members (including me) is restricted. We are forbidden to either travel abroad or out of our localities. Presently our movement are monitored. Right now there is a rush for all my Father's wealth but home and Abroad by the Government who are claiming that most of the wealth was got by Arms smuggling and therefore illegal and by my father,s extended family and relations. You can know more about my father by checking his profile at URL below: www.kwacha.com/edoc2.htm His wealth has been estimated to be $500 million to over $1 billion and being close to my father I happen to be in possession of documents and information of some of the wealth.Approx. $250 million and only my trusted mother knows that I have this information. Presently, the US$100,000,000.00 (One Hundred Million Dollars) cash and precious materials my father moved to Ghana before his death is deposited with some security firm . Before you can get access to it I have to give you the some hits. I am therefore soliciting your help to travel to Ghana in west Africa to recieve this money and transfer into your account before my government get wind of this fund .You know my father was a rebel leader in Angola before his death. My reason for doing this is because it will be difficult for the Angolan government to trace my father's money to an individual's account, especially when such an individual has no relationship,I decided to keep that money for my family use. At present the money is kept with some Security Companies in Ghana I am currently and temporarily living in Angola and as refugee status,I intend to communication with you as regards this transaction on a satellite phone to avoid intervention by anybody. Moreover, the political climate in Angola at the moment being so sensitive and unstable.With this password and information and I will send you a power of attorney to the security firm, When you are ready I will give you the information needed before you can get access to 7,000kg of AU gold dust, 8500kg of pure Diamond and raw cash of USD100 million America dollars. you will then proceed to Ghana for collection. PLEASE YOUR CONFIDENTIALITY IN THIS TRANSACTION IS HIGHLY REQUIRED. Yours sincerely, Pedro Savimbi. |
From: <mks...@ya...> - 2002-07-04 03:55:27
|
Thanks all. It is working with the following command. sh-linux-objcopy -I binary -O srec --srec-forceS3 --adjust-vma=0xa0085000 zImage zImage.srec Good luck Manoj K.S __________________________________________________ Do You Yahoo!? Everything you'll ever need on one web page from News and Sport to Email and Music Charts http://uk.my.yahoo.com |
From: Jeremy S. <js...@mv...> - 2002-07-03 17:30:02
|
Tom Rini wrote: > On Wed, Jul 03, 2002 at 09:16:23AM +0100, manoj ks wrote: > > > I have to convert a compressed kernel for an SH37727 > > based board to a Motorola S3 format file. > > Is it possible? > > > > I tried using sh-linux-objcopy -I binary -O srec > > zImage zImage.mot . > > But this commmand is showing the help message. > > Well, that's not the right arguments :) Try: > sh-linux-objcopy -O srec --srec-forceS3 zImage zImage.srec > > I'm not sure if you need the -I binary or not.. You do, and you also probably want --adjust-vma or --adjust-start or something, since starting with a binary image, address 0 will be used by default. You may with to start with the compressed/vmlinux (ELF) rather than zImage (binary). The zImage rule in boot/Makefile already does an objcopy; a nearly identical zImage.srec rule which simply adds -O srec may produce what you want: zImage.srec: $(CONFIGURE) compressed/vmlinux $(OBJCOPY) -O srec compressed/vmlinux zImage.srec zImage: $(CONFIGURE) compressed/vmlinux $(OBJCOPY) compressed/vmlinux zImage Note however that even with this the address you get is one in RAM where the vmlinux ELF file expects to be. If you are planning to load this in flash as implied by your earlier email, you may need to change things. Some comments on that below. Stuart Menefy wrote: > On Tue, 2 Jul 2002 09:22:52 +0100 > mks...@ya... wrote: > > > 1) How to pass the control from SH IPL+g to the > > compressed kernel? > > I know that in sh ipl+g "1" and "2" commands can be > > used to jump > > to predefined locations (CONFIG_BOOT_LOADER1, > > CONFIG_BOOT_LOADER2) . > > Is it okay that i put the compressed kernel in any of > > the above location? > > Yes. That's what its designed for. > > > 2) whether SH IPL+g will decompress the kernel and > > transfer to RAM? > > No. The compressed kernel has its own decompression > loader at the beginning, which decompresses the code from > ROM into RAM. So when you tell sh-ipl to jump to the > 'compressed kernel', you are actually jumping to the > decompression code (which is obviously not compressed!). Note that this means the kernel (decompressor) actually needs to be linked to run at the address its put: if you jump to code at location X which is built expecting to find itself at location Y it won't work too well... obviously you can change CONFIG_BOOT_LOADERx definitions and rebuild sh-ipl+g as well. That said, the normal "zImage" build expects to find itself in RAM at 0x8N210000, where N is the CONFIG_MEMORY_START (see arch/sh/boot/compressed/Makefile). [Hmmm... this seems to be an effort to leave at least the first 2M+64K of RAM available for the decompressed kernel, but you claim to have only 2M to begin with?] If you want to have the kernel in flash so sh-ipl+g will jump to it and have it decompress itself into RAM, you can build the kernel slightly differently. If I remember, I'll attach a patch I was playing with to do this (already on this list last month I think; includes a configurable kernel cmdline as you don't have sh-ethboot to build one for you in this case). [This allows you to specify a flash address and changes zImage to do that -- but I think making a target like fzImage or something would be better.] > > 3) Where comes the role of file system? Do we need a > > file system for porting linux to a development board? > > Yes. You need a root file system for the kernel to load the > application code from. This can be on any media though, NFS, > hard drive, or Flash. > > > Could any please share some ideas in the matter,i will > > be very thankful One idea might be to get more RAM on your board; I wouldn't be surprised if your kernel finds 2MB to be a tight squeeze... --Jeremy Siegel |
From: Tom R. <tr...@ke...> - 2002-07-03 15:23:41
|
On Wed, Jul 03, 2002 at 09:16:23AM +0100, manoj ks wrote: > I have to convert a compressed kernel for an SH37727 > based board to a Motorola S3 format file. > Is it possible? > > I tried using sh-linux-objcopy -I binary -O srec > zImage zImage.mot . > But this commmand is showing the help message. Well, that's not the right arguments :) Try: sh-linux-objcopy -O srec --srec-forceS3 zImage zImage.srec I'm not sure if you need the -I binary or not.. -- Tom Rini (TR1265) http://gate.crashing.org/~trini/ |
From: Fabio G. <fg...@ti...> - 2002-07-03 08:32:15
|
See the makefile of sh-ipl+g Regards. On Wednesday 03 July 2002 10:16, manoj ks wrote: > Dear all, > > I have to convert a compressed kernel for an SH37727 > based board to a Motorola S3 format file. > Is it possible? > > I tried using sh-linux-objcopy -I binary -O srec > zImage zImage.mot . > But this commmand is showing the help message. > > Does any one know how to convert a compressed kernel > image to an S3 format file? > > Thanks and regards, > Manoj K.S > > __________________________________________________ > Do You Yahoo!? > Everything you'll ever need on one web page > from News and Sport to Email and Music Charts > http://uk.my.yahoo.com > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > No, I will not fix your computer. > http://thinkgeek.com/sf > _______________________________________________ > linuxsh-dev mailing list > lin...@li... > https://lists.sourceforge.net/lists/listinfo/linuxsh-dev |
From: <mks...@ya...> - 2002-07-03 08:16:24
|
Dear all, I have to convert a compressed kernel for an SH37727 based board to a Motorola S3 format file. Is it possible? I tried using sh-linux-objcopy -I binary -O srec zImage zImage.mot . But this commmand is showing the help message. Does any one know how to convert a compressed kernel image to an S3 format file? Thanks and regards, Manoj K.S __________________________________________________ Do You Yahoo!? Everything you'll ever need on one web page from News and Sport to Email and Music Charts http://uk.my.yahoo.com |
From: Stuart M. <stu...@st...> - 2002-07-02 12:40:02
|
On Tue, 2 Jul 2002 09:22:52 +0100 mks...@ya... wrote: > Dear all, > > I have downloaded the SH IPL+g and the kernel to the > Flash ROM of my Hitachi SH3 7727F processor based > board having 2MB SDRAM and 4MB Flash ROM > I am getting responses in my Tera Term Pro serial port > emulator.But i dont know how to pass control from sh > ipl+g to the compressed kernel. > > I have read the LinuxSH FAQ.But i have some specific > doubts. > 1) How to pass the control from SH IPL+g to the > compressed kernel? > I know that in sh ipl+g "1" and "2" commands can be > used to jump > to predefined locations (CONFIG_BOOT_LOADER1, > CONFIG_BOOT_LOADER2) . > Is it okay that i put the compressed kernel in any of > the above location? Yes. That's what its designed for. > 2) whether SH IPL+g will decompress the kernel and > transfer to RAM? No. The compressed kernel has its own decompression loader at the beginning, which decompresses the code from ROM into RAM. So when you tell sh-ipl to jump to the 'compressed kernel', you are actually jumping to the decompression code (which is obviously not compressed!). > 3) Where comes the role of file system? Do we need a > file system for porting linux to a development board? Yes. You need a root file system for the kernel to load the application code from. This can be on any media though, NFS, hard drive, or Flash. > Could any please share some ideas in the matter,i will > be very thankful No problem > Regards, > Manoj K.S Stuart |
From: <mks...@ya...> - 2002-07-02 08:22:53
|
Dear all, I have downloaded the SH IPL+g and the kernel to the Flash ROM of my Hitachi SH3 7727F processor based board having 2MB SDRAM and 4MB Flash ROM I am getting responses in my Tera Term Pro serial port emulator.But i dont know how to pass control from sh ipl+g to the compressed kernel. I have read the LinuxSH FAQ.But i have some specific doubts. 1) How to pass the control from SH IPL+g to the compressed kernel? I know that in sh ipl+g "1" and "2" commands can be used to jump to predefined locations (CONFIG_BOOT_LOADER1, CONFIG_BOOT_LOADER2) . Is it okay that i put the compressed kernel in any of the above location? 2) whether SH IPL+g will decompress the kernel and transfer to RAM? 3) Where comes the role of file system? Do we need a file system for porting linux to a development board? Could any please share some ideas in the matter,i will be very thankful Regards, Manoj K.S __________________________________________________ Do You Yahoo!? Everything you'll ever need on one web page from News and Sport to Email and Music Charts http://uk.my.yahoo.com |
From: Bowers, A. <ant...@su...> - 2002-07-01 16:30:17
|
> -----Original Message----- > From: Matan Ziv-Av [mailto:ma...@sv...] > > For controlling the caches you need to implement functions to > purge or flush parts of the caches, and those are different=20 > when the cache is larger and is associative (in the file=20 > arch/sh/mm/cache-sh4.c, and the .S files in that directory). Attached is a patch against kernel 2.4.17-st1.0 that contains the = necessary changes to arch/sh/mm/cache-sh4.c for the associative cache = mode on the SH7751R. It introduces a new cpu subtype, = CONFIG_CPU_SUBTYPE_SH7751R, which must be selected for the associative = cache option to be available. The modifications were made to the 2.4.17 SH4 kernel released by ST as = beta 1.0, and the patch was generated against this kernel version. For = various reasons, we have not been able to get this kernel to run on = SH7751R silicon, so it is offered as a work-in-progress in the hope that = it will be useful. At least, it can serve as a guide to anyone making = the same changes to a more recent kernel. The patch also contains some irrelevant changes related to DTF. These = should not cause any problems. Tony -- Antony Bowers, SuperH (UK), Ltd. |
From: kaz K. <kk...@rr...> - 2002-06-28 21:39:35
|
mt <red...@ya...> wrote: >> I'm not certain about your problem, but gcc-3.1 for >> SH may >> require the newer binutils which can be got from >> CVS. > > Which CVS do you mean? I dont see anything in the > sourceforge repository, is there another linuxsh CVS? Please check http://sources.redhat.com/binutils/. kaz |
From: mt <red...@ya...> - 2002-06-28 15:10:13
|
Thanks for your fast reply! A few more questions to get me started.. > I'm not certain about your problem, but gcc-3.1 for > SH may > require the newer binutils which can be got from > CVS. Which CVS do you mean? I dont see anything in the sourceforge repository, is there another linuxsh CVS? > BTW, gcc-3.1 has problems for sh-unknown-linux-gnu > target. > The locally patched gcc-3.0.4 and binutils are more > stable > for SH. If your goal isn't toolchain itself, it's > much better > to use their RPM version. Please check > > http://mirror.sh-linux.org/rpm-index/index.html > > for example. > > kaz I would eventually like to be building my own toolchain and aim to have gcj support at some point. Right now I'm looking for a good starting point. I'll try 3.0.4. Thanks for your help, mt __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com |
From: kaz K. <kk...@rr...> - 2002-06-28 07:21:04
|
Hi, mt <red...@ya...> wrote: > do gcc-3.1 or binutils-2.12.1 not support sh-linux > correctly? if not, what versions do? or am I doing > something else wrong? I'm not certain about your problem, but gcc-3.1 for SH may require the newer binutils which can be got from CVS. BTW, gcc-3.1 has problems for sh-unknown-linux-gnu target. The locally patched gcc-3.0.4 and binutils are more stable for SH. If your goal isn't toolchain itself, it's much better to use their RPM version. Please check http://mirror.sh-linux.org/rpm-index/index.html for example. kaz |
From: mt <red...@ya...> - 2002-06-28 06:11:25
|
Hello, I tried to build a gcc-sh (3.1) with the latest binutils (2.12.1) using --target=sh-linux-gnu (is this correct?) for both. It appears that the tools do not work together very well, giving the following error while building gcclib: /tmp/cc4CqyU9.s:111: Error: Rest of line ignored. First ignored character is `-'. the line in question is: .long ___cxa_finalize@PLT-(.LPCS1+2-(.)) do gcc-3.1 or binutils-2.12.1 not support sh-linux correctly? if not, what versions do? or am I doing something else wrong? also, http://linuxsh.sourceforge.net/ doesn't seem to be very up-to-date, it doesn't even mention this list. who is in charge of it, and would they (you?) accept changes/additions? thanks mt __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com |
From: Wireless T. <mai...@wi...> - 2002-06-26 11:05:13
|
<html> <head> <meta name="generator" content="HTML Tidy, see www.w3.org"> <title>Wireless Team: Outdoor Wireless Equipment</title> <meta name="description" content= "Wireless Team is specialized in producing wireless network equipment. Find out more information about our award winning products at www.wirelessteam.net"> <meta name="keywords" content= "wireless, outdoor, router, equipment, power injector, technical, support, ethernet, fast, network, hubs, switches, adapters, NIC, servers"> <meta http-equiv="Content-Type" content= "text/html; charset=iso-8859-1"> <link href="http://www.wirelessteam.net/stylesheet.css" rel= "stylesheet" type="text/css"> </head> <body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> <table width="100%" border="0" cellspacing="1" cellpadding="0" bgcolor="#FFFFFF" align="center"> <tr> <td colspan="2"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td background="http://www.wirelessteam.net/images/bkgrnd.gif"><img src="http://www.wirelessteam.net/images/shim.gif" width="100" height="20"> </td> <td align="right" width="300"><img src= "http://www.wirelessteam.net/images/logo.gif" width="300" height= "43" border="0"></td> </tr> </table> </td> </tr> <tr> <td colspan="2"> <table border="0" cellpadding="1" cellspacing="0" width="100%" background="http://www.wirelessteam.net/images/bkgrnd_nav.gif" height="30"> <tr> <td align="right" valign="middle"> <table border="0" cellspacing="0" cellpadding="0"> <tr valign="bottom"> <td><a href="http://www.wirelessteam.net/index.html"><img src= "http://www.wirelessteam.net/images/home.gif" width="90" height= "14" border="0"></a></td> <td><a href="http://www.wirelessteam.net/aboutus.html"><img src= "http://www.wirelessteam.net/images/aboutus.gif" width="100" height="14" border="0"></a></td> <td><a href="http://www.wirelessteam.net/contactus.html"><img src= "http://www.wirelessteam.net/images/contactus.gif" width="110" height="14" border="0"></a></td> <td><a href="http://www.wirelessteam.net/faq.html"><img src= "http://www.wirelessteam.net/images/faq.gif" width="100" height= "14" border="0"></a></td> </tr> </table> </td> </tr> </table> </td> </tr> <tr> <td colspan="2"> <table width="100%" border="0" cellspacing="1" cellpadding="0"> <tr> <td valign="top"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td colspan="2"></td> </tr> <tr> <td bgcolor="#F5F5F5" valign="top"> </td> <td align="center"> <table width="100%" border="0"> <tr> <td> <ul> <li><font color="#990000"><b>Low Cost One Stop Solution</b></font></li> <li><font color="#990000"><b>True Easy To Use Device.</b></font></li> <li><font color="#990000"><b>Superior Range And Throughput</b></font></li> <li><font color="#990000"><b>Built-In Antenna</b></font></li> <li><font color="#990000"><b>No Additional Equipment Needed</b></font></li> <li><font color="#990000"><b>Multiple Configuration Tools</b></font></li> <li><font color="#990000"><b>Based On Linux Firmware</b></font></li> <li><font color="#990000"><b>Full Network Address Translation (NAT).</b></font></li> <li><font color="#990000"><b>Bandwidth Shaping Support Included.</b></font></li> <li><font color="#990000"><b>Linux Shell For Custom Configurations</b></font></li> </ul> </td> <td colspan="2"><img src= "http://www.wirelessteam.net/images/img-new.jpg" width="500" height="300"></td> </tr> <tr> <td> </td> <td><img src="http://www.wirelessteam.net/images/price.gif" width= "150" height="23"></td> <td><a href="http://www.wirelessteam.net/orders.html"> <img src="http://www.wirelessteam.net/images/ordernow.gif" width="150" height="23"></a></td> </tr> </table> </td> </tr> <tr> <td bgcolor="#f5f5f5"> </td> <td align="left" valign="top"> <table width="99%" border="0" cellspacing="5" cellpadding="5" align="right"> <tr> <td colspan="2"> <p><b>The Outdoor Wireless Router</b> is a flexible network solution designed to provide a new high-speed alternative for delivering broadband connections. The Wireless Router helps to bypass telecommunications charges for expensive local loops and costly equipment usually needed to establish a T1 (1.5 Mbps) or faster connections. The Wireless Router helps you take advantage of the rapidly changing Internet, and to enhance your company's productivity at a very reasonable price.</p> <p><b>The Outdoor Wireless Router</b> is totally adapted for outdoor mounting and the base system includes integrated antenna. It is equipped with power injector as well. Thus prevents you from having problems with power supplies at open areas and gives you the possibility to have the device at a distance of 100-140 m from your switch or hub.</p> <p><b>With a full 100mW of transmit power</b> and the best receive sensitivity in the industry it has the longest range and best reliability available for wireless clients. Advanced signal processing helps manage the multi-path propagation often found in office environments. Intelligent filtering addresses ambient noise and interference that can decrease network performance. Building upon Cisco leadership in wireless LAN (WLAN) performance, it provides the greatest throughput available so users can enjoy virtually the same connectivity they gain from wired connections. Based on direct sequence spread spectrum (DSSS) technology and operating in the 2.4-GHz band, the device complies with the IEEE 802.11b standard-ensuring interoperability with all other compliant WLAN products.</p> <p><br> </p> </td> </tr> <tr> <td colspan="2"> </td> </tr> </table> </td> </tr> <tr> <td bgcolor="#f5f5f5" rowspan="3"> </td> <td align="left" valign="top"> </td> </tr> <tr> <td align="left" valign="top"> <table width="100%" border="0"> <tr> <td align="left" valign="top"> <table width="99%" border="0" cellspacing="5" cellpadding="5" align="right"> <tr> <td bordercolor="#CCCC99" valign="top"><font class= "bottomtxt">This mailing is done only to people who have requested info from one of our sites, or downloaded our Software. If you have recieved this email in error and you wish to be removed from future mailings, please reply with the subject "<b>Remove</b>" and our software will automatically block you from their future mailings.<br> <br> </font> </td> </tr> </table> </td> </tr> <tr> <td> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </body> </html> |