aboutsummaryrefslogtreecommitdiff
path: root/src/stacks.c
AgeCommit message (Expand)AuthorFilesLines
2012-05-20Add mechanism to declare variables as "low mem" and use for extra stack.Kevin O'Connor1-6/+9
2011-07-16Run option rom visible PMM code in 32bit mode instead of 16bit mode.Kevin O'Connor1-1/+1
2011-07-10Simplify POST entry code by moving reboot logic from post.c to resume.c.Kevin O'Connor1-5/+0
2010-12-05Require a "_cfuncXX_" symbol prefix for inter-mode c function references.Kevin O'Connor1-4/+2
2010-11-25Enhance call32() to pass a parameter to called function.Kevin O'Connor1-9/+9
2010-11-25Don't pass return address to transition(32,16,16big) on stack.Kevin O'Connor1-2/+2
2010-09-25Cleanup - it's no longer necessary to manually reset global variables.Kevin O'Connor1-11/+4
2010-09-15Separate out init code from the rest of the 32bit flat code.Kevin O'Connor1-2/+2
2010-05-23Allow wait_irq to be called in 32bit code.Kevin O'Connor1-10/+73
2010-05-01Further parallelize init when using CONFIG_THREAD_OPTIONROMS.Kevin O'Connor1-1/+3
2010-04-02Some improvements to optionrom preemption support.Kevin O'Connor1-7/+14
2010-03-20Force use of indirect function calls in inline assembler.Kevin O'Connor1-7/+6
2010-03-20Don't move EBDA while an optionrom is running (CONFIG_THREAD_OPTIONROMS).Kevin O'Connor1-0/+12
2010-02-28Introduce simple "mutex" locking code.Kevin O'Connor1-0/+20
2010-01-03Be sure to add "void" to all function prototypes that take no args.Kevin O'Connor1-10/+10
2009-12-26Introduce MODESEGMENT define; rename VISIBLE32 to VISIBLE32FLAT.Kevin O'Connor1-5/+5
2009-12-20Fix yield() so it works from boot code.Kevin O'Connor1-1/+4
2009-12-13Extract out new call32() function from check_preempt() code in stacks.c.Kevin O'Connor1-61/+72
2009-12-13Enhance experimental option rom "threading" - enable preemption.Kevin O'Connor1-13/+137
2009-12-10Move stack manipulation code from util.c to new file stacks.c.Kevin O'Connor1-0/+163