summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/tqm8xx (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Revert "Add bspopts.h.in."Gedare Bloom2012-08-061-107/+0
| | | | | | | | | | | | This reverts commit daffa606cc4a45d93c1f0f4fe365fde0fda6acbb. Conflicts: c/src/lib/libbsp/arm/lpc24xx/include/bspopts.h.in c/src/lib/libbsp/powerpc/mpc55xxevb/include/bspopts.h.in c/src/lib/libbsp/powerpc/qoriq/include/bspopts.h.in Manually deleted conflicting files.
* Require automake-1.12.2.Ralf Corsépius2012-07-191-1/+1
|
* Require autoconf-2.69.Ralf Corsépius2012-07-191-1/+1
|
* bsps: Replace NIRVANA regionSebastian Huber2012-06-122-6/+12
| | | | | Replace the "NIRVANA" region with the more verbose "UNEXPECTED_SECTIONS" region. Move the region definition into the "linkcmds.base" files.
* Add bspopts.h.in.Ralf Corsépius2012-05-241-0/+107
|
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-1113-29/+0
| | | | | | | | | | | | Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
* Revert: Remove CVS IdsJoel Sherrill2012-05-072-0/+6
| | | | | See http://www.rtems.org/pipermail/rtems-devel/2012-May/001006.html for details.
* Remove CVS-Ids.Ralf Corsépius2012-05-042-6/+0
|
* General - Remove extraneous blank line in license messageJoel Sherrill2012-05-031-1/+0
| | | | | | | | | | | | | Many files had an extra blank line in the license text found in the file header. This patch removes that line. * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at * * http://www.rtems.com/license/LICENSE. The script that did this also turned off execute permission when it was turned on incorrectly.
* bsp/tqm8xx: Install header file <bsp/irq-info.h>Sebastian Huber2012-04-022-0/+5
|
* bsps: More accurate PowerPC clock driverSebastian Huber2012-04-021-2/+7
| | | | | | The clock driver used previously the bsp_clicks_per_usec value. For a 33333333Hz time base frequency this leads to a relative error of one per cent for example due to integer truncation.
* bsps: Add shared default IRQ handlerSebastian Huber2012-03-242-8/+7
|
* Remove all .cvsignore files.Joel Sherrill2012-02-012-12/+0
|
* 2011-06-18 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-06-182-1/+5
| | | | * Makefile.am: Remove references to non-existing files.
* 2011-06-07 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-06-073-17/+11
| | | | * configure.ac, startup/bspstart.c: Use standard cache BSP options.
* 2011-02-09 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-092-2/+8
| | | | | * timer/timer.c: Include <rtems/btimer.h>. Fix benchmark_timer_read() definition.
* 2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-022-2/+6
| | | | * configure.ac: Require autoconf-2.68, automake-1.11.1.
* 2010-08-03 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-08-032-1/+6
| | | | * console/console.c: Add BSP_poll_char.
* 2010-06-29 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-06-292-4/+4
| | | | * configure.ac: Remove AC_CHECK_SIZEOF([void *]).
* 2010-06-29 Joel Sherrill <Joel.Sherrill@OARcorp.com>Jennifer Averett2010-06-292-0/+8
| | | | * configure.ac: Added AC_CHECK_SIZEOF macro.
* 2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-04-305-108/+12
| | | | | | * include/irq-config.h: Removed file. * Makefile.am, preinstall.am: Reflect change above. * include/irq.h: Moved defines from 'include/irq-config.h'.
* tqm8xx BSP fixesThomas Doerfler2010-01-196-93/+235
|
* adapted to new prototype for *_write functionThomas Doerfler2009-12-172-5/+11
|
* Whitespace removal.Ralf Corsepius2009-11-3013-174/+174
|
* Whitespace removal.Ralf Corsepius2009-11-281-17/+17
|
* Regenerate.Ralf Corsepius2009-11-071-4/+4
|
* 2009-11-06 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-064-5/+10
| | | | | | * configure.ac: Add RTEMS_BSP_LINKCMDS. * Makefile.am: Rework linkcmds handling. * make/custom/tqm8xx.inc: Remove RTEMS_LINKCMDS, LDFLAGS.
* Fix broken entries.Ralf Corsepius2009-11-061-2/+2
|
* various PowerPC code maintenanceThomas Doerfler2009-11-033-28/+42
|
* move timebase access functions from cpukit to libcpuThomas Doerfler2009-10-302-1/+5
|
* Fix broken formating.Ralf Corsepius2009-10-231-1/+2
|
* 2009-10-23 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-231-0/+5
| | | | | * console/console.c: Include <rtems/error.h>. * spi/spi.c: Remove m8xx_spi_softc_ptr (Unused).
* Remove m8xx_spi_softc_ptr (Unused).Ralf Corsepius2009-10-231-1/+1
|
* Include <rtems/error.h>.Ralf Corsepius2009-10-231-1/+1
|
* Update for exception support changes.Thomas Doerfler2009-10-235-26/+28
|
* various maintenance changesThomas Doerfler2009-10-213-0/+999
|
* interrupt handler type changeThomas Doerfler2009-10-219-111/+74
|
* 2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-212-3/+4
| | | | * make/custom/tqm8xx.inc: Remove RTEMS_BSP_FAMILY.
* 2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-202-1/+5
| | | | * configure.ac: Don't add -ansi -fasm to CFLAGS.
* 2009-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-174-2/+9
| | | | | | | * make/custom/tqm8xx.inc: New (Renamed from tqm8xx.cfg). * make/custom/tqm8xx.cfg: Removed. * make/custom/pghplus.cfg, make/custom/tqm8xx_stk8xx.cfg: Include make/custom/tqm8xx.inc.
* 2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-152-0/+14
| | | | * make/custom/pghplus.cfg: New (relocated from /make/custom).
* 2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-153-0/+42
| | | | | * make/custom/tqm8xx.cfg: New (relocated from /make/custom). * make/custom/tqm8xx_stk8xx.cfg: New (relocated from /make/custom).
* 2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-09-152-2/+5
| | | | * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
* 2009-09-09 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-09-103-54/+10
| | | | | | PR 1435/bsps * Makefile.am: Use shared implementation of bsp_idle_thread(). * startup/bspidle.c: Removed.
* 2009-08-26 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-08-264-26/+58
| | | | | | * Makefile.am, startup/bspstart.c: Rename BSP specific idle thread to bsp_idle_thread and split into its own file. * startup/bspidle.c: New file.
* 2009-08-07 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-08-072-0/+9
| | | | | * console/console.c: Disable call to rtems_interrupt_catch until it is fixed.
* 2009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-07-162-1/+8
| | | | | | * 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-08 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-082-4/+10
| | | | | | * startup/bspgetworkarea.c: Switch from ssize_t to uintptr_t for bsp_get_work_area() since the work area is larger than a single allocatable object.
* 2009-04-28 Chris Johns <chrisj@rtems.org>Chris Johns2009-04-282-2/+9
| | | | * startup/start.S: Update for boot_card command line change.
* 2009-03-09 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill2009-03-092-0/+6
| | | | * include/bsp.h: Added missing include.