grml...
[seabios.git] / src / stacks.c
2011-07-16 Kevin O'ConnorRun option rom visible PMM code in 32bit mode instead...
2011-07-11 Kevin O'ConnorSimplify POST entry code by moving reboot logic from...
2010-12-05 Kevin O'ConnorRequire a "_cfuncXX_" symbol prefix for inter-mode...
2010-11-25 Kevin O'ConnorEnhance call32() to pass a parameter to called function.
2010-11-25 Kevin O'ConnorDon't pass return address to transition(32,16,16big...
2010-09-25 Kevin O'ConnorCleanup - it's no longer necessary to manually reset...
2010-09-16 Kevin O'ConnorSeparate out init code from the rest of the 32bit flat...
2010-05-23 Kevin O'ConnorAllow wait_irq to be called in 32bit code.
2010-05-01 Kevin O'ConnorFurther parallelize init when using CONFIG_THREAD_OPTIO...
2010-04-02 Kevin O'ConnorSome improvements to optionrom preemption support.
2010-03-21 Kevin O'ConnorForce use of indirect function calls in inline assembler.
2010-03-20 Kevin O'ConnorDon't move EBDA while an optionrom is running (CONFIG_T...
2010-02-28 Kevin O'ConnorIntroduce simple "mutex" locking code.
2010-01-03 Kevin O'ConnorBe sure to add "void" to all function prototypes that...
2009-12-27 Kevin O'ConnorIntroduce MODESEGMENT define; rename VISIBLE32 to VISIB...
2009-12-20 Kevin O'ConnorFix yield() so it works from boot code.
2009-12-13 Kevin O'ConnorExtract out new call32() function from check_preempt...
2009-12-13 Kevin O'ConnorEnhance experimental option rom "threading" - enable...
2009-12-11 Kevin O'ConnorMove stack manipulation code from util.c to new file...