Re: [SeaBIOS] [PATCH] Use cpu_to_be32() (and related) instead of htonl (and related).

2012-09-07 Thread Kevin O'Connor
On Fri, Sep 07, 2012 at 01:25:58PM -0500, Dave Frodin wrote: > Is there anything preventing this from being added to seabios? It has been committed. -Kevin ___ SeaBIOS mailing list SeaBIOS@seabios.org http://www.seabios.org/mailman/listinfo/seabios

Re: [SeaBIOS] [PATCH 3/6] vgabios: vbe 15h func returns constructed EDID

2012-09-07 Thread Hiroshi Miura
Hi, On 2012年09月03日 06:10, Kevin O'Connor wrote: > >> -{ 0x187, { MM_DIRECT, 1920, 1200, 16, 8, 16, SEG_GRAPH } }, >> -{ 0x188, { MM_DIRECT, 1920, 1200, 24, 8, 16, SEG_GRAPH } }, >> -{ 0x189, { MM_DIRECT, 1920, 1200, 32, 8, 16, SEG_GRAPH } }, >> -{ 0x18a, { MM_DIRECT, 2560, 1600, 16

Re: [SeaBIOS] [PATCH 0/6] vgabios: VBE int 15h EDID information

2012-09-07 Thread Hiroshi Miura
Hi, , Christian Gmeiner wrote: > > > Will you provide some new patches in the next 1-2 days? I am asking because I > am waiting for your EDID stuff as I need them to and have some patches by my > own for it. > Yes, I'm now working for it. Thanks, Hiroshi

Re: [SeaBIOS] [PATCH] Use cpu_to_be32() (and related) instead of htonl (and related).

2012-09-07 Thread Dave Frodin
Is there anything preventing this from being added to seabios? thanks, dave - Original Message - > From: "Dave Frodin" > To: "Kevin O'Connor" > Cc: seabios@seabios.org > Sent: Wednesday, August 15, 2012 11:18:09 AM > Subject: Re: [SeaBIOS] [PATCH] Use cpu_to_be32() (and related) instead

Re: [SeaBIOS] [PATCH 0/6] vgabios: VBE int 15h EDID information

2012-09-07 Thread Christian Gmeiner
Am 01.09.2012 08:22 schrieb "Hiroshi Miura" : > > Hi, > > It provide Int 15h extension for VESA VBE interface of bochsvga vgabios. > A series of patch is started from Julian's proposal(*1) and implement > dynamic construction of EDID data block. > > I tested it against Linux Mint 13(x86) guest on >