103 Commits

Author SHA1 Message Date
Alan Cudmore
e38a900842 docs/user: add docs for riscv/kendrytek210 BSP variant
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
2023-04-11 13:28:23 -05:00
Kinsey Moore
44bf1ac13b user/zynqmp: Fix SDHCI wording 2023-03-28 09:23:12 -05:00
Ruturaj Nanoti
cdb6208dfc user/bsps/arm: Fix a typo in the stm32h7 BSP documentation 2023-03-15 10:17:43 +01:00
Sebastian Huber
1030fea8ed riscv: Resurrect RISCV_ENABLE_HTIF_SUPPORT
Updates #4779.
2023-01-12 08:21:46 +01:00
Hesham Almatary
8c6f631229 RISC-V: Update docs on running on QEMU and Spike 2023-01-09 18:23:37 +00:00
Hesham Almatary
763c97df20 RISC-V: Remove the RISCV_ENABLE_HTIF_SUPPORT option
Closes #4779
2023-01-09 18:23:31 +00:00
Hesham Almatary
6794f0166c Docs: RISC-V Update rv64* BSPs to medany and 0x80000000 start address
Closes #4775
2023-01-09 18:23:24 +00:00
Kinsey Moore
82b3a44cfd user/zynqmp: Add information about CFC-400X
Add a list of known working hardware and commentary about bitstream
loading for specific hardware.
2022-11-23 17:34:56 -06:00
Daniel Cederman
0f7e3a6c2f user: Add documentation for leon2 and leon3 BSP 2022-11-15 18:22:37 +01:00
Daniel Cederman
34c40383ab user: Add documentation for NOEL-V BSP 2022-11-15 16:01:41 +01:00
Gedare Bloom
168ed2701e eng, user: update bsp_defaults to bspdefaults 2022-11-11 11:58:25 -07:00
Hesham Almatary
9d0f45470e bsp/riscv: Add a section about running on QEMU 2022-10-31 11:39:28 +00:00
Hesham Almatary
c234a7bb2e bsps/riscv: Remove inaccurate statement about reliance on a boot loader
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.
2022-10-31 11:39:23 +00:00
Padmarao Begari
c360e28598 user/bsps: Update riscv for PolarFire SoC
Update the riscv documentation for the Microchip PolarFire SoC
BSP variant including information about SMP test procedure
for the Microchip PolarFire Icicle Kit.
2022-10-21 17:32:11 +11:00
Mohd Noor Aman
f13489efb4 user/aarch64/raspberrypi4: Boot mechanism explained and updated config.txt 2022-10-08 09:31:53 -05:00
Mohd Noor Aman
fe10830f24 raspberrypi4.rst: Documentation for the new AArch64 Raspberry pi 4B BSP
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.
2022-10-07 09:32:05 -05:00
Sebastian Huber
13be9a2b28 user: Document arm/fvp BSP
Close #4202.
2022-09-09 07:49:02 +02:00
Chris Johns
94af61860f user/arm/beagle: Fix image path after section change 2022-08-12 16:03:46 +10:00
Chris Johns
3859073d5b versions: Update microblaze, powerpc, riscv and x86_64
Updates #4695
2022-08-03 14:28:19 +10:00
Chris Johns
f028448e5f versions: Update arm
Updates #4695
2022-08-03 14:28:19 +10:00
Chris Johns
e551cc7435 versions: Update aarch64
Updates #4695
2022-08-03 14:28:19 +10:00
Kinsey Moore
3348f192bd zynqmp: Add commentary about lwIP usage 2022-07-21 12:28:23 -05:00
Christian Mauderer
be4b767011 user/bsps/arm: Second Ethernet on i.MX
This adds information how to use a second Ethernet controller on the
i.MX BSPs.
2022-06-09 09:02:03 +02:00
Sebastian Huber
9f431e7ebc user: Document Zynq network
Content is from rtems-libbsd/libbsd.txt with minor modifications.
2022-06-01 14:40:20 +02:00
Karel Gardas
d5509d6519 user/bsps/arm: improve stm32h7 BSP description
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
2022-06-01 11:54:32 +02:00
Karel Gardas
5475c9c63e user/bsps/arm: remove dangling stm32h7 bsp page
The page for STM32H7 BSP is twice here, so let's keep the one providing
most information.
2022-04-06 08:10:15 +02:00
Alan Cudmore
c0d6983483 rtems-docs: add example booting aarch64 image on Xilinx ZCU102
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.
2022-03-25 10:17:15 -05:00
Alex White
bf27a21b3d microblaze: Document BSPs and update CPU supplement 2022-03-23 14:26:40 -05:00
Christian Mauderer
c11ae8e5bb bsps/imxrt: Generate correctly aligned device tree
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.
2022-02-21 09:33:47 +01:00
pranav
bd4dedc192 bsps/raspberrypi: Change firmware version, add SPI & I2C support 2021-08-18 14:10:08 -05:00
Christian Mauderer
238b48f9f8 user/imxrt: Add notes about problems with EVB
There are some possible problems with the i.MXRT1050 evaluation board.
Make some notes about that in the BSP manual.
2021-07-29 16:50:40 +02:00
Stephen Clark
821b624ece user/bsps/aarch64: Minor formatting fix
Fixed formatting error in user/bsps/aarch64/a53.rst
and user/bsps/aarch64/xilinx-zynqmp.rst.
2021-07-15 11:30:49 -05:00
Stephen Clark
4ea93d0486 xilinx-zynqmp.rst: Documented SDIO driver
Added documentation for SDIO driver.
2021-07-15 11:30:43 -05:00
Kinsey Moore
594fe00e23 user: Update ZynqMP network configuration
Network configuration is now automatic and requires no user
configuration.
2021-07-15 08:27:37 -05:00
Christian Mauderer
72ae964c5a user/bsps/imxrt: Info about ARM PLL frequency
Update #4180
2021-07-02 13:52:03 +02:00
Christian Mauderer
78a1ae1755 user/bsps/imxrt: Fix typo 2021-07-02 13:51:52 +02:00
Kinsey Moore
b528508dad user/bsps: Update ZynqMP for hardware BSPs
Update the ZynqMP documentation for the new hardware BSP variants
including information about booting, boot image generation, and
networking.
2021-07-01 15:46:33 -05:00
Gedare Bloom
7a91021c72 user/bsps: add aarch64 xilinx-versal 2021-06-22 22:06:34 -06:00
Gedare Bloom
1a281869a9 user: add bsps/aarch64/a72.rst 2021-06-08 14:42:26 -06:00
Gedare Bloom
528a2b66e9 user: fix typo in aarch64/a53.rst 2021-06-08 14:41:16 -06:00
Christian Mauderer
a3ebe17994 bsps/imxrt: Remove superfluous options from dtc
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
2021-05-28 08:27:08 +02:00
G S Niteesh Babu
2ce0fe2b8e user/bsps/arm/beagle: Update i2c initialization instructions
The new i2c driver in the beagle BSP uses FDT based initialization.
This updates the documentation of the BSP about the same.
2021-04-22 18:47:16 +02:00
Christian Mauderer
20893c5cfd user/bsps: Add STM32H7 SDMMC driver
Update #4372
2021-04-01 09:06:40 +02:00
Christian Mauderer
656326246d User/BSPs/Beagle: Add JTAG debugger section 2021-03-30 09:20:55 +02:00
Jan Sommer
2c2c7de35f user/bsps: Mention fixed console baud rate for zynq 2021-03-16 13:50:08 +01:00
Kinsey Moore
084a564ba8 user: Update ZynqMP QEMU BSP name
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.
2021-03-05 10:46:10 -06:00
Robin Mueller
3afdebda9a STM32H7 doc update 2021-02-18 13:03:58 -07:00
Kinsey Moore
c3b4e18ab6 user: Update aarch64/xilinx-zynqmp Qemu command
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.
2021-01-14 13:25:09 -06:00
Christian Mauderer
2cf3076320 user/bsp/imxrt: Information for custom FDT
Update #4180
2020-12-14 12:53:02 +01:00
Kinsey Moore
265bee75ec user: Add aarch64/xilinx-zynqmp 2020-12-11 17:16:01 -06:00