aboutsummaryrefslogtreecommitdiffstats
path: root/src/stacks.h
Commit message (Expand)AuthorAgeFilesLines
* stacks: Use macro wrappers for call32() and stack_hop_back()Kevin O'Connor2015-10-151-5/+20
* Don't enable interrupts prior to IVT and PIC setupKevin O'Connor2015-07-141-1/+1
* Implement call32 mechanism using SMIs.Kevin O'Connor2014-10-151-0/+5
* Simplify farcall16 codeKevin O'Connor2014-10-111-3/+3
* Update stack_hop_back() to jump to 16bit mode if called in 32bit mode.Kevin O'Connor2014-09-301-1/+1
* Add need_hop_back() call that determines if stack_hop_back is neededKevin O'Connor2014-09-301-0/+10
* Move stack hop code below call32/call16 code in stacks.cKevin O'Connor2014-09-301-1/+1
* Abstract reset call (and possible 16bit mode switch) into reset() function.Kevin O'Connor2014-06-061-0/+1
* Replace CONFIG_THREAD_OPTIONROMS with a runtime config setting.Kevin O'Connor2014-04-071-0/+2
* Add call32_params() helper function.Kevin O'Connor2014-01-291-0/+1
* Move stacks.c definitions from util.h to new file stacks.h.Kevin O'Connor2013-09-181-0/+34