summaryrefslogtreecommitdiffstats
path: root/c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2004-03-26 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-03-262-13/+10
| | | | | * aclocal/rtems-top.m4: Add 2nd arg to RTEMS_TOP. Rework with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
* 2004-03-25 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-03-252-6/+20
| | | | * configure.ac: Reflect changes to testsuites's configuration.
* 2004-03-25 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-03-254-10/+12
| | | | | | | | * configure.ac: Add 2nd arg to RTEMS_TOP. Unconditionally configure MP-directories. * Makefile.am: Don't include @RTEMS_BSP@.cfg. Add DIST_SUBDIRS comprising MP-subdirs. * samples/Makefile.am: Add DIST_SUBDIRS comprising MP-subdirs.
* 2004-03-23 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-03-232-1153/+5
| | | | | PR/589 rtems * libchip/network/pci.h: Remove (Moved to cpukit).
* 2004-03-23 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-03-2351-497/+520
| | | | | | | | | | | | | | | | | | | | | | | | | | * libchip/ide/ata.c, libchip/ide/ata_internal.h, libchip/ide/ide_controller.c, libchip/ide/ide_ctrl_cfg.h, libchip/ide/ide_ctrl_io.h, libchip/network/cs8900.c, libchip/network/dec21140.c, libchip/network/elnk.c, libchip/network/if_fxp.c, libchip/network/open_eth.c, libchip/network/open_eth.h, libchip/network/sonic.c, libchip/network/sonic.h, libchip/rtc/icm7170.c, libchip/rtc/icm7170.h, libchip/rtc/icm7170_reg.c, libchip/rtc/icm7170_reg2.c, libchip/rtc/icm7170_reg4.c, libchip/rtc/icm7170_reg8.c, libchip/rtc/m48t08.c, libchip/rtc/m48t08.h, libchip/rtc/m48t08_reg.c, libchip/rtc/m48t08_reg2.c, libchip/rtc/m48t08_reg4.c, libchip/rtc/m48t08_reg8.c, libchip/rtc/rtc.h, libchip/serial/mc68681.c, libchip/serial/mc68681.h, libchip/serial/mc68681_reg.c, libchip/serial/mc68681_reg2.c, libchip/serial/mc68681_reg4.c, libchip/serial/mc68681_reg8.c, libchip/serial/ns16550.c, libchip/serial/ns16550_p.h, libchip/serial/serial.h, libchip/serial/z85c30.c, libchip/serial/z85c30.h, libchip/serial/z85c30_p.h, libchip/serial/z85c30_reg.c, libchip/shmdr/addlq.c, libchip/shmdr/cnvpkt.c, libchip/shmdr/dump.c, libchip/shmdr/fatal.c, libchip/shmdr/getlq.c, libchip/shmdr/init.c, libchip/shmdr/initlq.c, libchip/shmdr/intr.c, libchip/shmdr/poll.c, libchip/shmdr/send.c, libchip/shmdr/shm_driver.h: Convert to using c99 fixed-size types.
* CS8900 driver updates.Chris Johns2004-03-141-0/+13
|
* Updated the BSP example code.Chris Johns2004-03-142-186/+442
|
* Changes made to support the DIMMPC. This is a pc396 target with IO portChris Johns2004-03-142-304/+607
| | | | | | support. Minor formating clean up. Add documentation to the header file.
* The CS8900 driver is documented in the cs8900.h header file.Chris Johns2004-03-141-17/+2
|
* 2004-03-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-03-092-0/+6
| | | | | * README: Add "mpc5xx (mpc565)", because Wilfried B. mentioned the mpc5xx being used on mpc565.
* 2004-03-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-03-092-2/+7
| | | | * configure.ac: SIZE, NM, OBJCOPY.
* 2004-03-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-03-092-11/+13
| | | | | * libchip/network/dec21140.c: Use __PPC__ instead of __PPC. Cosmetics.
* 2004-03-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-03-092-3/+5
| | | | | * aclocal/canonicalize-tools.m4: Revert Joel's 2004-03-04's patch. There are no application level Makefiles in here.
* Remove refs to Makefile*.Ralf Corsepius2004-03-0940-80/+0
|
* Unused.Ralf Corsepius2004-03-0882-164/+0
|
* 2004-03-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-03-083-0/+24
| | | | | | PR 587/bsps * shared/include/cpuIdent.h, shared/include/cpuIdent.c: Add defines for MPC_5XX.
* 2004-03-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-03-083-2/+10
| | | | * Makefile.am, configure.ac: Reflect having added mpc5xx.
* 2004-03-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-03-089-0/+773
| | | | | | | | * mpc5xx/.cvsignore, mpc5xx/Makefile.am: New. * mpc5xx/exceptions/asm_utils.S, mpc5xx/exceptions/raw_exception.c, mpc5xx/exceptions/raw_exception.h, mpc5xx/ictrl/ictrl.c, mpc5xx/ictrl/ictrl.h, mpc5xx/timer/timer.c: New (Submission from Wilfried Busalski <w.busalski@lancier-monitoring.de>).
* UnusedRalf Corsepius2004-03-083-6/+0
|
* UnusedRalf Corsepius2004-03-085-10/+0
|
* 2004-03-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-03-052-0/+8
| | | | | * aclocal/canonicalize-tools.m4: Add SIZE, NM, and OBJCOPY so they can be used in application level makefiles.
* 2004-03-05 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-03-058-19/+33
| | | | | | | | | | * libnetworking/rtems_webserver/ejparse.c, libnetworking/rtems_webserver/emfdb.c, libnetworking/rtems_webserver/sock.c, libnetworking/rtems_webserver/socket.c, libnetworking/rtems_webserver/sym.c, libnetworking/rtems_webserver/webs.c, libnetworking/rtems_webserver/websuemf.c: Remove warnings.
* 2004-03-05 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-03-052-0/+24
| | | | | | * libchipnetwork/open_eth.c: Remove warnings by conditionally compiling this file only only those CPU families with supported exception models.
* 2004-03-05 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-03-052-0/+7
| | | | | * mpc6xx/mmu/pte121.c: Add missing ifdef DEBUG to remove warning for unused static routine.
* 2004-03-05 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-03-056-7/+16
| | | | | | | * bootloader/pci.c: Remove warnings by adding include <string.h>. * irq/irq.c: Clean up includes to remove warnings. * pci/pci.c, pci/pci.h, startup/bspstart.c: Better use of const on struct _int_map.
* 2004-03-05 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-03-052-1/+18
| | | | | * network/network.c: Remove warnings for unused routines left from original code.
* 2004-03-05 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-03-052-3/+9
| | | | | | PR 505/bsps * setvec.c: Rework to remove punned pointer warning generated by gcc 3.3 and newer.
* 2004-03-03 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-03-034-1/+76
| | | | | * startup/linkcmds: Add more memory and sections so tests can link. This is a generic BSP for a CPU model so OK to do this.
* 2004-03-03 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-03-033-2/+6
| | | | * vectors/vectors.h, vectors/vectors_init.c: Undo previous change.
* 2004-03-03 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-03-032-1/+5
| | | | * irq/irq.h: Correct typo.
* 2004-03-03 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-03-032-1/+5
| | | | * Makefile.am: Correct typo.
* 2004-03-03 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-03-032-0/+10
| | | | | * startup/linkcmds: Add more memory so tests can link. This is a generic BSP for a CPU model so OK to do this.
* 2004-02-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-202-1/+5
| | | | * Makefile.am: Cosmetics.
* 2004-02-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-204-39/+40
| | | | | | | | | | | * acinclude.m4: Fix loosing arguments when configuring cpukit and testsuites (Was exposed with --enable-multilib, only). Remove RTEMS_SUBCONFIGURE_ARGS_QUOTE. RTEMS_CONFIG_SUBDIR. Add RTEMS_BSP_CONFIG_SUBDIR. * configure.ac: Reflect changes to acinclude.m4. Reflect new args to testsuites's configure. * aclocal/rtems-top.m4: Remove ENDIF hack. Rework and fix setting up PROJECT_TOPdir (PACKHEX wasn't found).
* 2004-02-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-205-6/+10
| | | | | | * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am, wrapup/Makefile.am: Fix automake problems having been introduced in previous patch.
* 2004-02-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-202-2/+5
| | | | * bootloader/Makefile.am: Fix preinstall dir handling.
* 2004-02-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-192-1/+3
| | | | * bootloader/Makefile.am: Preinstall dirs.
* 2004-02-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-1998-122/+1731
| | | | | * Makefile.am: Reflect changes to bsp.am. Preinstall dist_project_lib*.
* 2004-02-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-192-43/+44
| | | | | * Makefile.am: Don't install *.rels. Reflect changes to bsp.am. Preinstall dist_project_lib*.
* 2004-02-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-198-24/+18
| | | | | | | | | * libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am: Preinstall dirs. * wrapup/Makefile.am: Preinstall dirs. Cosmetics. * aclocal/check-multiprocessing.m4: Cosmetics. * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT. * aclocal/project-root.m4: Remove obsolete comments. Remove PACKHEX.
* 2004-02-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-192-1/+5
| | | | * Makefile.am: Preinstall dirs.
* 2004-02-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-192-30/+5
| | | | * bsp.am: Remove everything but CPPASCOMPILE.
* 2004-02-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-172-1/+5
| | | | * mpc505/Makefile.am: Fix typo.
* 2004-02-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-173-7/+16
| | | | | * Makefile.am: Cosmetics. * configure.ac: Add support for --disable-rtemsbsp. Cosmetics.
* 2004-02-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-177-278/+277
| | | | | | | | | | * librdbg/Makefile.am: Merge-in librdbg/include/Makefile.am, librdbg/src/Makefile.am. * librdbg/include/Makefile.am, librdbg/src/Makefile.am: Remove. * configure.ac: Reflect changes above. Unconditionally apply RTEMS_CHECK_MULTIPROCESSING. * wrapup/Makefile.am: Reflect changes above. * Makefile.am: Add DIST_SUBDIRS = @BSP_SUBDIRS@.
* 2004-02-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-152-16/+20
| | | | | * bootloader/Makefile.am: Fix up paths having been broken in previous patch.
* 2004-02-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-152-0/+11
| | | | * bsp.am: Add CPPASCOMPILE.
* 2004-02-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-142-1/+4
| | | | * aclocal/check-rdbg.m4: Don't AC_SUBST(HAS_RDBG).
* 2004-02-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-142-0/+5
| | | | * Makefile.am: DISTCLEANFILES += @CUSTOM_CFG_FILES.
* 2004-02-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-142-22/+19
| | | | | * bootloader/Makefile.am: Remove references to $(top_srcdir). Remove NM, LD. Cosmetics.