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 simple string functions, and coreboot table traversal.
Would it make sense to turn them into two separate projects?
If by "separate projects" you mean different web sites, email lists, etc, then no, I don't think it would be worth it.
If you mean separate git repos, then that is an open question. I'd lean towards keeping them together right now. Although they produce mostly separate binaries, there is a bit of infrastructure and conceptual overlap to the building and executing of 16bit code that they both share.
-Kevin