coreboot/util
Ronald G. Minnich ce314b3f02 There are some problems with the way these interrrupts were
managed. First, the CLI erases any knowledge of whether interrupts 
were enabled or disabled. Second, the STI works badly on qemu; we 
get an immediate INT #0 as soon as the STI happens.

This spurious interrupt doesn't happen on real hardware (YET!)but, 
that said, I don't think this code should be doing cli and sti. I 
can't see a reason to enable interrupts at this point in coreboot.

This change fixes the observed qemu failures.

Signed-off-by: Ronald G. Minnich <rminnich@gmail.com>
Acked-by: Stefan Reinauer <stepan@coresystems.de>



git-svn-id: svn://coreboot.org/repository/coreboot-v3@1172 f3766cd6-281f-0410-b1cd-43a5c92072e9
2009-06-09 11:14:26 +00:00
..
doxygen doxy: Fix doxygen build by renaming Doxyfile file from .LinuxBIOS to .coreboot, as the reference in build system was already changed to Doxyfile.coreboot back in January 27th 2008-05-22 15:52:33 +00:00
dtc This patch removes the logic for multiple links. It would put siblings that 2008-12-19 02:40:54 +00:00
kconfig small dependency fix, plus make oldconfig & co need libintl, too :) 2008-08-28 22:44:49 +00:00
lar This patch converts __FUNCTION__ to __func__, since __func__ is standard. 2009-02-12 21:15:34 +00:00
lxregs The Geode has MSRs. LOTS of MSR. I get confused trying to find them. 2008-05-09 16:12:41 +00:00
lzma Every time we run make in a v3 tree, lar, lzma, nrv2b and the option 2008-11-06 13:59:14 +00:00
nrv2b Every time we run make in a v3 tree, lar, lzma, nrv2b and the option 2008-11-06 13:59:14 +00:00
options Every time we run make in a v3 tree, lar, lzma, nrv2b and the option 2008-11-06 13:59:14 +00:00
picwrapper Fix typo in comment: 2008-08-16 13:27:05 +00:00
sectionchecker Make the section checker executable. 2008-08-21 19:38:32 +00:00
x86emu There are some problems with the way these interrrupts were 2009-06-09 11:14:26 +00:00
xcompile Enable the use of scan-build on the coreboot-v3 tree, too 2009-03-11 18:13:43 +00:00
Makefile Now version 3: LinuxBIOS -> coreboot rename. 2008-01-27 18:54:57 +00:00
mkdep I need this to get my work done and there were no better proposals. 2008-10-13 18:38:50 +00:00