summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/gen5200 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remaining bsp.h: Fix by hand to LIBBSP_@CPU@_@BSP_FAMILY@_BSP_HJoel Sherrill2015-07-161-2/+2
| | | | These files were left after running the script in the previous patch.
* bsp/gen5200: Simplify interrupt write supportSebastian Huber2015-06-241-7/+8
|
* Update bug report URLSebastian Huber2014-12-051-1/+1
|
* Delete or rename MIN/MAX macros and definesSebastian Huber2014-11-211-3/+1
| | | | Include <sys/param.h> if necessary to get the MIN()/MAX() macros.
* bsps: Move extern "C" to not cover includesSebastian Huber2014-10-231-5/+4
| | | | Some includes may use C++ and this conflicts if surrounded extern "C".
* bsp/gen5200: Fix warningsSebastian Huber2014-10-1011-58/+56
|
* gen5200/startup/cpuinit.c: Warning for function which should have been voidJoel Sherrill2014-10-091-1/+1
|
* bsps: Fix build errorSebastian Huber2014-09-182-6/+0
| | | | Fix build error introduced in f535fe5311978af53635c2da8e5cb10ef9d78802.
* Regenerate all preinstall.am files.Chris Johns2014-08-291-7/+7
| | | | | With this patch the preinstall.am files are in a set order and not dependent on now perl implements a hash.
* Regenerate all preinstall.am files.Joel Sherrill2014-08-281-3/+3
| | | | | Apparently, at some point automake output changed and these were not updated.
* bsps: Fix TLS support in linker command filesSebastian Huber2014-04-221-1/+3
| | | | | The TLS section symbols had wrong values in case of an empty TLS data section and a nonempty TLS BSS section.
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-2144-58/+58
|
* 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).
* score: Add RTEMS_FATAL_SOURCE_BSPSebastian Huber2014-02-199-36/+20
| | | | | | Merge RTEMS_FATAL_SOURCE_BSP_GENERIC and RTEMS_FATAL_SOURCE_BSP_SPECIFIC into new fatal source RTEMS_FATAL_SOURCE_BSP. This makes it easier to figure out the code position given a fatal source and code.
* 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/+2
| | | | | | | | | 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.
* bsps: Thread-local storage (TLS) for linkcmdsSebastian Huber2014-02-041-0/+15
|
* libbsp tm27.h: Add Doxygen file header to all tm27.hCynthia Rempel2014-01-091-2/+6
|
* bsps: Include missing <rtems/score/heapimpl.h>Sebastian Huber2013-07-261-0/+1
|
* score: Merge sysstate API into one fileSebastian Huber2013-07-242-0/+2
|
* termios: Update due to API changesSebastian Huber2013-06-251-19/+21
| | | | | Termios notifies now the driver about an inactive transmit with the length argument set to zero.
* bsp/mpc5200: New BSP variant BRS6LSebastian Huber2013-04-237-19/+114
|
* bsp/mpc5200: Change SDRAM initializationSebastian Huber2013-04-231-42/+112
| | | | Change SDRAM initialization according to application note AN3221.
* bsp/mpc5200: Set SDELAY registerSebastian Huber2013-04-231-0/+7
|
* bsp/mpc5200: Move CSBOOTROM_VAL definitionSebastian Huber2013-04-231-6/+5
|
* bsp/mpc5200: Move commentSebastian Huber2013-04-231-1/+9
|
* bsp/mpc5200: Change ADREN register definesSebastian Huber2013-04-231-4/+4
|
* bsp/mpc5200: Remove Erratum 342/339 commentSebastian Huber2013-04-231-14/+0
|
* bsp/mpc5200: Set XLB timeout valuesSebastian Huber2013-04-231-0/+6
|
* bsp/mpc5200: Do not initialize debug registersSebastian Huber2013-04-231-20/+0
|
* bsp/mpc5200: Add and use enable_bat_4_to_7()Sebastian Huber2013-04-231-6/+8
|
* bsp/mpc5200: Fix cache handlingSebastian Huber2013-04-232-18/+6
|
* bsp/mpc5200: Add MPC5200_BOARD prefixSebastian Huber2013-04-236-27/+49
|
* bsp/gen5200: Fix syntaxSebastian Huber2013-04-081-1/+1
|
* bsp/gen5200: TypoSebastian Huber2013-04-021-1/+1
|
* bsp/gen5200: Elaborate option help messageSebastian Huber2013-04-021-4/+8
|
* bsp/gen5200: Remove superfluous option definitionSebastian Huber2013-04-021-1/+0
|
* bsp/gen5200: Use busy waitSebastian Huber2013-03-282-3/+6
| | | | | The usage of rtems_task_wake_after() is invalid during the driver initialization.
* bsp/gen5200: Use fatal error instead of assertSebastian Huber2013-03-282-4/+10
|
* bsps: Support DWARF extensionSebastian Huber2013-03-181-0/+2
|
* RTEMS: Delete ChangeLog files.Gedare Bloom2013-03-081-990/+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.
* bsp/gen5200: New ATA driverSebastian Huber2013-02-2010-45/+1566
| | | | This is a replacement for the ATA task. The performance is much better.
* bsp/gen5200: Add and use mpc5200_fatal()Sebastian Huber2013-02-206-10/+27
|
* bsps/powerpc: Exception initialization error is fatalSebastian Huber2012-11-151-5/+1
|
* bsps: Interrupt initialization error is fatalSebastian Huber2012-11-151-4/+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-1/+1
| | | | | | | Add reserved system events RTEMS_EVENT_SYSTEM_NETWORK_SBWAIT and RTEMS_EVENT_SYSTEM_NETWORK_SOSLEEP. Add and use rtems_bsdnet_event_send().
* Use proper 3 line form of license textJoel Sherrill2012-10-112-4/+6
|
* Revert "Add bspopts.h.in."Gedare Bloom2012-08-061-85/+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.
* Remove CVS-Ids.Ralf Corsépius2012-07-199-17/+1
|