Re: [SeaBIOS] iasl-option not working

2012-08-30 Thread Michael S. Tsirkin
On Wed, Aug 29, 2012 at 09:38:00PM -0400, Kevin O'Connor wrote: > Hi Michael, > > I was running through the SeaBIOS release checks when I found that the > new iasl-option code in the Makefile seems to choke on older versions > of iasl (for example, version 20120123 as shipped with fc13). Can you

Re: [SeaBIOS] iasl-option not working

2012-08-30 Thread Michael S. Tsirkin
On Thu, Aug 30, 2012 at 12:38:34PM +0300, Michael S. Tsirkin wrote: > On Wed, Aug 29, 2012 at 09:38:00PM -0400, Kevin O'Connor wrote: > > Hi Michael, > > > > I was running through the SeaBIOS release checks when I found that the > > new iasl-option code in the Makefile seems to choke on older vers

[SeaBIOS] [PATCH] Makefile: delete output on error

2012-08-30 Thread Michael S. Tsirkin
I had a disk full condition and a partial hex file got generated. Following make failed trying to use it. We can make build a bit more robust by instructing make to remove output files on error. Signed-off-by: Michael S. Tsirkin --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Ma

Re: [SeaBIOS] What do I pass to cbfs_run_payload() after finding the payload with romfile_find() ?

2012-08-30 Thread Dave Frodin
> Subject: Re: [SeaBIOS] What do I pass to cbfs_run_payload() after finding the > payload with romfile_find() ? > > On Wed, Aug 29, 2012 at 02:06:03PM -0500, Dave Frodin wrote: > [...] > > This is where I'm at after the change ... > > > > // Output the LCD splash image to the Explorer board > >

[SeaBIOS] Bootorder file question regarding USB hubs/devices

2012-08-30 Thread Dave Frodin
Previously (before fetching the latest seabios/master) our bootorder file looked like this /pci@i0cf8/usb@12,2/*@4 /pci@i0cf8/usb@12,2/*@5 /pci@i0cf8/usb@12,2/*@3 /pci@i0cf8/usb@12,2/*@2 /pci@i0cf8/usb@12,2/*@1 /pci@i0cf8/usb@12,2/*@0 Now it looks like this. This also includes devices plu

Re: [SeaBIOS] [PATCH] Makefile: delete output on error

2012-08-30 Thread Markus Armbruster
"Michael S. Tsirkin" writes: > I had a disk full condition and a partial hex file > got generated. Following make failed trying to use it. > We can make build a bit more robust by instructing > make to remove output files on error. > > Signed-off-by: Michael S. Tsirkin > --- > Makefile | 1 + >