summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-02-113-0/+12
| | | | * configure.ac: AC_PREREQ(2.57).
* 2003-02-03 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-02-032-14/+19
| | | | | | PR 338/filesystem * console.c: Side-effect of fixing reentrancy problem with rtems_io_lookup_name() (API change).
* 2003-02-03 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-02-032-2/+7
| | | | | * shmdr/Makefile.am: Add .h files to PREINSTALL_FILES not TMPINSTALL_FILES.
* 2003-01-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-01-285-19/+43
| | | | | * startup/Makefile.am, startup/linkcmds, startup/linkcmds-le, startup/linkcmds-le.coff: Fix to work around truncated section names.
* 2003-01-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-01-284-6/+16
| | | | * startup/linkcmds: Fix to work around truncated section names.
* 2003-01-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-01-284-12/+17
| | | | | * startup/linkcmds, startup/linkcmds.rom, startup/linkcmds.rom2ram: Fix to work around truncated section names.
* 2003-01-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-01-284-14/+19
| | | | | * startup/linkcmds, startup/linkcmds.ram, startup/linkcmds.rom: Fix to work around truncated section names.
* 2003-01-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-01-285-5/+11
| | | | | | * include/DP8570A.h, include/bsp.h, start/start.c, startup/efi68k_tcp.c: Rename tcp_init() to bsp_tcp_init() to avoid conflict with TCP/IP stack internal routine.
* 2003-01-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-01-282-10/+14
| | | | | * shmdr/Makefile.am: install mpci.h and shm_driver.h. Eliminate OBJS.
* 2003-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-01-212-1/+5
| | | | * wrapup/Makefile.am: Fix typo in CPU_PIECES handling.
* 2003-01-20 Duane Gustavus <duane@unt.edu>Joel Sherrill2003-01-205-16/+77
| | | | | | * console/sci.c, include/mrm332.h, startup/linkcmds, startup/linkcmds_ROM: Various updates to make this run properly from ROM.
* 2003-01-20 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-01-2039-0/+156
| | | | * startup/linkcmds*: Add FreeBSD sysctl() sections.
* 2003-01-20 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-01-203-0/+27
| | | | | * startup/linkcmds-le, startup/linkcmds-le.coff: Add FreeBSD sysctl() sections.
* 2003-01-20 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-01-203-0/+27
| | | | | * startup/linkcmds.rom, startup/linkcmds.rom2ram: Add FreeBSD sysctl() sections.
* 2003-01-20 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-01-204-0/+38
| | | | | * startup/linkcmds, startup/linkcmds.ram, startup/linkcmds.rom: Add FreeBSD sysctl() sections.
* 2003-01-20 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-01-204-0/+30
| | | | * startup/linkcmds.dl: Add FreeBSD sysctl() sections.
* 2003-01-20 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-01-201-0/+12
| | | | * ChangeLog: Add FreeBSD sysctl() sections.
* mkChangeLogList [-n]Joel Sherrill2003-01-2045-12/+478
|
* 2003-01-20 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-01-2023-1/+161
| | | | * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
* 2003-01-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-01-164-2/+10
| | | | * wrapup/Makefile.am: Reflect changes to libcpu/sh/*.
* 2003-01-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-01-166-4/+16
| | | | * wrapup/Makefile.am: Reflect changes to libcpu/sh/*.
* 2003-01-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-01-152-4/+5
| | | | * shmdr/Makefile.am: Don't include @RTEMS_BSP@.cfg.
* 2003-01-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-01-155-4/+7
| | | | | | | * console/Makefile.am: Don't include @RTEMS_BSP@.cfg. * hw_init/Makefile.am: Don't include @RTEMS_BSP@.cfg. * start/Makefile.am: Don't include @RTEMS_BSP@.cfg. * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
* 2003-01-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-01-155-4/+7
| | | | | | | * console/Makefile.am: Don't include @RTEMS_BSP@.cfg. * liblnk/Makefile.am: Don't include @RTEMS_BSP@.cfg. * start/Makefile.am: Don't include @RTEMS_BSP@.cfg. * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
* 2003-01-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-01-1512-10/+16
| | | | | | | | * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg. * console/Makefile.am: Don't include @RTEMS_BSP@.cfg. * start/Makefile.am: Don't include @RTEMS_BSP@.cfg. * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg. * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
* 2003-01-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-01-157-6/+9
| | | | | | | | | * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg. * console/Makefile.am: Don't include @RTEMS_BSP@.cfg. * shmsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg. * start/Makefile.am: Don't include @RTEMS_BSP@.cfg. * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg. * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
* 2003-01-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-01-155-8/+8
| | | | | | | * console/Makefile.am: Don't include @RTEMS_BSP@.cfg. * scitab/Makefile.am: Don't include @RTEMS_BSP@.cfg. * start/Makefile.am: Don't include @RTEMS_BSP@.cfg. * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
* 2003-01-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-01-158-7/+10
| | | | | | | | | | * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg. * console/Makefile.am: Don't include @RTEMS_BSP@.cfg. * gdbsci/Makefile.am: Don't include @RTEMS_BSP@.cfg. * scitab/Makefile.am: Don't include @RTEMS_BSP@.cfg. * start/Makefile.am: Don't include @RTEMS_BSP@.cfg. * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg. * trap34/Makefile.am: Don't include @RTEMS_BSP@.cfg.
* 2003-01-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-01-156-5/+8
| | | | | | | | * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg. * console/Makefile.am: Don't include @RTEMS_BSP@.cfg. * start/Makefile.am: Don't include @RTEMS_BSP@.cfg. * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg. * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
* 2003-01-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-01-155-4/+7
| | | | | | | * shmsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg. * start/Makefile.am: Don't include @RTEMS_BSP@.cfg. * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg. * tty/Makefile.am: Don't include @RTEMS_BSP@.cfg.
* 2003-01-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-01-157-5/+18
| | | | | | | | | * configure.ac: Add BSPOPTS (WORKSPACE_MB, HEAPSPACE_MB). * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg. * console/Makefile.am: Don't include @RTEMS_BSP@.cfg. * shmsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg. * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg. * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
* 2003-01-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-01-156-5/+8
| | | | | | | | * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg. * console/Makefile.am: Don't include @RTEMS_BSP@.cfg. * shmsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg. * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg. * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
* 2003-01-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-01-155-4/+7
| | | | | | | * console/Makefile.am: Don't include @RTEMS_BSP@.cfg. * liblnk/Makefile.am: Don't include @RTEMS_BSP@.cfg. * start/Makefile.am: Don't include @RTEMS_BSP@.cfg. * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
* 2003-01-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-01-151-1/+1
| | | | * ChangeLog: Fix ChangeLog-entry.
* 2002-01-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-01-158-7/+10
| | | | | | | | | | * 3c509/Makefile.am: Don't include @RTEMS_BSP@.cfg. * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg. * console/Makefile.am: Don't include @RTEMS_BSP@.cfg. * ne2000/Makefile.am: Don't include @RTEMS_BSP@.cfg. * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg. * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg. * wd8003/Makefile.am: Don't include @RTEMS_BSP@.cfg.
* 2002-12-08 Greg Menke <gregory.menke@gsfc.nasa.gov>Joel Sherrill2003-01-032-17/+17
| | | | | * startup/linkcmds: Shifted .init, .fini to match better with crtbegin/crtend linking.
* 2002-12-08 Greg Menke <gregory.menke@gsfc.nasa.gov>Joel Sherrill2003-01-032-12/+87
| | | | | | | * bootloader/head.S: Added support for optional debug via PPCbug. Also turn off mmu/caches for the bootstrap phase, which seems to cause trouble with the 603. The cpu init functions in the bsp get all that stuff going properly.
* 2002-12-08 Greg Menke <gregory.menke@gsfc.nasa.gov>Joel Sherrill2003-01-037-33/+91
| | | | | * bsp_specs: Added crtbegin/crtend and INIT_FINI for C++ support. * linkcmds: Added .init, .fini & related sections.
* 2002-12-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-12-216-5/+8
| | | | | | | | * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg. * console/Makefile.am: Don't include @RTEMS_BSP@.cfg. * start/Makefile.am: Don't include @RTEMS_BSP@.cfg. * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg. * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
* 2002-12-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-12-216-5/+8
| | | | | | | | * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg. * console/Makefile.am: Don't include @RTEMS_BSP@.cfg. * start/Makefile.am: Don't include @RTEMS_BSP@.cfg. * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg. * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
* 2002-12-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-12-217-6/+9
| | | | | | | | | * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg. * console/Makefile.am: Don't include @RTEMS_BSP@.cfg. * network/Makefile.am: Don't include @RTEMS_BSP@.cfg. * start/Makefile.am: Don't include @RTEMS_BSP@.cfg. * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg. * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
* 2002-12-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-12-217-6/+9
| | | | | | | | | * console/Makefile.am: Don't include @RTEMS_BSP@.cfg. * i2c/Makefile.am: Don't include @RTEMS_BSP@.cfg. * nvram/Makefile.am: Don't include @RTEMS_BSP@.cfg. * start/Makefile.am: Don't include @RTEMS_BSP@.cfg. * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg. * tod/Makefile.am: Don't include @RTEMS_BSP@.cfg.
* 2002-12-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-12-219-8/+11
| | | | | | | | | | | * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg. * console/Makefile.am: Don't include @RTEMS_BSP@.cfg. * consolex/Makefile.am: Don't include @RTEMS_BSP@.cfg. * network/Makefile.am: Don't include @RTEMS_BSP@.cfg. * start/Makefile.am: Don't include @RTEMS_BSP@.cfg. * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg. * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg. * tod/Makefile.am: Don't include @RTEMS_BSP@.cfg.
* 2002-12-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-12-218-9/+11
| | | | | | | | | | * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg. * console/Makefile.am: Eliminate C_O_FILES. * fatal/Makefile.am: Don't include @RTEMS_BSP@.cfg. * network/Makefile.am: Don't include @RTEMS_BSP@.cfg. * start/Makefile.am: Don't include @RTEMS_BSP@.cfg. * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg. * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
* 2002-12-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-12-207-6/+9
| | | | | | | | | * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg. * console/Makefile.am: Don't include @RTEMS_BSP@.cfg. * shmsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg. * start/Makefile.am: Don't include @RTEMS_BSP@.cfg. * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg. * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
* 2002-12-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-12-206-5/+8
| | | | | | | | * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg. * console/Makefile.am: Don't include @RTEMS_BSP@.cfg. * start/Makefile.am: Don't include @RTEMS_BSP@.cfg. * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg. * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
* 2002-12-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-12-205-5/+0
| | | | | | | | | * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg. * console/Makefile.am: Don't include @RTEMS_BSP@.cfg. * shmsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg. * start/Makefile.am: Don't include @RTEMS_BSP@.cfg. * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg. * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
* 2002-12-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-12-202-1/+9
| | | | | | | | | * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg. * console/Makefile.am: Don't include @RTEMS_BSP@.cfg. * shmsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg. * start/Makefile.am: Don't include @RTEMS_BSP@.cfg. * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg. * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
* 2002-12-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-12-207-6/+9
| | | | | | | | | * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg. * console/Makefile.am: Don't include @RTEMS_BSP@.cfg. * spurious/Makefile.am: Don't include @RTEMS_BSP@.cfg. * start/Makefile.am: Don't include @RTEMS_BSP@.cfg. * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg. * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
* 2002-12-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-12-202-1/+5
| | | | * start/Makefile.am: Remove stray '\'.