summaryrefslogtreecommitdiffstats
path: root/c/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2005-03-03 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2005-03-031-1/+1
| | | | | | PR bsps/771 * configure.ac: Remove reference to arm_bare_bsp in AC_CONFIG_SRCDIR. Use ../arm instead.
* arm_bare_bspRalf Corsepius2005-03-031-2/+0
|
* Add missing line.Eric Norum2005-03-031-0/+1
|
* Add some more EPICS notes.Eric Norum2005-03-031-0/+6
|
* 2005-02-25 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-02-2519-1716/+12
| | | | | | | | | | | | * arm_bare_bsp/.cvsignore, arm_bare_bsp/ChangeLog, arm_bare_bsp/Makefile.am, arm_bare_bsp/bsp_specs, arm_bare_bsp/configure.ac, arm_bare_bsp/clock/clockdrv.c, arm_bare_bsp/include/.cvsignore, arm_bare_bsp/include/bsp.h, arm_bare_bsp/include/registers.h, arm_bare_bsp/include/tm27.h, arm_bare_bsp/irq/bsp_irq_asm.S, arm_bare_bsp/irq/bsp_irq_init.c, arm_bare_bsp/irq/irq.c, arm_bare_bsp/irq/irq.h, arm_bare_bsp/start/start.S, arm_bare_bsp/startup/bspstart.c, arm_bare_bsp/startup/exit.c, arm_bare_bsp/startup/linkcmds: Removed.
* 2005-02-24 Jay Monkman <jtm@lopingdog.com>Jay Monkman2005-02-252-89/+93
| | | | * au1x00/include/au1x00.h: Converted types to C99 types.
* 2005-02-24 Jay Monkman <jtm@lopingdog.com>Jay Monkman2005-02-253-2/+46
| | | | | | | PR 751/bsps * startup/linkcmds: Cleanup. * network/network.c: Added hardware initialization code.
* 2005-02-24 Jay Monkman <jtm@lopingdog.com>Jay Monkman2005-02-252-1/+7
| | | | * at91rm9200/include/at91rm9200_emac.h: Cleanup.
* 2005-02-24 Jay Monkman <jtm@lopingdog.com>Jay Monkman2005-02-259-1/+819
| | | | | | | | * Makefile.am, configure.ac: New CPU. * shared/interrupts/installisrentries.c, shared/interrupts/isr_entries.S: Added CPU32 support. * au1x00/Makefile.am, au1x00/include/au1x00.h, au1x00/vectorisrs/maxvectors.c, au1x00/vectorisrs/vectorisrs.c: New CPU.
* 2005-02-24 Jay Monkman <jtm@lopingdog.com>Jay Monkman2005-02-2518-0/+2366
| | | | | | | | | | | * acinclude.m4: Added csb350 to list of BSPs. * csb350/Makefile.am, csb350/README, csb350/bsp_specs, csb350/configure.ac, csb350/times, csb350/clock/clockdrv.c, csb350/console/console-io.c, csb350/include/bsp.h, csb350/include/tm27.h, csb350/network/network.c, csb350/start/regs.S, csb350/start/start.S, csb350/startup/bspclean.c, csb350/startup/bspstart.c, csb350/startup/linkcmds, csb350/timer/timer.c: New BSP.
* 2005-02-18 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-02-182-59/+14
| | | | * console/keyboard.h: Add include file and cleanup file header.
* 2005-02-17 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-02-172-5/+9
| | | | * startup/bspstart.c: Eliminate rtems_unsigned32.
* 2005-02-17 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-02-1712-10/+53
| | | | | | * startup/bspstart.c: include <rtems/powerpc/powerpc.h>. Use PPC_MINIMUM_STACK_FRAME_SIZE instead of CPU_MINIMUM_STACK_FRAME_SIZE.
* 2005-02-17 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-02-174-4/+19
| | | | | | * start/start.S: include <rtems/powerpc/powerpc.h>. Use PPC_MINIMUM_STACK_FRAME_SIZE instead of CPU_MINIMUM_STACK_FRAME_SIZE.
* 2005-02-17 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-02-174-8/+12
| | | | | | | * new-exceptions/cpu.c, rtems/powerpc/powerpc.h: Remove CPU_MINIMUM_STACK_FRAME_SIZE. Use PPC_MINIMUM_STACK_FRAME_SIZE instead. * rtems/powerpc/powerpc.h: Add PPC_MINIMUM_STACK_FRAME_SIZE.
* Cosmetics.Ralf Corsepius2005-02-169-31/+34
|
* 2005-02-16 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-02-1622-11/+55
| | | | * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
* 2005-02-16 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-02-162-2/+16
| | | | | * aclocal/ppc.m4; Dynamically switch between {old|new} exceptions depending upon presence of _OLD_EXCEPTIONS in CFLAGS.
* 2005-02-15 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-02-162-0/+7
| | | | * new-exceptions/cpu.c: Add CPU_MINIMUM_STACK_FRAME_SIZE.
* Remove development warning.Eric Norum2005-02-162-1/+4
|
* 2005-02-15 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-02-152-7/+30
| | | | * new-exceptions/cpu.c (_CPU_ISR_install_vector): New.
* Remove (moved to libcpu).Ralf Corsepius2005-02-1511-2957/+0
|
* 2005-02-15 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-02-152-14/+22
| | | | | | | | | | | | | * old-exceptions/rtems/score/ppc_offs.h, old-exceptions/ChangeLog, old-exceptions/README, old-exceptions/TODO, old-exceptions/cpu.c, old-exceptions/cpu_asm.S, old-exceptions/irq_stub.S, old-exceptions/ppccache.c: New (Copied from ../../libbsp/powerpc/support/old_exception_processing) * new-exceptions/ChangeLog, new-exceptions/cpu.c, new-exceptions/cpu_asm.S: New (Copied from ../../libbsp/powerpc/support/new_exception_processing). * Makefile.am: Reflect changes above.
* 2005-02-15 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-02-152-3/+8
| | | | | * cpu.c: Use _CPU_MSR_GET instead of _CPU_MSR_Value (Unify old/new exception processing API).
* 2005-02-14 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-02-152-18/+5
| | | | * cpu.c (ppc_exception_vector_addr): Merge ppc603 and ppc603e cases.
* 2005-02-15 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-02-152-2/+7
| | | | | * ppc403/console/console405.c: Rename round to spiBaudRound (Conflict with C99). Make spiBaudRound static.
* 2005-02-15 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-02-152-1/+6
| | | | | * mpc8260/mmu/mmu.c: Use _CPU_MSR_GET instead of _CPU_MSR_Value. (Unify old/new-exception processing API).
* 2005-02-15 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-02-152-1/+5
| | | | * flashentry/flashentry.S: #include <rtems/powerpc/powerpc.h>
* 2005-02-15 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-02-152-3/+8
| | | | | * cpu.c: Use _CPU_MSR_GET instead of _CPU_MSR_Value (Unify old/new exception processing API).
* 2005-02-14 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-02-154-50/+20
| | | | | * startup/spurious.c: Merge ppc603 and ppc603e. Remove digits (Unused).
* 2005-02-14 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-02-152-18/+5
| | | | * cpu.c (ppc_exception_vector_addr): Merge ppc603 and ppc603e cases.
* 2005-02-14 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-02-152-10/+6
| | | | | * rtems/powerpc/powerpc.h: Remove mpc603e specific PPC_TLB_*/PPC_IRQ_* defines. Use mpc603 specific defines on mpc603e.
* Remove some now-unused declarations.Eric Norum2005-02-141-1/+0
|
* Don't cache flash.Eric Norum2005-02-142-5/+5
|
* 2005-02-14 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-02-142-14/+4
| | | | * rtems/powerpc/powerpc.h: Remove PPC_ALIGNMENT.
* 2005-02-14 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-02-1414-0/+26
| | | | * cpu.c, cpu_asm.S, irq_stub.S: #include <rtems/powerpc/powerpc.h>.
* 2005-02-14 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-02-144-2/+9
| | | | | * mpc8xx/mmu/mmu.c, rtems/powerpc/cache.h, rtems/powerpc/powerpc.h: #include <rtems/powerpc/powerpc.h>.
* EPICS has its own log facility so don't bother with LOGSERVER.Eric Norum2005-02-131-1/+0
|
* 2005-02-13 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-02-134-0/+12
| | | | * cpu.c: Add _PPC_MSR_DISABLE_MASK.
* 2005-02-13 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-02-132-2/+6
| | | | * rtems/powerpc/powerpc.h: New header guard.
* 2005-02-13 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-02-131-0/+5
| | | | | * rtems/powerpc/powerpc.h: New (Copy of cpukit/score/cpu/powerpc/rtems/score/powerpc.h).
* 2005-02-13 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-02-131-0/+18
| | | | | | | | | | | | | | | | | | * mpc5xx/include/mpc5xx.h, mpc5xx/include/console.h, mpc5xx/exceptions/raw_exception.h, mpc5xx/irq/irq.h, mpc5xx/vectors/vectors.h, mpc6xx/exceptions/raw_exception.h, mpc6xx/mmu/bat.h, mpc6xx/mmu/pte121.h, mpc6xx/clock/c_clock.h, mpc8260/include/mpc8260.h, mpc8260/include/console.h, mpc8260/include/cpm.h, mpc8260/exceptions/raw_exception.h, mpc8260/include/mmu.h, mpc8xx/include/mpc8xx.h, mpc8xx/include/console.h, mpc8xx/include/cpm.h, mpc8xx/exceptions/raw_exception.h, mpc8xx/include/mmu.h, ppc403/ictrl/ictrl.h, ppc403/tty_drv/tty_drv.h, shared/include/io.h, shared/include/mmu.h, shared/include/page.h, shared/include/byteorder.h, shared/include/pgtable.h, shared/include/cpuIdent.h,shared/include/spr.h, shared/src/stackTrace.h: New header guards.
* New header guards.Ralf Corsepius2005-02-1328-68/+68
|
* Rearrange devLib address spaces.Eric Norum2005-02-122-4/+4
|
* Add some more system calls.Eric Norum2005-02-122-9/+32
| | | | Improve in-line assembly.
* 2005-02-12 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-02-122-1137/+9
| | | | | * pci/pci.h: Remove contents that are duplicates of the pci.h in cpukit and include rtems/pci.h for the base set of PCI functionality.
* 2005-02-12 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-02-124-2/+10
| | | | * Makefile.am: Fix typo in previous patch.
* Remove (Unused)Ralf Corsepius2005-02-122-14/+0
|
* 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.