[SeaBIOS] [PATCH 0/9] My current Seabios patch queue.

Gleb Natapov gleb at redhat.com
Thu Dec 23 10:29:34 CET 2010


Gleb Natapov (9):
  Provide full EDD 3.0 info for virtio disk
  Add BAID for ahci cdrom.
  Add strchr() function.
  Read bootorder file into memory.
  Add romfile_name() function.
  Add functions for boot device path parsing.
  Create mapping between rom address and boot priority.
  Record boot priority for each BAID/BCV/BEV.
  Sort IPLs according to their boot priority.

 src/ahci.c       |    6 +-
 src/ata.c        |   10 ++-
 src/boot.c       |  296 ++++++++++++++++++++++++++++++++++++++++++++++++++----
 src/boot.h       |   17 +++-
 src/disk.c       |  126 +++++++++++++----------
 src/floppy.c     |   22 ++++-
 src/optionroms.c |   53 +++++++++-
 src/paravirt.c   |    8 ++
 src/paravirt.h   |    6 +
 src/usb-msc.c    |    2 +-
 src/util.c       |   11 ++
 src/util.h       |    1 +
 src/virtio-blk.c |    2 +-
 13 files changed, 471 insertions(+), 89 deletions(-)

-- 
1.7.2.3




More information about the SeaBIOS mailing list