summaryrefslogtreecommitdiffstats
path: root/c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* leon3: disable unused ISR handlerJoel Sherrill2013-01-081-0/+2
|
* leon3/shmsupp: Fix warnings & comment clean upJoel Sherrill2013-01-083-65/+36
|
* leon3: Open Ethernet Fixed WarningJoel Sherrill2013-01-081-1/+1
|
* no_bsp: Fix typo and formatJoel Sherrill2013-01-081-10/+10
|
* m68k/mvme167: Compiles againJoel Sherrill2013-01-083-48/+36
| | | | | | Was including non-existent .h file. Fixed some warnings. Reformatted file header comment blocks.
* arm/smdk2410: Update to include bspidle.cJoel Sherrill2013-01-081-1/+1
| | | | | This BSP shares code with the gp32 and needed to include the new bspidle.c file.
* arm/gp32: Correct compilation error in BSP Idle ThreadJoel Sherrill2013-01-084-24/+38
| | | | | | | Split BSP Idle Thread into separate file to follow convention used on other BSPs. Slight reformatting of file header comment block.
* bsp/lpc24xx: Declare conditionallySebastian Huber2013-01-071-0/+4
|
* bsp/lpc32xx: System reset after fatal conditionsSebastian Huber2013-01-071-1/+1
|
* bsp/lpc24xx: System reset after fatal conditionsSebastian Huber2013-01-071-1/+1
|
* bsp/lpc24xx: Request system reset for LPC17XXSebastian Huber2013-01-071-4/+6
|
* bsp/lpc24xx: Add WWDT module definesSebastian Huber2013-01-071-1/+21
|
* arm: Add and use _ARMV7M_Exception_default()Sebastian Huber2013-01-071-15/+16
|
* arm: Rename inline functionsSebastian Huber2013-01-072-4/+4
| | | | | Rename arm_status_irq_enable() to _ARMV4_Status_irq_enable() and arm_status_restore() to _ARMV4_Status_restore().
* 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
|