summaryrefslogtreecommitdiffstats
path: root/c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2007-04-05 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-04-0557-112/+137
| | | | | | | | | | | | | | | | | | | | | | | | | * mptests/mp01/config.h, samples/base_sp/config.h, samples/hello/config.h, samples/ticker/config.h, sptests/sp01/config.h, sptests/sp02/config.h, sptests/sp03/config.h, sptests/sp04/config.h, sptests/sp05/config.h, sptests/sp06/config.h, sptests/sp07/config.h, sptests/sp08/config.h, sptests/sp09/config.h, sptests/sp11/config.h, sptests/sp12/config.h, sptests/sp13/config.h, sptests/sp14/config.h, sptests/sp15/config.h, sptests/sp16/config.h, sptests/sp17/config.h, sptests/sp19/config.h, sptests/sp20/config.h, sptests/sp21/config.h, sptests/sp22/config.h, sptests/sp23/config.h, sptests/sp24/config.h, sptests/sp25/config.h, tmtests/tm01/config.h, tmtests/tm02/config.h, tmtests/tm03/config.h, tmtests/tm04/config.h, tmtests/tm05/config.h, tmtests/tm06/config.h, tmtests/tm07/config.h, tmtests/tm08/config.h, tmtests/tm09/config.h, tmtests/tm10/config.h, tmtests/tm11/config.h, tmtests/tm12/config.h, tmtests/tm13/config.h, tmtests/tm14/config.h, tmtests/tm15/config.h, tmtests/tm16/config.h, tmtests/tm17/config.h, tmtests/tm18/config.h, tmtests/tm19/config.h, tmtests/tm20/config.h, tmtests/tm21/config.h, tmtests/tm22/config.h, tmtests/tm23/config.h, tmtests/tm24/config.h, tmtests/tm25/config.h, tmtests/tm28/config.h, tmtests/tm29/config.h, tmtests/tmck/config.h, tmtests/tmoverhd/config.h: Change all obsoleted CONFIGURE_TEST_NEEDS_XXX configuration constants to CONFIGURE_APPLICATION_NEEDS_XXX.
* 2007-04-02 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-04-022-34/+4
| | | | * clock/ckinit.c: Eliminate TOD_Ticks_per_second variable.
* 2007-04-02 Jennifer Averett <jennifer.averrett@oarcorp.com>Joel Sherrill2007-04-023-398/+79
| | | | * rtems.adb, rtems.ads: Update.
* 2007-04-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-04-021-0/+4
| | | | * shared/pci/pci.c: More stdint.h fixed-size types.
* More stdint.h fixed-size types.Ralf Corsepius2007-04-021-8/+8
|
* Use uint*_t instead of char/short/int.Ralf Corsepius2007-04-021-4/+4
|
* 2007-04-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-04-021-0/+4
| | | | * shared/include/byteorder.h: Use uint*_t instead of char/short/int.
* 2007-04-02 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-04-022-0/+34
| | | | * dummy_printk_support.c: New file.
* 2007-04-02 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-04-0234-18/+92
| | | | * Makefile.am: Add dummy printk support so all tests link.
* 2007-04-02 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-04-023-3/+9
| | | | | * Makefile.am, configure.ac: Add dummy printk support so all tests link.
* 2007-04-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-04-012-2/+12
| | | | | | PR 1235/bsps * pci/pci.c: Add conditional declaration of variables used in debug printk's.
* 2007-04-01 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-04-011-0/+2
| | | | | * libchip/network/dec21140.c, libchip/network/elnk.c: i386-specific adjustments to pci-API changes.
* i386-specific adjustments to pci-API changes.Ralf Corsepius2007-04-012-4/+4
|
* 2007-04-01 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-04-011-0/+4
| | | | * console/rsPMCQ1.c, irq/irq_init.c: Reflect changes to pci-API.
* Reflect changes to pci-API.Ralf Corsepius2007-04-012-7/+7
|
* 2007-04-01 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-04-011-0/+6
| | | | | | * libchip/network/dec21140.c, libchip/network/elnk.c, libchip/network/if_dc.c: powerpc-specific adjustments to pci-API changes.
* powerpc-specific adjustments to pci-API changes.Ralf Corsepius2007-04-013-4/+4
|
* 2007-03-31 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-03-311-0/+5
| | | | | * pci/detect_host_bridge.c, pci/pci.c, pci/pcifinddevice.c: Reflect changes to pci-API.
* Reflect changes to pci-API.Ralf Corsepius2007-03-313-13/+17
|
* 2007-03-31 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-03-312-1/+5
| | | | * vmeUniverse/vmeUniverse.c: Use uint32_t for pci_ulong.
* 2007-03-31 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-03-312-1/+6
| | | | * ne2000/ne2000.c (ne_interrupt_handler): Avoid warning.
* 2007-03-31 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-03-314-7/+12
| | | | | * libchip/network/dec21140.c, libchip/network/if_dc.c, libchip/network/if_fxp.c: Reflect changes to pci-API.
* 2007-03-31 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-03-311-0/+8
| | | | | | | | * shared/bootloader/bootldr.h, shared/bootloader/em86.c, shared/bootloader/pci.c, shared/bootloader/pci.h, shared/irq/irq_init.c, shared/pci/detect_raven_bridge.c, shared/pci/pci.c, shared/pci/pcifinddevice.c: Use stdint.h fixed-size types.
* Use stdint.h fixed-size types.Ralf Corsepius2007-03-318-52/+60
|
* 2007-03-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-03-302-1/+5
| | | | * ne2000/ne2000.c: Remove typecast.
* 2007-03-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-03-301-0/+6
| | | | | | * shared/pci/pcibios.c, shared/pci/pcibios.h: Reflect changes to rtems/pci.h. Convert to using stdint fixed-size types.
* Reflect changes to rtems/pci.h.Ralf Corsepius2007-03-302-15/+15
| | | | Convert to using stdint fixed-size types.
* 2007-03-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-03-301-0/+5
| | | | | * libchip/network/elnk.c: Use ioctl_command_t as ioctl argument. * libchip/network/if_dc.c: Use ioctl_command_t as ioctl argument.
* Use ioctl_command_t as ioctl argument.Ralf Corsepius2007-03-302-3/+3
|
* 2007-03-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-03-282-0/+19
| | | | | | | * clock/ckinit.c: Add support to the Clock driver template for rtems_clock_set_nanoseconds_extension and the potential for TOD and timestamps accurate to the nanosecond. On this BSP however, it is only accurate to the microsecond.
* 2007-03-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-03-282-0/+12
| | | | | | * clockdrv_shell.c: Add support to the Clock driver template for rtems_clock_set_nanoseconds_extension and the potential for TOD and timestamps accurate to the nanosecond.
* 2007-03-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-03-284-5/+46
| | | | | * Makefile.am: Modify to avoid pulling in too much into minimum executable.
* 2007-03-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-03-282-4/+4
| | | | * include/amba.h: Remove CVS conflict marker.
* 2007-03-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-03-282-1/+5
| | | | * page.c: Redo print to not have cvs conflict marker.
* 2007-03-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-03-284-16/+39
| | | | | | | PR 1233/bsps * Makefile.am, console/console.c, console/debugputs.c: Move printk support code into debug IO file so you do not get the entire console driver when you do not want it.
* 2007-03-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-03-282-17/+31
| | | | | PR 1232/bsps * bsppost.c: It should not be a fatal error to not have a console.
* 2007-03-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-03-272-0/+6
| | | | | * aclocal/target.m4: Strip CFLAGS (Hack to prevent bsp-cflags from being used to compile "tools").
* 2007-03-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-03-272-1/+5
| | | | * configure.ac: Use MKDIR_P instead of mkdir_p.
* 2007-03-26 Chris Johns <chrisj@rtems.org>Joel Sherrill2007-03-262-1/+5
| | | | * include/bsp.h: Terminate comment.
* * startup/bspstart.c: set external clock to 0 for some boards toThomas Doerfler2007-03-163-1/+25
| | | | | | match the "auto clock detection" scheme in the libcpu clock driver * startup/linkcmds: remove content of dpram section to avoid download hangs with the EPPCBug board monitor
* Upgrade to 4.7.99.1Joel Sherrill2007-03-131-1/+1
|
* 2007-03-13 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-03-132-4/+4
| | | | * include/bsp.h: Remove redundant prototypes.
* 2007-03-13 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-03-132-3/+7
| | | | * libchip/network/sonic.c: Rename Dump_Buffer to rtems_print_buffer.
* 2007-03-12 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-03-125-5/+11
| | | | | | | * libchip/network/cs8900.c, libchip/network/cs8900.h, libchip/network/greth.c, libchip/network/greth.h: Correct license URL and/or fix mistake in copyright notice. Both of these mistakes appear to be from code submitted after these changes were made previously.
* 2007-03-12 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-03-125-4/+11
| | | | | | | * console/uart.c, start/start.S, startup/linkcmds, startup/memmap.c: Correct license URL and/or fix mistake in copyright notice. Both of these mistakes appear to be from code submitted after these changes were made previously.
* 2007-03-12 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-03-127-6/+13
| | | | | | | * console/uarts.c, include/bsp.h, start/start.S, startup/bspstart.c, startup/exit.c, startup/linkcmds: Correct license URL and/or fix mistake in copyright notice. Both of these mistakes appear to be from code submitted after these changes were made previously.
* 2007-03-12 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-03-1210-9/+17
| | | | | | | | * include/bsp.h, network/lan91c11x.c, network/lan91c11x.h, network/network.c, start/start.S, startup/bspstart.c, startup/exit.c, startup/linkcmds, startup/memmap.c: Correct license URL and/or fix mistake in copyright notice. Both of these mistakes appear to be from code submitted after these changes were made previously.
* 2007-03-12 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-03-1213-12/+21
| | | | | | | | | * clock/clock.c, console/console.c, include/bsp.h, include/coverhd.h, include/tm27.h, network/network.c, start/start.S, startup/bspclean.c, startup/bspstart.c, startup/init5282.c, startup/linkcmds, timer/timer.c: Correct license URL and/or fix mistake in copyright notice. Both of these mistakes appear to be from code submitted after these changes were made previously.
* 2007-03-12 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-03-1216-22/+30
| | | | | | | | * include/coverhd.h, start/start.S, startup/bspclean.c, startup/bspstart.c, startup/linkcmds, startup/linkcmdsflash, startup/linkcmdsram: Correct license URL and/or fix mistake in copyright notice. Both of these mistakes appear to be from code submitted after these changes were made previously.
* 2007-03-12 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-03-127-10/+14
| | | | | | | | * console/console-io.c, include/bsp.h, start/start.S, startup/bspclean.c, startup/bspstart.c, startup/init5272.c: Correct license URL and/or fix mistake in copyright notice. Both of these mistakes appear to be from code submitted after these changes were made previously.