Changeset bde9bb5 in rtems


Ignore:
Timestamp:
04/06/01 15:58:49 (22 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
969de1f3
Parents:
37731c2
Message:

2001-03-30 Eric Valette <valette@…>

  • Makefile.am, console/consoleIo.h, include/bsp.h: These modifications are part of the conversion of the mpc8xx CPU to the "new exception processing model."
Location:
c/src/lib/libbsp/powerpc/shared
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/powerpc/shared/ChangeLog

    r37731c2 rbde9bb5  
     1
     22001-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
    17        vector function (mpc60x_vector_is_valid) instead of MPC750
    28        specific function to allow operation on boards with CPUs other
  • c/src/lib/libbsp/powerpc/shared/Makefile.am

    r37731c2 rbde9bb5  
    55AUTOMAKE_OPTIONS = foreign 1.4
    66
     7if need_shared
    78SUBDIRS = clock console include pci residual openpic irq vectors start \
    89    startup motorola bootloader
     10endif
    911
    1012include $(top_srcdir)/../../../../../automake/subdirs.am
  • c/src/lib/libbsp/powerpc/shared/console/consoleIo.h

    r37731c2 rbde9bb5  
    3535
    3636extern 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))); */
    3838extern void udelay(int);
    3939extern void debug_putc(const unsigned char c);
  • c/src/lib/libbsp/powerpc/shared/include/bsp.h

    r37731c2 rbde9bb5  
    6262extern void BSP_panic(char *s);
    6363extern 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))); */
    6565extern int BSP_disconnect_clock_handler (void);
    6666extern int BSP_connect_clock_handler (void);
Note: See TracChangeset for help on using the changeset viewer.