summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/arm (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-04-11dev/clock: Move bcm2835-system-timer driver to shared spaceNing Yang1-1/+1
This patch moves the bcm2835 system timer driver in the arm/raspberrypi directory to the shared directory and adjusts arm/raspberrypi BSP.
2024-04-11bsps/xil-ttc: Improve clock driverSebastian Huber1-0/+6
Make the clock driver parameters configurable. Use the maximum counter frequency to get the best time resolution. Decouple the CPU counter from the timecounter. Make the tick catch up handling more robust. Add a validation test for the tick catch up.
2024-04-04dev/serial: Add Zynq UART kernel I/O supportSebastian Huber4-8/+0
Replace the BSP_CONSOLE_MINOR BSP option for the Xilinx Zynq BSPs with the new BSP option ZYNQ_UART_KERNEL_IO_BASE_ADDR. Move the kernel I/O support to a shared file.
2024-03-20testsuites: Exclude JFFS2 NAND testsSebastian Huber1-0/+9
2024-03-20bsps: Add xilinx_zynq_rpu BSP variantSebastian Huber4-83/+132
Add a BSP variant without a board-specific name.
2024-03-20xilinx-zynqmp-rpu: Remove URLs from copyrightsSebastian Huber4-4/+4
2024-02-27Update company nameSebastian Huber14-14/+14
The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
2024-02-23spec/zynqmp-rpu: Clean up optionsKinsey Moore2-3/+0
The RAM origin had an unnecessary alignment requirement and the RAM lenght had a reference that couldn't possibly be used. This removes those obsolete option specifiers.
2024-01-15bsp/tms570: Use TMS570_OSCILLATOR_MAINSebastian Huber1-3/+8
This option replaces BSP_OSCILATOR_CLOCK. It may be used in PLL setup calculatios. Update #4982.
2024-01-15bsp/tms570: Remove unused BSP optionsSebastian Huber3-38/+0
Update #4982.
2024-01-15bsp/tms570: Board-specific tms570_emif_sdram_init()Tyler Miller1-1/+0
Update #4982.
2024-01-15bsp/tms570: Board-specific tms570_pinmux_init()Tyler Miller1-1/+0
Update #4982.
2024-01-15bsp/tms570: Board-specific tms570_pll_init()Tyler Miller3-3/+34
Update #4982.
2024-01-15bsp/tms570: Use shared bsp_start_hook_1()Sebastian Huber1-0/+1
Update #4982.
2024-01-15bsp/tms570: Add errata SSWF021#45 handlingSebastian Huber1-1/+5
Update #4982.
2024-01-15bsp/tms570: Enable hardware init for some variantsSebastian Huber1-1/+6
Update #4982.
2024-01-15bsp/tms570: Add TMS570LC4357 BSP variantsSebastian Huber4-0/+46
Update #4982.
2024-01-15bsp/tms570: Add linkcmds.memorySebastian Huber10-22/+153
Remove obsolete tms570ls3137_hdk_with_loader BSP variant. With the new memory origin/size build options this variant is no longer required. Update #4982.
2024-01-15bsp/tms570: Add variant enable to buildSebastian Huber1-1/+5
Update #4982.
2024-01-15bsp/tms570: Remove obsolete build optionSebastian Huber2-18/+0
Update #4982.
2024-01-15bsp/tms570: Add bsp_restart()Sebastian Huber1-0/+1
Update #4982.
2024-01-15bsp/tms570: Remove empty <bsp/tms570-vim.h>Sebastian Huber1-1/+0
Update #4982.
2024-01-15bsp/tms570: Remove empty <bsp/tms570-sci.h>Sebastian Huber1-1/+0
Update #4982.
2024-01-15bsp/tms570: Remove empty <bsp/tms570-rti.h>Sebastian Huber1-1/+0
Update #4982.
2024-01-15bsps/arm: Use shared empty bsp_start_hook_0()Sebastian Huber6-0/+6
Update #4982.
2024-01-09Revert "Include Xilinx support files also for Zynq7000"Joel Sherrill1-2/+0
This reverts commit d1d3ceb502cf4075c28a052b36630125387e1026. Per discussions on devel@ and Discord.
2024-01-05Include Xilinx support files also for Zynq7000Bernd Moessner1-0/+2
2023-12-14bsps/arm/stm32f4: Enable USART RX interruptsJacob Killelea1-0/+2
Hi all, this is my first email patch submission and my first contribution to RTEMS, so please give any feedback you have! This patch enables interrupt driven data reception on USART ports on STM32F4 series chips. This feature is gated behind the config flag BSP_CONSOLE_USE_INTERRUPTS. If this flag is not set to True, the older polling implementation will be used. I tested this feature on STM32F401CE (blackpill) and STM32 Nucleo F411RE boards, with both capable of keeping up with a 115200 baud continous data stream. With the older polling implementation, both would drop bytes at 9600 baud. In addition, I updated the implementation of usart_set_attributes to support changing the baud rate of the USART port based on the input speed.
2023-12-12build: Fix default valueSebastian Huber1-1/+1
2023-12-06bsp/tms570: Add TMS570_VARIANTSebastian Huber2-0/+23
2023-12-06bsp/tms570: Enable cache manager implementationSebastian Huber1-1/+2
2023-12-06bsp/tms570: Export -mbe32 to pkg-configSebastian Huber1-0/+1
2023-12-06bsps/arm: BSP_START_VECTOR_ADDRESS_TABLE_ALIGNMENTSebastian Huber2-1/+25
Add the BSP option BSP_START_VECTOR_ADDRESS_TABLE_ALIGNMENT to optionally define an alignment of the vector address table begin.
2023-11-28ZYNQ7000: Add support PYNQ, PicoZed, MicroZed, ZYBO and ZYBO Z7Bernd Moessner9-2/+122
This patch adds basic support for the following boards: xilinx_zynq_pynq - PYNQ Z1 / Z2 xilinx_zynq_microzed - MicroZed 7010 / 7020 xilinx_zynq_picozed - PicoZed 7010 / 7015 / 7020 / 7030 xilinx_zynq_zybo - ZYBO xilinx_zynq_zybo_z7 - ZYBO Z7-10 / Z7-20 N.b. Arty Z7-20 is basically a PYNQ Z1 - different board color and updated Eth PHY.
2023-11-28Fix zedboard clock settingsBernd Moessner1-2/+1
2023-11-28Fix add missing clock settings for zc706Bernd Moessner1-1/+3
2023-11-28bsp/imxrt1166: Support GPIO CS pins in LPSPIChristian Mauderer2-0/+23
With this, it is possible to use GPIOs as CS pins in the LPSPI. To avoid additional complexity, the GPIOs will have the same limitations as the native (hardware) CS pins. The GPIO CS feature adds a number of extra code when starting SPI transfers on this controller. Therefore it is possible to disable the additional code by just setting the IMXRT_LPSPI_MAX_CS option to 0. In that case only native CS pins are supported. At the moment, this feature is only enabled on i.MXRT1166 by default because it is not tested on i.MXRT1050. But it should work there too.
2023-11-20bsps/arm: Add BSP for ZynqMP RPUPhilip Kirkpatrick15-0/+381
2023-09-15bsp/stm32h7: Exclude some testsSebastian Huber1-0/+2
2023-09-15arm/lm3s69xx: Exclude monitor test programSebastian Huber1-0/+1
It is too big with GCC 13.
2023-08-09bsp/lpc32xx: Restore lpc32xx_set_translation_table_entries()Sebastian Huber1-0/+1
This implementation disables the MMU during the modification of the translation table. This behaviour is required by boot loaders for these boards.
2023-08-01Revert "bsps/arm/beagle/dcan: Added DCAN support"Karel Gardas1-2/+0
This reverts commit 26d50bdfb601b9ef71ec2b30d2d9467c2437f443.
2023-08-01bsps/arm/imx: Enable shared RTC supportChristian Mauderer1-0/+1
This allows to use a I2C RTC together with this BSP.
2023-07-31arm/stm32h7: build and install files added by new HALKarel Gardas1-0/+20
2023-07-25bsps/arm: Fix CMSIS v5 install files listChris Johns1-3/+4
2023-07-24bsps/stm32h7: Make UART7 pins configurableKinsey Moore3-0/+38
This change allows for the pins assigned to UART7 to be reconfigured via config.ini.
2023-07-24bsps/imxrt: Add imxrt1166_cm7_saltshaker BSPChristian Mauderer9-1/+49
The BSP is for a custom i.MXRT1166 based board. At the moment, only the cortex M7 is supported.
2023-07-24bsps/imsrt: Make flash config more flexibleChristian Mauderer7-27/+55
The flash configuration is something very board specific. So move the file to a board specific location. Beneath that, not all controllers and configurations need the flash config right at the address 0 of the flash. For example on the i.MXRT11xx, the config has an offset for some flash types.
2023-07-24bsps/imxrt1050: Install device tree sourcesChristian Mauderer1-0/+1
Useful for creating an application specific device tree that is based on the evaluation board.
2023-07-20arm/stm32h7: Add support for STM32H750B-DKKinsey Moore13-1/+85
This adds support for the STM32H750B-DK discovery kit. This kit includes a built-in STLINKv3 debugger which provides a USB serial bridge for USART3. USART1 is routed to the Arduino header and USART2 is routed to the STMOD connector. This BSP reuses what would otherwise be duplicated files from the stm32h747i-disco BSP. Note that system_stm32h7xx.c has been imported from the STM repository with two minor changes wrapped with #if __rtems__. This hardware has been tested with hello and ticker.