summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/mpc55xxevb (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* bsp/mpc55xx: Add optional EBI configurationSebastian Huber2012-12-034-36/+90
|
* bsp/mpc55xx: Use RTEMS_ARRAY_SIZE()Sebastian Huber2012-12-035-6/+5
|
* bsp/mpc55xx: Add .sysram sectionSebastian Huber2012-12-033-2/+21
|
* bsp/mpc55xx: Add .dsram sectionSebastian Huber2012-12-032-2/+25
|
* bsp/mpc55xx: Delete <bsp/mpc55xxevb.h>Sebastian Huber2012-12-033-32/+0
|
* bsps/powerpc: Add .nvram sectionSebastian Huber2012-12-036-0/+8
|
* bsp/mpc55xx: Add and use STARTROMSebastian Huber2012-12-033-2/+5
|
* bsp/mpc55xx: Add and use linkcmds.mpc5674f_ecu508Sebastian Huber2012-12-035-45/+32
|
* bsp/mpc55xx: Errata e4396 for e200z7Sebastian Huber2012-12-031-2/+10
|
* bsp/mpc55xx: Set PPC_EXC_CONFIG_BOOKE_ONLYSebastian Huber2012-12-031-0/+4
|
* bsp/mpc55xx: Set PPC_EXC_CONFIG_USE_FIXED_HANDLERSebastian Huber2012-12-034-1/+26
|
* bsp/mpc55xx: DocumentationSebastian Huber2012-12-031-1/+4
|
* bsp/mpc55xx: Add and use mpc55xx_fatal_codeSebastian Huber2012-12-032-1/+5
|
* bsp/mpc55xx: Fix SMSC9218I MAC address settingChristian Mauderer2012-12-031-14/+62
|
* bsp/mpc55xx: Remove BSP_panic()Sebastian Huber2012-12-031-13/+0
|
* bsp/mpc55xx: Add mpc55xx_wait_for_interrupt()Sebastian Huber2012-12-032-9/+5
| | | | Use mpc55xx_wait_for_interrupt().
* bsp/mpc55xx: Use BSP_START_DATA_SECTIONSebastian Huber2012-12-038-43/+37
|
* bsp/mpc55xx: Fix no-cache section loadSebastian Huber2012-12-037-30/+49
|