summaryrefslogtreecommitdiffstats
path: root/user/bsps/arm (unfollow)
Commit message (Collapse)AuthorFilesLines
13 daysuser/zynqmp-rpu: Add load and debug informationHEADmasterKinsey Moore1-8/+27
This adds some information about loading the RPU TCMs from A53 u-boot and additional information about debugging the RPU within QEMU since it is non-standard.
2024-02-26user/zynqmp-rpu: Update boot suggestionKinsey Moore1-2/+12
Change the development suggestion for booting the R5 since the R5 u-boot is only minimally functional without significant development. This also adds caveats when booting the R5 cores from the A53.
2024-01-10user/bsps/arm: Add documentation for ZynqMP R5 BSPKinsey Moore1-0/+66
This adds basic user documentation for running RTEMS on the Cortex-R5 processor on Xilinx Zynq Ultrascale+ MPSoC chips.
2023-11-28bsps/imxrt: Document GPIO CS pins for LPSPIChristian Mauderer1-0/+28
2023-07-24user/bsps/imxrt: Add new BSP variantChristian Mauderer1-36/+81
Add information about the new i.MXRT1166 BSP. Rework some parts that have been changed during or as preparation for that variant: * The BSP now adapts to the Chip variant. It's no longer necessary to overwrite the PLL settings in an application. * Improve documentation on how to adapt to different boards. * Add Update the i.MXRT chapter so that it represents the new i.MXRT1166 BSP. * Add information about mcux-sdk and how to handle it.
2023-05-20Update company nameSebastian Huber8-8/+8
The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
2023-03-15user/bsps/arm: Fix a typo in the stm32h7 BSP documentationRuturaj Nanoti1-1/+1
2022-11-11eng, user: update bsp_defaults to bspdefaultsGedare Bloom2-2/+2
2022-09-09user: Document arm/fvp BSPSebastian Huber1-0/+39
Close #4202.
2022-08-12user/arm/beagle: Fix image path after section changeChris Johns1-1/+1
2022-08-03versions: Update armChris Johns6-37/+43
Updates #4695
2022-06-09user/bsps/arm: Second Ethernet on i.MXChristian Mauderer1-0/+17
This adds information how to use a second Ethernet controller on the i.MX BSPs.
2022-06-01user: Document Zynq networkSebastian Huber1-1/+17
Content is from rtems-libbsd/libbsd.txt with minor modifications.
2022-06-01user/bsps/arm: improve stm32h7 BSP descriptionKarel Gardas1-16/+528
This patch adds kind of HOWTO to the stm32h7 BSP description. The howto discusses various tools from STM tool-chain and how to use them in order to configure board for RTEMS and to upload RTEMS application binary to the board. The patch also adds more supported boards to the table. Sponsored-By: Precidata
2022-04-06user/bsps/arm: remove dangling stm32h7 bsp pageKarel Gardas1-32/+0
The page for STM32H7 BSP is twice here, so let's keep the one providing most information.
2022-02-21bsps/imxrt: Generate correctly aligned device treeChristian Mauderer1-2/+4
The device tree has to be aligned correctly. rtems-bin2c has a new parameter for that. This patch uses this parameter to generate the right alignment and makes it more clear how to use the generated C file.
2021-08-18bsps/raspberrypi: Change firmware version, add SPI & I2C supportpranav1-6/+45
2021-07-29user/imxrt: Add notes about problems with EVBChristian Mauderer1-0/+9
There are some possible problems with the i.MXRT1050 evaluation board. Make some notes about that in the BSP manual.
2021-07-02user/bsps/imxrt: Info about ARM PLL frequencyChristian Mauderer1-0/+20
Update #4180
2021-07-02user/bsps/imxrt: Fix typoChristian Mauderer1-1/+1
2021-05-28bsps/imxrt: Remove superfluous options from dtcChristian Mauderer1-1/+1
The -@ option adds symbols that are used when applying an overlay. RTEMS doesn't support overlays or re-parsing of device trees. So the symbols only increase the size of the binary. The same is true for the padding. It would be useful if the device tree is changed during run time which is not supported in RTEMS. Update #4180
2021-04-22user/bsps/arm/beagle: Update i2c initialization instructionsG S Niteesh Babu1-13/+28
The new i2c driver in the beagle BSP uses FDT based initialization. This updates the documentation of the BSP about the same.
2021-04-01user/bsps: Add STM32H7 SDMMC driverChristian Mauderer1-0/+26
Update #4372
2021-03-30User/BSPs/Beagle: Add JTAG debugger sectionChristian Mauderer1-2/+65
2021-03-16user/bsps: Mention fixed console baud rate for zynqJan Sommer1-0/+12
2021-02-18STM32H7 doc updateRobin Mueller1-1/+17
2020-12-14user/bsp/imxrt: Information for custom FDTChristian Mauderer1-8/+38
Update #4180
2020-11-20user/bsps: Add imxrtChristian Mauderer1-0/+173
Update #4180
2020-10-27user: Add arm/stm32h7Sebastian Huber2-0/+65
Close #3910.
2020-10-27user: Rename files to match the chapter indexSebastian Huber2-0/+0
2020-10-19user/beagle: Add debug hardware modChris Johns1-0/+61
2020-09-08user: Add xilinx-zynq BSP detailsChris Johns1-2/+112
2020-07-02user: Document arm/realview-pbx-a9 BSPSebastian Huber1-2/+14
2020-04-15user/imx: Add i.MX6UL/ULL.Christian Mauderer1-3/+44
Update #3869
2020-03-20gdbarmsim: Remove all references to this deleted BSP familyJoel Sherrill1-8/+0
Updates #3611.
2020-03-19user/raspberrypi: Fix typoG S Niteesh Babu1-1/+1
enable-uart should be enable_uart in config.txt
2020-03-13user: Add anchors to some BSPs.Chris Johns1-0/+6
2020-02-15doc/raspberrypi: Added instructions for raspberrypiG S Niteesh1-1/+110
Added instructions to run examples on raspberrypi.
2019-12-20bsp/xen: Add information on Xen/ARM BSPJeff Kubascik1-0/+79
Add a README for the new xen bsp.
2019-12-19user: Mention xilinx-zynqmp BSPSebastian Huber1-0/+8
Close #3682.
2019-09-26bsps/beagle: update i2c sectionVijay Kumar Banerjee1-3/+3
2019-08-11user/exe: Add link reference in device-treeVijay Kumar Banerjee1-1/+1
2019-08-08user/bsps: Fix typo in beagleVijay Kumar Banerjee1-2/+2
2019-08-07user/exe: Add Device Tree sectionVijay Kumar Banerjee1-19/+2
2019-07-27user/bsps : Fix formatting and typo in arm/beagleVijay Kumar Banerjee1-18/+37
2019-07-20user/bsps : Add documentation for BeagleVijay Kumar Banerjee1-2/+89
2019-07-12user: Split the ARM BSPs source into separate files.Chris Johns19-0/+438