Re: [SeaBIOS] great things are coming your way :-)

2012-10-15 Thread ron minnich
I'll do it tomorrow after the tutorial :-) ron ___ SeaBIOS mailing list SeaBIOS@seabios.org http://www.seabios.org/mailman/listinfo/seabios

Re: [SeaBIOS] great things are coming your way :-)

2012-10-15 Thread Peter Stuge
Kevin O'Connor wrote: > > Would you suggest bumping what coreboot uses as stable commit to 1.7.1? > > Yes. OK. Ron, please see if that issue is fixed now. //Peter ___ SeaBIOS mailing list SeaBIOS@seabios.org http://www.seabios.org/mailman/listinfo/se

Re: [SeaBIOS] great things are coming your way :-)

2012-10-15 Thread Kevin O'Connor
On Tue, Oct 16, 2012 at 01:08:13AM +0200, Peter Stuge wrote: > Kevin O'Connor wrote: > > > > Checking out SeaBIOS revision > > > > 385a7d0dec28841a05531cba96c62138c3959fef > > > > error: Your local changes to the following files would be overwritten > > > > by checkout: > > > > src/acp

Re: [SeaBIOS] great things are coming your way :-)

2012-10-15 Thread Peter Stuge
Kevin O'Connor wrote: > > > Checking out SeaBIOS revision 385a7d0dec28841a05531cba96c62138c3959fef > > > error: Your local changes to the following files would be overwritten > > > by checkout: > > > src/acpi-dsdt.hex .. > > I've seen this happen. .. > > I would very much appreciate an

Re: [SeaBIOS] great things are coming your way :-)

2012-10-15 Thread Kevin O'Connor
On Mon, Oct 15, 2012 at 04:25:07PM +0200, Peter Stuge wrote: > ron minnich wrote: > > next problem: If the seabios build fails, and you do a make again, > > it fails with this kind of error > > > > CC cbfs/fallback/coreboot_ram.debug > > OBJCOPYcbfs/fallback/coreboot_ram.elf >

Re: [SeaBIOS] great things are coming your way :-)

2012-10-15 Thread Kevin O'Connor
On Mon, Oct 15, 2012 at 06:53:16AM -0700, ron minnich wrote: > In the event handler your have returns, which are invalid in an event > handler. Every single return now gets an error. Must have been ignored > before? > > See, e.g., acp-dsdt.dsl.i, at the end. (the _GPE block). Hrmm - I put togethe

[SeaBIOS] Git over http

2012-10-15 Thread Christian Gmeiner
Hi all At the moment seabios is only available via git clone git://git.seabios.org/seabios.git seabios It would be really cool if it would be also accessible via git clone http://git.seabios.org/seabios.git seabios For build-servers etc. behind a firewall. thanks --- Christian Gmeiner, MSc ___

Re: [SeaBIOS] great things are coming your way :-)

2012-10-15 Thread Peter Stuge
ron minnich wrote: > we're going a tutorial at CISL here in buenos aires tomorrow, > so would be very cool if we can fix this before then :-) It is simple to work around the modified src/acpi-dsdt.hex error, but I don't know if blindly overwriting changed files including whatever the user has done

Re: [SeaBIOS] great things are coming your way :-)

2012-10-15 Thread Idwer Vollering
2012/10/15 ron minnich : > finally, on the master branch, there are python problems. I've stopped > using Python; did the way prints work change? > > Compilation complete. 0 Errors, 31 Warnings, 0 Remarks, 3 Optimizations > Compiling whole program /root/coreboot/build/seabios/out/ccode32flat.o >

Re: [SeaBIOS] great things are coming your way :-)

2012-10-15 Thread ron minnich
we're going a tutorial at CISL here in buenos aires tomorrow, so would be very cool if we can fix this before then :-) thanks ron ___ SeaBIOS mailing list SeaBIOS@seabios.org http://www.seabios.org/mailman/listinfo/seabios

Re: [SeaBIOS] great things are coming your way :-)

2012-10-15 Thread ron minnich
Thanks Idwer, I completely forgot the Python 2 dependency ... ron ___ SeaBIOS mailing list SeaBIOS@seabios.org http://www.seabios.org/mailman/listinfo/seabios

Re: [SeaBIOS] great things are coming your way :-)

2012-10-15 Thread Peter Stuge
ron minnich wrote: > next problem: If the seabios build fails, and you do a make again, > it fails with this kind of error > > CC cbfs/fallback/coreboot_ram.debug > OBJCOPYcbfs/fallback/coreboot_ram.elf > Checking out SeaBIOS revision 385a7d0dec28841a05531cba96c62138c3959fe

Re: [SeaBIOS] great things are coming your way :-)

2012-10-15 Thread ron minnich
finally, on the master branch, there are python problems. I've stopped using Python; did the way prints work change? Compilation complete. 0 Errors, 31 Warnings, 0 Remarks, 3 Optimizations Compiling whole program /root/coreboot/build/seabios/out/ccode32flat.o Compiling whole program /root/core

Re: [SeaBIOS] great things are coming your way :-)

2012-10-15 Thread ron minnich
next problem: Compilation complete. 0 Errors, 31 Warnings, 0 Remarks, 3 Optimizations Compiling whole program /root/coreboot/build/seabios/out/ccode32flat.o In file included from /root/coreboot/build/seabios/out/ccode32flat.o.tmp.c:42:0: /root/coreboot/build/seabios/out/../src/acpi.c: In functi

Re: [SeaBIOS] great things are coming your way :-)

2012-10-15 Thread ron minnich
next problem: If the seabios build fails, and you do a make again, it fails with this kind of error CC cbfs/fallback/coreboot_ram.debug OBJCOPYcbfs/fallback/coreboot_ram.elf Checking out SeaBIOS revision 385a7d0dec28841a05531cba96c62138c3959fef error: Your local changes to

Re: [SeaBIOS] great things are coming your way :-)

2012-10-15 Thread ron minnich
In the event handler your have returns, which are invalid in an event handler. Every single return now gets an error. Must have been ignored before? See, e.g., acp-dsdt.dsl.i, at the end. (the _GPE block). ron ___ SeaBIOS mailing list SeaBIOS@seabios.o