Changeset eba2e4f in rtems for c/src/lib/libbsp/powerpc/shared
- Timestamp:
- Nov 1, 2000, 9:19:23 PM (20 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 042e156d
- Parents:
- 2af54bf
- Location:
- c/src/lib/libbsp/powerpc/shared
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/powerpc/shared/ChangeLog
r2af54bf reba2e4f 1 vector function (mpc60x_vector_is_valid) instead of MPC750 2 specific function to allow operation on boards with CPUs other 3 than the MPC750. 4 5 2001-03-30 Eric Valette <valette@crf.canon.fr> 6 7 * Makefile.am, console/consoleIo.h, include/bsp.h: 1 8 These modifications are part of the conversion of the 2 9 mpc8xx CPU to the "new exception processing model." -
c/src/lib/libbsp/powerpc/shared/startup/bspstart.c
r2af54bf reba2e4f 19 19 */ 20 20 21 #include <bsp.h> 21 #include <string.h> 22 22 23 #include <rtems/libio.h> 23 #include <libcsupport.h> 24 #include <string.h> 24 #include <rtems/libcsupport.h> 25 25 #include <bsp/consoleIo.h> 26 26 #include <libcpu/spr.h>
Note: See TracChangeset
for help on using the changeset viewer.