Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Default CONFIG_COREBOOT_FLASH on; make depend on CONFIG_COREBOOT. | Kevin O'Connor | 2010-03-20 | 1 | -2/+2 |
* | Cleanup - build drive description in temp memory during init. | Kevin O'Connor | 2010-02-21 | 1 | -8/+2 |
* | Introduce standard warnings for allocation failures and timeouts. | Kevin O'Connor | 2010-02-14 | 1 | -1/+1 |
* | Be sure to add "void" to all function prototypes that take no args. | Kevin O'Connor | 2010-01-03 | 1 | -1/+1 |
* | Pass 'drive_s' pointer instead of driveid. | Kevin O'Connor | 2009-10-22 | 1 | -7/+6 |
* | Interrupts should be enabled when calling 16bit code. | Kevin O'Connor | 2009-09-24 | 1 | -1/+1 |
* | Unify cd emulation access and main disk access code. | Kevin O'Connor | 2009-09-12 | 1 | -4/+2 |
* | Add mechanism for describing internal drives in boot menu. | Kevin O'Connor | 2009-09-12 | 1 | -1/+10 |
* | Ramdisk cleanups. | Kevin O'Connor | 2009-08-30 | 1 | -12/+14 |
* | Further simplify cbfs functions - don't pass iscomp to callers. | Kevin O'Connor | 2009-08-18 | 1 | -4/+3 |
* | Add support for using floppy images in CBFS. | Kevin O'Connor | 2009-08-16 | 1 | -0/+99 |