summaryrefslogtreecommitdiffstats
path: root/c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsps/powerpc: Remove unused filesSebastian Huber2013-02-132-46/+0
|
* bsp/lpc32xx: Add BSP_USB_OTG_TRANSCEIVER_VBUSSebastian Huber2013-02-121-0/+3
|
* sparc64: revert linkcmds to 4 MB ram sizeGedare Bloom2013-02-111-2/+2
|
* bsp/lpc24xx: Move UART probes to separate filesSebastian Huber2013-02-116-53/+130
|
* libchip/serial: Make NS16550 handler publicSebastian Huber2013-02-115-18/+29
| | | | This allows derived drivers to use these functions.
* libchip/serial: Add const qualifierSebastian Huber2013-02-1138-64/+64
|
* libchip/serial: Fix warningsSebastian Huber2013-02-112-2/+13
|
* libchip/serial: Fix warningsSebastian Huber2013-02-111-2/+1
|
* libchip/serial: Fix warningsSebastian Huber2013-02-112-6/+9
|
* bsp/erc32: Fix warningsSebastian Huber2013-02-111-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
|
* 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.