summaryrefslogtreecommitdiffstats
path: root/c/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2005-02-11 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-02-128-88/+16
| | | | * Makefile.am, configure.ac: Remove (Unused).
* 2005-02-11 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-02-123-17/+5
| | | | | * configure.ac: Remove HAS_WRAPUP_LIBBSP. * wrapup/Makefile.am: Remove HAS_WRAPUP_LIBBSP.
* 2005-02-11 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-02-122-2/+52
| | | | | * Makefile.am: Build exception processing in old-exceptions rsp. new-exceptions subdirs (Merge-in former libbsp/powerpc/support/*).
* 2005-02-11 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-02-122-76/+6
| | | | | * aclocal/ppc.m4: Reflect changes to ppc exception processing building procedures.
* Remove.Ralf Corsepius2005-02-1211-21/+0
|
* 2005-02-11 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-02-1244-299/+223
| | | | | | * Makefile.am: Merge-in wrapup/Makefile.am. * wrapup/Makefile.am: Remove. * configure.ac: Reflect changes above.
* 2005-02-11 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-02-122-1/+19
| | | | | * configure.ac: subdir-objects. Add compiler check for old/new-style exception processing.
* 2005-02-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-02-122-3/+8
| | | | | * m68kpretaskinghook.c: Correct type of symbols from linkcmds to compile with gcc 4.x.
* 2005-02-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-02-126-15/+15
| | | | | * include/bsp.h: Correct type of symbols from linkcmds to compile with gcc 4.x.
* 2005-02-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-02-123-1/+8
| | | | | * include/bsp.h, startup/init68360.c: Correct type of symbols from linkcmds to compile with gcc 4.x.
* 2005-02-11 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-02-113-10/+15
| | | | | * mpc8260/cpm/dpram.c, mpc8xx/cpm/dpram.c: Remove local rtems_panic, use #include <rtems/error.h>.
* Name changes.Eric Norum2005-02-103-6/+35
| | | | Add some more system calls.
* 2005-02-10 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-02-101-15/+1
| | | | | * rtems/asm.h, rtems/old-exceptions/cpu.h, rtems/score/powerpc.h: Remove PPC_ABI_POWEROPEN.
* 2005-02-10 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-02-102-4/+5
| | | | * vectors/vectors.S: Remove PPC_ABI_POWEROPEN.
* 2005-02-10 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-02-103-8/+5
| | | | | * dlentry/dlentry.S, flashentry/flashentry.S: Remove PPC_ABI_POWEROPEN.
* 2005-02-10 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-02-102-4/+4
| | | | * dlentry/dlentry.S: Remove PPC_ABI_POWEROPEN.
* 2005-02-10 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-02-1010-146/+20
| | | | | * cpu.c, cpu_asm.S, irq_stub.S, rtems/score/ppc_offs.h: Remove PPC_ABI_POWEROPEN.
* 2005-02-10 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-02-103-96/+6
| | | | | * mpc505/vectors/vectors.S, ppc403/vectors/vectors.S: Remove PPC_ABI_POWEROPEN.
* 2005-02-10 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-02-101-9/+7
| | | | | * rtems/score/powerpc.h: Remove hard-coded PPC_HAS_FPU. Tie PPC_HAS_FPU to _SOFT_FLOAT.
* 2005-02-09 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-02-092-1/+5
| | | | * vectors/vectors.S: Remove PPC_ABI_GCC27.
* 2005-02-09 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-02-0910-30/+18
| | | | | * cpu.c, cpu_asm.S, irq_stub.S, rtems/score/ppc_offs.h: Remove PPC_ABI_GCC27.
* 2005-02-09 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-02-093-13/+18
| | | | | * mpc505/vectors/vectors.S, ppc403/vectors/vectors.S: Remove PPC_ABI_GCC27.
* 2005-02-09 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-02-091-8/+0
| | | | | * rtems/old-exceptions/cpu.h, rtems/score/powerpc.h: Remove PPC_ABI_GCC27.
* 2005-02-09 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-02-094-4/+8
| | | | * vectors/vectors.S: Remove XCOFF support.
* 2005-02-09 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-02-092-6/+4
| | | | * ppc403/vectors/vectors.S: Remove XCOFF support.
* 2005-02-09 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-02-091-4/+1
| | | | * rtems/asm.h, rtems/score/powerpc.h: Remove XCOFF support.
* 2005-02-09 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-02-093-5/+10
| | | | | * rtems/powerpc/cache.h, rtems/powerpc/debugmod.h: New header guards.
* 2005-02-08 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-02-082-1/+6
| | | | | * aclocal/prog-cc.m4: Quote CFLAGS's RHS to accomodate Solaris broken sh.
* 2005-02-08 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-02-082-1/+5
| | | | * aclocal/rtems-top.m4 (rtems_updir): Quote sed args.
* Intra-level priorities range from 0 to 7.Eric Norum2005-02-081-1/+1
| | | | Levels range from 1 to 6.
* Ensure consistency of 'installed' bitmap.Eric Norum2005-02-081-1/+5
|
* Set INTC0_ICRx registers properly.Eric Norum2005-02-071-1/+1
|
* Fix typo.Eric Norum2005-02-051-1/+1
|
* Clean up the RAM/FLASH sizes/locations are specified.Eric Norum2005-02-052-18/+12
|
* Fix flash base address.Eric Norum2005-02-043-7/+14
| | | | Enable UART2.
* 2005-02-04 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-02-042-3/+4
| | | | * aclocal/check-itron.m4: Allow unix.
* 2005-02-04 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-02-042-1/+4
| | | | * make/bsp.mak: Remove CFLAGS_DEBUG_V.
* Reformat.Ralf Corsepius2005-02-041-8/+5
|
* Clean up INTC0 initialization. EPORT1-7 sources are fixed level/priority.Eric Norum2005-02-041-14/+25
|
* 2005-02-04 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-02-042-6/+10
| | | | * optman/rtems/no-sem.c: Semaphores are rtems_id not Object_id.
* 2005-02-04 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-02-048-2159/+10
| | | | | | | | | * libnetworking/rtems_servers/ftp.c, libnetworking/rtems_servers/ftp.h, libnetworking/rtems_servers/Makefile.am: Remove (relocated to cpukit/ftpd). * configure.ac, Makefile.am, wrapup/Makefile.am: Reflect having removed move libnetworking/rtems_servers.
* 2005-02-04 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-02-045-16/+23
| | | | | * console/console.c, include/bsp.h, network/network.c, startup/bspstart.c: Remove obsolete fixed size types.
* 2005-02-04 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-02-042-1/+6
| | | | | * startup/bspstart.c: rtems_interrupt_catch(trampoline, vector, &old_handler).
* Header guards cleanup.Ralf Corsepius2005-02-041-1/+1
|
* Fixed formatting.Joel Sherrill2005-02-041-6/+6
|
* Add 'extended' BSP support (pseudo-VME)Eric Norum2005-02-034-10/+151
|
* Add memory probe support.Eric Norum2005-02-033-1/+108
|
* 2005-02-03 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-02-032-1/+5
| | | | * libnetworking/rtems_servers/ftpd.h: Warning fixes.
* Add support for interrupt controller allocation. This will provides aEric Norum2005-02-036-6/+33
| | | | mechanism for applications to find a free level/priority.
* 2005-02-03 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-02-032-4/+10
| | | | | | | PR 755/rtems * libnetworking/pppd/ipcp.c: Include <rtems/bsdnet/servers.h>. Remove local declarations of rtems_bsdnet_nameservers, rtems_bsdnet_nameservers_count.