summaryrefslogtreecommitdiffstats
path: root/user/bsps (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* user: Add arm/stm32h7Sebastian Huber2020-10-273-0/+66
| | | | 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
|
* Add AArch64 documentationKinsey Moore2020-10-052-1/+27
|
* i386: tweak grammar and styleGedare Bloom2020-09-211-7/+4
|
* pc386 BSP: add runtime options for debugging and move few lines around for ↵Karel Gardas2020-09-211-5/+27
| | | | better context.
* pc386 BSP: add a note about default baud rate for console over UART/COM.Karel Gardas2020-09-211-0/+4
|
* user/pc386 BSP: add documentation.Karel Gardas2020-09-091-1/+395
| | | | | The content is compiled from TBR pc386 wiki page, BSP's README files and from the actual BSP code.
* user: Add xilinx-zynq BSP detailsChris Johns2020-09-081-2/+112
|
* Reflect removal of the epiphany targetSebastian Huber2020-07-052-12/+0
| | | | Update #3941.
* 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
* doc: Moving M68K BSP Content to User Manual (#3905)Mritunjay2020-04-031-2/+188
| | | | Fixed trailing spaces.
* gdbarmsim: Remove all references to this deleted BSP familyJoel Sherrill2020-03-202-9/+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-132-0/+15
|
* 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-202-0/+80
| | | | Add a README for the new xen bsp.
* user: Mention xilinx-zynqmp BSPSebastian Huber2019-12-192-0/+9
| | | | Close #3682.
* user: Add frdme310arty BSP varientPragnesh Patel2019-11-291-0/+8
| | | | | | Signed-off-by: Pragnesh Patel <pragnesh.patel@sifive.com> Update #3785.
* 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
|