From 4172efc17f4185d1762f6d3d2aa3e1f4b2594499 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Thu, 5 Nov 2009 17:24:03 +0000 Subject: 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 Acked-by: Myles Watson git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4915 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/x86emu/Makefile.inc | 1 - 1 file changed, 1 deletion(-) (limited to 'util/x86emu/Makefile.inc') diff --git a/util/x86emu/Makefile.inc b/util/x86emu/Makefile.inc index b5c3eb4b7c..d71d3c76bc 100644 --- a/util/x86emu/Makefile.inc +++ b/util/x86emu/Makefile.inc @@ -20,7 +20,6 @@ subdirs-$(CONFIG_PCI_OPTION_ROM_RUN_X86EMU) += x86emu obj-$(CONFIG_PCI_OPTION_ROM_RUN_X86EMU) += biosemu.o -subdirs-$(CONFIG_PCI_OPTION_ROM_RUN_X86EMU) += pcbios obj-$(CONFIG_PCI_OPTION_ROM_RUN_REALMODE) += x86.o obj-$(CONFIG_PCI_OPTION_ROM_RUN_REALMODE) += x86_asm.o -- cgit v1.2.3