aboutsummaryrefslogtreecommitdiffstats
path: root/src/ramdisk.c
Commit message (Expand)AuthorAgeFilesLines
* Default CONFIG_COREBOOT_FLASH on; make depend on CONFIG_COREBOOT.Kevin O'Connor2010-03-201-2/+2
* Cleanup - build drive description in temp memory during init.Kevin O'Connor2010-02-211-8/+2
* Introduce standard warnings for allocation failures and timeouts.Kevin O'Connor2010-02-141-1/+1
* Be sure to add "void" to all function prototypes that take no args.Kevin O'Connor2010-01-031-1/+1
* Pass 'drive_s' pointer instead of driveid.Kevin O'Connor2009-10-221-7/+6
* Interrupts should be enabled when calling 16bit code.Kevin O'Connor2009-09-241-1/+1
* Unify cd emulation access and main disk access code.Kevin O'Connor2009-09-121-4/+2
* Add mechanism for describing internal drives in boot menu.Kevin O'Connor2009-09-121-1/+10
* Ramdisk cleanups.Kevin O'Connor2009-08-301-12/+14
* Further simplify cbfs functions - don't pass iscomp to callers.Kevin O'Connor2009-08-181-4/+3
* Add support for using floppy images in CBFS.Kevin O'Connor2009-08-161-0/+99