summaryrefslogtreecommitdiffstats
path: root/c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* arm: Move inline functionsSebastian Huber2013-01-071-0/+2
|
* arm: Add and use default exception handlerSebastian Huber2013-01-071-15/+15
| | | | | | | | Add and use _ARMV4_Exception_undef_default(), _ARMV4_Exception_swi_default(), _ARMV4_Exception_data_abort_default(), _ARMV4_Exception_pref_abort_default(), _ARMV4_Exception_reserved_default(), _ARMV4_Exception_irq_default(), and _ARMV4_Exception_fiq_default().
* arm: Rename arm_exc_interrupt()Sebastian Huber2013-01-079-9/+9
| | | | Rename arm_exc_interrupt() to _ARMV4_Exception_interrupt().
* arm: Move prototypes to new fileSebastian Huber2013-01-078-0/+15
| | | | | | Move bsp_interrupt_dispatch() and arm_exc_interrupt() prototypes to new file <rtems/score/armv4.h> since they have nothing to do with the CPU port.
* bsps: Fix rtems_interrupt_server_handler_remove()Sebastian Huber2013-01-071-2/+2
|
* bsp/gen83xx: Add GPR_1 to register mapSebastian Huber2012-12-211-1/+3
|
* bsp/gen83xx: Fix RCWLR_CEVCO definesSebastian Huber2012-12-211-2/+3
|
* bsp/gen83xx: Fix CSB clock calculation for MPC8309Sebastian Huber2012-12-211-1/+6
|
* bsps/arm: Move promiscuous mode settingSebastian Huber2012-12-181-2/+3
|
* bsps/arm: Add PHY up/downSebastian Huber2012-12-181-53/+211
| | | | | | | | | | | | | All PHYs will be set to power up/down state with the BMCR[BMCR_PDOWN] setting. The KSZ80X1RNL will use the energy detect power down (EDPD) mode with PLL automatically turned in the up state. It will use the slow oscillator mode in the down state. To prevent system bus lock-ups the PHY is set to the up state before Ethernet module initialization. In case of a communication failure with the PHY or weird PHY identifiers the initialization will be aborted.
* bsps/arm: Add PHY timeout detectionSebastian Huber2012-12-181-9/+20
|
* bsps/arm: Add interface down supportSebastian Huber2012-12-183-43/+105
|
* bsps/arm: Prepare for interface down supportSebastian Huber2012-12-181-78/+83
|
* bsps/arm: Use assert() instead of status macrosSebastian Huber2012-12-181-33/+9
|
* bsps/arm: Remove superfluous attributesSebastian Huber2012-12-181-3/+3
|
* bsps/arm: Avoid mbuf migration in LPC ethernetSebastian Huber2012-12-181-56/+30
| | | | | | The receive task will only hand over a mbuf if it gets a new one immediately. This avoids mbuf migration out of the receive task in case of overload.
* bsp/lpc32xx: Add UART_CLKMODE settingsSebastian Huber2012-12-182-0/+4
|
* bsp/lpc32xx: Configure U4_TX pin for UART 4Sebastian Huber2012-12-181-0/+8
|
* bsp/lpc32xx: Fix function prototypeSebastian Huber2012-12-181-2/+2
|
* bsp/lpc32xx: Add idle thread bodySebastian Huber2012-12-183-0/+39
|
* bsp/lpc32xx: Fix console baud configurationSebastian Huber2012-12-133-48/+64
|
* bsps/powerpc: Use explicit compiler optionsSebastian Huber2012-12-0711-39/+14
|
* score: rtems_initialize_start_multitasking()Sebastian Huber2012-12-0715-132/+15
| | | | | | | | | Do not return from rtems_initialize_start_multitasking() and call rtems_fatal() instead with a fatal source of RTEMS_FATAL_SOURCE_EXIT and a fatal code with the exit status. Remove all bsp_cleanup() functions. The boot_card() is now a no return function.
* bsp/gdbarmsim: Do not call bsp_cleanup()Sebastian Huber2012-12-071-2/+0
|
* bsps: Add BSP_GENERIC_FATAL_SPURIOUS_INTERRUPTSebastian Huber2012-12-072-7/+6
| | | | Use rtems_fatal() instead of bsp_cleanup().
* bsp/mrm332: Use shared bspclean.cSebastian Huber2012-12-071-0/+1
|
* bsps: Use <bsp/bootcard.h>Sebastian Huber2012-12-076-25/+18
|
* bsps/powerpc: Install missing <bsp/vectors.h>Sebastian Huber2012-12-072-4/+2
|
* 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-0312-6/+35
|
* 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-035-11/+55
|
* 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-033-11/+25
| | | | Use mpc55xx_wait_for_interrupt().
* bsp/mpc55xx: Use BSP_START_DATA_SECTIONSebastian Huber2012-12-038-43/+37
|
* bsp/mpc55xx: Fix INTC initializationSebastian Huber2012-12-031-1/+8
|
* bsp/mpc55xx: Fix no-cache section loadSebastian Huber2012-12-037-30/+49
|
* bsp/mpc55xx: Add union tagsSebastian Huber2012-12-031-6/+6
|
* bsp/qoriq: Set PPC_EXC_CONFIG_BOOKE_ONLYSebastian Huber2012-12-031-0/+4
|