summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* renamed lpc24xx BSPs, reorganized linkcmdsThomas Doerfler2009-10-0514-236/+289
|
* renamed lpc24xx BSPsThomas Doerfler2009-10-052-4/+5
|
* renamed config filesThomas Doerfler2009-10-056-32/+20
|
* 2009-10-04 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-10-044-17/+18
| | | | | | | | * rtems/src/ratemonreportstatistics.c: owner field is always set so safe to use. Reformat. * rtems/src/regionresizesegment.c: Always evaluate the blocked queue if the resize succeeded. * rtems/src/tasksetnote.c: Spacing.
* 2009-10-04 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-10-045-38/+44
| | | | | | | * posix/include/rtems/posix/psignal.h: Add extern for ualarm timer. * posix/src/alarm.c, posix/src/ualarm.c: Change from switch to if since many enumerated values have no action. * posix/src/psignal.c: Initialize ualarm and alarm timers.
* 2009-10-04 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-10-0411-42/+84
| | | | | | | * sp07/init.c, sp07/sp07.scn, sp09/init.c, sp09/screen01.c, sp09/sp09.scn, sp28/init.c, sp62/init.c, sp62/sp62.scn, sp64/init.c, sp64/sp64.scn: Add more test cases highlighted on SPARC at -O2, x86 at -Os and m68k at -Os. Fix typos.
* add missing fileThomas Doerfler2009-10-032-0/+138
|
* 2009-10-03 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-032-1/+6
| | | | | * shared/openpic/openpic.c: Make openpic_writefield static inline (Get rid of GCC warning).
* 2009-10-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-022-2/+7
| | | | | * sp54/init.c: Use rtems_build_id to make building Objects_Id RTEMS_USE_16_BIT_OBJECT clean.
* 2009-10-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-022-1/+6
| | | | | * libmisc/monitor/mon-driver.c: Fix warning if defined(RTEMS_USE_16_BIT_OBJECT).
* * Makefile.am, irq/irq_config.h, irq/irq_init.c, irq/irq.h:Thomas Doerfler2009-10-0210-20/+251
| | | | | | | | | add basic IRQ support (for decrementer) * start/start.S, startup/cmain.c, startup/linkcmds: add support for sdata* sections * startup/bsppanic.c: some cleanup
* 2009-10-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-022-0/+9
| | | | | * libmisc/monitor/mon-prmisc.c: Fix warning if defined(RTEMS_USE_16_BIT_OBJECT).
* 2009-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-10-022-1/+5
| | | | | * hello/init.c: Remove call to devFS_Show() which had accidentally gotten committed.
* 2009-10-01 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-10-019-2/+128
| | | | | | | | | * Makefile.am, configure.ac, termios01/termios_testdriver.c: Do not use CONSOLE_USE_INTERRUPTS. That is in use by BSPs and we should not use it. * termios02/.cvsignore, termios02/Makefile.am, termios02/init.c, termios02/termios02.doc, termios02/termios02.scn: New files. termios02 is a test for tcdrain().
* 2009-10-01 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-10-012-0/+10
| | | | | * aclocal/bsp-alias.m4: Add BSP for GDB ARM simulator so we can easily experiment with and debug different ARM architectural variations.
* 2009-10-01 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-10-012-0/+7
| | | | | * acinclude.m4: Add BSP for GDB ARM simulator so we can easily experiment with and debug different ARM architectural variations.
* 2009-10-01 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-10-0119-0/+2059
| | | | | | | | | * .cvsignore, ChangeLog, Makefile.am, bsp_specs, configure.ac, preinstall.am, console/.cvsignore, console/console-io.c, include/.cvsignore, include/bsp.h, include/irq.h, include/swi.h, start/.cvsignore, start/start.S, startup/.cvsignore, startup/bspreset.c, startup/bspstart.c, startup/linkcmds, startup/syscalls.c: New files.
* 2009-10-01 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-10-012-0/+7
| | | | * rtems/score/arm.h: Recognize ARMv7A.
* 2009-10-01 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-10-017-0/+114
| | | | | | * Makefile.am: Add new BSP variants for ARM simulator in GDB. * custom/arm1136jfs.cfg, custom/arm1136js.cfg, custom/arm7tdmi.cfg, custom/arm920.cfg, custom/armcortexa9.cfg: New files.
* 2009-10-01 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-10-012-19/+12
| | | | | * libchip/ide/ata.c: Use simple vectored CPU macro to select interrupt model.
* 2009-10-01 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-10-012-0/+7
| | | | * rtems/score/arm.h: Recognize ARMv6J as needed by arm1136 variants.
* 2009-10-01 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-012-12/+17
| | | | | PR 1445/BSPs * shared/pci/pcibios.c: Rename indirect_pci_* into BSP_pci_*.
* 2009-10-01 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-014-36/+48
| | | | | | PR 1445/BSPs * pci/pci.c: Rename pci_[read|write]_config* functions into BSP_pci_[read|write]_config* and make them static.
* 2009-10-01 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-011-0/+6
| | | | | | PR 1445/bsps * include/rtems/pci.h: Make pci_[read|write]_config* static inline, again.
* Make pci_[read|write]_config* static inline, again.Ralf Corsepius2009-10-011-6/+6
|
* 2009-10-01 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-012-1/+5
| | | | * include/rtems/pci.h: Add another missing prototype.
* 2009-10-01 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-011-0/+5
| | | | | * termios01/init.c, termios01/termios_testdriver.c: Reflect changes to termios.
* Reflect changes to termios.Ralf Corsepius2009-10-012-12/+12
|
* Regenerate.Ralf Corsepius2009-10-0113-26/+26
|
* Fix typo in previous patch.Ralf Corsepius2009-10-0113-13/+13
|
* Regenerate.Ralf Corsepius2009-10-0113-52/+52
|
* GDB_RVERS = 6.8.92.Ralf Corsepius2009-10-0113-26/+26
|
* gdb-6.8.92-rtems4.10-20091001.diffRalf Corsepius2009-10-0113-13/+13
|
* Bump GCC_RPMREL.Ralf Corsepius2009-10-0127-105/+279
|
* Rebase patch against gdb-6.8.92.Ralf Corsepius2009-10-011-0/+666
|
* 2009-09-30 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-10-012-0/+6
| | | | * include/bsp.h: BSP does not have much memory. Limited to BIOS space.
* 2009-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-09-302-1/+5
| | | | * include/rtems/pci.h: Add missing prototype.
* 2009-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-09-301-0/+8
| | | | | | | | * libcsupport/src/fstat.c, libcsupport/src/fcntl.c, libcsupport/src/calloc.c, libcsupport/src/isatty_r.c, libcsupport/src/issetugid.c, libcsupport/src/lseek.c, libcsupport/src/read.c, libcsupport/src/getpid.c: Rework autoconf defines.
* Rework autoconf defines.Ralf Corsepius2009-09-308-7/+9
|
* 2009-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-09-302-10/+8
| | | | | * libcsupport/src/_rename_r.c: Rework autoconf defines. Remove unused includes.
* 2009-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-09-302-14/+12
| | | | | * libcsupport/src/__gettod.c: Rework autoconf defines. Eliminate RTEMS_UNIX.
* 2009-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-09-301-0/+2
| | | | | * libcsupport/src/_calloc_r.c, libcsupport/src/_realloc_r.c: Rework autoconf defines.
* Rework autoconf defines.Ralf Corsepius2009-09-304-4/+4
|
* 2009-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-09-301-0/+2
| | | | | * libcsupport/src/open.c, libcsupport/src/close.c: Rework autoconf defines.
* 2009-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-09-301-0/+1
| | | | * libcsupport/src/tcflow.c: Remove unused includes.
* Remove unused includes.Ralf Corsepius2009-09-301-8/+1
|
* 2009-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-09-301-0/+1
| | | | * libcsupport/src/__sbrk.c: Eliminate RTEMS_UNIX.
* Eliminate RTEMS_UNIX.Ralf Corsepius2009-09-301-2/+1
|
* 2009-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-09-301-0/+2
| | | | | * libcsupport/src/_free_r.c, libcsupport/src/_malloc_r.c: Rework autoconf defines.
* Rework autoconf defines.Ralf Corsepius2009-09-302-2/+2
|