summaryrefslogtreecommitdiff
path: root/board/eNET/eNET_start.S
Commit message (Collapse)AuthorAgeLines
* x86: Remove usage of %ebp as a return pointerGraeme Russ2010-10-07-1/+1
| | | | Using %ebp as a return pointer prevents creating 'load anywhere' images
* x86: Remove progress indication in low-level initGraeme Russ2010-10-07-12/+0
| | | | | Progress indication is not relocation friendly so remove it in preperation for full relocatability support
* Added initial eNET board supportGraeme Russ2009-01-24-0/+50
Signed-off-by: Graeme Russ <graeme.russ@gmail.com>