Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove xilinx bsp support #801

Merged
merged 1 commit into from
Feb 18, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed source/_static/boards/vck190-jtag-boot.png
Binary file not shown.
Binary file removed source/_static/boards/vck190-sd-boot.png
Binary file not shown.
Binary file removed source/_static/boards/vck190-slot.png
Binary file not shown.
Binary file removed source/_static/boards/vck190.png
Binary file not shown.
7 changes: 6 additions & 1 deletion source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@
'https://www.nxp.com/docs/en/application-note/AN12312.pdf',
r'https://sourceforge.net/.*', # 403 error
'https://www.nsa.gov/portals/75/documents/what-we-do/cybersecurity/professional-resources/csi-uefi-lockdown.pdf', # 403 error
'https://www.xilinx.com/products/silicon-devices/acap/versal',
r'https://source.foundries.io/factories/.*',
]
# Time in seconds to wait for a response. May result in false errors, but also keeps things from timing out
Expand Down Expand Up @@ -473,6 +472,12 @@
"reference-manual/security/boot-software-updates-stm32mp1": "../boards/boards.html",
"reference-manual/boards/stm32mp15-eval": "boards.html",
"reference-manual/boards/stm32mp15-disco": "boards.html",
"reference-manual/boards/kv260": "boards.html",
"reference-manual/boards/uz3eg-iocc": "boards.html",
"reference-manual/boards/versal": "boards.html",
"reference-manual/security/secure-boot-zynq": "../boards/boards.html",
"reference-manual/security/boot-software-updates-zynqmp": "..boards/boards.html",
"reference-manual/security/tee-on-versal-acap": "../boards/boards.html",
"howto/zephyr-mcuboot-keys": "../index.html",
"howto/linux-net-debug": "../reference-manual/linux/linux-net-debug.html",
"howto/": "index.html",
Expand Down
3 changes: 0 additions & 3 deletions source/glossary/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ Glossary
This allows for smaller keys than otherwise, but with an equivalent security level.

* :ref:`Security, Secure Element <ref-secure-element>`
* :ref:`Security, OP-TEE on the Versal Adaptive Computer Acceleration Platform <ref-tee-on-versal-acap>`

ECIES
Elliptic Curve Integrated Encryption Scheme
Expand All @@ -125,8 +124,6 @@ Glossary
The first step in a security process used to trust code; always trusted.
Includes HSM/TPM and Secure Boot.

* :ref:`Security, OP-TEE on the Versal Adaptive Computer Acceleration Platform <ref-tee-on-versal-acap>`

HSM
Hardware Security Module
A physical device generally used for managing digital keys and encrypting and decrypting data.
Expand Down
3 changes: 0 additions & 3 deletions source/reference-manual/boards/boards.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,3 @@ Select your board below to view flashing instructions.
jetson-agx-orin-devkit
jetson-agx-xavier-devkit
x86
versal
uz3eg-iocc
kv260
Binary file removed source/reference-manual/boards/kria_kv260.png
Binary file not shown.
90 changes: 0 additions & 90 deletions source/reference-manual/boards/kv260.rst

This file was deleted.

28 changes: 0 additions & 28 deletions source/reference-manual/boards/uz3eg-iocc.rst

This file was deleted.

37 changes: 0 additions & 37 deletions source/reference-manual/boards/versal-prepare.rst

This file was deleted.

105 changes: 0 additions & 105 deletions source/reference-manual/boards/versal.rst

This file was deleted.

7 changes: 0 additions & 7 deletions source/reference-manual/linux/linux-layers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,6 @@ Layer Description
(not officially supported by ``meta-freescale`` maintainers).
`meta-tegra`_ Board support layer for NVIDIA based devices.
`meta-ti`_ Board support layer for Texas Instruments based devices.
`meta-xilinx`_ Provides support for Xilinx BSPs (e.g. ZynqMP).
`meta-xilinx-tools`_ Provides support for using Xilinx tools on supported
architectures (e.g. ZynqMP).
================================== ============================================================


Expand Down Expand Up @@ -174,7 +171,3 @@ An example for enabling only the ``meta-intel`` BSP layer::
https://github.com/OE4T/meta-tegra
.. _meta-Ti:
https://git.yoctoproject.org/meta-ti/
.. _meta-Xilinx:
https://github.com/Xilinx/meta-xilinx
.. _meta-Xilinx-Tools:
https://github.com/Xilinx/meta-xilinx-tools
Loading