aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2012-07-20 10:59:25 +0200
committerKevin O'Connor <kevin@koconnor.net>2012-07-21 12:05:30 -0400
commit9d6bac1d32b72cdf7c0ad009c1371a2e69084de3 (patch)
tree4fdf950dcd21f8aa884437d2b5433704fd982f16 /Makefile
parente53e30da6eb28885ca900e248662800a5897fd9b (diff)
downloadseabios-hppa-9d6bac1d32b72cdf7c0ad009c1371a2e69084de3.zip
seabios-hppa-9d6bac1d32b72cdf7c0ad009c1371a2e69084de3.tar.gz
seabios-hppa-9d6bac1d32b72cdf7c0ad009c1371a2e69084de3.tar.bz2
lsi53c895a boot support
This patch adds support for the lsi53c895a scsi host adapter, allowing seabios to boot from scsi disks and cdroms connected to the lsi scsi hba emulated by qemu. This driver was written by looking at the expectations of qemu's lsi emulation. I have no idea idea how close this is to work on real hardware, and I somehow doubt anyone cares given the age of physical lsi scsi cards. It depends on !COREBOOT for that reason. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8fa5c91..dfdec5c 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ SRCBOTH=misc.c stacks.c pmm.c output.c util.c block.c floppy.c ata.c mouse.c \
pnpbios.c pirtable.c vgahooks.c ramdisk.c pcibios.c blockcmd.c \
usb.c usb-uhci.c usb-ohci.c usb-ehci.c usb-hid.c usb-msc.c \
virtio-ring.c virtio-pci.c virtio-blk.c virtio-scsi.c apm.c ahci.c \
- usb-uas.c
+ usb-uas.c lsi-scsi.c
SRC16=$(SRCBOTH) system.c disk.c font.c
SRC32FLAT=$(SRCBOTH) post.c shadow.c memmap.c coreboot.c boot.c \
acpi.c smm.c mptable.c smbios.c pciinit.c optionroms.c mtrr.c \