2005-04-15 Jennifer Averett PR 779/bsp * vmeUniverse/vmeUniverse.c: add parameter to new exception interrupt handlers in powerpc bsps 2005-03-14 Joel Sherrill * vmeUniverse/README.porting, vmeUniverse/vmeUniverse.c: Continue PCI API unification. All use pci_find_device(). 2005-01-23 Joel Sherrill * tod.c: Change type of RTC_Count to size_t. 2004-12-10 Ralf Corsepius PR 704/bsps. * ide_ctrl.c: Removed (obsolete). 2004-11-20 Thomas Doerfler PR 703/filesystem * ide_ctrl.c: Extend the "modes_available" and "mode_active" parameters to uint16_t for UDMA support. 2004-11-16 Richard Campbell * vmeUniverse/vmeUniverse.c: Use PCI_MEM_BASE_ADJUSTMENT because some boards -- notably the MVME2100 -- return the physical address, not an offset in PCI memory space. 2004-10-13 Eric Norum PR 688/bsps * shared/tod.c: Set RTEMS time during TOD initialization 2004-04-01 Ralf Corsepius * ide_ctrl.c: Include instead of . 2004-03-31 Ralf Corsepius * bsplibc.c, clockdrv_shell.c, ide_ctrl.c, tod.c, gdbstub/rtems-stub-glue.c: Convert to using c99 fixed size types. 2004-01-23 Ralf Corsepius * ChangeLog: Merge-in gdbstub/ChangeLog. * gdbstub/ChangeLog: Remove. 2003-09-26 Cedric Aubert PR 501/rtems_misc * console.c: console_open disables ICANON on non-console port, which should be ok for the first open but not for subsequent ones. If you open one serial port, you will configure it, when you reopen it you will lost the ICANON parameters if you had put it. Should be done by console only at first open. 2003-09-04 Joel Sherrill * bootcard.c, bspclean.c, clockdrv_shell.c, console-polled.c, console.c, ide_ctrl.c, main.c, sbrk.c, setvec.c, tod.c, tod.h, include/coverhd.h: URL for license changed. 2003-08-16 Ralf Corsepius * Makefile.am: Reflect having moved automake/. 2003-08-08 Ralf Corsepius * include/Makefile.am: Remove (merged into Makefile.am). * gdbstub/Makefile.am: Remove (merged into Makefile.am). * Makefile.am: Reflect changes above. Reflect having merged ../configure.ac into ../../../configure.ac. 2003-06-30 Joel Sherrill * console-polled.c: Corrected comments in header. 2003-04-10 Till Straumann PR 380/bsps * vmeUniverse/vmeUniverse.c, vmeUniverse/vmeUniverse.h: make printk format strings compliant with libcpu/printk. minor fixes and lazy init bugfix. 2003-03-11 Ralf Corsepius * vmeUniverse/vmeUniverse.c: Remove CVS-Log (skrews up on CVS-mergers). 2003-02-20 Till Straumann PR 349/bsps * README.universe, vmeUniverse/README.porting vmeUniverse/README.universe, vmeUniverse/vmeUniverse.c, vmeUniverse/vmeUniverse.h: Update of the VME universe driver. * vmeUniverse/README.porting: New file. 2002-10-28 Eugeny S. Mints * ide_ctrl.c: New file. 2002-07-01 Joel Sherrill * gdbstub/rtems-stub-glue.c: Corrected use of _Objects_Information_table now that it is a two dimensional array based upon API and class. 2002-06-25 Joel Sherrill * Thomas Doerfler added m68k support to the shared gdb stub glue necessitating a move up. * Makefile.am: Reflect new gdbstub directory. * Thomas Doerfler added m68k support to the shared gdb stub glue necessitating a move up. * gdbstub/ChangeLog, gdbstub/Makefile.am, gdbstub/.cvsignore: New file. * gdbstub/rtems-stub-glue.c: Moved from mips/shared/gdbstub and m68k/shared/gdbstub. 2002-03-27 Ralf Corsepius * include/Makefile.am: Remove AUTOMAKE_OPTIONS. * Makefile.am: Remove AUTOMAKE_OPTIONS. 2001-10-22 Joel Sherrill * bootcard.c: Use __USE_INIT_FINI__ since USE_INIT_FINI pollutes the application namespace. 2001-10-17 Joel Sherrill * timerstub.c: New stub file for BSPs that don't have timer hardware. 2001-10-12 Joel Sherrill * console-polled.c, console.c: Fixed typo. 2001-05-14 Till Straumann * vmeUniverse/README.universe, vmeUniverse/vmeUniverse.c, vmeUniverse/vmeUniverse.h: New files. * Makefile.am: Modified to reflect addition of files. * Per PR214, contributes a driver for the TUNDRA UNIVERSE VME-PCI bridge to libbsp/shared. NOTE: This driver is maintained _outside_ RTEMS by Till. Please forward future modifications to him. 2001-01-12 Joel Sherrill * setvec.c: Removed unused variables. 2001-01-09 Joel Sherrill * clockdrv_shell.c (CLOCK_DRIVER_ISRS_PER_TICK): Add support for multiple ISRs per clock tick. Testing per hacking on mips/jmr3904 clock driver. 2001-01-03 Joel Sherrill * clockdrv_shell.c: Fixed syntax error in fast idle support. * clockdrv_shell.c: Added fast idle mode which is enabled by defining CLOCK_DRIVER_USE_FAST_IDLE. * console-polled.c: Added console_initialize_hardware() hook. 2000-12-01 Joel Sherrill * console-polled.c: Remove warnings. 2000-11-13 Joel Sherrill * clock_driver_stub.c: This is a stub of a clock driver that is sufficient for linking the ticker application. Some simulators do not have a soruce for a clock tick. Also this can be used while constructing a BSP so everything links. 2000-11-01 Joel Sherrill * bsplibc.c: assoc.h, error.h, libio_.h, libio.h, and libcsupport.h moved from libc to lib/include/rtems and now must be referenced as . Header file order was cleaned up while doing this. 2000-10-30 Joel Sherrill * POSIX include files merged into newlib. This resulted in some definitions moving to other files and thus some secondary effects in RTEMS source code. * sbrk.c: Corrected prototype to match newlib. 2000-08-10 Joel Sherrill * ChangeLog: New file.