Initial support for coreboot.
authorKevin O'Connor <kevin@koconnor.net>
Sun, 18 May 2008 06:42:58 +0000 (02:42 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Sun, 18 May 2008 06:42:58 +0000 (02:42 -0400)
commitf64f0dbd521653db7138d7a9fdba4eeaf25f44a4
tree05548ce733fc43c5f24e67bd5ccb3cf6d847da2a
parentc143761594e4961c408be4866aa10ce2b64eebe7
Initial support for coreboot.

Add new option for targetting a coreboot payload.
When in coreboot mode, configure out those parts of the code that wont
    work on real hardware.
Don't include cmos.h in files that don't need it.
src/apm.c
src/ata.c
src/config.h
src/disk.c
src/post.c
src/rombios32.c
src/system.c