summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp (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-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-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.
* 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.
* Remove (moved to libcpu).Ralf Corsepius2005-02-1511-2957/+0
|
* 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.
* 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-147-0/+13
| | | | * cpu.c, cpu_asm.S, irq_stub.S: #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-132-0/+6
| | | | * cpu.c: Add _PPC_MSR_DISABLE_MASK.
* 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-126-88/+8
| | | | * Makefile.am, configure.ac: Remove (Unused).
* 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 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.
* 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-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-105-73/+10
| | | | | * cpu.c, cpu_asm.S, irq_stub.S, rtems/score/ppc_offs.h: Remove PPC_ABI_POWEROPEN.
* 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-095-15/+9
| | | | | * 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-094-4/+8
| | | | * vectors/vectors.S: Remove XCOFF support.
* 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.
* Reformat.Ralf Corsepius2005-02-041-8/+5
|
* Clean up INTC0 initialization. EPORT1-7 sources are fixed level/priority.Eric Norum2005-02-041-14/+25
|