xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] hvmloader: Make ROM dependencies optional
@ 2012-02-10  1:53 Julian Pidancet
  2012-02-10  1:53 ` [PATCH v2 1/3] hvmloader: Only compile 32bitbios_support.c when rombios is enabled Julian Pidancet
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Julian Pidancet @ 2012-02-10  1:53 UTC (permalink / raw)
  To: xen-devel; +Cc: Ian.Campbell, Julian Pidancet

This patch set mainly allows the user to build a seabios or rombios only
version of hvmloader.
In addition, when building a seabios only hvmloader, Option ROMs like
vgabios and etherboot are no longer required, and therefore can be disabled
from the build. Dependency on the bcc compiler can also be avoided the
same way.

v2: Separate patches for separate issues
    Introduced config option to select which NIC to build ROM for
    Fixed initial patch to build multiple etherboot ROMs in hvmloader
    Option ROMs are keyed off wether or not rombios is enabled, rather than
on an individual basis
    Introduced config options to select support for rombios/seabios
    

Julian Pidancet (3):
  hvmloader: Only compile 32bitbios_support.c when rombios is enabled
  firmware: Use mkhex from hvmloader directory for etherboot ROMs
  firmware: Introduce CONFIG_ROMBIOS and CONFIG_SEABIOS options

 Config.mk                            |    5 ++++
 tools/firmware/Makefile              |   21 +++++++++++-------
 tools/firmware/etherboot/Config      |    2 -
 tools/firmware/etherboot/Makefile    |   13 ++--------
 tools/firmware/hvmloader/Makefile    |   39 ++++++++++++++++++++-------------
 tools/firmware/hvmloader/hvmloader.c |    4 +++
 6 files changed, 49 insertions(+), 35 deletions(-)

-- 
Julian Pidancet

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2012-02-10  9:16 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-10  1:53 [PATCH v2 0/3] hvmloader: Make ROM dependencies optional Julian Pidancet
2012-02-10  1:53 ` [PATCH v2 1/3] hvmloader: Only compile 32bitbios_support.c when rombios is enabled Julian Pidancet
2012-02-10  9:03   ` Ian Campbell
2012-02-10  1:53 ` [PATCH v2 2/3] firmware: Use mkhex from hvmloader directory for etherboot ROMs Julian Pidancet
2012-02-10  9:07   ` Ian Campbell
2012-02-10  1:53 ` [PATCH v2 3/3] firmware: Introduce CONFIG_ROMBIOS and CONFIG_SEABIOS options Julian Pidancet
2012-02-10  9:16   ` Ian Campbell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).