summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsp/raspberrypi: New BSPAlan Cudmore2013-03-2421-0/+1532
|
* bsps: Support DWARF extensionSebastian Huber2013-03-182-0/+4
|
* bsp/edb7312: Improve output charSebastian Huber2013-03-141-11/+20
| | | | | The output char function used by printk() is now independent of the console driver initialization.
* bsp/edb7312: Fix warningsSebastian Huber2013-03-141-8/+0
|
* RTEMS: Delete ChangeLog files.Gedare Bloom2013-03-0815-4683/+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/lpc32xx: Add BSP_USB_OTG_TRANSCEIVER_VBUSSebastian Huber2013-02-121-0/+3
|
* bsp/lpc24xx: Move UART probes to separate filesSebastian Huber2013-02-116-53/+130
|
* libchip/serial: Add const qualifierSebastian Huber2013-02-1112-15/+15
|
* 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
|
* 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-074-4/+4
| | | | Rename arm_exc_interrupt() to _ARMV4_Exception_interrupt().
* arm: Move prototypes to new fileSebastian Huber2013-01-073-0/+5
| | | | | | 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/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
|
* bsp/gdbarmsim: Do not call bsp_cleanup()Sebastian Huber2012-12-071-2/+0
|
* bsp/csb637: Fix memory mapSebastian Huber2012-12-031-2/+2
|
* bsp/csb337: Fix memory mapSebastian Huber2012-12-031-2/+2
|
* bsps: Interrupt initialization error is fatalSebastian Huber2012-11-1511-33/+11
|
* score: Add RTEMS_FATAL_SOURCE_EXITSebastian Huber2012-11-1514-25/+41
| | | | | | | Include <bsp/default-initial-extension.h> in all BSPs. Call rtems_fatal() with RTEMS_FATAL_SOURCE_EXIT as source and the exit() status code as fatal code in every bsp_cleanup(). Move previous bsp_cleanup() code into bsp_fatal_extension().
* bsps: Include <bspopts.h> in <bsp.h>Sebastian Huber2012-11-141-0/+2
|
* sapi: Delete duplicate declarationsSebastian Huber2012-11-071-2/+0
|
* bsp/nds: Do not change configurationSebastian Huber2012-11-071-3/+0
|
* libblock: Block device transfer request API changeSebastian Huber2012-11-021-2/+2
| | | | | | | | | | | | | | Add and use rtems_blkdev_request_done(). Block device transfer requests must signal the completion status now with rtems_blkdev_request_done(). The return value of the block device IO control will be ignored for transfer requests. The first parameter of rtems_blkdev_request_cb is now the transfer request structure. Renamed rtems_blkdev_request::req_done to rtems_blkdev_request::done to break third party drivers at compile time, otherwise this API change would result in runtime errors.
* libnetworking: Use system eventsSebastian Huber2012-11-025-16/+16
| | | | | | | Add reserved system events RTEMS_EVENT_SYSTEM_NETWORK_SBWAIT and RTEMS_EVENT_SYSTEM_NETWORK_SOSLEEP. Add and use rtems_bsdnet_event_send().
* score: Work area initialization API changeSebastian Huber2012-10-251-15/+5
| | | | | | | | | | | | The work areas (RTEMS work space and C program heap) will be initialized now in a separate step and are no longer part of rtems_initialize_data_structures(). Initialization is performed with tables of Heap_Area entries. This allows usage of scattered memory areas present on various small scale micro-controllers. The sbrk() support API changes also. The bsp_sbrk_init() must now deal with a minimum size for the first memory chunk to take the configured work space size into account.
* bsps: Remove unused bsp_libc_init() prototypeSebastian Huber2012-10-151-1/+0
|
* bsps/arm: Add BSP_USB_OTG_TRANSCEIVER_I2C_ADDRSebastian Huber2012-10-122-0/+6
|
* bsp/lpc24xx: Fix PCLK clock divider calculationSebastian Huber2012-10-121-1/+1
|