Re: [SeaBIOS] [PATCH] geodevga: make use of readl and writel for mmio access

2012-07-22 Thread Nils
Hi Christian, I tested your patch and it turns out my daubts were unnecessary. Earlyvga (mode 3) works fine on my Wyse S50 (geodegx). So the patch is Acked-by: Nils Jacobs Thanks, Nils. ___ SeaBIOS mailing list SeaBIOS@seabios.org http://www.seabios.

Re: [SeaBIOS] [PATCH] Increase debug level of Xen detection code.

2012-07-22 Thread Ian Campbell
On Sat, 2012-07-21 at 13:43 -0400, Kevin O'Connor wrote: > Now that Xen is enabled by default the detection code will frequently > not find a valid Xen hypervisor signature, so don't spam the debug > logs. > > Signed-off-by: Kevin O'Connor Acked-by: Ian Campbell > --- > src/xen.c |2 +- >