summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i960/i960sim/wrapup (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Reworked score/cpu/i960 so it can be safely compiled multilib. AllJoel Sherrill2000-07-111-1/+2
| | | | | | | routines and structures that require CPU model specific information are now in libcpu. This required significant rework of the score/cpu header files and the creation of multiple header files and subdirectories in libcpu/i960.
* Added dummy clock driver.Joel Sherrill2000-07-101-1/+1
|
* Added i960sim BSP which (ignoring the 3 instructions not supportedJoel Sherrill2000-06-122-0/+34
by gdb 5.0's i960 simulator) is enough to run hello world.