xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/5] hvmloader: Make ROM dependencies optional
@ 2012-02-11 20:39 Julian Pidancet
  2012-02-11 20:39 ` [PATCH v3 1/5] hvmloader: Only compile 32bitbios_support.c when rombios is enabled Julian Pidancet
                   ` (5 more replies)
  0 siblings, 6 replies; 15+ messages in thread
From: Julian Pidancet @ 2012-02-11 20:39 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

v3: Fix mkhex script to take several file arguments on the command line
    Reorganize hvmloader option ROM loading code to make it optionnal, and
make bios->load_roms a callback that the BIOS support code has to implement
if option ROM loading is desired.
    Cosmetic change in tools/firmware/Makefile in the way seabios-dir is
created.

Julian Pidancet (5):
  hvmloader: Only compile 32bitbios_support.c when rombios is enabled
  hvmloader: Allow the mkhex command to take several file arguments
  firmware: Use mkhex from hvmloader directory for etherboot ROMs
  hvmloader: Move option ROM loading into a separate optionnal file
  firmware: Introduce CONFIG_ROMBIOS and CONFIG_SEABIOS options

 Config.mk                             |    5 +
 tools/firmware/Makefile               |   18 ++--
 tools/firmware/etherboot/Config       |    2 -
 tools/firmware/etherboot/Makefile     |   13 +--
 tools/firmware/hvmloader/Makefile     |   39 ++++---
 tools/firmware/hvmloader/config.h     |    3 +-
 tools/firmware/hvmloader/hvmloader.c  |  218 +--------------------------------
 tools/firmware/hvmloader/mkhex        |    3 +-
 tools/firmware/hvmloader/option_rom.h |    7 +
 tools/firmware/hvmloader/optionroms.c |  189 ++++++++++++++++++++++++++++
 tools/firmware/hvmloader/rombios.c    |   63 +++++++++-
 tools/firmware/hvmloader/seabios.c    |    5 +-
 12 files changed, 302 insertions(+), 263 deletions(-)
 create mode 100644 tools/firmware/hvmloader/optionroms.c

-- 
Julian Pidancet

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

end of thread, other threads:[~2012-02-13 13:35 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-11 20:39 [PATCH v3 0/5] hvmloader: Make ROM dependencies optional Julian Pidancet
2012-02-11 20:39 ` [PATCH v3 1/5] hvmloader: Only compile 32bitbios_support.c when rombios is enabled Julian Pidancet
2012-02-13 11:51   ` Ian Campbell
2012-02-11 20:39 ` [PATCH v3 2/5] hvmloader: Allow the mkhex command to take several file arguments Julian Pidancet
2012-02-13 11:51   ` Ian Campbell
2012-02-11 20:39 ` [PATCH v3 3/5] firmware: Use mkhex from hvmloader directory for etherboot ROMs Julian Pidancet
2012-02-13 11:52   ` Ian Campbell
2012-02-11 20:39 ` [PATCH v3 4/5] hvmloader: Move option ROM loading into a separate optionnal file Julian Pidancet
2012-02-13 11:53   ` Ian Campbell
2012-02-11 20:39 ` [PATCH v3 5/5] firmware: Introduce CONFIG_ROMBIOS and CONFIG_SEABIOS options Julian Pidancet
2012-02-13 11:55   ` Ian Campbell
2012-02-13 12:51 ` [PATCH v3 0/5] hvmloader: Make ROM dependencies optional Keir Fraser
2012-02-13 12:56   ` Ian Campbell
2012-02-13 13:09     ` Keir Fraser
2012-02-13 13:35       ` 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).