summaryrefslogtreecommitdiff
path: root/cpu/i386/reset.S
Commit message (Collapse)AuthorAgeLines
* Renamed cpu/i386/reset.S to resetvec.SGraeme Russ2009-01-24-37/+0
| | | | | | | Brings i386 in line with other CPUs with a reset vector and frees up reset.c for CPU reset functions Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
* * Code cleanup:wdenk2003-06-27-6/+5
| | | | | | | | | - remove trailing white space, trailing empty lines, C++ comments, etc. - split cmd_boot.c (separate cmd_bdinfo.c and cmd_load.c) * Patches by Kenneth Johansson, 25 Jun 2003: - major rework of command structure (work done mostly by Michal Cendrowski and Joakim Kristiansen)
* * Patch by Daniel Engström, 13 Nov 2002:wdenk2002-11-18-0/+38
Add support for i386 architecture and AMD SC520 board * Patch by Pierre Aubert, 12 Nov 2002: Add support for DOS filesystem and booting from DOS floppy disk