summaryrefslogtreecommitdiff
path: root/util/extensions/legacybios/README
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@openbios.org>2006-08-22 13:21:39 +0000
committerStefan Reinauer <stepan@openbios.org>2006-08-22 13:21:39 +0000
commit60902ed3a1155f062a78baa5962ca7903ec1d621 (patch)
treea780c319d7a49e605a7748cccb7ac1696f66ff0b /util/extensions/legacybios/README
parent1ac1cf527d8d83a6eeffbd79c87a83d1ee59151c (diff)
drop extensions directory. it has never been used.
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2382 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/extensions/legacybios/README')
-rw-r--r--util/extensions/legacybios/README16
1 files changed, 0 insertions, 16 deletions
diff --git a/util/extensions/legacybios/README b/util/extensions/legacybios/README
deleted file mode 100644
index c2177721cc..0000000000
--- a/util/extensions/legacybios/README
+++ /dev/null
@@ -1,16 +0,0 @@
-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>