aboutsummaryrefslogtreecommitdiff
path: root/src/devices/emulator/x86emu/LICENSE
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2009-03-01 10:16:01 +0000
committerStefan Reinauer <stepan@openbios.org>2009-03-01 10:16:01 +0000
commit36c83404a356b5dc379dbd46e25514e487f01ec8 (patch)
treef2c9a9637dd0142ec72afd2d6f6f81a2eff877fb /src/devices/emulator/x86emu/LICENSE
parent2b34db8d1de2d63ffa829fe03db0ce2aaba40233 (diff)
Some changes required to get yabel working on v2 (and they generally make
sense, too). Have one u64 instead of three. In order to use the old bios emulator, you have to do nothing. (Default, if CONFIG_PCI_ROM_RUN is enabled) In order to use yabel in your target, you need to add the following lines to your config: uses CONFIG_PCI_OPTION_ROM_RUN_YABEL default CONFIG_PCI_OPTION_ROM_RUN_YABEL=1 In order to use vm86 in your target, you need to add the following lines to your config: uses CONFIG_PCI_OPTION_ROM_RUN_VM86 default CONFIG_PCI_OPTION_ROM_RUN_VM86=1 Note: vm86 only works on platforms with _RAMBASE in the lower megabyte. Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Joseph Smith <joe@settoplinux.org> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3965 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/devices/emulator/x86emu/LICENSE')
-rw-r--r--src/devices/emulator/x86emu/LICENSE17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/devices/emulator/x86emu/LICENSE b/src/devices/emulator/x86emu/LICENSE
deleted file mode 100644
index a3ede4a87d..0000000000
--- a/src/devices/emulator/x86emu/LICENSE
+++ /dev/null
@@ -1,17 +0,0 @@
- License information
- -------------------
-
-The x86emu library is under a BSD style license, comaptible
-with the XFree86 and X licenses used by XFree86. The
-original x86emu libraries were under the GNU General Public
-License. Due to license incompatibilities between the GPL
-and the XFree86 license, the original authors of the code
-decided to allow a license change. If you have submitted
-code to the original x86emu project, and you don't agree
-with the license change, please contact us and let you
-know. Your code will be removed to comply with your wishes.
-
-If you have any questions about this, please send email to
-x86emu@linuxlabs.com or KendallB@scitechsoft.com for
-clarification.
-