[LinuxBIOS] Problem on compilation

2007-03-19 Thread ccases
Hi all, I have some problem on LinuxBios compilation, some people tried to help me, but for now I am always blocked. This is all of my step for compil : I use buildtarget like this : in ../targets/ : $ ./buildtarget advantech/pcm-5823 see file log1 in Archive.tar.gz cd advantech/pcm-5823/pcm-

Re: [LinuxBIOS] Problem on compilation

2007-03-14 Thread ccases
> * [EMAIL PROTECTED] <[EMAIL PROTECTED]> [070314 14:06]: >> > * [EMAIL PROTECTED] <[EMAIL PROTECTED]> [070314 11:50]: >> >> and now the fallback mode is ok, but not the normal mode, I have this >> >> error message : >> > >> >> DXIP_ROM_SIZE='0x1' -DXIP_ROM_BASE='0xfffd' >> >> -DCONFIG_UDEL

Re: [LinuxBIOS] Problem on compilation

2007-03-14 Thread Stefan Reinauer
* [EMAIL PROTECTED] <[EMAIL PROTECTED]> [070314 14:06]: > > * [EMAIL PROTECTED] <[EMAIL PROTECTED]> [070314 11:50]: > >> and now the fallback mode is ok, but not the normal mode, I have this > >> error message : > > > >> DXIP_ROM_SIZE='0x1' -DXIP_ROM_BASE='0xfffd' > >> -DCONFIG_UDELAY_TSC='

Re: [LinuxBIOS] Problem on compilation

2007-03-14 Thread ccases
> * [EMAIL PROTECTED] <[EMAIL PROTECTED]> [070314 11:50]: >> and now the fallback mode is ok, but not the normal mode, I have this >> error message : > >> DXIP_ROM_SIZE='0x1' -DXIP_ROM_BASE='0xfffd' >> -DCONFIG_UDELAY_TSC='1' -DCONFIG_TSC_X86RDTSC_CALIBRATE_WITH_TIMER2='0' >> -DCONFIG_UDELA

Re: [LinuxBIOS] Problem on compilation

2007-03-14 Thread Stefan Reinauer
* [EMAIL PROTECTED] <[EMAIL PROTECTED]> [070314 11:50]: > and now the fallback mode is ok, but not the normal mode, I have this > error message : > DXIP_ROM_SIZE='0x1' -DXIP_ROM_BASE='0xfffd' > -DCONFIG_UDELAY_TSC='1' -DCONFIG_TSC_X86RDTSC_CALIBRATE_WITH_TIMER2='0' > -DCONFIG_UDELAY_IO='0

Re: [LinuxBIOS] Problem on compilation

2007-03-14 Thread Stefan Reinauer
* Corey Osgood <[EMAIL PROTECTED]> [070314 11:08]: > It's in irq_tables.c usually, and usually at the bottom. For most > mainboards, this works fine: > > unsigned long write_pirq_routing_table(unsigned long addr) > { > return copy_pirq_routing_table(addr); > } > > Is there any reason we don't pa

Re: [LinuxBIOS] Problem on compilation

2007-03-14 Thread ccases
> [EMAIL PROTECTED] wrote: >>> On 3/12/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: >>> >>> [...] >>> >> In the file LinuxBIOSv2/src/mainboard/digitallogic/msm800sev/mainboard.c >> I >> don't see the fonction do you speak. And if I use this file like this : >> >> > It's in irq_tables.c usually,

Re: [LinuxBIOS] Problem on compilation

2007-03-14 Thread Corey Osgood
[EMAIL PROTECTED] wrote: >> On 3/12/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: >> >> >>> rm -f linuxbios.a >>> ar cr linuxbios.a malloc.o lapic_cpu_init.o pci_ops.o lapic.o >>> smbus_ops.o >>> memset.o pci_ops_auto.o superio.o linuxbios_table.o fallback_boot.o >>> pciexp_device.o tables

Re: [LinuxBIOS] Problem on compilation

2007-03-14 Thread ccases
> On 3/12/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > >> rm -f linuxbios.a >> ar cr linuxbios.a malloc.o lapic_cpu_init.o pci_ops.o lapic.o >> smbus_ops.o >> memset.o pci_ops_auto.o superio.o linuxbios_table.o fallback_boot.o >> pciexp_device.o tables.o keyboard.o pnp_device.o printk.o irq_

Re: [LinuxBIOS] Problem on compilation

2007-03-12 Thread ccases
> On 3/12/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > >> rm -f linuxbios.a >> ar cr linuxbios.a malloc.o lapic_cpu_init.o pci_ops.o lapic.o >> smbus_ops.o >> memset.o pci_ops_auto.o superio.o linuxbios_table.o fallback_boot.o >> pciexp_device.o tables.o keyboard.o pnp_device.o printk.o irq_

Re: [LinuxBIOS] Problem on compilation

2007-03-12 Thread ron minnich
On 3/12/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > rm -f linuxbios.a > ar cr linuxbios.a malloc.o lapic_cpu_init.o pci_ops.o lapic.o smbus_ops.o > memset.o pci_ops_auto.o superio.o linuxbios_table.o fallback_boot.o > pciexp_device.o tables.o keyboard.o pnp_device.o printk.o irq_tables.o >

[LinuxBIOS] Problem on compilation

2007-03-12 Thread ccases
Hi, For recapitulate a little, I have un embeded motherboard advantech PCM-5823 and I am interrest to put LinuxBios in. I have use the configuration file of iei nova4899r for create my config file (because the nova4899r is an embeded motherboard seems to have the same architectur, something has n

Re: [LinuxBIOS] Problem on Compilation

2007-03-08 Thread ron minnich
Hi, I'm sorry, I have not been keeping track of what you are doing? can you send me (privately) a patch file so i can see what might be going on? ron -- linuxbios mailing list linuxbios@linuxbios.org http://www.openbios.org/mailman/listinfo/linuxbios

[LinuxBIOS] Problem on Compilation

2007-03-08 Thread ccases
I have change my parameter in LinuxBiosV2/targets/advantech/pcm-5823/Config.lb target pcm-5823 mainboard advantech/pcm-5823 option DEFAULT_CONSOLE_LOGLEVEL=8 option MAXIMUM_CONSOLE_LOGLEVEL=8 option CONFIG_COMPRESSED_PAYLOAD_NRV2B=1 option ROM_SIZE=(256*1024)-(64*1024)-(32*1024) #option FALLBACK

Re: [LinuxBIOS] Problem on Compilation in mainboard iei nova4899r

2007-03-02 Thread ccases
> I have test to compil the mainboard iei nova4899r, I have use buildtarguet > for create config file and makefile, but if I tape a make on : > > ../LinuxBIOSv2/targets/iei/nova4899r/nova4899r/ > > I have an error : > > ... > FAILOVER_IMAGE='0' > /home/ccases/projet_bios/source_linuxBios/LinuxBIOSv

[LinuxBIOS] Problem on Compilation in mainboard iei nova4899r

2007-03-02 Thread ccases
I have test to compil the mainboard iei nova4899r, I have use buildtarguet for create config file and makefile, but if I tape a make on : ../LinuxBIOSv2/targets/iei/nova4899r/nova4899r/ I have an error : ... FAILOVER_IMAGE='0' /home/ccases/projet_bios/source_linuxBios/LinuxBIOSv2/src/mainboard/i