summaryrefslogtreecommitdiffstats
path: root/c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2006-11-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-11-172-117/+5
| | | | | * libchip/network/dec21140.c: Fix spacing -- remove long sections of blank lines.
* 2006-11-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-11-172-2/+12
| | | | * timer/timer.c: Update timer overhead for start/stop.
* 2006-11-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-11-172-1/+5
| | | | * runtest.in: Change toolname to match 4.8.
* 2006-11-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-11-173-3/+31
| | | | | | | | | | * clock_driver_stub.c, clockdrv_shell.c: Use common clock driver template and eliminate all fast idle code specific to this BSP. This eliminates a fair amount of code in the BSP clock driver and bsp_startup. The LEON3 has to do a scan of the AMBA bus to find the timer so I added the new hook Clock_driver_support_find_timer to support this. In general, there was some clean up to the file headers of various files.
* 2006-11-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-11-174-3/+7
| | | | * psim, psim-gdb, runtest: Change toolname to match 4.8.
* 2006-11-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-11-172-1/+5
| | | | * runtest: Change toolname to match 4.8.
* 2006-11-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-11-172-0/+11
| | | | * clock/clockdrv.c: Add copyright.
* 2006-11-16 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-11-163-102/+18
| | | | | | | | | | * shared/bspstart.c, shared/start.S: Use common clock driver template and eliminate all fast idle code specific to this BSP. This eliminates a fair amount of code in the BSP clock driver and bsp_startup. The LEON3 has to do a scan of the AMBA bus to find the timer so I added the new hook Clock_driver_support_find_timer to support this. In general, there was some clean up to the file headers of various files.
* 2006-11-16 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-11-163-352/+72
| | | | | | | | | | * clock/ckinit.c, startup/bspstart.c: Use common clock driver template and eliminate all fast idle code specific to this BSP. This eliminates a fair amount of code in the BSP clock driver and bsp_startup. The LEON3 has to do a scan of the AMBA bus to find the timer so I added the new hook Clock_driver_support_find_timer to support this. In general, there was some clean up to the file headers of various files.
* 2006-11-16 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-11-162-224/+46
| | | | | | | | | * clock/ckinit.c: Use common clock driver template and eliminate all fast idle code specific to this BSP. This eliminates a fair amount of code in the BSP clock driver and bsp_startup. The LEON3 has to do a scan of the AMBA bus to find the timer so I added the new hook Clock_driver_support_find_timer to support this. In general, there was some clean up to the file headers of various files.
* 2006-11-16 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-11-163-218/+61
| | | | | | | | | | * clock/ckinit.c, console/console.c: Use common clock driver template and eliminate all fast idle code specific to this BSP. This eliminates a fair amount of code in the BSP clock driver and bsp_startup. The LEON3 has to do a scan of the AMBA bus to find the timer so I added the new hook Clock_driver_support_find_timer to support this. In general, there was some clean up to the file headers of various files.
* 2006-11-15 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-11-15110-55/+330
| | | | | * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a file and simplified initialization.
* 2006-11-15 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-11-152-1/+6
| | | | | * shared/startup/bspstart.c: Merge c_rtems_main() into boot_card(). This eliminated a file and simplified initialization.
* 2006-11-15 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-11-153-1/+14
| | | | | * Makefile.am, irq/irq.h: Merge c_rtems_main() into boot_card(). This eliminated a file and simplified initialization.
* 2006-11-15 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-11-153-43/+38
| | | | | | * bootcard.c: Merge c_rtems_main() into boot_card(). This eliminated a file and simplified initialization. * main.c: Removed.
* 2006-11-15 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-11-151-0/+9
| | | | | | | | | * configure.ac: Remove RTEMS_AMPOLISH3. * aclocal/bsp-configure.m4: AC_PREREQ(2.60). Remove checks for AMPOLISH3. * aclocal/rtems-ampolish.m4: Pick up ampolish3 from ac_aux_dir. * aclocal/rtems-top.m4: Add RTEMS_AMPOLISH3. * ampolish3: Remove.
* Remove.Ralf Corsepius2006-11-151-276/+0
|
* Add RTEMS_AMPOLISH3.Ralf Corsepius2006-11-151-0/+2
|
* Pick up ampolish3 from ac_aux_dir.Ralf Corsepius2006-11-151-1/+1
|
* AC_PREREQ(2.60).Ralf Corsepius2006-11-151-5/+1
| | | | Remove checks for AMPOLISH3.
* Remove RTEMS_AMPOLISH3.Ralf Corsepius2006-11-151-1/+0
|
* Regenerate.Ralf Corsepius2006-11-151-3/+2
|
* 2006-11-15 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-11-152-4/+1
| | | | * aclocal/target.m4: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
* 2006-11-15 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-11-152-1/+5
| | | | * configure.ac: Use AC_CONFIG_HEADER instead of AM_CONFIG_HEADER.
* 2006-11-15 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-11-153-9/+10
| | | | | | * aclocal/prog-cc.m4: Remove CFLAGS. * configure.ac: Don't explictly pass CFLAGS_OPTIMIZE_V, CPU_CFLAGS. Compose CFLAGS. Append CFLAGS to ac_configure_args.
* 2006-11-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-11-112-2/+8
| | | | | | * startup/linkcmds: Use___start_set_sysctl_set, ___stop_set_sysctl_set instead of __start_set_sysctl_set, __stop_set_sysctl_set (bfin uses '_' prefixed c-symbols.)
* 2006-11-10 Alain Schaefer <alani@easc.ch>Ralf Corsepius2006-11-112-1/+8
| | | | | * startup/linkcmds: Put .fini into sdram. Add __edata, __etext.
* 2006-11-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-11-016-3/+15
| | | | * bsp_specs: Fix typo.
* 2006-10-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-10-302-2/+10
| | | | * startup/rtems-ctor.cc: Conditionally disable non-GCC code.
* 2006-10-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-10-302-0/+18
| | | | * .cvsignore: New file.
* 2006-10-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-10-308-8/+36
| | | | * bsp_specs: Add crti, crtbegin, crtend, and crtn.
* 2006-10-26 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-10-263-5374/+4
| | | | * configure, include/bspopts.h.in: Removed.
* 2006-10-24 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-10-242-0/+13
| | | | * shared/start/start.S: Eliminate hi, lo, HI, LO, and MK_BMSK.
* 2006-10-24 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-10-242-8/+4
| | | | * include/bsp.h: Eliminate hi, lo, HI, LO, and MK_BMSK.
* 2006-10-24 Alain Schaefer <alani@easc.ch>Joel Sherrill2006-10-245-6/+12
| | | | | * configure.ac, eZKit533/configure.ac, eZKit533/include/bsp.h, shared/start/start.S: Make use of separated bfin helper .h files.
* 2006-10-23 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-10-232-0/+5
| | | | * aclocal/rtems-cpu-subdirs.m4: Add bfin.
* 2006-10-23 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-10-2328-0/+7454
| | | | | | | | | | | | | | | | * bfin/ChangeLog, bfin/Makefile.am, bfin/acinclude.m4, bfin/configure.ac, bfin/eZKit533/.cvsignore, bfin/eZKit533/ChangeLog, bfin/eZKit533/Makefile.am, bfin/eZKit533/README, bfin/eZKit533/bsp_specs, bfin/eZKit533/configure, bfin/eZKit533/configure.ac, bfin/eZKit533/preinstall.am, bfin/eZKit533/times, bfin/eZKit533/console/console-io.c, bfin/eZKit533/include/.cvsignore, bfin/eZKit533/include/bsp.h, bfin/eZKit533/include/bspopts.h.in, bfin/eZKit533/include/coverhd.h, bfin/eZKit533/include/tm27.h, bfin/eZKit533/startup/bspstart.c, bfin/eZKit533/startup/linkcmds, bfin/shared/clock/clockdrv.c, bfin/shared/clock/rtc.c, bfin/shared/clock/tod.h, bfin/shared/console/console.c, bfin/shared/start/start.S, bfin/shared/timer/timer.c: New files.
* New.Ralf Corsepius2006-10-205-0/+20
|
* Remove (bogus).Ralf Corsepius2006-10-205-87/+0
|
* Fix comment.Joel Sherrill2006-10-191-1/+1
|
* 2006-10-19 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-10-192-3/+7
| | | | * mongoosev/duart/mg5uart.c: Change type to unsigned.
* 2006-10-19 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-10-191-4/+4
| | | | * gdbstub/rtems-stub-glue.c: Change registers pointer to unsigned.
* 2006-10-19 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-10-191-0/+4
| | | | * gdbstub/rtems-stub-glue.c:
* 2006-10-18 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-10-182-4/+8
| | | | * automake/compile.am: Use hard-coded RTEMS_* flags.
* 2006-10-18 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-10-183-2/+7
| | | | | * aclocal/rtems-top.m4: Remove RTEMS_API. * aclocal/version.m4: Add RTEMS_API. Bump RTEMS_API to 4.8.
* 2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-10-172-1/+5
| | | | * LICENSE: Convert to utf-8.
* 2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-10-172-2/+6
| | | | * aclocal/prog-ccas.m4: Adaptations to automake-1.10.
* 2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-10-172-1/+5
| | | | * aclocal/prog-cxx.m4: Add AC_PROG_CXXCPP.
* 2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-10-172-1/+5
| | | | * aclocal/version.m4: Bump version to 4.7.99.0.
* 2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-10-17102-57/+261
| | | | * Makefile.am: Remove superfluous -DASM.