Add support for using floppy images in CBFS.
authorKevin O'Connor <kevin@koconnor.net>
Mon, 17 Aug 2009 01:59:40 +0000 (21:59 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Mon, 17 Aug 2009 01:59:40 +0000 (21:59 -0400)
commita3855adbde97f3bb71e2d5f153be7304ac700a89
treee13407187d715c8dc546affcf8bf5bdef9d3bf29
parent1f83625f4861b1118e3392adb1da96a0d24a94cb
Add support for using floppy images in CBFS.

Add new "ramdisk" type for disk accesses.
Extract out high-mem finding code from pmm into find_high_area().
Fix bug in GDB_BASE and GDT_LIMIT macros (wrong bit shifts).
12 files changed:
Makefile
src/block.c
src/config.h
src/coreboot.c
src/disk.h
src/floppy.c
src/memmap.c
src/memmap.h
src/pmm.c
src/post.c
src/ramdisk.c [new file with mode: 0644]
src/util.h