summaryrefslogtreecommitdiffstats
path: root/c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move stack outside of _rtems_end marked area.Joel Sherrill2007-07-061-1/+1
|
* 2007-07-06 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-07-067-28/+87
| | | | | | | | | | * Makefile.am: Add startup/bspclean.c * console/console.c: Remove warning. * include/bsp.h: Add conditionals for prompt for reset and resetting board. * start/start.S: Remove if 1 around section. * vectors/vectors_init.c: Do not print unless noisy init enabled. * startup/bspclean.c: New file. Will prompt for reset and reset.
* 2007-07-06 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-07-063-9/+19
| | | | | * clock/clock.c, console/console.c: Add clock HW initialization missed in earlier conversion.
* fixed some problems with shared PPC exception handling codeThomas Doerfler2007-07-0520-41/+53
|
* 2007-07-05 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-07-052-0/+18
| | | | * .cvsignore: New file.
* Added missing fileThomas Doerfler2007-07-041-0/+49
|
* added missing files for virtex BSPThomas Doerfler2007-07-042-0/+959
|
* added virtex BSP support and some missing files for common PPCThomas Doerfler2007-07-0429-0/+5424
| | | | exception handling
* merged individual exception handler code to a common one.Thomas Doerfler2007-07-0417-139/+433
|
* 2007-06-22 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-06-222-7/+10
| | | | * clock/clockdrv.c: Fix spacing.
* 2007-06-22 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-06-223-194/+94
| | | | | * clock/clock.c, network_5200/network.c: Convert to using clock driver template.
* 2007-06-22 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-06-222-1/+6
| | | | | * startup/linkcmds.brs5l: Add missing wild card on .sdata section so all class examples build.
* 2007-06-22 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-06-222-10/+5
| | | | | * network/network.c: Remove cs8900_get_mac_addr which conflicted with one in libchip AND contained a hard-coded MAC address.
* 2007-06-22 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-06-223-4/+9
| | | | | * console/leds.c, console/mc68ec.c: Rename delay to rtems_bsp_delay to avoid conflicts in application space.
* 2007-06-22 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-06-222-10/+5
| | | | | * network/network.c: Remove cs8900_get_mac_addr which conflicted with one in libchip AND contained a hard-coded MAC address.
* 2007-06-21 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-06-212-1/+23
| | | | * clock/clock.c: Add nanoseconds since last tick support.
* 2007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-06-212-1/+6
| | | | | * target.cfg.in: region, extension and semaphore are no longer required.
* 2007-06-20 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-06-202-21/+7
| | | | | * bsppost.c: Split open of the console from the standard BSP code so it is easier to stub out.
* 2007-06-20 Ray Xu <rayx@gmail.com>Joel Sherrill2007-06-206-0/+128
| | | | | | | | * optman/Makefile.am, optman/preinstall.am: Add stubs for file system, console, and libio. This shrinks the memory requirements but Joel has not figured out how best to present this to application space. * optman/no-console.c, optman/no-filesystem.c, optman/no-libio.c: New files.
* 2007-06-20 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-06-202-1/+5
| | | | * ne2000/ne2000.c: Fix spelling error.
* 2007-06-20 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-06-202-0/+88
| | | | * shared/uboot_dump_bdinfo.c: New file.
* 2007-06-20 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-06-2010-16/+424
| | | | | | | | | | | | | | | | | | | | | Add Embedded Planets EP5200 which is the same as the Freescale 5200Lite (a.k.a. IceCube) evaluation board. * Makefile.am: Add linkcmds.ep5200. Add -DMPC5200_BAPI_LIBC_HEADERS to remove some warnings in bestcomm. * preinstall.am: Add linkcmds.ep5200. * clock/clock.c: Correct math for prescaler/counter when bus speed is high enough to require multiple passes of loop. * console/console.c: Use same math for initial baud rate as when it is changed via ioctl. When HAS_UBOOT is defined, initialize console to the same baud as it was with U-Boot. * include/bsp.h: Add EP5200 and console boot baud support. * include/mpc5200.h: Spacing. * startup/bspstart.c: If HAS_UBOOT and SHOW_MORE_INIT_SETTINGS are both defined, dump the U-Boot BD info structure. * vectors/vectors.S: ep5200 cannot use vectors segment. When loading it, U-Boot freezes. Besides, U-Boot can automatically start the BSP so we do not have to run from board reset. * startup/linkcmds.ep5200: New file.
* 2007-06-13 Ray Xu <rayx@gmail.com>Joel Sherrill2007-06-132-86/+102
| | | | | * shared/abort/simple_abort.c: Shrink the memory requirements. Joel reformatted for style.
* 2007-06-13 Ray Xu <rayx@gmail.com>Joel Sherrill2007-06-132-8/+12
| | | | * startup/linkcmds: Shrink the aligment requirements.
* 2007-06-13 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-06-132-2/+4
| | | | * acinclude.m4: Remove armulator.
* 2007-06-12 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-06-1220-1678/+12
| | | | | | | | | | | | * armulator/.cvsignore, armulator/ChangeLog, armulator/Makefile.am, armulator/bsp_specs, armulator/configure.ac, armulator/preinstall.am, armulator/clock/clockdrv.c, armulator/console/console-io.c, armulator/console/mon-syscalls.S, armulator/include/.cvsignore, armulator/include/bsp.h, armulator/include/tm27.h, armulator/start/start.S, armulator/startup/bspstart.c, armulator/startup/libcfunc.c, armulator/startup/linkcmds, armulator/startup/swi.h, armulator/startup/syscalls.c, armulator/startup/trap.S: Removed.
* 2007-06-04 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-06-043-94/+7
| | | | | | * Makefile.am: Now use the m68k memcpy and memset recently added to newlib instead of our own. * shared/misc/memcpy.c: Removed.
* 2007-05-29 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-05-292-124/+5
| | | | | * optman/sapi/no-io.c: Split IO Manager into one function per file so now we only need required initialization methods.
* 2007-05-29 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-05-292-2/+7
| | | | | | * optman/sapi/no-io.c: Eliminate maximum_drivers configuration parameter since it was used to configure a no longer used feature. Device names are now part of the filesystem not in a table.
* 2007-05-28 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-05-2816-11/+48
| | | | | | * startup/bspstart.c: Eliminate maximum_drivers configuration parameter since it was used to configure a no longer used feature. Device names are now part of the filesystem not in a table.
* 2007-05-28 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-05-282-40/+5
| | | | | PR 1244/bsps * console/console.c: Remove definition of __assert.
* 2007-05-24 Alain Schaefer <alani@easc.ch>Joel Sherrill2007-05-242-3/+7
| | | | * startup/bspstart.c: Fix a problem in the InitEBIU method.
* 2007-05-23 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-05-232-2/+6
| | | | * support/init.c: Spacing cleanup.
* 2007-05-21 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-05-212-2/+11
| | | | | * mpc6xx/clock/c_clock.c: Tinker with math so it does not overflow on psim and give a negative nanoseconds since last tick.
* 2007-05-15 Ray Xu <rayx@gmail.com>Joel Sherrill2007-05-153-0/+317
| | | | * shared/abort/abort.c, shared/abort/simple_abort.c: New files.
* 2007-05-15 Ray Xu <rayx@gmail.com>Joel Sherrill2007-05-1512-5/+63
| | | | | * Makefile.am: Add abort.rel since it is now in the BSP shared source, not in score/cpu.
* 2007-05-15 Ray Xu <rayx@gmail.com>Joel Sherrill2007-05-152-1/+11
| | | | | * Makefile.am: Add abort.rel since it is now in the BSP shared source -- not in score/cpu.
* 2007-05-15 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-05-152-0/+5
| | | | * shared/bspstart.c: Add include <rtems/bspIo.h> to remove warning.
* 2007-05-14 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-05-144-6/+26
| | | | | | * Makefile.am: Separate debug IO from console so console driver is not linked in all the time. This manaifested itself when the IO manager optional manager stub dropped some symbols.
* 2007-05-11 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-05-114-9/+8
| | | | | * include/bsp.h, startup/bspstart.c, startup/spurious.c: hello and ticker now run using runtest.
* 2007-05-11 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-05-112-18/+8
| | | | * startup/spurious.c: Fix typo from previous commit.
* 2007-05-11 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-05-112-8/+12
| | | | * runtest.in: Now tries to work with tsim.
* 2007-05-11 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-05-112-2/+5
| | | | * startup/spurious.c: Fix typo from previous commit.
* 2007-05-11 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-05-112-8/+12
| | | | * runtest.in: Now works with tsim.
* 2007-05-11 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-05-1122-2047/+12
| | | | | | | | | | | | * dmv152/.cvsignore, dmv152/ChangeLog, dmv152/Makefile.am, dmv152/bsp_specs, dmv152/configure.ac, dmv152/preinstall.am, dmv152/times, dmv152/clock/ckinit.c, dmv152/console/console.c, dmv152/include/.cvsignore, dmv152/include/bsp.h, dmv152/include/coverhd.h, dmv152/include/tm27.h, dmv152/spurious/spinit.c, dmv152/startup/bspclean.c, dmv152/startup/bspstart.c, dmv152/startup/linkcmds, dmv152/startup/vmeintr.c, dmv152/timer/timer.c, dmv152/timer/timerisr.S: Removed.
* 2007-05-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-05-112-1/+5
| | | | * clock/clock.c: include <tic4x/c4xio.h>.
* * vmeUniverse/vmeUniverse.c: Changed types to silenceTill Straumann2007-05-112-2/+7
| | | | compiler warnings.
* Back off patch which should not have been committed.Joel Sherrill2007-05-102-9/+4
|
* 2007-05-10 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-05-102-4/+9
| | | | | | | | PR 1237/rtems * src/lib/libbsp/shared/bsplibc.c: Add logic to prevent stack creep when interrupts occur at a sufficient rate that the interrupted thread never gets to clean its stack. This patch ensures that an interrupted thread will not nest ISR dispatches on its stack.
* 2007-05-09 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-05-092-1/+4
| | | | * startup/bspclean.c: Remove incldue stdio.h