coreboot-kgpe-d16/src
Rudolf Marek e4be46b4c3 Following patch flushes the instruction queue when we set PE=0. This is normally
done by FAR JMP, but here it is more tricky because we run at EIP>1MB. Many
thanks to Marc and Kevin to tell me how to fix it

The trick is to use 0x66 prefix (done with ljmpl) it will allow to jump in real
mode to any EIP addresses  ;) 

Signed-off-by: Rudolf Marek <r.marek@assembler.cz>
Acked-by: Peter Stuge <peter@stuge.se>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4124 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2009-04-16 21:09:56 +00:00
..
arch Following patch flushes the instruction queue when we set PE=0. This is normally 2009-04-16 21:09:56 +00:00
boot v2/src romfs->cbfs rename 2009-04-14 07:40:01 +00:00
config v2/src romfs->cbfs rename 2009-04-14 07:40:01 +00:00
console fix warning in vga console code (trivial) 2008-08-01 11:38:23 +00:00
cpu r4097 broke the tree and it remains unfixed :-( 2009-04-15 06:00:01 +00:00
devices v2/src romfs->cbfs rename 2009-04-14 07:40:01 +00:00
drivers Drop CONFIG_CHIP_NAME. Those config statements in Config.lb should 2009-04-01 13:43:21 +00:00
include v2/src romfs->cbfs rename 2009-04-14 07:40:01 +00:00
lib v2/src romfs->cbfs rename 2009-04-15 21:40:08 +00:00
mainboard I deleted mptable.c in my patch, but forgot to svn rm it. 2009-04-16 16:42:05 +00:00
northbridge Following patch adds resume (exit from self refresh) support for AMD K8 revF 2009-04-13 18:34:35 +00:00
pc80 This patch converts __FUNCTION__ to __func__, since __func__ is standard. 2009-02-12 21:30:06 +00:00
pmc/altimus/mpc7410 Please bear with me - another rename checkin. This qualifies as trivial, no 2008-01-18 10:35:56 +00:00
ram use printk, when possible. (trivial) 2008-08-01 12:12:37 +00:00
sdram fix typo in commend of generic_sdram.c (trivial) 2008-08-01 11:36:40 +00:00
southbridge Fix the build. This error was introduced by change in acpi.c, the acpi_slp_type exists only conditionally. 2009-04-13 21:42:49 +00:00
stream fix this warning: 2009-04-04 22:27:10 +00:00
superio The IT8712F needs to have the configuration bits changed to handle the power for 2009-04-12 18:01:55 +00:00