Re: [LinuxBIOS] build target - error

2007-01-28 Thread Uwe Hermann
Hi, On Sun, Jan 28, 2007 at 10:47:24AM +0530, anitha boyapati wrote: cp linuxbios_ram.nrv2b linuxbios_ram.rom gcc -m32 -nostdlib -nostartfiles -static -o linuxbios -T ldscript.ld crt0.o nm -n linuxbios | sort linuxbios.map objcopy --gap-fill 0xff -O binary linuxbios linuxbios.strip make[1]:

Re: [LinuxBIOS] [PATCH] cleaned up MCP55 chipset code

2007-01-28 Thread Uwe Hermann
Hi, On Sat, Jan 27, 2007 at 06:51:37PM -0800, yhlu wrote: Good, Please apply at first. we may produce patch regarding with smbus for send/receive byte ( using CMD byte instead of DAT0) OK, great! Please post an Acked-by line, or, alternatively, commit this yourself with all these sign-off

Re: [LinuxBIOS] build target - error

2007-01-28 Thread Segher Boessenkool
././auto.inc:84655: Error: junk at end of line, first unrecognized character is `' ././auto.inc:87289: Error: junk at end of line, first unrecognized character is `' ././auto.inc:87293: Error: junk at end of line, first unrecognized character is `' crt0.S:217: Error: junk at end of

Re: [LinuxBIOS] build target - error

2007-01-28 Thread Stefan Reinauer
Segher Boessenkool wrote: ././auto.inc:84655: Error: junk at end of line, first unrecognized character is `' ././auto.inc:87289: Error: junk at end of line, first unrecognized character is `' ././auto.inc:87293: Error: junk at end of line, first unrecognized character is `'

Re: [LinuxBIOS] build target - error

2007-01-28 Thread Segher Boessenkool
././auto.inc:84655: Error: junk at end of line, first unrecognized character is `' ././auto.inc:87289: Error: junk at end of line, first unrecognized character is `' ././auto.inc:87293: Error: junk at end of line, first unrecognized character is `' crt0.S:217: Error: junk at end of line,

Re: [LinuxBIOS] Gigabyte GA-6BXD Dual PIII (i440BX)

2007-01-28 Thread Uwe Hermann
Hi, On Sat, Jan 27, 2007 at 09:31:00AM -, Phil Quinton wrote: I'm a newbie to this list, so forgive me if this has already been covered. Can someone confirm if LB v1 or v2 will work with the above board? I'd be interested in helping test and debug if that would help? v2: not yet,

[LinuxBIOS] VGA Console does not start if ROM_SIZE 512

2007-01-28 Thread Alan Carvalho de Assis
Hi guys, I am testing LinuxBIOS on 2MB flash in tyan s2850. If I compile Linux to 512KB (-36KB from VGA ROM) and complete the head of ROM file with 0's to get 2MB everything work fine, LinuxBIOS starts and I can see the GRUB menu on VGA monitor. This is the working option: option ROM_SIZE =

[LinuxBIOS] VGA Console does not start if ROM_SIZE 512

2007-01-28 Thread Alan Carvalho de Assis
Hi guys, I am testing LinuxBIOS on 2MB flash in tyan s2850. If I compile LinuxBIOS to 512KB (-36KB from VGA ROM) and complete the head of ROM file with 0's to get 2MB everything work fine, LinuxBIOS starts and I can see the GRUB menu on VGA monitor. This is the working option: option ROM_SIZE =

Re: [LinuxBIOS] Filo boot from CD-Rom syntax

2007-01-28 Thread ron minnich
On 1/28/07, roger [EMAIL PROTECTED] wrote: Can somebody please update the Filo README file (and/or the Linuxbios Filo documentation) to including the following concerning CD-ROM device file syntax? You probably know more than most of us about this -- I hate to be pushy, but could you write the

Re: [LinuxBIOS] Filo boot from CD-Rom syntax

2007-01-28 Thread bxshi
ie. CD-ROM device is to be specified as hdc1 and not hdc! I installed one IDE HDD and one IDE CD-ROM and use filo in etherboot . Filo recognize the IDE hdd as hda, and the Cd-rom as hdb. in Config file I specify: AUTOBOOT_FILE = hdb:/isolinux/vmlinuz initrd=/isolinux/initrd.img expert nofb

Re: [LinuxBIOS] Filo boot from CD-Rom syntax

2007-01-28 Thread roger
On Mon, 2007-01-29 at 14:14 +0800, bxshi wrote: ie. CD-ROM device is to be specified as hdc1 and not hdc! I installed one IDE HDD and one IDE CD-ROM and use filo in etherboot . Filo recognize the IDE hdd as hda, and the Cd-rom as hdb. in Config file I specify: AUTOBOOT_FILE =