summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/bfin (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Whitespace removal.Ralf Corsepius2009-11-283-4/+4
|
* 2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-212-3/+4
| | | | * make/custom/eZKit533.cfg: Remove RTEMS_BSP_FAMILY.
* 2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-212-3/+4
| | | | * make/custom/bf537Stamp.cfg: Remove RTEMS_BSP_FAMILY.
* 2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-212-2/+5
| | | | * make/custom/eZKit533.cfg: Switch to compiling at O2.
* 2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-202-2/+6
| | | | * startup/bspstart.c: Add missing prototype.
* 2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-204-2/+10
| | | | * configure.ac: Don't add -ansi -fasm to CFLAGS.
* 2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-152-0/+26
| | | | * make/custom/eZKit533.cfg: New (relocated from /make/custom).
* 2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-152-0/+25
| | | | * make/custom/bf537Stamp.cfg: New (relocated from /make/custom).
* 2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-09-154-4/+10
| | | | * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
* 2009-08-21 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-08-212-7/+5
| | | | | * include/bsp.h: Eliminate BSPs defining NUMBER_OF_TERMIOS_PORTS. Should be automatically handled by confdefs.h or the application.
* 2009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-07-164-2/+16
| | | | | | * configure.ac: Rename BSP_BOOTCARD_OPTIONS to RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs have the same options.
* 2009-05-25 Allan Hessenflow <allanh@kallisti.com>Joel Sherrill2009-05-282-4/+18
| | | | | * start/start.S: Correct call to boot_card to meet bfin abi by clearing l0 - l3 and allocating some stack space.
* PR added.Joel Sherrill2009-05-271-0/+1
|
* 2009-05-25 Allan Hessenflow <allanh@kallisti.com>Joel Sherrill2009-05-273-5/+68
| | | | | | | | PR 1415/bsps * startup/bspstart.c, startup/linkcmds: Enable caches and therefore enable the mmu. * start/start.S: Correct call to boot_card to meet bfin abi by clearing l0 - l3 and allocating some stack space.
* 2009-04-28 Chris Johns <chrisj@rtems.org>Chris Johns2009-04-282-0/+8
| | | | * start/start.S: Update for boot_card command line change.
* 2009-04-28 Chris Johns <chrisj@rtems.org>Chris Johns2009-04-282-0/+8
| | | | * shared/start/start.S: Update for boot_card command line change.
* 2008-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-12-044-4/+16
| | | | | | * bsp_specs: Move -e start from *link to *startfile to avoid warning for undefined entry symbol when linking relocatables with binutils 2.19.
* 2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-294-12/+18
| | | | | * Makefile.am: Eliminate bsp.am. Build startup files as side-effect of building libbspstart.a, using automake-rules.
* 2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-294-2/+10
| | | | * Makefile.am: Eliminate *_SOURCES.
* 2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-294-2/+14
| | | | | * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its components.
* 2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-266-0/+32
| | | | * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
* 2008-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-252-3/+5
| | | | | * include/bsp.h: Rely on clock driver to determine when we should use fast idle.
* 2008-09-25 Allan Hessenflow <allanh@kallisti.com>Joel Sherrill2008-09-253-5/+6
| | | | * include/bsp.h, startup/bspstart.c:
* 2008-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-252-0/+11
| | | | | * shared/start/start.S: Add BFIN_ON_SKYEYE define to disable features not supported on simulator.
* 2008-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-252-0/+10
| | | | | * configure.ac: Add BFIN_ON_SKYEYE define to disable features not supported on simulator.
* 2008-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-253-4/+8
| | | | | * configure.ac, console/console.c: Add BFIN_ON_SKYEYE define to disable features not supported on simulator.
* 2008-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-253-1/+15
| | | | * configure.ac, console/console.c: Add skyeye alias for bf537stamp.
* 2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-234-2/+14
| | | | | | * configure.ac: Make letting boot_card() handle work area allocation mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to BSP_BOOTCARD_OPTIONS.
* 2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-184-28/+8
| | | | * include/bsp.h: Remove unnecessary boilerplate comments.
* 2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-162-41/+4
| | | | * shared/bspgetworkarea.c: Removed.
* 2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-166-5/+16
| | | | | * Makefile.am, startup/linkcmds: Use top level shared bsp_get_work_area() implementation.
* 2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-162-4/+5
| | | | | * startup/bspstart.c: Remove unnecessary includes of rtems/libcsupport.h and rtems/libio.h.
* 2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-163-8/+7
| | | | | | * startup/bspstart.c: Remove unnecessary includes of rtems/libcsupport.h and rtems/libio.h. * startup/linkcmds: Remove unused _HeapBase.
* 2008-09-10 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-102-0/+45
| | | | * shared/bspgetworkarea.c: New file.
* 2008-09-10 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-1010-179/+89
| | | | | | * Makefile.am, configure.ac, startup/bspstart.c, startup/linkcmds: Split out bsp_get_work_area() into its own file and user BSP Framework to perform more initialization.
* 2008-08-30 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-08-302-0/+6
| | | | * acinclude.m4: Add bf537Stamp. Regenerate.
* various changes to gen83xx BSP and othersThomas Doerfler2008-08-261-2/+0
|
* 2008-08-18 Allan Hessenflow <allanh@kallisti.com>Joel Sherrill2008-08-186-643/+5
| | | | | * shared/clock/clockdrv.c, shared/clock/rtc.c, shared/clock/tod.h, shared/console/console.c, shared/timer/timer.c: Removed.
* 2008-08-18 Allan Hessenflow <allanh@kallisti.com>Joel Sherrill2008-08-184-214/+108
| | | | | | * Makefile.am, console/console-io.c, startup/bspstart.c: Update to use shared libcpu version of code implemented as part of bf537Stamp effort.
* 2008-08-18 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-08-181-0/+4
| | | | * shared/clock/tod.h: Add missing prototypes.
* Add missing prototypes.Ralf Corsepius2008-08-181-3/+3
|
* New.Ralf Corsepius2008-08-182-0/+13
|
* 2008-08-15 Allan Hessenflow <allanh@kallisti.com>Joel Sherrill2008-08-152-0/+6
| | | | * acinclude.m4: Add bf537Stamp.
* 2008-08-15 Allan Hessenflow <allanh@kallisti.com>Joel Sherrill2008-08-1512-0/+1069
| | | | | | | * ChangeLog, Makefile.am, README, bsp_specs, configure.ac, preinstall.am, console/console.c, include/bsp.h, network/networkconfig.c, start/start.S, startup/bspstart.c, startup/linkcmds: New files.
* 2008-08-15 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-08-152-0/+6
| | | | * include/bsp.h: Fix CVS Id.
* Cleanup.Ralf Corsepius2008-07-142-12/+0
|
* 2008-06-04 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-06-043-0/+9
| | | | * Makefile.am, preinstall.am: Need cplb.h
* Regenerate.Ralf Corsepius2008-06-011-4/+0
|
* 2008-05-16 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-05-163-0/+9
| | | | * preinstall.am, console/console-io.c: Install cplb.h and use it.
* 2008-05-15 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-05-152-4/+14
| | | | | | | | | | | | | | * startup/bspstart.c: Add capability for bootcard.c BSP Initialization Framework to ask the BSP where it has memory for the RTEMS Workspace and C Program Heap. These collectively are referred to as work area. If the BSP supports this, then it does not have to include code to split the available memory between the two areas. This reduces the amount of code in the BSP specific bspstart.c file. Additionally, the shared framework can initialize the C Library, call rtems_debug_enable(), and dirty the work area memory. Until most/all BSPs support this new capability, if the BSP supports this, it should call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac. When the transition is complete, this autoconf macro can be removed.