summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/virtex (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-219-10/+10
|
* bsps/powerpc: Use System V small-data areaSebastian Huber2014-02-241-1/+1
| | | | | | The 32-bit ABIs for thread-local storage (TLS) and EABI read-only small-data area have a conflicting register (r2) usage. Use the System V small-data instead (here r2 is system reserved).
* powerpc: Change interrupt disable implemetationSebastian Huber2014-02-191-1/+0
| | | | | | | | | | | | Instead of SPRG0 (= special purpose register 272) use the new global symbol _PPC_INTERRUPT_DISABLE_MASK to store the interrupt disable mask. The benefit is that it is now possible to disable interrupts without further run-time initialization in boot_card(). At least on Freescale e500 cores this leads also to a faster execution since the mfmsr and mfspr instruction require four cycles to complete. The instructions to load the mask value can execute while the mfmsr is in progress.
* score: Add CPU counter supportSebastian Huber2014-02-141-0/+4
| | | | | | | | | Add a CPU counter interface to allow access to a free-running counter. It is useful to measure short time intervals. This can be used for example to enable profiling of critical low-level functions. Add two busy wait functions rtems_counter_delay_ticks() and rtems_counter_delay_nanoseconds() implemented via the CPU counter.
* libbsp powerpc: Add Doxygen file header to coverhd.hCynthia Rempel2014-01-141-1/+7
|
* Use $(EXEEXT) [defaults to "exe"] to generate binariesNick Withers2013-08-091-1/+1
|
* bsp/virtex: Use #if instead of #ifdefSebastian Huber2013-07-101-9/+9
| | | | | This allows VIRTEX_CONSOLE_USE_INTERRUPTS=0 on the configure command line to disable the interrupt mode.
* bsp/virtex: Add VIRTEX_CONSOLE_USE_INTERRUPTSSebastian Huber2013-07-092-37/+107
| | | | Add interrupt support for console driver.
* bsp/virtex: Use ppc_count_leading_zeros()Sebastian Huber2013-07-091-11/+10
| | | | Use ppc_count_leading_zeros() to optimize interrupt processing.
* bsp/virtex: Fix interrupt handlingSebastian Huber2013-07-091-9/+5
| | | | | | Some modules like the XPS UART Lite use event triggered interrupts. If we acknowledge the interrupts after the interrupt service we may loose these events.
* bsp/virtex: Use shared clock driverSebastian Huber2013-06-243-12/+5
|
* bsp/virtex: Add console devices only if presentSebastian Huber2013-06-241-10/+11
|
* bsp/virtex: Fix warningsSebastian Huber2013-06-241-11/+11
|
* bsp/virtex: Use XPAR_INTC_SINGLE_BASEADDRSebastian Huber2013-06-241-1/+1
| | | | This define is also present in newer "xparameters.h".
* bsp/virtex: Remove unused configure macrosSebastian Huber2013-06-241-17/+0
|
* bsp/virtex: Delete BSP_ask_for_reset and BSP_panicSebastian Huber2013-06-241-13/+7
|
* bsp/virtex: Use generic interrupt supportSebastian Huber2013-06-248-427/+135
|
* bsp/virtex: Fix header includesSebastian Huber2013-06-241-6/+3
|
* bsp/virtex: Move timer config to new fileSebastian Huber2013-06-243-9/+68
|
* bsp/virtex: Do not use PPC403 TTY driverSebastian Huber2013-06-242-12/+1
|
* bsp/virtex: Fix warningsSebastian Huber2013-06-241-2/+2
|
* bsp/virtex: Delete bsp_XAssertHandler()Sebastian Huber2013-06-241-12/+0
|
* bsp/virtex: Delete unused variablesSebastian Huber2013-06-241-4/+0
|
* bsp/virtex: Replace low-level BSP start codeSebastian Huber2013-06-2410-472/+211
| | | | Use linkcmds.base. Use EABI with small-data area.
* bsp/virtex: Rename file dlentry.S in start.SSebastian Huber2013-06-244-11/+12
| | | | Use default bsp_specs file.
* bsps: Delete bspreset_fatal.cSebastian Huber2013-06-241-1/+1
| | | | Use bspreset_loop.c instead. This avoids infinite recursion.
* RTEMS: Delete ChangeLog files.Gedare Bloom2013-03-081-376/+0
| | | | | | | | | This commit deletes all RTEMS ChangeLog files. These files have been abandoned since converting to git version control. The historical data may be recovered by checking out any commit before this one. Most of the contents of these ChangeLog files can also be found in the git log. Two external ChangeLog files, ChangeLog.slac and ChangeLog.zlib, remain.
* bsps/powerpc: Remove unused filesSebastian Huber2013-02-131-23/+0
|
* libchip/serial: Add const qualifierSebastian Huber2013-02-111-1/+1
|
* bsps/powerpc: Exception initialization error is fatalSebastian Huber2012-11-151-5/+1
|
* score: Add RTEMS_FATAL_SOURCE_EXITSebastian Huber2012-11-151-0/+1
| | | | | | | Include <bsp/default-initial-extension.h> in all BSPs. Call rtems_fatal() with RTEMS_FATAL_SOURCE_EXIT as source and the exit() status code as fatal code in every bsp_cleanup(). Move previous bsp_cleanup() code into bsp_fatal_extension().
* libnetworking: Use system eventsSebastian Huber2012-11-021-3/+3
| | | | | | | Add reserved system events RTEMS_EVENT_SYSTEM_NETWORK_SBWAIT and RTEMS_EVENT_SYSTEM_NETWORK_SOSLEEP. Add and use rtems_bsdnet_event_send().
* Revert "Add bspopts.h.in."Gedare Bloom2012-08-061-48/+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.
* Use http://www.rtems.org/bugzilla as bug-URL.Ralf Corsépius2012-07-191-1/+1
|
* Require automake-1.12.2.Ralf Corsépius2012-07-191-1/+1
|
* Require autoconf-2.69.Ralf Corsépius2012-07-191-1/+1
|
* Add bspopts.h.in.Ralf Corsépius2012-05-241-0/+48
|
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-1110-23/+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.
* virtex - Eliminate any set_vector() remnantsJoel Sherrill2012-05-091-7/+0
|
* 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
|
* Remove all .cvsignore files.Joel Sherrill2012-02-012-12/+0
|
* 2011-11-10 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-11-102-1/+6
| | | | | PR 1929/bsps * irq/irq_init.c: Fixed warning.
* 2011-10-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett2011-10-183-18/+18
| | | | | | PR 1917/bsps * Makefile.am, console/consolelite.c: Modifications to add dynamic tables for libchip serial drivers.
* 2011-06-18 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-06-182-2/+4
| | | | * Makefile.am: Remove references to non-existing files.
* 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-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-05-23 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-05-233-5/+10
| | | | | * console/consolelite.c, network/xiltemac.c: Reflect prototypes having changed (Warning removal).
* 2010-04-28 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-04-283-6/+11
| | | | * network/xiltemac.c, startup/bspstart.c: Remove warnings.