Re: [SeaBIOS] [PATCH] Support for booting from LSI Logic LSI53C1030, SAS1068, SAS1068e

2016-01-27 Thread Timothy Pearson
ardware would come with > an option ROM. This I might be able to test directly on real hardware. Certain systems cannot use the LSI option ROM (coreboot-based systems in particular), so I am keen on seeing this work outside of QEMU. I will test and report back, though i

Re: [SeaBIOS] [PATCH v3 1/2] boot.c: delay exiting boot if menu key is ESC

2015-03-12 Thread Timothy Pearson
On 03/12/2015 12:38 PM, Paolo Bonzini wrote: On 12/03/2015 18:23, Timothy Pearson wrote: Any chance SeaBIOS could emit a short chirp when it receives the ESC to boot menu request? That would solve the hammering blindly at the keys problem while the video is initialising, at least on systems

Re: [SeaBIOS] [PATCH v3 1/2] boot.c: delay exiting boot if menu key is ESC

2015-03-12 Thread Timothy Pearson
, at least on systems with a PC speaker/buzzer still installed. -- Timothy Pearson Raptor Engineering +1 (415) 727-8645 http://www.raptorengineeringinc.com ___ SeaBIOS mailing list SeaBIOS@seabios.org http://www.seabios.org/mailman/listinfo/seabios

Re: [SeaBIOS] [PATCH] boot: add serial-friendly alternatives for invoking the boot menu

2015-03-11 Thread Timothy Pearson
end up pressing all of those keys in sequence multiple times until I see the configuration menu. -- Timothy Pearson Raptor Engineering +1 (415) 727-8645 http://www.raptorengineeringinc.com ___ SeaBIOS mailing list SeaBIOS@seabios.org http

Re: [SeaBIOS] [PATCH 2/2] Add PCI option ROM blacklist in CBFS

2015-02-18 Thread Timothy Pearson
On 02/18/2015 02:09 PM, Kevin O'Connor wrote: On Tue, Feb 17, 2015 at 04:28:42PM -0600, Timothy Pearson wrote: On 02/13/2015 04:42 PM, Timothy Pearson wrote: On 02/13/2015 03:40 PM, Kevin O'Connor wrote: On Fri, Feb 13, 2015 at 02:16:13PM -0600, Timothy Pearson wrote: This particular patch

Re: [SeaBIOS] [PATCH 2/2] Add PCI option ROM blacklist in CBFS

2015-02-17 Thread Timothy Pearson
On 02/13/2015 04:42 PM, Timothy Pearson wrote: On 02/13/2015 03:40 PM, Kevin O'Connor wrote: On Fri, Feb 13, 2015 at 02:16:13PM -0600, Timothy Pearson wrote: This particular patch was a favor to Peter Stuge; as such I don't have a use case myself for it. However the initial patch to disable

Re: [SeaBIOS] [PATCH 1/2] Add an option to only execute option ROMs contained in CBFS

2015-02-14 Thread Timothy Pearson
On 02/14/2015 11:02 AM, Kevin O'Connor wrote: On Fri, Feb 13, 2015 at 04:35:08PM -0500, Kevin O'Connor wrote: On Fri, Feb 13, 2015 at 02:09:05PM -0600, Timothy Pearson wrote: This patch in particular guarantees that no matter what devices are plugged in (e.g. long after the BIOS has been

Re: [SeaBIOS] [PATCH 2/2] Add PCI option ROM blacklist in CBFS

2015-02-13 Thread Timothy Pearson
On 02/13/2015 02:10 PM, Kevin O'Connor wrote: On Wed, Feb 11, 2015 at 05:32:36PM -0600, Timothy Pearson wrote: File: pci_optrom_blacklist.txt Syntax: bus,device,function Numbers or a single wildcard ('*') are allowed Each blacklisted device is placed on separate line Examples: Blacklist

Re: [SeaBIOS] [PATCH 2/2] Add PCI option ROM blacklist in CBFS

2015-02-13 Thread Timothy Pearson
On 02/13/2015 03:40 PM, Kevin O'Connor wrote: On Fri, Feb 13, 2015 at 02:16:13PM -0600, Timothy Pearson wrote: On 02/13/2015 02:10 PM, Kevin O'Connor wrote: On Wed, Feb 11, 2015 at 05:32:36PM -0600, Timothy Pearson wrote: File: pci_optrom_blacklist.txt Syntax: bus,device,function Numbers

Re: [SeaBIOS] [PATCH 1/2] Add an option to only execute option ROMs contained in CBFS

2015-02-13 Thread Timothy Pearson
On 02/13/2015 02:05 PM, Kevin O'Connor wrote: On Wed, Feb 11, 2015 at 05:32:03PM -0600, Timothy Pearson wrote: TEST: Booted ASUS KFSN4-DRE with iPXE ROMs built in to CBFS; with this option set the on-board network ROMs were ignored while the iPXE ROMs executed normally. Signed-off-by: Timothy

Re: [SeaBIOS] [PATCH v3] Add option to only execute CBFS option ROMs

2015-02-11 Thread Timothy Pearson
On 02/11/2015 04:37 PM, Paul Menzel wrote: Am Mittwoch, den 11.02.2015, 15:55 -0600 schrieb Timothy Pearson: […] Please find the two patches attached. The first is the sledgehammer for security nuts, and the second is the fine-grained blacklist for everyone else. Thanks for implementing

Re: [SeaBIOS] [PATCH v2] Add option to only execute CBFS option ROMs

2015-02-10 Thread Timothy Pearson
On 02/10/2015 06:23 PM, Paul Menzel wrote: Am Montag, den 09.02.2015, 22:53 -0600 schrieb Timothy Pearson: […] Change applied and patch reformatted. Is this more what you were looking for? Mostly, yes. It looks like you only copied the output of `git show` or something similar and did

Re: [SeaBIOS] [PATCH] Add option to only execute CBFS option ROMs

2015-02-10 Thread Timothy Pearson
On 02/10/2015 06:45 PM, Peter Stuge wrote: Timothy Pearson wrote: Is there anything else that needs to be done before this can be merged? Have you considered creating a more fine-grained control knob than simply global on/off? Maybe a BDF blacklist, perhaps stored in CBFS? //Peter

Re: [SeaBIOS] [PATCH] Add option to only execute CBFS option ROMs

2015-02-09 Thread Timothy Pearson
On 02/09/2015 03:28 AM, Paolo Bonzini wrote: On 06/02/2015 22:13, Timothy Pearson wrote: +config CBFS_OPTIONROMS_ONLY +depends on OPTIONROMS Probably depends on OPTIONROMS COREBOOT_FLASH is better. Paolo +bool Only execute option ROMs stored in CBFS +default

Re: [SeaBIOS] [PATCH v2] Add option to only execute CBFS option ROMs

2015-02-09 Thread Timothy Pearson
On 02/09/2015 04:53 PM, Paul Menzel wrote: Am Montag, den 09.02.2015, 11:57 -0600 schrieb Timothy Pearson: On 02/09/2015 03:28 AM, Paolo Bonzini wrote: On 06/02/2015 22:13, Timothy Pearson wrote: +config CBFS_OPTIONROMS_ONLY +depends on OPTIONROMS Probably depends on OPTIONROMS

[SeaBIOS] [PATCH] Add option to only execute CBFS option ROMs

2015-02-06 Thread Timothy Pearson
; with this option set the on-board network ROMs were ignored while the iPXE ROMs executed normally. -- Timothy Pearson Raptor Engineering +1 (415) 727-8645 http://www.raptorengineeringinc.com diff --git a/src/Kconfig b/src/Kconfig index 45ca59c..988bbb9 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -355,6

Re: [SeaBIOS] SeaBIOS hang with VGA option ROM

2015-01-26 Thread Timothy Pearson
=0xdffe3cf0 pm_tmr_blk=2008 Using pmtimer, ioport 0x2008 Scan for VGA option rom Attempting to init PCI bdf 01:04.0 (vd 18ca:0020) Copying data 32768@0xfff36278 to 32768@0x000c Checking rom 0x000c (sig aa55 size 64) Running option rom at c000:0003 -- Timothy Pearson Raptor Engineering +1 (415

Re: [SeaBIOS] SeaBIOS hang with VGA option ROM of XGI Volari Z9s

2015-01-26 Thread Timothy Pearson
On 01/26/2015 04:34 PM, Paul Menzel wrote: Dear Timothy, thank you for reporting this issue to the SeaBIOS mailing list. Am Montag, den 26.01.2015, 12:57 -0600 schrieb Timothy Pearson: I have a board here that uses an XGI Volari Z9s integrated graphics device. The board boots under