Re: [SeaBIOS] [PATCH] vgabios: Make the qemu vgabioses selectable when building for coreboot.

2014-09-12 Thread Peter Stuge
Kevin O'Connor wrote: > > Would it make sense to turn them into two separate projects? > > If you mean separate git repos, then that is an open question. Right, that's what I meant. > I'd lean towards keeping them together right now. Could another option be to allow building of both, without n

Re: [SeaBIOS] [PATCH] vgabios: Make the qemu vgabioses selectable when building for coreboot.

2014-09-12 Thread Kevin O'Connor
On Sat, Sep 13, 2014 at 12:41:54AM +0200, Peter Stuge wrote: > Kevin O'Connor wrote: > > > > Although SeaVGABIOS is in the SeaBIOS git repo, it builds a totally > > > > separate ROM. > > > > > > How much source code overlap is there? > > > > It's basically debugging, pci config access, some simpl

Re: [SeaBIOS] [PATCH] vgabios: Make the qemu vgabioses selectable when building for coreboot.

2014-09-12 Thread Peter Stuge
Kevin O'Connor wrote: > > > Although SeaVGABIOS is in the SeaBIOS git repo, it builds a totally > > > separate ROM. > > > > How much source code overlap is there? > > It's basically debugging, pci config access, some simple string > functions, and coreboot table traversal. Would it make sense to

Re: [SeaBIOS] [PATCH] vgabios: Make the qemu vgabioses selectable when building for coreboot.

2014-09-12 Thread Kevin O'Connor
On Fri, Sep 12, 2014 at 11:43:51PM +0200, Peter Stuge wrote: > Kevin O'Connor wrote: > > Although SeaVGABIOS is in the SeaBIOS git repo, it builds a totally > > separate ROM. > > How much source code overlap is there? >From the makefile, these seabios files get pulled into seavgabios: src/outpu

Re: [SeaBIOS] [PATCH] vgabios: Make the qemu vgabioses selectable when building for coreboot.

2014-09-12 Thread Peter Stuge
Kevin O'Connor wrote: > Although SeaVGABIOS is in the SeaBIOS git repo, it builds a totally > separate ROM. How much source code overlap is there? //Peter ___ SeaBIOS mailing list SeaBIOS@seabios.org http://www.seabios.org/mailman/listinfo/seabios

Re: [SeaBIOS] [PATCH] vgabios: Make the qemu vgabioses selectable when building for coreboot.

2014-09-10 Thread Denis 'GNUtoo' Carikli
On Tue, 26 Aug 2014 15:44:57 -0400 Kevin O'Connor wrote: > > Here's an example of my test configuration: [...] > > There is a lot of possible variations for such setup: > > > > Coreboot: [...] > > > > SeaBIOS: > > - > > * Hardware specific VGA helpers(VGAHOOKS) enabled or disabled. > >

Re: [SeaBIOS] [PATCH] vgabios: Make the qemu vgabioses selectable when building for coreboot.

2014-08-26 Thread Denis 'GNUtoo' Carikli
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, 25 Aug 2014 11:35:14 -0400 Kevin O'Connor wrote: > On Sun, Aug 24, 2014 at 11:45:35PM +0200, Denis 'GNUtoo' Carikli > wrote: > > The qemu vgabioses can be usefull in coreboot, since coreboot > > does support qemu. > > I'm not sure why you'

Re: [SeaBIOS] [PATCH] vgabios: Make the qemu vgabioses selectable when building for coreboot.

2014-08-26 Thread Kevin O'Connor
On Tue, Aug 26, 2014 at 12:56:18AM +0200, Denis 'GNUtoo' Carikli wrote: > On Mon, 25 Aug 2014 11:35:14 -0400 > Kevin O'Connor wrote: > > On Sun, Aug 24, 2014 at 11:45:35PM +0200, Denis 'GNUtoo' Carikli > > wrote: > > > The qemu vgabioses can be usefull in coreboot, since coreboot > > > does supp

Re: [SeaBIOS] [PATCH] vgabios: Make the qemu vgabioses selectable when building for coreboot.

2014-08-25 Thread Kevin O'Connor
On Sun, Aug 24, 2014 at 11:45:35PM +0200, Denis 'GNUtoo' Carikli wrote: > The qemu vgabioses can be usefull in coreboot, since coreboot > does support qemu. I'm not sure why you'd want to build the QEMU vga roms when CONFIG_COREBOOT is set. All it would do is rebuild the same roms that already

[SeaBIOS] [PATCH] vgabios: Make the qemu vgabioses selectable when building for coreboot.

2014-08-24 Thread Denis 'GNUtoo' Carikli
The qemu vgabioses can be usefull in coreboot, since coreboot does support qemu. Signed-off-by: Denis 'GNUtoo' Carikli --- vgasrc/Kconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vgasrc/Kconfig b/vgasrc/Kconfig index 951240c..719c90b 100644 --- a/vgasrc/Kconfig