summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2009-02-26 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-02-262-7/+5
| | | | * startup/cpu.c: Now compiles. Does not run.
* 2009-02-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-02-201-0/+4
| | | | * Makefile.am: Fix breakage introduced in 2009-02-13 changes.
* 2009-02-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-02-172-9/+6
| | | | * Makefile.am: Fix breakage introduced in 2009-02-13 changes.
* 2009-02-13 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-02-133-15/+28
| | | | * Makefile.am, preinstall.am: Use stub tm27.h.
* 2009-02-04 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-02-042-1/+5
| | | | * Makefile.am: Add -D__BSD_VISIBLE to wifi_rel_CPPFLAGS.
* 2009-01-06 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-01-062-3/+5
| | | | | PR 1350/bsps * network/lan91c11x.c: Do not write 65th element into 64 element array.
* 2008-12-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-12-111-0/+4
| | | | * startup/cpu.c: Add missing prototype.
* Add missing prototype.Ralf Corsepius2008-12-111-1/+1
|
* 2008-12-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-12-111-0/+8
| | | | | | | | * configure.ac: Add RTEMS_BSPOPTS(LPC24XX_OSCILLATOR_RTC). Add RTEMS_BSPOPTS(LPC24XX_OSCILLATOR_MAIN). * include/bsp.h: #include <bspopts.h>. * misc/system-clocks.c: Receive LPC24XX_OSCILLATOR_RTC, LPC24XX_OSCILLATOR_MAIN through bspopts.h.
* Receive LPC24XX_OSCILLATOR_RTC, LPC24XX_OSCILLATOR_MAIN through bspopts.h.Ralf Corsepius2008-12-111-12/+6
|
* #include <bspopts.h>.Ralf Corsepius2008-12-111-0/+2
|
* Add RTEMS_BSPOPTS(LPC24XX_OSCILLATOR_RTC).Ralf Corsepius2008-12-111-0/+10
| | | | Add RTEMS_BSPOPTS(LPC24XX_OSCILLATOR_MAIN).
* 2008-12-05 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-12-0510-5/+25
| | | | * bsp_specs: Remove -Qy from *link.
* 2008-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-12-0418-18/+72
| | | | | | * bsp_specs: Move -e start from *link to *startfile to avoid warning for undefined entry symbol when linking relocatables with binutils 2.19.
* *** empty log message ***Thomas Doerfler2008-10-102-4/+4
|
* 2008-10-02 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-10-0228-244/+49
| | | | | * Makefile.am, preinstall.am: Use shared tm27.h stub. * include/tm27.h: Removed.
* 2008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-10-024-8/+20
| | | | | | * startup/bspgetworkarea.c: Change size_t to ssize_t on bsp_get_work_area(). On 16-bit architectures, size_t can be 16-bits which would limit the work area to 64K.
* 2008-09-30 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-303-0/+11
| | | | * Makefile.am, preinstall.am: Add timer driver stub.
* added SSP support files, fixed some typosThomas Doerfler2008-09-3012-1527/+2951
|
* 2008-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-303-3/+8
| | | | | * clock/clock.c: include "../../../shared/clockdrv_shell.h". * Makefile.am: Reflect changes above.
* 2008-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-303-3/+8
| | | | | * clock/clock-config.c: include "../../../shared/clockdrv_shell.h". * Makefile.am: Reflect changes above.
* 2008-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-306-4/+14
| | | | | * clock/clockdrv.c: include "../../../shared/clockdrv_shell.h". * Makefile.am: Reflect changes above.
* 2008-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-303-2/+8
| | | | | | * console/defaultfont.c: Remove (Renamed into console/defaultfont.h). * console/defaultfont.h: New (Renamed from console/defaultfont.c). * Makefile.am, console/conio.c: Reflect renamer.
* Remove (Renamed into console/defaultfont.h).Ralf Corsepius2008-09-301-601/+0
|
* New (Renamed from console/defaultfont.c).Ralf Corsepius2008-09-301-0/+601
|
* 2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-2918-45/+73
| | | | | * 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-2918-64/+117
| | | | * Makefile.am: Eliminate *_SOURCES.
* 2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-2918-12/+63
| | | | | * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its components.
* 2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-294-2/+8
| | | | * Makefile.am: Remove noinst_PROGRAMS (Unused).
* 2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-2627-6/+143
| | | | * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
* 2008-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-252-5/+4
| | | | * preinstall.am: Regenerated.
* 2008-09-24 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-242-2/+4
| | | | * Makefile.am: Eliminates libcpudir.
* Regenerate.Ralf Corsepius2008-09-241-5/+5
|
* 2008-09-24 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-242-16/+4
| | | | * Makefile.am: Remove NETWORKING (Sources are missing).
* Remove duplicate bsp_specs.Ralf Corsepius2008-09-241-3/+2
|
* 2008-09-24 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-242-0/+5
| | | | * Makefile.am: Add DISTCLEANFILES = include/bspopts.h.
* 2008-09-24 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-242-0/+6
| | | | * Makefile.am: Add bsp_specs.
* 2008-09-24 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-242-3/+4
| | | | * Makefile.am: Remove empty HAS_NETWORKING conditional.
* 2008-09-24 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-242-0/+10
| | | | | PR 1322/bsps * include/bspopts.h.in: Remove.
* New.Ralf Corsepius2008-09-242-0/+8
|
* 2008-09-24 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-242-45/+0
| | | | | PR 1322/bsps * include/bspopts.h.in: Remove.
* 2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-2314-8/+50
| | | | | | * configure.ac: Make letting boot_card() handle work area allocation mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to BSP_BOOTCARD_OPTIONS.
* 2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-236-14/+16
| | | | | | * configure.ac, include/bspopts.h.in: Make letting boot_card() handle work area allocation mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to BSP_BOOTCARD_OPTIONS.
* 2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-232-36/+4
| | | | * startup/bspclean.c: Removed.
* 2008-09-23 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-09-232-0/+10
| | | | * README: Add URL.
* 2008-09-23 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-09-232-2/+4
| | | | * acinclude.m4: New BSP -- lpc24xx.
* 2008-09-23 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill2008-09-235-4/+13
| | | | | * Makefile.am, preinstall.am, include/lpc24xx.h, misc/system-clocks.c: Move utility.h
* 2008-09-22 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-228-0/+99
| | | | * startup/bspreset.c: New file.
* 2008-09-22 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-224-34/+21
| | | | | | | | | * Makefile.am, configure.ac: Use standardized bsp_cleanup() which can optionally print a message, poll for user to press key, and call bsp_reset(). Using this eliminates the various bsp_cleanup() implementations which had their own implementation and variety of string constants. * startup/bspclean.c: Removed.
* 2008-09-22 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-223-1/+10
| | | | | | | | * acinclude.m4, shared/comm/console.c: Use standardized bsp_cleanup() which can optionally print a message, poll for user to press key, and call bsp_reset(). Using this eliminates the various bsp_cleanup() implementations which had their own implementation and variety of string constants.