[SeaBIOS] [PATCH 0/3] ahci support

Gerd Hoffmann kraxel at redhat.com
Thu Nov 25 16:42:28 CET 2010


  Hi,

This patch series adds ahci support to seabios.
It depends on the call32 patches just posted by Kevin.

For convinience the patches are available in the git repository at:
  git://anongit.freedesktop.org/~kraxel/seabios ahci.2

enjoy,
  Gerd

Gerd Hoffmann (3):
  pci: add helper functions for mmio bar access from real mode.
  make ata helpers available
  add ahci support

 Makefile       |    2 +-
 src/ahci.c     |  484 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/ahci.h     |  196 +++++++++++++++++++++++
 src/ata.c      |   20 ++-
 src/ata.h      |    2 +
 src/block.c    |    3 +
 src/blockcmd.c |    3 +
 src/config.h   |    2 +
 src/disk.h     |    1 +
 src/pci.c      |   51 ++++++
 src/pci.h      |    4 +
 src/post.c     |    2 +
 12 files changed, 760 insertions(+), 10 deletions(-)
 create mode 100644 src/ahci.c
 create mode 100644 src/ahci.h




More information about the SeaBIOS mailing list