summaryrefslogtreecommitdiffstats
path: root/c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsps/powerpc: Add and use ppc_cpu_is_specific_e200Sebastian Huber2013-02-062-2/+10
|
* bsps/powerpc: Fix e200 checkSebastian Huber2013-02-061-4/+2
|
* bsp/mpc55xx: Add mpc55xx_mmu_apply_config()Sebastian Huber2013-02-061-2/+12
|
* bsp/mpc55xx: Add BSP_DATA_CACHE_USE_WRITE_THROUGHSebastian Huber2013-01-283-2/+13
|
* bsps/powerpc: Add option for write-through cacheSebastian Huber2013-01-281-1/+2
|
* bsp/mpc55xx: Fix MMU configuration for RSM6Sebastian Huber2013-01-281-4/+4
|
* Fixed virtex4,5 BSP compile time warningsRic Claus2013-01-266-7/+11
|
* bsp/gen83xx: Disable caches in bsp_restart()Sebastian Huber2013-01-181-1/+23
|
* bsp/virtex5: Fix define locationSebastian Huber2013-01-141-3/+2
|
* bsp/lpc32xx: Bypass the IrDA modem for UART6Sebastian Huber2013-01-111-3/+6
|
* bsps/arm: Fix LPC Ethernet driver initializationSebastian Huber2013-01-091-0/+3
|
* bsp/gen83xx: Register I2C SEMTECH SC620 driverSebastian Huber2013-01-091-0/+12
|
* libchip: Add I2C SEMTECH SC620 octal LED driverSebastian Huber2013-01-094-0/+141
|
* bsps/powerpc: Add probe handler to I2C driverSebastian Huber2013-01-093-54/+57
|
* bsps/powerpc: Fix compiler warningsSebastian Huber2013-01-091-4/+1
|
* bsp/gen83xx: Invalidate caches only if disabledSebastian Huber2013-01-091-3/+10
|
* bsp/gen83xx: System reset after fatal conditionsSebastian Huber2013-01-091-1/+1
|
* bsp/gen83xx: Add bsp_restart()Sebastian Huber2013-01-093-0/+27
|
* bsp/gen83xx: Delete obsolete regionSebastian Huber2013-01-091-1/+0
|
* 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
|