diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2009-11-05 17:24:03 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2009-11-05 17:24:03 +0000 |
commit | 4172efc17f4185d1762f6d3d2aa3e1f4b2594499 (patch) | |
tree | 2f35fa9d880082d21e605e673815415330ebd701 /util/x86emu/pcbios/Makefile.inc | |
parent | 46634e7100f7ab8b2d1a38e671d00fc26b4f3d78 (diff) |
biosemu (non-yabel) cleanup
* Drop pcbios folder that only exists for a single function
* include int1a handler in biosemu.c
* Wipe a lot of dead code, and set up F segment correctly
* include return value check from yabel.
On the long run we should teach yabel to be able to run with a reduced feature
set, ie. no emulation of (almost) all system hardware. Then we could drop the
non-yabel x86emu.
But for now this patch cleans up the non-yabel biosemu.c to a state where it's
not all that ugly anymore..
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Myles Watson <mylesgw@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4915 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/x86emu/pcbios/Makefile.inc')
-rw-r--r-- | util/x86emu/pcbios/Makefile.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/util/x86emu/pcbios/Makefile.inc b/util/x86emu/pcbios/Makefile.inc deleted file mode 100644 index 35d2d97adb..0000000000 --- a/util/x86emu/pcbios/Makefile.inc +++ /dev/null @@ -1 +0,0 @@ -obj-y += pcibios.o |