aboutsummaryrefslogtreecommitdiff
path: root/src/ramdisk.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-12Consistently use CONFIG_COREBOOT, CONFIG_QEMU, and runningOnXen().Kevin O'Connor1-1/+1
2012-06-02Cache romfile entries.Kevin O'Connor1-5/+7
2010-12-30Use bootprio_find_named_rom() for ramdisk and cbfs payload priorities.Kevin O'Connor1-4/+5
2010-12-29Remove drive->desc field.Kevin O'Connor1-3/+7
2010-03-20Default CONFIG_COREBOOT_FLASH on; make depend on CONFIG_COREBOOT.Kevin O'Connor1-2/+2
2010-02-21Cleanup - build drive description in temp memory during init.Kevin O'Connor1-8/+2
2010-02-14Introduce standard warnings for allocation failures and timeouts.Kevin O'Connor1-1/+1
2010-01-03Be sure to add "void" to all function prototypes that take no args.Kevin O'Connor1-1/+1
2009-10-22Pass 'drive_s' pointer instead of driveid.Kevin O'Connor1-7/+6
2009-09-24Interrupts should be enabled when calling 16bit code.Kevin O'Connor1-1/+1
2009-09-12Unify cd emulation access and main disk access code.Kevin O'Connor1-4/+2
2009-09-12Add mechanism for describing internal drives in boot menu.Kevin O'Connor1-1/+10
2009-08-30Ramdisk cleanups.Kevin O'Connor1-12/+14
2009-08-18Further simplify cbfs functions - don't pass iscomp to callers.Kevin O'Connor1-4/+3
2009-08-16Add support for using floppy images in CBFS.Kevin O'Connor1-0/+99