Changeset bde9bb5 in rtems
- Timestamp:
- 04/06/01 15:58:49 (22 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 969de1f3
- Parents:
- 37731c2
- Location:
- c/src/lib/libbsp/powerpc/shared
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/powerpc/shared/ChangeLog
r37731c2 rbde9bb5 1 2 2001-05-14 Tom Armistead <tom_armistead@phx.mcd.mot.com> 3 4 * start/start.S: Increased BAT0 mapping of RAM from 64 meg to 5 256 meg to allow operation on boards with larger RAM sizes. 6 * vectors/vectors_init.c: Modified to call 'generic' powerpc 1 7 vector function (mpc60x_vector_is_valid) instead of MPC750 2 8 specific function to allow operation on boards with CPUs other -
c/src/lib/libbsp/powerpc/shared/Makefile.am
r37731c2 rbde9bb5 5 5 AUTOMAKE_OPTIONS = foreign 1.4 6 6 7 if need_shared 7 8 SUBDIRS = clock console include pci residual openpic irq vectors start \ 8 9 startup motorola bootloader 10 endif 9 11 10 12 include $(top_srcdir)/../../../../../automake/subdirs.am -
c/src/lib/libbsp/powerpc/shared/console/consoleIo.h
r37731c2 rbde9bb5 35 35 36 36 extern int select_console(ioType t); 37 extern int printk(const char *, ...) __attribute__((format(printf, 1, 2))); 37 /* extern int printk(const char *, ...) __attribute__((format(printf, 1, 2))); */ 38 38 extern void udelay(int); 39 39 extern void debug_putc(const unsigned char c); -
c/src/lib/libbsp/powerpc/shared/include/bsp.h
r37731c2 rbde9bb5 62 62 extern void BSP_panic(char *s); 63 63 extern void rtemsReboot(void); 64 extern int printk(const char *, ...) __attribute__((format(printf, 1, 2))); 64 /* extern int printk(const char *, ...) __attribute__((format(printf, 1, 2))); */ 65 65 extern int BSP_disconnect_clock_handler (void); 66 66 extern int BSP_connect_clock_handler (void);
Note: See TracChangeset
for help on using the changeset viewer.