summaryrefslogtreecommitdiffstats
path: root/user/bsps (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
|
* user: Update ZynqMP QEMU BSP nameKinsey Moore2021-03-051-5/+6
| | | | | | The ZynqMP QEMU BSPs have had _qemu added to their names to better identify them as QEMU BSPs similar to other BSPs which are meant to run exclusively on QEMU and not hardware.
* STM32H7 doc updateRobin Mueller2021-02-181-1/+17
|
* user: Update aarch64/xilinx-zynqmp Qemu commandKinsey Moore2021-01-141-1/+1
| | | | | | The Xilinx ZynqMP BSP has been updated to use the second UART in the memory map as the primary UART since this is how both the hardware and Qemu use them.
* user/bsp/imxrt: Information for custom FDTChristian Mauderer2020-12-141-8/+38
| | | | Update #4180
* user: Add aarch64/xilinx-zynqmpKinsey Moore2020-12-112-0/+36
|
* user: Add A53 Qemu run instructionsKinsey Moore2020-12-111-0/+8
|
* aarch64: Update interrupt detailsKinsey Moore2020-12-111-2/+3
|
* user/bsps: Fix list in bsps-armChristian Mauderer2020-11-201-2/+2
| | | | Seems that some filenames haven't been added correctly.
* user/bsps: Add imxrtChristian Mauderer2020-11-202-0/+174
| | | | Update #4180