summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-07-07RaspberryPi: Use rtems_configuration_get_microseconds_per_tick to set clock ↵Jan Sommer1-2/+4
counter timer interrupt was hard coded to 10 ms per tick. Fix uses the setting of CONFIGURE_MICROSECONDS_PER_TICK to compute the correct start value for the counter See for more information: http://permalink.gmane.org/gmane.os.rtems.user/22691
2015-06-26bsps/arm: Update due to API changesSebastian Huber1-2/+2
2015-05-28beagle bsp: RTC support for BBBragunath3-0/+283
2015-05-21arm/shared/lpc/clock/lpc-clock-config.c: Remove unused variable warningJoel Sherrill1-1/+0
2015-05-21Multiple bsp_specs: Change *(old_endfile) to %(old_endfile)Joel Sherrill21-21/+21
Fix typo. closes 2345.
2015-05-21bsp/tms570: TypoSebastian Huber1-1/+1
2015-05-20bsps: Convert clock drivers to use a timecounterAlexander Krutwig12-138/+110
Update #2271.
2015-04-23lpc1768_mbed_ahb_ram_eth-testsuite.tcfg: Add sptls02Joel Sherrill1-0/+1
2015-04-23lm3s3749-testsuite.tcfg: Add cdtestJoel Sherrill2-0/+2
2015-04-15tms570/startup/bspreset.c: Add include <bsp/bootcard.h> to fix warningJoel Sherrill1-14/+15
2015-04-10bsp/altera-cyclone-v: Add RTC driverThomas Volgmann1-144/+622
2015-04-09Add hardware FPU flags for Raspberry Pi 2 BSPAlan Cudmore1-1/+1
2015-04-03rtl22xx-testsuite.tcfg: Add fileioJoel Sherrill1-0/+1
2015-04-02bsp/altera-cyclone-v: Fix define usageSebastian Huber1-1/+1
2015-03-31TMS570: Add board reset code to bsp_resetMartin Galvan2-22/+34
2015-03-27TMS570: Enable FPU in makefile.Martin Galvan1-1/+1
2015-03-25bsp/altera-cyclone-v: TypoSebastian Huber1-3/+3
2015-03-24nds/libnds/source/arm9/image.c: Add needed castJoel Sherrill1-1/+1
2015-03-24nds/libnds/source/arm7/clock.c: Avoid over indexing arrayJoel Sherrill1-1/+1
2015-03-24lpc176x/console/console-config.c: Conditionalize code to avoid unused warningsJoel Sherrill1-0/+4
2015-03-20Replace www.rtems.com with www.rtems.orgSebastian Huber54-54/+54
2015-03-20bsp/rtl22xx: Add prefix due to name conflictsSebastian Huber1-5/+5
Close #2303.
2015-03-20Add CAN, PWM, ADC and UART1/2/3 support to the LPC176x BSP.Martin Galvan19-8/+1879
This patch adds support for the following devices to the LPC176x BSP: * CAN * PWM * ADC It also adds the probe routines for UART1/2/3 to the console_device_table in console-config.c, and enables UART1 in configure.ac.
2015-03-17arm/lpc24xx/make/custom/lpc23xx_tli800-testsuite.tcfg: Add tmfine01Joel Sherrill1-0/+1
2015-03-17arm/lpc24xx/make/custom/lpc2362-testsuite.tcfg: Add tmfine01Joel Sherrill1-0/+1
2015-03-17arm/lpc176x/make/custom/lpc1768_mbed_ahb_ram_eth-testsuite.tcfg: Add tmfine01Joel Sherrill1-0/+1
2015-03-17arm/lpc176x/make/custom/lpc1768_mbed_ahb_ram-testsuite.tcfg: Add tmfine01Joel Sherrill1-0/+1
2015-03-17arm/lpc176x/make/custom/lpc1768_mbed-testsuite.tcfg: Add tmfine01Joel Sherrill1-0/+1
2015-03-17arm/lm3s69xx/make/custom/lm4f120-testsuite.tcfg: Add tmfine01Joel Sherrill1-0/+1
2015-03-16preliminary Raspberry Pi Model 2 supportAlan Cudmore6-22/+55
This patch adds a BSP variant for the Raspberry Pi 2. You can build both variants by configuring with the option --enable-rtemsbsp="raspberrypi2 raspberrypi" For the current BSP, the only change was the peripheral register base address and the compiler options. The raspberrypi/make/custom rules were re-factored: raspberrypi.inc -- Common rules raspberrypi.cfg -- Raspberry Pi 1 specific rule/optons raspberrypi2.cfg -- Raspberry Pi 2 specific rule/options I tested hello, ticker, unlimited, and paranoia on both the Pi (Model A+) and Pi 2.
2015-03-14beagle bsp: delete TIMER_FREQ, TIMER_COUNTBen Gras1-4/+0
unused and poorly named (no prefix) and colliding with sp68. Closes #2302.
2015-03-09rtl22xx.cfg: Remove -DNDEBUG flagJoel Sherrill1-1/+1
2015-03-09lpc1768_mbed.cfg: Remove -DNDEBUG flagJoel Sherrill1-1/+1
2015-03-06Add fsscandir01 variants as needed to more BSPs testsuite configurationJoel Sherrill12-0/+15
2015-03-06raspberrypi: Do not include default IRQ handler and BSP specific oneJoel Sherrill1-1/+0
This was tripping a linker error in the dl0[12] tests. closes 2247.
2015-03-06lpc1768_mbed_ahb_ram-testsuite.tcfg: Add ftp01Joel Sherrill1-0/+1
2015-03-06lpc1768_mbed_ahb_ram.tcfg: Remove as it is a junk fileJoel Sherrill1-7/+0
This file does not have "-testsuite" in the name and is ignored by the build system.
2015-03-06Fix a number of minor Doxygen formatting issuesJoel Sherrill1-1/+1
2015-02-27ARM: Add BSP_START_NEEDS_REGISTER_INITIALIZATIONMartin Galvan4-0/+139
This patch adds the macro BSP_START_NEEDS_REGISTER_INITIALIZATION and three hooks for BSP-specific register init code to arm/shared/start.S. Said hooks are bsp_start_init_registers_core (intended for initializing the ARM core registers), bsp_start_init_registers_banked_fiq (for the FIQ mode banked registers) and bsp_start_init_registers_vfp (for the FPU registers). BSP_START_NEEDS_REGISTER_INITIALIZATION would be defined in a BSP's configure.ac (so that it appears in its bspopts.h). This patch also adds the register init code required by the TMS570. We've tested it with the tms570ls3137_hdk.cfg config and it works fine.
2015-02-20ARM: Support VFP-D16Martin Galvan1-3/+5
This patch allows the existing FPU code to support both VFP-D16 and VFP-D32. According to ARM, writes to D32DIS are ignored for D16 so there's no need to enclose the bic instruction with an #ifdef. We tested it on a TMS570LS3137 using TI initialization code and it works fine. Signed-off by: Martin Galvan <martin.galvan@tallertechnologies.com>
2015-02-17score: Add _CPU_SMP_Prepare_start_multitasking()Sebastian Huber1-0/+5
Update #2268.
2015-02-13lpc1768_mbed_ahb_ram_eth-testsuite.tcfg: Add ftp01Joel Sherrill1-0/+1
2015-02-13lpc1768_mbed-testsuite.tcfg: Add ftp01Joel Sherrill1-0/+1
2015-02-04arm/tms570: sci context has to be writable because it holds state variable.Pavel Pisa2-4/+4
The structure tms570_sci_context holds state variable tx_chars_in_hw which holds if and how many characters (in the optional FIFO support for some Ti SCIs) are submitted into hardware. When field is not writable then code breaks when RTEMS is build for Flash area. The problem found and analyzed by Martin Galvan from tallertechnologies. Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
2015-01-23stm32f4/.../stm32f105rc-testsuite.tcfg: Add more testsJoel Sherrill1-0/+1
2015-01-23lpc24xx/.../lpc23xx_tli800-testsuite.tcfg: Add more testsJoel Sherrill1-0/+7
2015-01-23lpc24xx/.../lpc2362-testsuite.tcfg: Add more testsJoel Sherrill1-0/+2
2015-01-23lm3s69xx/.../lm3s6965-testsuite.tcfg: Add more testsJoel Sherrill1-0/+1
2015-01-23lm3s69xx/.../lm3s3749-testsuite.tcfg: Add more testsJoel Sherrill1-0/+2
2015-01-23bsp/altera-cyclone-v: Use proper free functionSebastian Huber1-1/+1