Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | x86: Fix %ss and %esp in register structure for interrupts | Graeme Russ | 2010-10-07 | -4/+19 |
| | ||||
* | x86: Change compiler options | Graeme Russ | 2010-10-07 | -6/+1 |
| | | | | | | | | | | | Change to: - reparam=3 - no-from-pointer - no-stack-protector - preferred-stack-boundary=2 - no-top-level-reorder These options make the code a little smaller and faster | |||
* | x86: Add register dump to crash handlers | Graeme Russ | 2010-05-06 | -34/+180 |
| | | | | | | | | Shamelessly steal the Linux x86 crash handling code and shove it into U-Boot (cool - it fits). Be sure to include suitable attribution to Linus Signed-off-by: Graeme Russ <graeme.russ@gmail.com> | |||
* | i386: Move cpu/i386/* to arch/i386/cpu/* | Peter Tyser | 2010-04-13 | -0/+501 |
Signed-off-by: Peter Tyser <ptyser@xes-inc.com> |