summaryrefslogtreecommitdiffstats
path: root/c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2009-07-23 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2009-07-232-1/+5
| | | | * aclocal/enable-itron.m4: Default to not building itron.
* 2009-07-23 Josh Switnicki <josh.switnicki@utoronto.ca>Joel Sherrill2009-07-232-1/+27
| | | | * README: Included information about simulavrxx
* 2009-07-22 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-07-222-1/+6
| | | | | * src/irq-generic.c: Priority inheritance on simple binary semaphores makes no sense and has recently been added as an error condition.
* 2009-07-22 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-07-222-0/+6
| | | | * libchip/ide/ata.c: Remove warning.
* 2009-07-21 Roxana Leontie <roxana.leontie@gmail.com>Joel Sherrill2009-07-212-3/+8
| | | | | * console/fb_vga.c: replaced the ioctl structures with linux framebuffer equivalents
* Update for MPC55XX changesThomas Doerfler2009-07-2125-700/+3814
|
* 2009-07-20 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-07-205-2/+16
| | | | | * cchip/cchip.c, include/cchip.h, include/rasta.h, pci/pci.c: Add CVS Ids.
* add missing i2c.c fileThomas Doerfler2009-07-201-0/+386
|
* Dummy entries for toolchain compatibilityThomas Doerfler2009-07-175-0/+114
|
* adding lpc24xx BSP partsThomas Doerfler2009-07-177-0/+901
|
* remove obsolete filesThomas Doerfler2009-07-174-839/+0
|
* code cleanupThomas Doerfler2009-07-173-154/+119
|
* ARM bsp maintenanceThomas Doerfler2009-07-1739-605/+1035
|
* exception handling maintenanceThomas Doerfler2009-07-178-18/+27
|
* add cache definition for mcfv4eThomas Doerfler2009-07-172-0/+7
|
* 2009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-07-16144-286/+579
| | | | | | * configure.ac: Rename BSP_BOOTCARD_OPTIONS to RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs have the same options.
* 2009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-07-163-2/+37
| | | | | | | * aclocal/bsp-bootcard-options.m4: Rename BSP_BOOTCARD_OPTIONS to RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs now use the same macros. * aclocal/bsp-bspcleanup-options.m4: New file.
* 2009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-07-164-0/+12
| | | | * configure.ac: Add BSP_BOOTCARD_OPTIONS.
* 2009-07-12 Xi Yang <hiyangxi@gmail.com>Joel Sherrill2009-07-124-8/+34
| | | | | | | * configure.ac, clock/clockdrv.c, startup/bspreset.c: Adjust clock initialization for clock tick so rtmonuse test now runs on Skyeye. Joel added configure magic and place holder in bspreset.c for Skyeye hardware reset device support.
* 2009-07-10 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-07-102-1/+5
| | | | * Makefile.am: Fix typo.
* 2009-07-10 Xi Yang <hiyangxi@gmail.com>Joel Sherrill2009-07-105-31/+133
| | | | | * Makefile.am, pxa255/ffuart/ffuart.c, pxa255/include/pxa255.h, pxa255/pmc/pmc.c: Add PMC support.
* 2009-07-10 Xi Yang <hiyangxi@gmail.com>Joel Sherrill2009-07-102-4/+8
| | | | * Makefile.am: Complete update to current style.
* 2009-07-07 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-07-072-1/+5
| | | | * README.IceCube: Correct mkimage addresses.
* 2009-07-06 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-07-062-4/+12
| | | | * setvec.c: Add CVS Id.
* 2009-07-03 Josh Switnicki <josh.switnicki@utoronto.ca>Joel Sherrill2009-07-063-50/+627
| | | | | | * start/start.S: copied gcrt1.S and macros.inc from avr-libc. Change from call main to call boot_card for RTEMS. * start/macros.inc: New file.
* 2009-07-01 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill2009-07-035-364/+112
| | | | | | * shared/irq/irq.h, shared/irq/irq.c, shared/irq/irq_init.c: Converted to use generic interrupt support. * shared/irq/irq-config.h: New file.
* 2009-07-01 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill2009-07-039-6/+75
| | | | * Makefile.am, preinstall.am: Update for generic interrupt support.
* 2009-07-03 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-07-033-45/+6
| | | | | * Makefile.am: Switch to shared routine. * startup/setvec.c: Removed.
* 2009-07-03 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-07-033-58/+6
| | | | | * Makefile.am: Eliminate unused routine. * startup/setvec.c: Removed.
* 2009-06-29 Xi Yang <hiyangxi@gmail.com>Joel Sherrill2009-06-294-53/+9
| | | | | * pxa255/ffuart/ffuart.c, pxa255/include/pxa255.h: Add Skyeye support. * pxa255/include/bits.h: Removed.
* 2009-06-29 Xi Yang <hiyangxi@gmail.com>Joel Sherrill2009-06-297-60/+37
| | | | | | | | | * Makefile.am: Update to current style. * bsp_specs: Fix warning for _start. * start/start.S: Proper attribution for origin. * startup/bspstart.c: Add Skyeye bsp_reset() on Skyeye. * include/.cvsignore: New file. * include/bspopts.h.in: Removed.
* 2009-06-18 Fernando Nicodemos <fgnicodemos@terra.com.br>Joel Sherrill2009-06-183-1/+141
| | | | | | | * umon/umonrtemsglue.c: Add console device that uses MicroMonitor to do actual input and output. This driver should work on any board that uses MicroMonitor. * umon/umoncons.c: New file.
* 2009-06-18 Fernando Nicodemos <fgnicodemos@terra.com.br>Joel Sherrill2009-06-184-10/+49
| | | | | | * Makefile.am, configure.ac, console/uarts.c: Add console device that uses MicroMonitor to do actual input and output. This driver should work on any board that uses MicroMonitor.
* 2009-06-18 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-06-183-13/+19
| | | | | | * startup/linkcmds, startup/linkcmds.csb637: Move .init section from the front of the executable so the start label has the first instruction in the executable.
* 2009-06-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-06-172-17/+19
| | | | * console/ps2_mouse.c: Fix inconsistent spacing.
* 2009-06-17 Till Straumann <strauman@slac.stanford.edu>Till Straumann2009-06-173-2/+7
| | | | | * vmeUniverse/vmeUniverse.c, vmeUniverse/vmeTsi148.c: include <rtems/pci.h> instead of <bsp/pci.h>.
* 2009-06-15 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-06-152-0/+12
| | | | | * umon/umonrtemsglue.c: Add flag to ensure that it umon connection is initialized twice, it is safe.
* 2009-06-15 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-06-153-24/+64
| | | | | | * umon/monlib.h: Add umon.h to be installed as <rtems/umon.h> so umon .h files are modified as little as possible. * umon/umon.h: New file.
* 2009-06-15 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-06-153-0/+16
| | | | | * Makefile.am, preinstall.am: Make an RTEMS specific umon.h wrapper include file.
* 2009-06-15 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-06-152-0/+6
| | | | * Makefile.am: Re-add basic console code.
* 2009-06-12 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-06-123-3/+9
| | | | | | * libchip/i2c/spi-sd-card.c, libchip/ide/ata.c: Eliminate using the GNU/Linux specific error numbers EBADRQC and ENOTBLK. Switch to EINVAL and ENOTTY as appropriate.
* 2009-06-12 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-06-122-3/+5
| | | | * Makefile.am: Add MicroMonitor support.
* 2009-06-12 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-06-124-0/+55
| | | | | * Makefile.am, preinstall.am: Add MicroMonitor support. * startup/umonsupp.c: New file.
* 2009-06-12 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-06-128-0/+2504
| | | | | * umon/README, umon/cli.h, umon/monlib.c, umon/monlib.h, umon/tfs.h, umon/tfsDriver.c, umon/umonrtemsglue.c: New files.
* 2009-06-12 Chris Johns <chrisj@rtems.org>Chris Johns2009-06-122-3/+15
| | | | * ide/ide.c: Format the data output in DEBUG mode.
* 2009-06-12 Chris Johns <chrisj@rtems.org>Chris Johns2009-06-122-1/+5
| | | | * Makefile.am: Compile the shared bspinit.c.
* 2009-06-11 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-06-112-105/+208
| | | | * network/network.c: Attempt to support csb637 PHY.
* 2009-06-11 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-06-112-2/+4
| | | | * startup/linkcmds: Fix spacing.
* 2009-06-05 Till Straumann <strauman@slac.stanford.edu>Till Straumann2009-06-063-11/+134
| | | | | * network/tsec.c, network/if_tsec_pub.h: implemented multicast support.
* 2009-06-05 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-06-056-63/+50
| | | | | | * preinstall.am, pxa255/clock/clock.c, pxa255/ffuart/ffuart.c, pxa255/irq/bsp_irq_init.c, pxa255/timer/timer.c: Fix typos and update timer.