Re: [SeaBIOS] [PATCH] fix resume from S3 with QXL device

2011-05-18 Thread Gleb Natapov
On Thu, May 19, 2011 at 09:35:52AM +0300, Alon Levy wrote: > On Wed, May 18, 2011 at 07:51:21PM -0400, Kevin O'Connor wrote: > > On Wed, May 18, 2011 at 03:47:28PM +0300, Alon Levy wrote: > > > From: Gleb Natapov > > > > > > QXL device is powered down during S3, so tell this to a guest OS > > > i

Re: [SeaBIOS] [PATCH] fix resume from S3 with QXL device

2011-05-18 Thread Alon Levy
On Wed, May 18, 2011 at 07:51:21PM -0400, Kevin O'Connor wrote: > On Wed, May 18, 2011 at 03:47:28PM +0300, Alon Levy wrote: > > From: Gleb Natapov > > > > QXL device is powered down during S3, so tell this to a guest OS > > in AML code. > > > > Signed-off-by: Gleb Natapov > > --- > > I'm sendi

Re: [SeaBIOS] [PATCH] fix resume from S3 with QXL device

2011-05-18 Thread Alon Levy
On Wed, May 18, 2011 at 07:51:21PM -0400, Kevin O'Connor wrote: > On Wed, May 18, 2011 at 03:47:28PM +0300, Alon Levy wrote: > > From: Gleb Natapov > > > > QXL device is powered down during S3, so tell this to a guest OS > > in AML code. > > > > Signed-off-by: Gleb Natapov > > --- > > I'm sendi

Re: [SeaBIOS] [PATCH] fix resume from S3 with QXL device

2011-05-18 Thread Alon Levy
On Wed, May 18, 2011 at 07:51:21PM -0400, Kevin O'Connor wrote: > On Wed, May 18, 2011 at 03:47:28PM +0300, Alon Levy wrote: > > From: Gleb Natapov > > > > QXL device is powered down during S3, so tell this to a guest OS > > in AML code. > > > > Signed-off-by: Gleb Natapov > > --- > > I'm sendi

[SeaBIOS] Ideas for PV on SeaBIOS

2011-05-18 Thread Daniel Castro
Good Day, In order to give PV Drivers to SeaBIOS we will need to solve a few problems, one is the following: Does a booting kernel informs the BIOS that it will leave real mode and not use it again? When the booting kernel uses CPU real mode for the last time, how can we (Xen or SeaBIOS) know that

Re: [SeaBIOS] [PATCH] fix resume from S3 with QXL device

2011-05-18 Thread Kevin O'Connor
On Wed, May 18, 2011 at 03:47:28PM +0300, Alon Levy wrote: > From: Gleb Natapov > > QXL device is powered down during S3, so tell this to a guest OS > in AML code. > > Signed-off-by: Gleb Natapov > --- > I'm sending this after talking to Gleb who ok-ed it. Note that I've added > the compiled ds

Re: [SeaBIOS] [PATCH V4 2/8] Provide ACPI SSDT table for TPM device + S3 resume support

2011-05-18 Thread Kevin O'Connor
On Wed, May 18, 2011 at 03:49:25PM -0400, Stefan Berger wrote: > On 04/12/2011 09:32 AM, Stefan Berger wrote: > >+ > >+static u32 add_tpm_device(void **tpm_addr, void **tcpa_addr) > >+{ > >+struct tcpa_descriptor_rev2 *tcpa; > >+ > >+*tpm_addr = NULL; > >+*tcpa_addr = NULL; > >+ > >+

Re: [SeaBIOS] [PATCH V4 4/8] Implementation of the TCG BIOS extensions

2011-05-18 Thread Peter Stuge
Stefan Berger wrote: > - enable configuration of SeaBIOS to be built with TCGBIOS extensions > depending on COREBOOT not being selected Why is this neccessary? //Peter ___ SeaBIOS mailing list SeaBIOS@seabios.org http://www.seabios.org/mailman/listi

Re: [SeaBIOS] [PATCH V4 2/8] Provide ACPI SSDT table for TPM device + S3 resume support

2011-05-18 Thread Stefan Berger
On 04/12/2011 09:32 AM, Stefan Berger wrote: + +static u32 add_tpm_device(void **tpm_addr, void **tcpa_addr) +{ +struct tcpa_descriptor_rev2 *tcpa; + +*tpm_addr = NULL; +*tcpa_addr = NULL; + +if (has_working_tpm()) { +u32 laml = 64 * 1024; Kevin, the above line prepare

Re: [SeaBIOS] Cannot move location counter backwards (romlayout16.lds) error

2011-05-18 Thread Mustafa Tufan
ok, i setup a ubuntu 10.04.2 machine and it compiles fine; just for the record: gno@gno-laptop:~$ uname -a Linux gno-laptop 2.6.32-28-generic #55-Ubuntu SMP Mon Jan 10 21:21:01 UTC 2011 i686 GNU/Linux gno@gno-laptop:~$ gcc -v gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5) gno@gno-laptop:~$ ld -v GNU

Re: [SeaBIOS] Cannot move location counter backwards (romlayout16.lds) error

2011-05-18 Thread Mustafa Tufan
ubuntu 11.04 gnostic@GnoStiC-G633:~$ ld -v GNU ld (GNU Binutils for Ubuntu) 2.21.0.20110327 -mustafa. On Tue, May 17, 2011 at 8:13 PM, Bruce Rogers wrote: > >>> On 5/17/2011 at 08:29 AM, Mustafa Tufan > wrote: > > 1) downloaded http://code.coreboot.org/p/seabios/source/download/master/ > > >