arch import user (historical) 3d8a7d2972 cleaning cvs leftovers
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1919 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2005-07-06 15:39:11 +00:00
..
2003-09-18 14:16:08 +00:00
2005-07-06 15:39:11 +00:00
2003-09-18 14:16:08 +00:00
2003-09-18 14:16:08 +00:00
2003-09-18 14:16:08 +00:00
2003-09-18 14:16:08 +00:00

Legacy bios emulation
---------------------

goal of this software is to initialize pci devices with legacy x86 
option roms with no regard to the underlying platform. Use legacybios
as an ELF payload to LinuxBIOS/etherboot.

Currently this is really hackish and it does not work, but it's on the way.

Using a trampoline, this code could be shrinked to be really small 
on the x86 platform, since no cpu emulation is needed. 
Currently all platforms use x86emu for testing.

--- to be done ---

    Stefan <stepan@openbios.info>