Re: [LinuxBIOS] Digital Logic msm800sel

2007-05-30 Thread Marc Jones
I should clarify, buildrom can automatically do the LB image + VSA2 concatenate for you. Follow the instructions to do it by hand. Marc Jones wrote: > Otávio, > > Otávio Alcântara wrote: >> Hello, >> >> I used the buildrom tool, but the norwich board uses the >> companion serial and my

Re: [LinuxBIOS] Digital Logic msm800sel

2007-05-30 Thread Otávio Alcântara
Thanks to all, I've got concatened both files by hand, I'll try use buildrom next time, it looks easier. The boot got normal until the southbridge setup, it seems to stop on the usart setup. I'll investigate more later. Best Regards, Otávio Alcântara On 5/30/07, Marc Jones <[EMAIL PROT

Re: [LinuxBIOS] Digital Logic msm800sel

2007-05-30 Thread Marc Jones
Otávio, Otávio Alcântara wrote: > Hello, > > I used the buildrom tool, but the norwich board uses the > companion serial and my board uses SUPERIO WINBOND w83267hf. So, I > modified the code of /mainboar/amd/norwich/cache_as_ram_auto.c to work > with this chip. > It worked fin

Re: [LinuxBIOS] Digital Logic msm800sel

2007-05-30 Thread Jordan Crouse
On 30/05/07 10:33 -0300, Otávio Alcântara wrote: > Hi Indrek, > > I didn't get problems with buildrom, the only problem is that it > gets the files from svn and I needed modify some files, so I compiled the > linuxbios by hand. > My Locale is pt_BR and char set is UTF-8. You can

Re: [LinuxBIOS] Digital Logic msm800sel

2007-05-30 Thread Jordan Crouse
On 30/05/07 16:23 +0300, Indrek Kruusa wrote: > sed tool can be sensitive to locale (in bad way). I have seen that several > times and the solution is that my estonian default needs "export LC_ALL=en" > and things start working (especiell configure scripts ). What is your default > locale and di

Re: [LinuxBIOS] Digital Logic msm800sel

2007-05-30 Thread Indrek Kruusa
Ühel kenal päeval (kolmapäev 30 mai 2007 6:16 pm) kirjutas Jordan Crouse: > On 30/05/07 16:23 +0300, Indrek Kruusa wrote: > > sed tool can be sensitive to locale (in bad way). I have seen that > > several times and the solution is that my estonian default needs "export > > LC_ALL=en" and things sta

Re: [LinuxBIOS] Digital Logic msm800sel

2007-05-30 Thread Indrek Kruusa
Ühel kenal päeval (kolmapäev 30 mai 2007 3:31 pm) kirjutas Otávio Alcântara: > Hello, > > I used the buildrom tool Did you have trouble with buildrom-devel? I mean building the packages etc. Currently I can't get it to work. sed tool can be sensitive to locale (in bad way). I have see

Re: [LinuxBIOS] Digital Logic msm800sel

2007-05-30 Thread Otávio Alcântara
Hi Indrek, I didn't get problems with buildrom, the only problem is that it gets the files from svn and I needed modify some files, so I compiled the linuxbios by hand. My Locale is pt_BR and char set is UTF-8. Regards, Otávio On 5/30/07, Indrek Kruusa <[EMAIL PROTECTED]> wro

Re: [LinuxBIOS] Digital Logic msm800sel

2007-05-30 Thread Otávio Alcântara
Hello, I used the buildrom tool, but the norwich board uses the companion serial and my board uses SUPERIO WINBOND w83267hf. So, I modified the code of /mainboar/amd/norwich/cache_as_ram_auto.c to work with this chip. It worked fine, but the boot process stop with : Before VSA: do

Re: [LinuxBIOS] Digital Logic msm800sel

2007-05-24 Thread Otávio Alcântara
Thanks Marc, I will try buildrom. Regards, Otavio On 5/23/07, Marc Jones <[EMAIL PROTECTED]> wrote: Otávio Alcântara wrote: > I used a dissambly and there is no jump in the reset vector. I've tried > other board (amd rumba, using the same tools JTAG and memory > programmer) and it start

Re: [LinuxBIOS] Digital Logic msm800sel

2007-05-23 Thread Marc Jones
Otávio Alcântara wrote: > I used a dissambly and there is no jump in the reset vector. I've tried > other board (amd rumba, using the same tools JTAG and memory > programmer) and it starts normaly the boot process, just don't finish it > because the processor is a Geode GX and my board is a L

Re: [LinuxBIOS] Digital Logic msm800sel

2007-05-23 Thread Otávio Alcântara
I used a dissambly and there is no jump in the reset vector. I've tried other board (amd rumba, using the same tools JTAG and memory programmer) and it starts normaly the boot process, just don't finish it because the processor is a Geode GX and my board is a LX one. I'll try the norwich board th

Re: [LinuxBIOS] Digital Logic msm800sel

2007-05-23 Thread ron minnich
The first thing I ever do with problems of this type is simple: hexdump romimage and see if I see a jump at end. ron -- linuxbios mailing list linuxbios@linuxbios.org http://www.linuxbios.org/mailman/listinfo/linuxbios

Re: [LinuxBIOS] Digital Logic msm800sel

2007-05-23 Thread Otávio Alcântara
Hello, I tried to build a new linuxbios.rom with fallback and the file size ( 1 Mb ) got larger than flash size (512Kb). Follows the /targets/digitallogic/msm8sel/Config.lb content, I set ROM_SIZE to 521 Kb . target msm800sev mainboard digitallogic/msm800sev option CONFIG_COMPRESSED_PA

Re: [LinuxBIOS] Digital Logic msm800sel

2007-05-21 Thread Otávio Alcântara
The linuxbios.rom is 521 Kb, just like the flash. I didn't know fallback is a must to, I'll try a new rom with fallback. Thanks, Otávio On 5/21/07, Stefan Reinauer <[EMAIL PROTECTED]> wrote: * Otávio Alcântara <[EMAIL PROTECTED]> [070521 18:52]: > Sorry, I'm not using null-modem cable only JTA

Re: [LinuxBIOS] Digital Logic msm800sel

2007-05-21 Thread Stefan Reinauer
* Otávio Alcântara <[EMAIL PROTECTED]> [070521 18:52]: > Sorry, I'm not using null-modem cable only JTAG interface, and it's okay > because works with the original bios. I'm using the last msm800sel version > from > svn, my flash is 521 Kb, my linuxbios rom plus payload (FILO) is less than 64 > K

Re: [LinuxBIOS] Digital Logic msm800sel

2007-05-21 Thread Otávio Alcântara
Sorry, I'm not using null-modem cable only JTAG interface, and it's okay because works with the original bios. I'm using the last msm800sel version from svn, my flash is 521 Kb, my linuxbios rom plus payload (FILO) is less than 64 Kb, I'm not using fallback, and I use a universal program to flas

Re: [LinuxBIOS] Digital Logic msm800sel

2007-05-21 Thread Uwe Hermann
[Please always reply to the mailing list, not individual developers] On Mon, May 21, 2007 at 12:00:37PM -0300, Otávio Alcântara wrote: > I'm using a JTAG debugger and I can't see the initial jmp of bios. It seems > like the linuxbios.rom is not well formatted, I mean with the original bios > I can

Re: [LinuxBIOS] Digital Logic msm800sel

2007-05-21 Thread Uwe Hermann
On Mon, May 21, 2007 at 07:44:01AM -0300, Otávio Alcântara wrote: > Thanks Uwe, > > I flashed the linuxbios.rom and used a JTAG interface to debug it. > But what happens is I can't see the initial jump in the rom code. I tried > other rom from http://qa.linuxbios.org/overview.php and the sam

Re: [LinuxBIOS] Digital Logic msm800sel

2007-05-21 Thread Otávio Alcântara
Thanks Uwe, I flashed the linuxbios.rom and used a JTAG interface to debug it. But what happens is I can't see the initial jump in the rom code. I tried other rom from http://qa.linuxbios.org/overview.php and the same problem happened. With the original rom image I can debug with no problem

Re: [LinuxBIOS] Digital Logic msm800sel

2007-05-17 Thread Uwe Hermann
On Thu, May 17, 2007 at 09:32:45AM -0300, Otávio Alcântara wrote: > I'm porting linuxbios to a plataform similar to msm800sel board (same > processor, companion e superio) and I'm in doubt about burning flash memory. > After compiling the code the generated elf format linuxbios.rom file can b

[LinuxBIOS] Digital Logic msm800sel

2007-05-17 Thread Otávio Alcântara
Hello, I'm porting linuxbios to a plataform similar to msm800sel board (same processor, companion e superio) and I'm in doubt about burning flash memory. After compiling the code the generated elf format linuxbios.rom file can be used to burn the memory or there's another step to convert th