Re: [PATCH] Add HPET support to BIOS

2008-07-10 Thread Sebastian Herbszt
Ryan Harper wrote: Hey Sebastian, Thanks for the review, Beth Kon wrote: >This patch, written by Ryan Harper, adds HPET support to BIOS. > >Signed-off-by: Beth Kon <[EMAIL PROTECTED]> > >diff --git a/bios/Makefile b/bios/Makefile >index 48022ea..3e73fb5 100644 >--- a/bios/Makefile >+++ b/b

Re: [PATCH] Add HPET support to BIOS

2008-07-10 Thread Ryan Harper
* Sebastian Herbszt <[EMAIL PROTECTED]> [2008-07-10 10:46]: Hey Sebastian, Thanks for the review, > Beth Kon wrote: > >This patch, written by Ryan Harper, adds HPET support to BIOS. > > > >Signed-off-by: Beth Kon <[EMAIL PROTECTED]> > > > >diff --git a/bios/Makefile b/bios/Makefile > >index 480

Re: [PATCH] Add HPET support to BIOS

2008-07-10 Thread Sebastian Herbszt
Beth Kon wrote: This patch, written by Ryan Harper, adds HPET support to BIOS. Signed-off-by: Beth Kon <[EMAIL PROTECTED]> diff --git a/bios/Makefile b/bios/Makefile index 48022ea..3e73fb5 100644 --- a/bios/Makefile +++ b/bios/Makefile @@ -40,7 +40,7 @@ LIBS = -lm RANLIB = ranlib BCC = bcc -G

Re: [PATCH] Add HPET support to BIOS

2008-07-10 Thread Ryan Harper
* Elizabeth Kon <[EMAIL PROTECTED]> [2008-07-09 23:07]: > This patch, written by Ryan Harper, adds HPET support to BIOS. Based on hpet changes to Xen's hvm firmware/rombios. > Signed-off-by: Beth Kon <[EMAIL PROTECTED]> Signed-off-by: Ryan Harper <[EMAIL PROTECTED]> -- Ryan Harper Software Eng

[PATCH] Add HPET support to BIOS

2008-07-09 Thread Beth Kon
This patch, written by Ryan Harper, adds HPET support to BIOS. Signed-off-by: Beth Kon <[EMAIL PROTECTED]> diff --git a/bios/Makefile b/bios/Makefile index 48022ea..3e73fb5 100644 --- a/bios/Makefile +++ b/bios/Makefile @@ -40,7 +40,7 @@ LIBS = -lm RANLIB = ranlib BCC = bcc -GCC = gcc -m32 +