aboutsummaryrefslogtreecommitdiff
path: root/src/block.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-18Split disk.h into block.h and std/disk.h.Kevin O'Connor1-1/+34
2013-09-18Move function definitions for output.c from util.h to new file output.h.Kevin O'Connor1-4/+4
2013-09-18Move malloc code from pmm.c to new files malloc.c and malloc.h.Kevin O'Connor1-0/+1
2013-09-18Move stacks.c definitions from util.h to new file stacks.h.Kevin O'Connor1-0/+1
2013-09-18Rename util.c to string.c and introduce string.h.Kevin O'Connor1-0/+1
2013-09-02Move code centered around specific hardware devices to src/hw/Kevin O'Connor1-5/+5
2013-02-20Use CONFIG_ prefix for Kconfig variables; use BUILD_ for others.Kevin O'Connor1-1/+1
2013-02-18Convert VAR16VISIBLE, VAR16EXPORT, and VAR32VISIBLE to VARFSEG.Kevin O'Connor1-3/+3
2013-02-12Consistently use CONFIG_COREBOOT, CONFIG_QEMU, and runningOnXen().Kevin O'Connor1-1/+1
2013-02-05Normalize POST initialization function name suffixes.Kevin O'Connor1-1/+1
2012-11-19megasas: Add boot support for LSI MegaRAID SASHannes Reinecke1-0/+1
2012-08-07scsi: add AMD PCscsi driverPaolo Bonzini1-0/+1
2012-07-21Unify ATAPI command processing.Kevin O'Connor1-4/+15
2012-07-21lsi53c895a boot supportGerd Hoffmann1-1/+2
2012-07-21usb attached scsi boot supportGerd Hoffmann1-1/+2
2012-06-10Minor - remove CLEARBITS_BDA and SETBITS_BDA macros.Kevin O'Connor1-2/+2
2012-05-20Convert disk code EBDA variables to VARLOW variables.Kevin O'Connor1-0/+1
2012-05-20Add mechanism to declare variables as "low mem" and use for extra stack.Kevin O'Connor1-2/+2
2012-03-14Whitespace changes - replace handful of tabs in core code with spaces.Kevin O'Connor1-1/+1
2012-03-06add virtio-scsi driverPaolo Bonzini1-1/+2
2012-02-11cleanup process_usb_op() / process_scsi_op() declarationsLaszlo Ersek1-1/+1
2011-11-17always specify virtio-blk rather than virtioPaolo Bonzini1-3/+3
2011-11-17usb-msc: move cdb dispatch to block.cPaolo Bonzini1-3/+25
2011-08-06ahci/cdrom: shared bounce bufferGerd Hoffmann1-0/+14
2010-12-29Remove Drives global struct in favor of independent global variables.Kevin O'Connor1-10/+12
2010-12-27Call setup_translation() from map_hd_drive().Kevin O'Connor1-1/+4
2010-12-27Rename add_ordered_drive() to add_drive() and use in map_hd_drive().Kevin O'Connor1-25/+18
2010-12-27Simplify boot ordering by building an inclusive boot list.Kevin O'Connor1-19/+1
2010-12-12Create separate IPL entry for each CD/DVDGleb Natapov1-0/+10
2010-12-05add ahci supportGerd Hoffmann1-0/+3
2010-09-25Cleanup - it's no longer necessary to manually reset global variables.Kevin O'Connor1-11/+0
2010-05-10Support for booting from virtio disksGleb Natapov1-0/+3
2010-03-20Force use of indirect function calls in inline assembler.Kevin O'Connor1-1/+1
2010-02-28Dynamically allocate ata_channel info; introduce custom atadrive_s struct.Kevin O'Connor1-3/+6
2010-02-21Cleanup - build drive description in temp memory during init.Kevin O'Connor1-28/+0
2010-02-17Initial support for booting from USB drives.Kevin O'Connor1-0/+6
2010-02-17Don't require a valid physical cylinders/heads/spt for logical mapping.Kevin O'Connor1-7/+10
2010-02-15Dynamically allocate each drive_g with malloc_fseg().Kevin O'Connor1-33/+13
2010-02-14Introduce standard warnings for allocation failures and timeouts.Kevin O'Connor1-1/+1
2010-01-03Set FDPT in irq table even for small drives.Kevin O'Connor1-14/+13
2010-01-03Be sure to add "void" to all function prototypes that take no args.Kevin O'Connor1-2/+2
2009-12-26Introduce MODESEGMENT define; rename VISIBLE32 to VISIBLE32FLAT.Kevin O'Connor1-1/+1
2009-11-25Add floppy and cdrom drives in sorted order.Kevin O'Connor1-18/+37
2009-11-09Fix compiler warning in setup_translation().Kevin O'Connor1-1/+1
2009-10-24Improve debugging output from threads.Kevin O'Connor1-7/+11
2009-10-24Replace irq_enable() regions with explicit calls to check for irqs.Kevin O'Connor1-4/+0
2009-10-22Pass 'drive_s' pointer instead of driveid.Kevin O'Connor1-40/+72
2009-09-20Fix bug in fdpt filling - driveid is not hdid.Kevin O'Connor1-5/+5
2009-09-12Unify cd emulation access and main disk access code.Kevin O'Connor1-1/+3
2009-09-12Add mechanism for describing internal drives in boot menu.Kevin O'Connor1-0/+25