Kevin,
Have you implemented a streamlined boot process for SeaBIOS with a payload in CBFS?
Jon would like to boot Filo as quickly as possible after SeaBIOS runs his ROMs. What would you suggest?
Thanks, Myles
On Thu, Aug 20, 2009 at 11:50:46AM -0600, Myles Watson wrote:
Kevin,
Have you implemented a streamlined boot process for SeaBIOS with a payload in CBFS?
Jon would like to boot Filo as quickly as possible after SeaBIOS runs his ROMs. What would you suggest?
It's possible to set CONFIG_BOOTMENU to 0 -- it will then skip the boot menu.
SeaBIOS will boot the first method it can that works - including a payload. It's also possible to change the default boot order by modifying the setting of IPL.bootorder in boot.c. (This should probably be a config setting.)
-Kevin
Hi Guys,
Thanks for the info.
Now got a build that will support SeaBIOS or Standalone VGA.
SeaBIOS build modded to autoboot FILO works, with VGA option roms loaded OK.
Ron,
I saw your ack of the last submitted CN400 patch, but I don't think I've seen it go in to the upstream.
Can we do this soon, and I'll get the next patch out to add SeaBIOS support
Thanks
-----Original Message----- From: Kevin O'Connor [mailto:kevin@koconnor.net] Sent: 21 August 2009 03:29 To: Myles Watson Cc: Harrison, Jon (SELEX GALILEO, UK); coreboot@coreboot.org Subject: Re: [coreboot] SeaBIOS payload without a menu
*** WARNING ***
This message has originated outside your organisation, either from an external partner or the Global Internet. Keep this in mind if you answer this message.
On Thu, Aug 20, 2009 at 11:50:46AM -0600, Myles Watson wrote:
Kevin,
Have you implemented a streamlined boot process for SeaBIOS
with a payload
in CBFS?
Jon would like to boot Filo as quickly as possible after
SeaBIOS runs his
ROMs. What would you suggest?
It's possible to set CONFIG_BOOTMENU to 0 -- it will then skip the boot menu.
SeaBIOS will boot the first method it can that works - including a payload. It's also possible to change the default boot order by modifying the setting of IPL.bootorder in boot.c. (This should probably be a config setting.)
-Kevin
-----Original Message----- From: ron minnich [mailto:rminnich@gmail.com] Sent: 19 August 2009 16:21 To: Harrison, Jon (SELEX GALILEO, UK) Cc: Myles Watson; coreboot@coreboot.org Subject: Re: [coreboot] Patches for CN400 CBFS Compatibility
*** WARNING ***
This message has originated outside your organisation, either from an external partner or the Global Internet. Keep this in mind if you answer this message.
Acked-by; Ronald G. Minnich rminnich@gmail.com
SELEX Sensors and Airborne Systems Limited Registered Office: Sigma House, Christopher Martin Road, Basildon, Essex SS14 3EL A company registered in England & Wales. Company no. 02426132 ******************************************************************** This email and any attachments are confidential to the intended recipient and may also be privileged. If you are not the intended recipient please delete it from your system and notify the sender. You should not copy it or use it for any purpose nor disclose or distribute its contents to any other person. ********************************************************************
On 8/20/09 7:50 PM, Myles Watson wrote:
Jon would like to boot Filo as quickly as possible after SeaBIOS runs his ROMs. What would you suggest?
Why again would anyone want to do that? This sounds pretty broken
On Fri, Aug 21, 2009 at 9:30 AM, Stefan Reinauerstepan@coresystems.de wrote:
On 8/20/09 7:50 PM, Myles Watson wrote:
Jon would like to boot Filo as quickly as possible after SeaBIOS runs his ROMs. What would you suggest?
Why again would anyone want to do that? This sounds pretty broken
I think it's because: 1. Coreboot can't run his VGA ROM (Yabel, etc. fail) 2. He has a USB keyboard which SeaBIOS doesn't support
Thanks, Myles