summaryrefslogtreecommitdiffstats
path: root/user/bsps/arm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* user/zynqmp-rpu: Add load and debug informationHEADmasterKinsey Moore2024-04-111-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.
* user/zynqmp-rpu: Update boot suggestionKinsey Moore2024-02-261-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.
* user/bsps/arm: Add documentation for ZynqMP R5 BSPKinsey Moore2024-01-101-0/+66
| | | | | This adds basic user documentation for running RTEMS on the Cortex-R5 processor on Xilinx Zynq Ultrascale+ MPSoC chips.
* bsps/imxrt: Document GPIO CS pins for LPSPIChristian Mauderer2023-11-281-0/+28
|
* user/bsps/imxrt: Add new BSP variantChristian Mauderer2023-07-241-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.
* Update company nameSebastian Huber2023-05-208-8/+8
| | | | | The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
* user/bsps/arm: Fix a typo in the stm32h7 BSP documentationRuturaj Nanoti2023-03-151-1/+1
|
* eng, user: update bsp_defaults to bspdefaultsGedare Bloom2022-11-112-2/+2
|
* user: Document arm/fvp BSPSebastian Huber2022-09-091-0/+39
| | | | Close #4202.
* user/arm/beagle: Fix image path after section changeChris Johns2022-08-121-1/+1
|
* versions: Update armChris Johns2022-08-036-37/+43
| | | | Updates #4695
* user/bsps/arm: Second Ethernet on i.MXChristian Mauderer2022-06-091-0/+17
| | | | | This adds information how to use a second Ethernet controller on the i.MX BSPs.
* user: Document Zynq networkSebastian Huber2022-06-011-1/+17
| | | | Content is from rtems-libbsd/libbsd.txt with minor modifications.
* user/bsps/arm: improve stm32h7 BSP descriptionKarel Gardas2022-06-011-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
* user/bsps/arm: remove dangling stm32h7 bsp pageKarel Gardas2022-04-061-32/+0
| | | | | The page for STM32H7 BSP is twice here, so let's keep the one providing most information.
* bsps/imxrt: Generate correctly aligned device treeChristian Mauderer2022-02-211-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.
* bsps/raspberrypi: Change firmware version, add SPI & I2C supportpranav2021-08-181-6/+45
|
* user/imxrt: Add notes about problems with EVBChristian Mauderer2021-07-291-0/+9
| | | | | There are some possible problems with the i.MXRT1050 evaluation board. Make some notes about that in the BSP manual.
* user/bsps/imxrt: Info about ARM PLL frequencyChristian Mauderer2021-07-021-0/+20
| | | | Update #4180
* user/bsps/imxrt: Fix typoChristian Mauderer2021-07-021-1/+1
|
* bsps/imxrt: Remove superfluous options from dtcChristian Mauderer2021-05-281-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
* user/bsps/arm/beagle: Update i2c initialization instructionsG S Niteesh Babu2021-04-221-13/+28
| | | | | The new i2c driver in the beagle BSP uses FDT based initialization. This updates the documentation of the BSP about the same.
* user/bsps: Add STM32H7 SDMMC driverChristian Mauderer2021-04-011-0/+26
| | | | Update #4372
* User/BSPs/Beagle: Add JTAG debugger sectionChristian Mauderer2021-03-301-2/+65
|
* user/bsps: Mention fixed console baud rate for zynqJan Sommer2021-03-161-0/+12
|
* STM32H7 doc updateRobin Mueller2021-02-181-1/+17
|
* user/bsp/imxrt: Information for custom FDTChristian Mauderer2020-12-141-8/+38
| | | | Update #4180
* user/bsps: Add imxrtChristian Mauderer2020-11-201-0/+173
| | | | Update #4180
* user: Add arm/stm32h7Sebastian Huber2020-10-272-0/+65
| | | | Close #3910.
* user: Rename files to match the chapter indexSebastian Huber2020-10-272-0/+0
|
* user/beagle: Add debug hardware modChris Johns2020-10-191-0/+61
|
* user: Add xilinx-zynq BSP detailsChris Johns2020-09-081-2/+112
|
* user: Document arm/realview-pbx-a9 BSPSebastian Huber2020-07-021-2/+14
|
* user/imx: Add i.MX6UL/ULL.Christian Mauderer2020-04-151-3/+44
| | | | Update #3869
* gdbarmsim: Remove all references to this deleted BSP familyJoel Sherrill2020-03-201-8/+0
| | | | Updates #3611.
* user/raspberrypi: Fix typoG S Niteesh Babu2020-03-191-1/+1
| | | | enable-uart should be enable_uart in config.txt
* user: Add anchors to some BSPs.Chris Johns2020-03-131-0/+6
|
* doc/raspberrypi: Added instructions for raspberrypiG S Niteesh2020-02-151-1/+110
| | | | Added instructions to run examples on raspberrypi.
* bsp/xen: Add information on Xen/ARM BSPJeff Kubascik2019-12-201-0/+79
| | | | Add a README for the new xen bsp.
* user: Mention xilinx-zynqmp BSPSebastian Huber2019-12-191-0/+8
| | | | Close #3682.
* bsps/beagle: update i2c sectionVijay Kumar Banerjee2019-09-261-3/+3
|
* user/exe: Add link reference in device-treeVijay Kumar Banerjee2019-08-111-1/+1
|
* user/bsps: Fix typo in beagleVijay Kumar Banerjee2019-08-081-2/+2
|
* user/exe: Add Device Tree sectionVijay Kumar Banerjee2019-08-071-19/+2
|
* user/bsps : Fix formatting and typo in arm/beagleVijay Kumar Banerjee2019-07-271-18/+37
|
* user/bsps : Add documentation for BeagleVijay Kumar Banerjee2019-07-201-2/+89
|
* user: Split the ARM BSPs source into separate files.Chris Johns2019-07-1219-0/+438