summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/mpc55xxevb (follow)
Commit message (Collapse)AuthorAgeFilesLines
* score: Fix simple timecounter supportSebastian Huber2016-01-271-14/+20
| | | | Close #2502.
* bsp/mpc55xxevb: Fix configure scriptSebastian Huber2015-06-261-2/+1
| | | | | | This was the only configure.ac file with bspopts.h present in AC_CONFIG_FILES(). This somehow prevented the generation of this file leading to build errors for this BSP.
* mpc55xxevb/clock/clock-config.c: Remove unused variable warningJoel Sherrill2015-05-211-2/+0
|
* bsps: Convert clock drivers to use a timecounterAlexander Krutwig2015-05-201-32/+64
| | | | Update #2271.
* bsp/mpc55xx: Fix flash settingsSebastian Huber2015-03-171-13/+16
|
* Add fsscandir01 variants as needed to more BSPs testsuite configurationJoel Sherrill2015-03-066-0/+6
|
* Temporarily ignore dl* tests on some PowerPC BSPsJoel Sherrill2015-03-064-0/+20
| | | | | | | | Some BSPs have issues linking the dl* tests. These issues have not been investigated. This is a temporary workaround until we have an explanation and permanent solution. updates 2258.
* Always disable networking for h8300Joel Sherrill2015-03-068-0/+8
|
* bsp/mpc55xxevb: Fix warningsSebastian Huber2014-12-152-2/+10
|
* bsps/powerpc: Disable SPE for soft-float variantsSebastian Huber2014-12-151-1/+1
|
* Update bug report URLSebastian Huber2014-12-051-1/+1
|
* bsp/mpc55xxevb: Fix flash settings for MPC5510Sebastian Huber2014-10-311-22/+43
|
* bsp/mpc55xxevb: Fix warningsSebastian Huber2014-10-101-5/+5
|
* bsps: Fix build errorSebastian Huber2014-09-182-5/+1
| | | | Fix build error introduced in f535fe5311978af53635c2da8e5cb10ef9d78802.
* Regenerate all preinstall.am files.Chris Johns2014-08-291-3/+3
| | | | | 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-6/+6
| | | | | Apparently, at some point automake output changed and these were not updated.
* multiple BSPs: Remove BSP_SMALL_MEMORYJoel Sherrill2014-05-061-2/+0
|
* testsuite: Add a per BSP test check for tests not to build.Chris Johns2014-05-058-0/+102
| | | | | | | | Provide a file per BSP to list tests that do not build for a BSP. This change removes the BSP_SMALL_MEMORY hack from the code. That hack was a mistake. Provide configuration files for each BSP with tests that cannot build.
* smc91111: Move driver attach prototype to header file.Daniel Cederman2014-03-211-5/+0
| | | | Also signal to compiler that the start variable in lan91cxx_recv is only used when debugging.
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-2135-35/+35
|
* 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-197-50/+24
| | | | | | 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.
* powerpc/mpc55xxevb: Move bspworkarea.c to bspgetworkarea.cChirayu Desai2013-11-242-1/+1
| | | | Fixes commit 571216aceef5d59bec8022f119a0cecf97544f6f
* mpc55xxevb: Move start.S to mpc55xxevb/start/start.SDaniel Ramirez2013-11-232-1/+1
|
* powerpc/mpc55xxevb: Move bspworkareainit.c to bspgetworkarea.cChirayu Desai2013-11-232-1/+1
| | | | * Move bsp_work_area_initialize()
* powerpc/mpc55xxevb: Move startup/reset.c to startup/bspreset.cChirayu Desai2013-11-232-1/+1
|
* bsp/mpc55xx: Add MPC5668G supportSebastian Huber2013-07-1510-7/+66
|
* bsp/mpc55xx: Update due to API changesSebastian Huber2013-07-052-16/+12
| | | | | Termios notifies now the driver about an inactive transmit with the length argument set to zero.
* bsp/mpc55xx: Avoid integer overflowSebastian Huber2013-07-051-2/+2
|
* bsp/mpc55xx: Round PLL divider upSebastian Huber2013-07-051-1/+2
|
* bsps/powerpc: Delete bsp_exceptions_in_RAMSebastian Huber2013-06-211-4/+4
| | | | | Delete ppc_exc_vector_base. Add and use ppc_exc_initialize_with_vector_base().
* bsp/mpc55xx: eDMA API changesSebastian Huber2013-04-081-18/+14
|
* bsp/mpc55xx: Add PCR index enumerationSebastian Huber2013-04-081-0/+1
|
* bsp/mpc55xx: New define MPC55XX_PERIPHERAL_CLOCKSebastian Huber2013-04-081-0/+3
|
* bsp/mpc55xx: Rename BSP optionSebastian Huber2013-04-082-6/+6
|
* bsp/mpc55xx: New fatal errorsSebastian Huber2013-04-081-1/+3
|
* bsp/mpc55xx: Include <bsp/linker-symbols.h>Sebastian Huber2013-04-081-0/+1
|
* bsp/mpc55xx: Fix warningsSebastian Huber2013-04-082-8/+7
|
* RTEMS: Delete ChangeLog files.Gedare Bloom2013-03-081-396/+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/mpc55xx: Fix prototypeSebastian Huber2013-02-202-2/+2
|
* bsp/mpc55xx: Add MPC55XX_ENABLE_START_PROLOGUESebastian Huber2013-02-065-0/+51
|
* bsp/mpc55xx: Merge RSM6 variants into oneSebastian Huber2013-02-0616-150/+85
|
* bsp/mpc55xx: Add and use BSP specific fatal codesSebastian Huber2013-02-067-20/+45
|
* bsp/mpc55xx: Add BSP_DATA_CACHE_USE_WRITE_THROUGHSebastian Huber2013-01-282-1/+10
|
* bsp/mpc55xx: Fix MMU configuration for RSM6Sebastian Huber2013-01-281-4/+4
|
* bsps/powerpc: Add probe handler to I2C driverSebastian Huber2013-01-091-2/+7
|
* bsps/powerpc: Use explicit compiler optionsSebastian Huber2012-12-0710-38/+12
|
* bsp/mpc55xx: New BSP variants for RSM6Sebastian Huber2012-12-0318-6/+250
|