summaryrefslogtreecommitdiffstats
path: root/user/bsps (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-102-0/+67
| | | | | 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.
* user/microblaze: Document device tree supportAlex White2023-06-161-5/+24
|
* user/microblaze: Document QSPI NOR JFFS2 driverAlex White2023-06-161-0/+10
|
* Update company nameSebastian Huber2023-05-2027-27/+27
| | | | | The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
* docs/user: add docs for riscv/kendrytek210 BSP variantAlan Cudmore2023-04-111-52/+188
| | | | | | | | | | | | | | | | | | | | This patch adds the documentation for building and running RTEMS on the Kendryte K210 RISC-V SoC. The generic riscv introducion was re-arranged to list the multilib variants then the specific hardware targets. In addition a couple of errors were fixed for the generic QEMU commands. V2 corrected a typo, expanded K210 Console UART parameters, and addded a hyperlink to renode.io install instructions. V3 clarified the multilib variant description, clarified the multilib variant reference platform, and corrected capitalization on SiFive. V4 improves the instructions for running the K210 BSP on the Renode.io simulator. V5 cleaned up the text to be no more than 80 characters per line. V6 applied word wrap to paragraphs and replaced hard coded RTEMS major versions with macros. Closes #4876
* user/bsps/bsps-riscv.rst: Revert v2 of patchJoel Sherrill2023-04-111-103/+13
|
* docs/user: add docs for riscv/kendrytek210 BSP variantAlan Cudmore2023-04-111-13/+103
| | | | | | | | | | | | This patch adds the documentation for building and running RTEMS on the Kendryte K210 RISC-V SoC. The generic riscv introducion was re-arranged to list the multilib variants then the specific hardware targets. In addition a couple of errors were fixed for the generic QEMU commands. V2 corrected a typo, expanded K210 Console UART parameters, and addded a hyperlink to renode.io install instructions. Closes #4876
* user/zynqmp: Fix SDHCI wordingKinsey Moore2023-03-281-1/+1
|
* user/bsps/arm: Fix a typo in the stm32h7 BSP documentationRuturaj Nanoti2023-03-151-1/+1
|
* riscv: Resurrect RISCV_ENABLE_HTIF_SUPPORTSebastian Huber2023-01-121-1/+4
| | | | Updates #4779.
* RISC-V: Update docs on running on QEMU and SpikeHesham Almatary2023-01-091-3/+23
|
* RISC-V: Remove the RISCV_ENABLE_HTIF_SUPPORT optionHesham Almatary2023-01-091-5/+1
| | | | Closes #4779
* Docs: RISC-V Update rv64* BSPs to medany and 0x80000000 start addressHesham Almatary2023-01-091-15/+12
| | | | Closes #4775
* user/zynqmp: Add information about CFC-400XKinsey Moore2022-11-231-10/+38
| | | | | Add a list of known working hardware and commentary about bitstream loading for specific hardware.
* user: Add documentation for leon2 and leon3 BSPDaniel Cederman2022-11-151-2/+72
|
* user: Add documentation for NOEL-V BSPDaniel Cederman2022-11-151-0/+57
|
* eng, user: update bsp_defaults to bspdefaultsGedare Bloom2022-11-112-2/+2
|
* bsp/riscv: Add a section about running on QEMUHesham Almatary2022-10-311-1/+16
|
* bsps/riscv: Remove inaccurate statement about reliance on a boot loaderHesham Almatary2022-10-311-3/+1
| | | | | | | | | The BSP is capable of initialising the hardware being the first software that takes control on hardware reset (after the bootrom). For instance, using on QEMU's virt platforms, RTEMS runs as a bios without BBL. Similarily, RTEMS can also be run on harware/FPGA and loaded using GDB; the bootrom (or a GDB script) should just set the a0/a1 registers with the boot HART ID and DTB address respectively.
* user/bsps: Update riscv for PolarFire SoCPadmarao Begari2022-10-211-1/+125
| | | | | | Update the riscv documentation for the Microchip PolarFire SoC BSP variant including information about SMP test procedure for the Microchip PolarFire Icicle Kit.
* user/aarch64/raspberrypi4: Boot mechanism explained and updated config.txtMohd Noor Aman2022-10-081-4/+11
|
* raspberrypi4.rst: Documentation for the new AArch64 Raspberry pi 4B BSPMohd Noor Aman2022-10-072-0/+103
| | | | | | This patch adds the relevant documentations required for booting the new BSP. JTAG support is added for debugging. I have built the HTML docs and verified them.
* user: Document arm/fvp BSPSebastian Huber2022-09-092-0/+40
| | | | Close #4202.
* user/arm/beagle: Fix image path after section changeChris Johns2022-08-121-1/+1
|
* versions: Update microblaze, powerpc, riscv and x86_64Chris Johns2022-08-034-11/+12
| | | | Updates #4695
* versions: Update armChris Johns2022-08-037-59/+67
| | | | Updates #4695
* versions: Update aarch64Chris Johns2022-08-031-2/+2
| | | | Updates #4695
* zynqmp: Add commentary about lwIP usageKinsey Moore2022-07-211-0/+12
|
* 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-062-33/+0
| | | | | The page for STM32H7 BSP is twice here, so let's keep the one providing most information.
* rtems-docs: add example booting aarch64 image on Xilinx ZCU102Alan Cudmore2022-03-251-0/+167
| | | | | | This patch is for the rtems-docs repo. I added details on the procedure I used to boot RTEMS images on the Xilinx ZCU102 board. I applied this patch, and generated the HTML docs, and everything looks ok to me.
* microblaze: Document BSPs and update CPU supplementAlex White2022-03-231-2/+147
|
* 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/aarch64: Minor formatting fixStephen Clark2021-07-152-6/+10
| | | | | Fixed formatting error in user/bsps/aarch64/a53.rst and user/bsps/aarch64/xilinx-zynqmp.rst.
* xilinx-zynqmp.rst: Documented SDIO driverStephen Clark2021-07-151-0/+14
| | | | Added documentation for SDIO driver.
* user: Update ZynqMP network configurationKinsey Moore2021-07-151-8/+3
| | | | | Network configuration is now automatic and requires no user configuration.
* 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
|
* user/bsps: Update ZynqMP for hardware BSPsKinsey Moore2021-07-011-8/+49
| | | | | | Update the ZynqMP documentation for the new hardware BSP variants including information about booting, boot image generation, and networking.
* user/bsps: add aarch64 xilinx-versalGedare Bloom2021-06-222-0/+40
|
* user: add bsps/aarch64/a72.rstGedare Bloom2021-06-082-0/+36
|
* user: fix typo in aarch64/a53.rstGedare Bloom2021-06-081-1/+1
|