summaryrefslogtreecommitdiffstats
path: root/user/bsps (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* user/bsps : Add documentation for BeagleVijay Kumar Banerjee2019-07-201-2/+89
|
* user: Split the ARM BSPs source into separate files.Chris Johns2019-07-1220-382/+458
|
* user: Document boot image generationSebastian Huber2019-05-271-1/+12
| | | | Update #3727.
* user: Add basic lpc24xx descriptionSebastian Huber2019-03-181-3/+72
| | | | | Update #3724. Update #3725.
* User: Change output block to type none.Chris Johns2019-03-013-8/+8
|
* user: Remove nit-picky warnings.Chris Johns2019-02-282-10/+10
|
* user: Clarify U-Boot commandsSebastian Huber2019-02-191-4/+12
|
* user: Add product nameSebastian Huber2019-02-181-2/+2
|
* user: Add basic Intel Cyclone V documentationSebastian Huber2019-02-181-2/+73
|
* user: Stub documentation for griscv BSPSebastian Huber2019-01-221-0/+6
| | | | Update #3678.